Mercurial > templog
diff web/views/top.tpl @ 69:a8ff20f15734
a bunch of web fiddli
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 27 Jun 2012 23:41:50 +0800 |
parents | dbbd503119ba |
children | 0a8639039453 |
line wrap: on
line diff
--- a/web/views/top.tpl Tue Jun 26 23:34:36 2012 +0800 +++ b/web/views/top.tpl Wed Jun 27 23:41:50 2012 +0800 @@ -1,5 +1,26 @@ -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> + +<head> + +<style type="text/css"><!-- +span.no_selection { + -webkit-user-select: none; // webkit (safari, chrome) browsers + -moz-user-select: none; // mozilla browsers + -khtml-user-select: none; // webkit (konqueror) browsers +} +//--> +</style> + + +</head> + <body> -<img src="graph.png?{{urlparams}}"/> +<form action="" method=GET> +<span class="no_selection"><input type="image" src="graph.png?{{urlparams}}"/></span> +<input type="hidden" name="length" value="{{length}}"/> +<input type="hidden" name="end" value="{{end}}"/> +<input type="hidden" name="zoom" value="yeah"/> +</form> </body> </html>