diff options
author | Sean Finney <seanius@debian.org> | 2008-06-28 20:40:54 +0200 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2008-06-28 20:40:54 +0200 |
commit | e7dc980ce5e5a0a33ac635d76bffa1b2be9e1abd (patch) | |
tree | f7cf61fa62245f67fdd3eb7fc3d9ad3bfa0e41e5 | |
parent | b7797535f7895374fa01a46186e8e5225a052eef (diff) | |
download | patch-tracker-e7dc980ce5e5a0a33ac635d76bffa1b2be9e1abd.tar.gz |
add copyright blah and git links at page bottom
-rw-r--r-- | static/css/patches.css | 6 | ||||
-rw-r--r-- | templates/skeleton.tmpl | 13 |
2 files changed, 19 insertions, 0 deletions
diff --git a/static/css/patches.css b/static/css/patches.css index 75e31be..2f6d7f2 100644 --- a/static/css/patches.css +++ b/static/css/patches.css @@ -59,3 +59,9 @@ div.breadcrumb { div.diffsummary, div.debdiff, div.nondebdiff, div.debseries { margin-left: 40px; } + +div.pagefooter { + margin-top: 30px; + text-align: center; + font-size: small; +} diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl index 9ffa298..d16eb6b 100644 --- a/templates/skeleton.tmpl +++ b/templates/skeleton.tmpl @@ -17,5 +17,18 @@ </div> <!-- breadcrumb --> </div> $body + <div class="pagefooter"> + page code/design/content is copyright (c) 2008 sean finney + <seanius@debian.org>. <br> + patches viewed/retrieved through this system are copyrighted by + their respective authors. <br> + <a href="http://git.debian.org/?p=users/seanius/patch-tracker.git"> + browse git repo + </a> + - + <a href="http://git.debian.org/git/users/seanius/patch-tracker.git"> + clone git repo + </a> + </div> <!-- pagefooter --> </body> </html> |