

Nextrek
@ 859
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" style="margin-bottom: 0px;position: relative;min-height: 181px;border-bottom: 1px solid #BBBBBB;"> <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="z-index:11;margin-top:30px;font-size: 22px;line-height: 45px;border: 1px solid #BBBBBB;padding-left: 10px;margin-left: 0px;width: 700px;border-bottom:1px solid white;position: absolute;bottom: -1px;left: 0px;"><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> |