source: trunk/client/temi/altro/index.php@ 2

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

importo il progetto

File size: 1.4 KB
Line 
1<?php
2# altro
3
4include_once("modules/Elezioni/funzioni.php");
5include_once("temi/inc/button.php");
6
7########## no blocco x grafici e risultati
8if($blocco!=1 || $param['op']=="graf_gruppo" || $param['op']=="gruppo_circo" || $param['op']=="gruppo_sezione"
9|| $param['op']=="lista_circo" || $param['op']=="lista_sezione" || $param['op']=="candidato_circo" || $param['op']=="candidato_sezione"
10)$blocco=''; else $blocco=1;
11
12function testata(){
13global $file,$blocco;
14
15
16
17echo '<table width="798" border="0" cellspacing="0" cellpadding="0">
18 <tr>
19 <td class="logoleft"></td>
20 <td class="logo">Eleonline</td>
21 <td class="logoright"></td>
22 <td class="tag">Consultazioni elettorali</td>
23 <td class="tag">';
24
25 language();
26 flash();
27 noblocco();
28
29echo ' </td> </tr></table> ';
30
31
32if ($file=="index") menu();
33
34 echo "<table class=\"table-main\" cellpadding=\"0\" cellspacing=\"0\"><tr>";
35 $check=check_block("dx"); // check exist box
36
37 if ($blocco=='1' && $check!=0){
38 echo "<td valign=\"top\" class=\"sidebar\">";
39 block("dx");
40 echo "</td><td>&nbsp;&nbsp;</td><td valign=\"top\">";
41
42 }else {
43 echo "<td valign=\"top\">";
44 }
45
46
47}
48
49function piede(){
50 global $blocco;
51 $check=check_block("sx"); // check exist box
52 if ($blocco=='1' && $check!=0){
53 echo "</td><td>&nbsp;&nbsp;</td><td valign=\"top\" class=\"sidebar\">";
54 block("sx");
55
56 }
57 echo "</td></tr></table>";
58
59
60}
61
62
63
64
65
66?>
Note: See TracBrowser for help on using the repository browser.