summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-06-28 20:40:54 +0200
committerSean Finney <seanius@debian.org>2008-06-28 20:40:54 +0200
commite7dc980ce5e5a0a33ac635d76bffa1b2be9e1abd (patch)
treef7cf61fa62245f67fdd3eb7fc3d9ad3bfa0e41e5
parentb7797535f7895374fa01a46186e8e5225a052eef (diff)
downloadpatch-tracker-e7dc980ce5e5a0a33ac635d76bffa1b2be9e1abd.tar.gz
add copyright blah and git links at page bottom
-rw-r--r--static/css/patches.css6
-rw-r--r--templates/skeleton.tmpl13
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
+ &lt;seanius@debian.org&gt;. <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>