

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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
<?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 class="itinerario-button"></div> <div class="trova-button"></div> </div> <div id="searchbar"> <form id="trova-form" action="#" method="post"> <input type="text" name="search" id="search" value=""> <button type="submit">Cerca</button> <button type="reset" id="reset-trova">Reimposta</button> </form> </div> <!--<div id="treeContainer"></div>--> <ul id="treeContainer"></ul> <div style="display: none;"><img src="/imgs/homepage/bottone_itinerario.png" /></div> <div style="display: none;"><img src="/imgs/itinerario/bottone_stampa_itinerario.png" /></div> <div style="display: none;"><img src="./imgs/itinerario/bottone_stampa_itinerario_ROLLOVEReCLICK.png" /></div> <div style="display: none;"><img src="./imgs/homepage/bottone_itinerario_roll&click.png" /></div> <div style="display: none;"><img src="./imgs/itinerario/bottone_stampa_testi.png" /></div> <div style="display: none;"><img src="./imgs/homepage/bottone_trova.png" /></div> <div style="display: none;"><img src="./imgs/stampa/stampa.png" /></div> </body> </html> |
Commits for Nextrek/legal-map/index.php
Revision | Author | Commited | Message |
---|---|---|---|
1048
![]() |
![]() |
Wed 23 Dec, 2015 11:59:14 +0000 | Ricerca nell’indice xml |
1031
![]() |
![]() |
Thu 03 Dec, 2015 16:45:37 +0000 | |
936
![]() |
![]() |
Fri 06 Nov, 2015 14:40:40 +0000 | |
935
![]() |
![]() |
Fri 06 Nov, 2015 14:33:39 +0000 | |
934
![]() |
![]() |
Fri 06 Nov, 2015 14:09:21 +0000 | |
932
![]() |
![]() |
Fri 06 Nov, 2015 14:04:44 +0000 | |
930
![]() |
![]() |
Fri 06 Nov, 2015 13:52:10 +0000 | |
824
![]() |
![]() |
Wed 21 Oct, 2015 22:16:09 +0000 | |
810
![]() |
![]() |
Wed 21 Oct, 2015 14:56:09 +0000 | |
794 |
|
Tue 06 Oct, 2015 00:07:21 +0000 | Prima interpretazione del "Diff" |