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
<?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>

</head>
<body>

<div id="header">
	<h1>Jobs Act</h1>
	<h2>Legge delega e decreti attuativi della riforma del lavoro</h2>
</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
782 FSallustio picture FSallustio Thu 24 Sep, 2015 16:12:59 +0000