diff options
author | Sean Finney <seanius@debian.org> | 2008-06-28 21:14:19 +0200 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2008-06-28 21:14:19 +0200 |
commit | 99cf99a71f5a5aa0bf88706ce9dcbfbfdb957888 (patch) | |
tree | 4235145c26ae7bc2a2ea8659d63b1c47f31a6585 | |
parent | e7dc980ce5e5a0a33ac635d76bffa1b2be9e1abd (diff) | |
download | patch-tracker-99cf99a71f5a5aa0bf88706ce9dcbfbfdb957888.tar.gz |
minor template touchups / fixes
-rw-r--r-- | static/css/patches.css | 4 | ||||
-rw-r--r-- | templates/frontpage.tmpl | 8 | ||||
-rw-r--r-- | templates/skeleton.tmpl | 4 |
3 files changed, 13 insertions, 3 deletions
diff --git a/static/css/patches.css b/static/css/patches.css index 2f6d7f2..17fc898 100644 --- a/static/css/patches.css +++ b/static/css/patches.css @@ -65,3 +65,7 @@ div.pagefooter { text-align: center; font-size: small; } + +.url { + font-family: fixed; +} diff --git a/templates/frontpage.tmpl b/templates/frontpage.tmpl index 37a4794..53b3da0 100644 --- a/templates/frontpage.tmpl +++ b/templates/frontpage.tmpl @@ -11,13 +11,19 @@ Debian Project patch tracking system of software packaged in the debian distribution. </p> <h2>Quick access</h2> + <ul> + <li><span class="url">$conf.root_url/package/<p></span> + - search for package p</li> + <li><span class="url">$conf.root_url/package/<p>/<v></span> + - go directly to the page for package p, version v</li> + </ul> <h3>Browse patches by package name</h3> #set $links = [ "<a href=\"index/"+k+"\">"+k+"</a>" for k in $indices ] #set $out = " - ".join($links) <div class="quicklinks"> $out </div> - <h3>Jump to package</h3> + <h3>Jump to package / Package search</h3> <div class="framed"> <form name="jumper" action="/jump" method="post"> <input type="text" name="package" /> diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl index d16eb6b..0c83498 100644 --- a/templates/skeleton.tmpl +++ b/templates/skeleton.tmpl @@ -19,9 +19,9 @@ $body <div class="pagefooter"> page code/design/content is copyright (c) 2008 sean finney - <seanius@debian.org>. <br> + <seanius@debian.org>. <br/> patches viewed/retrieved through this system are copyrighted by - their respective authors. <br> + their respective authors. <br/> <a href="http://git.debian.org/?p=users/seanius/patch-tracker.git"> browse git repo </a> |