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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?php
	if (!isset($_COOKIE["lm-session"])) {
		$token = sha1(uniqid(rand(), true));
		setcookie('lm-session', $token, strtotime('today 23:59:59 UTC'), "/");
	}
?>

<!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>Legal Map</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'>
	<link href='css/articolo.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/articolo.js"></script>
	<script src="js/tree.js"></script>
	<script src="js/main.js"></script>

	<!-- Diff -->
	<link href='css/diff.css' rel='stylesheet' type='text/css'>
	<script src="js/diff/diff-match-patch-20121119.js"></script>
	<script src="js/diff/jquery.pretty-text-diff-1.0.4.js"></script>

</head>
<body>

<div id="header">
	<h1>Jobs Act</h1>
	<h2>Legge delega e decreti attuativi della riforma del lavoro</h2>
	<p class="gen-comandi"><a href="javascript:void(0);" class="gen-espandi">Espandi tutto</a> | <a href="javascript:void(0);" class="gen-collassa">Collassa tutto</a> | <a href="http://www.openlavoro.it/pdf/Legal Map_tutorial.pdf" target="_blank" class="gen-tutorial">Tutorial</a></p>
	<div class="button-itinerary">Itinerario</div>
</div>

	<!--<div id="treeContainer"></div>-->
	<ul id="treeContainer"></ul>

</body>
</html>

Commits for Nextrek//legal-map/index.php

Diff revisions: vs.
Revision Author Commited Message
824 Diff Diff MOliva picture MOliva Wed 21 Oct, 2015 22:16:09 +0000
810 Diff Diff MOliva picture MOliva Wed 21 Oct, 2015 14:56:09 +0000
794 Diff Diff DRuega picture DRuega Tue 06 Oct, 2015 00:07:21 +0000

Prima interpretazione del "Diff"

782 FSallustio picture FSallustio Thu 24 Sep, 2015 16:12:59 +0000