source: trunk/client/footer.php@ 2

Last change on this file since 2 was 2, checked in by root, 15 years ago

importo il progetto

File size: 1.7 KB
Line 
1<?php
2/************************************************************************/
3/* Eleonline - Raccolta e diffusione dei dati elettorali */
4/* by Luciano Apolito & Roberto Gigli */
5/* http://www.eleonline.it */
6/* info@eleonline.it luciano@aniene.net rgigli@libero.it */
7/************************************************************************/
8
9global $csv;
10if (!$csv)
11piede();
12$PHP_SELF=$_SERVER['PHP_SELF'];
13if (eregi("footer.php",$PHP_SELF)) {
14 Header("Location: index.php");
15 die();
16}
17
18echo "<table><tr align=\"center\"><td>
19<div> "._INVIOSEGN." <a href=\"modules.php?name=Elezioni&amp;file=index&amp;op=contatti\"> "._CLICCAQUI."</a> ";
20
21
22/************************************************************************/
23/* LE SEGUENTI LINEE DI PROGRAMMA NON DEVONO ESSERE MODIFICATE */
24/************************************************************************/
25
26 echo "<br />[<a href=\"http://www.eleonline.it\"><b>Eleonline-2.0</b></a> - "._GESRIS." ]
27";
28echo '</div>
29
30<!-- w3c -->
31 <div class="w3cbutton3">
32 <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="pagina di spiegazione degli standard">
33 <span class="w3c">W3C</span>
34 <span class="spec">WAI-<span class="specRed">AA</span></span>
35 </a>
36 </div>
37 <div class="w3cbutton3">
38 <a href="http://jigsaw.w3.org/css-validator/" title="Validatore css">
39 <span class="w3c">W3C</span>
40 <span class="spec">CSS</span>
41 </a>
42 </div>
43 <div class="w3cbutton3">
44 <a href="http://validator.w3.org/" title="Validatore XHTML ">
45 <span class="w3c">W3C</span>
46 <span class="spec">XHTML 1.0</span>
47 </a>
48 </div>
49</td></tr></table>';
50echo "</body>\n"
51."</html>";
52die();
53?>
54
Note: See TracBrowser for help on using the repository browser.