2013-09-08 17:26:05 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
|
2013-09-08 19:13:23 +02:00
|
|
|
<title> TechREC </title>
|
2013-09-08 17:26:05 +02:00
|
|
|
|
2013-09-08 19:13:23 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
2013-09-08 17:26:05 +02:00
|
|
|
|
2013-09-08 19:13:23 +02:00
|
|
|
<script src="js/jquery-1.9.1.min.js"></script>
|
|
|
|
<script type="text/javascript" src="js/reclibrary.js"></script>
|
2013-09-08 17:26:05 +02:00
|
|
|
|
|
|
|
<script>
|
|
|
|
/*
|
|
|
|
TODO:
|
|
|
|
prendere lo stato !!!
|
|
|
|
*/
|
|
|
|
$(document).ready(function(){
|
|
|
|
rec_new();
|
|
|
|
});
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div id="pagecontainer">
|
|
|
|
|
|
|
|
<h1> techr*c </h1>
|
|
|
|
|
2013-09-15 16:33:38 +02:00
|
|
|
<h2> <a href="tempo.html"> macchina del tempo</a> </h2>
|
2013-09-08 17:26:05 +02:00
|
|
|
|
|
|
|
<div id="buttonscontainer"> </div>
|
|
|
|
|
|
|
|
<div id="addnewrecarea"> </div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
techbl*c
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|