summaryrefslogtreecommitdiff
path: root/templates/package_vers.tmpl
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2009-01-08 08:08:39 +0100
committerSean Finney <seanius@debian.org>2009-01-08 08:08:39 +0100
commit63f352600fe161a585751c8240de680cbbddc6fc (patch)
tree053d56619e4aeb7f24a1689eb2e2adebb1b33440 /templates/package_vers.tmpl
parentcdc19ebdb95fa5a71e1673cae74930047c428d45 (diff)
downloadpatch-tracker-63f352600fe161a585751c8240de680cbbddc6fc.tar.gz
include anchor name tags in package page
Diffstat (limited to 'templates/package_vers.tmpl')
-rwxr-xr-xtemplates/package_vers.tmpl16
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>