Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
	
?>

<!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" lang="it" xml:lang="it">
<head>
	<title>Il tuo Itinerario</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
	<link href='https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
	<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
	<link href='css/tree.css' rel='stylesheet' type='text/css'>
	
	<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
	
	<script src="js/itinerary.js"></script>

</head>
<body>

<div id="header">
	<h1>Il tuo itinerario</h1>
	<h3 style="margin:0px;font-size:16px;">La tua legalmap da modiļ¬care, salvare e stampare</h3>
	<br>
	<h2 style="margin-top:30px;font-size: 22px;"><span class="itin-title"></span> - il tuo itinerario del <span class="itin-date"></span></h2>
</div>
	<ul id="itineraryContainer"></ul>
	<div style="display: none;" id="treeContainer"></div>
</body>
</html>

Commits for Nextrek/legal-map/itinerary.php

Diff revisions: vs.
Revision Author Commited Message
828 Diff Diff MOliva picture MOliva Fri 23 Oct, 2015 12:44:22 +0000
825 Diff Diff MOliva picture MOliva Thu 22 Oct, 2015 11:05:40 +0000
824 MOliva picture MOliva Wed 21 Oct, 2015 22:16:09 +0000