source: trunk/client/footer.php@ 49

Last change on this file since 49 was 49, checked in by luciano, 14 years ago

test svn

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