techrec/server/pages/tempo.html
2013-11-26 14:04:33 +01:00

45 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title> TechREC </title>
<link rel="stylesheet" type="text/css" href="/static/css/style.css">
<script src="/static/js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="/static/js/reclibrary.js"></script>
<script type="text/javascript" src="/static/js/tempo.js"> </script>
</head>
<body>
<div id="pagecontainer">
<h1> techr*c </h1>
<h2> <a href="/new.html"> Nuova registrazione</a> </h2>
<div id="buttonscontainer">
<form action="#" method="POST" id="searchform">
<input type="text" id="recid" name="recid" placeholder="Codice Registrazione" /> <br />
<input type="text" id="name" name="name" placeholder="name" /> <br />
<input type="text" id="starttime" name="starttime" placeholder="Start: 2012/11/24 22:37:361" />(timepicker http://puna.net.nz/timepicker.htm#) <br />
<input type="text" id="endtime" name="endtime" placeholder="End: 2012/11/24 22:37:36" /> <br />
<input type="submit" value="Cerca" />
</form>
</div>
<div id="searchresult">
</div>
</div>
<div id="footer">
techbl*c
</div>
</body>
</html>