diff options
Diffstat (limited to 'bin/templates')
-rw-r--r-- | bin/templates/default_page_footer.mustache | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/templates/default_page_footer.mustache b/bin/templates/default_page_footer.mustache new file mode 100644 index 00000000..1a8c46c5 --- /dev/null +++ b/bin/templates/default_page_footer.mustache @@ -0,0 +1,16 @@ +<hr id="footer_separator" /> +<p style="font-size:0.9em;"> + <div id="page_footer"> + {{job_footer}} + There is more information + <a href="{{jenkins_url}}/userContent/about.html">about jenkins.debian.net</a> + and about <a href="https://wiki.debian.org/ReproducibleBuilds"> reproducible builds of Debian</a> + available elsewhere. + <br /> Last update: {{date}} + <br /> Copyright 2014-2016 <a href="mailto:holger@layer-acht.org">Holger Levsen</a> + and <a href="https://jenkins.debian.net//userContent/thanks.html">many others</a>. + The code of <a href="https://anonscm.debian.org/git/qa/jenkins.debian.net.git/">jenkins.debian.net.git</a> + is mostly GPL-2 licensed. The weather icons are public domain and have been taken from the + <a href=http://tango.freedesktop.org/Tango_Icon_Library target=_blank> Tango Icon Library</a>. + </div> +</p> |