diff options
author | Sean Finney <seanius@debian.org> | 2009-01-08 08:08:39 +0100 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2009-01-08 08:08:39 +0100 |
commit | 63f352600fe161a585751c8240de680cbbddc6fc (patch) | |
tree | 053d56619e4aeb7f24a1689eb2e2adebb1b33440 | |
parent | cdc19ebdb95fa5a71e1673cae74930047c428d45 (diff) | |
download | patch-tracker-63f352600fe161a585751c8240de680cbbddc6fc.tar.gz |
include anchor name tags in package page
-rwxr-xr-x | templates/package_vers.tmpl | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/templates/package_vers.tmpl b/templates/package_vers.tmpl index 4190456..7601d09 100755 --- a/templates/package_vers.tmpl +++ b/templates/package_vers.tmpl @@ -7,7 +7,9 @@ debian specific patch information for $src.name / $src.version #set $u = $conf.root_url <h1>debian specific patch information for $src.name / $src.version</h1> <div class="diffsummary"> - <h2> Summary </h2> + <a name="diff-summary"> + <h2> Summary </h2> + </a> <table class="summary"> <tr> <th>Package Version</th> @@ -24,7 +26,9 @@ debian specific patch information for $src.name / $src.version #if $src.diffgz_name <div class="debdiff"> - <h2> "Debian diff" Information </h2> + <a name="debian-patches"> + <h2> "Debian diff" Information </h2> + </a> <table class="patchlisting"> <tr> <th>Diff file</th> @@ -66,7 +70,9 @@ debian specific patch information for $src.name / $src.version #if $src.diffgz_name and $diffhandler.nondebiandir.lines <div class="nondebdiff"> - <h2> Misc. Non-packaging "direct" style patches </h2> + <a name="direct-patches"> + <h2> Misc. Non-packaging "direct" style patches </h2> + </a> <table class="patchlisting"> <tr> <th>file</th> @@ -95,7 +101,9 @@ debian specific patch information for $src.name / $src.version #set $series = $diffhandler.series #if $series <div class="debseries"> - <h2> "series" style patches </h2> + <a name="series-patches"> + <h2> "series" style patches </h2> + </a> <table class="patchlisting"> <tr> <th>patch</th> |