Mercurial > templog
diff web/views/top.tpl @ 202:6dd157a12035
Add url link, improve atomicfile
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 30 Mar 2014 20:20:30 +0800 |
parents | c7b6da1adb47 |
children | ff1b772da5d0 |
line wrap: on
line diff
--- a/web/views/top.tpl Mon Mar 24 20:49:00 2014 +0800 +++ b/web/views/top.tpl Sun Mar 30 20:20:30 2014 +0800 @@ -7,6 +7,11 @@ -moz-user-select: none; // mozilla browsers -khtml-user-select: none; // webkit (konqueror) browsers } + +span.codelink { + font-size: 70%; + text-align: right; +} //--> </style> <title></title> @@ -21,5 +26,6 @@ <input type="hidden" name="end" value="{{end}}"/> <input type="hidden" name="zoom" value="yeah"/> </form> +<span class="codelink">Click to zoom in, click the left axis to zoom out. <a href="https://secure.ucc.asn.au/hg/templog/file/tip">Source code</a> for the Raspberry Pi controller and this web interface</a></span> </body> </html>