[ Index ] |
PHP Cross Reference of Project Glazy import |
[Summary view] [Print] [Text view]
1 <?php 2 session_start(); 3 ?> 4 <!DOCTYPE html> 5 <html> 6 <head> 7 <title>Glazy Import page</title> 8 <link rel="icon" type="image/x-icon" href="favicon.ico"> 9 <link rel="stylesheet" href="style.css"> 10 <SCRIPT src="scripts.js"></script> 11 <!-- Matomo --> 12 <script> 13 var _paq = window._paq = window._paq || []; 14 /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ 15 _paq.push(['trackPageView']); 16 _paq.push(['enableLinkTracking']); 17 (function() { 18 var u="//stats.jcoenen.com/"; 19 _paq.push(['setTrackerUrl', u+'matomo.php']); 20 _paq.push(['setSiteId', '4']); 21 var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; 22 g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); 23 })(); 24 </script> 25 <!-- End Matomo Code --> 26 </head> 27 <body> 28 29 <?php 30 31 include 'menu.php'; 32 ?> 33 34 <div class="cadre" id="cadre" width="600" height="800"> 35 <H2>Cadre des données</h2> 36 <p>Dans ce cadre seront inscrites les entrées trouvées dans le fichier d'exportation json. 37 </div> 38 39 <div class="ncadre" id="exports" width="600" height="800"> 40 <textarea id='glazchem' rows='80' cols='80'></textarea> 41 </div> 42 43 <div id="id01">Message line</div> 44 <a href='./glazy.tgz'>Téléchargez le code (tar gunzipped)!</a><br> 45 </body>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Sep 14 11:31:49 2023 | Cross-referenced by PHPXref 0.7.1 |