Rev | Line | |
---|
[2] | 1 | <?php
|
---|
| 2 | global $genere,$id_cons_gen,$id_comune,$id_circ;
|
---|
| 3 | if ($genere>2){
|
---|
| 4 | echo "
|
---|
| 5 |
|
---|
| 6 | <h5> Candidati e Liste </h5><p>
|
---|
| 7 | <b><a href=\"modules.php?name=Elezioni&op=gruppo&id_cons_gen=$id_cons_gen&id_comune=$id_comune&id_circ=$id_circ\">Lista</a></b><br />
|
---|
| 8 | Liste e candidati<br />
|
---|
| 9 | <b><a href=\"modules.php?name=Elezioni&op=candi&id_cons_gen=$id_cons_gen&id_comune=$id_comune\">Candidati</a></b><br />
|
---|
| 10 | Tutti i candidati<br /></p>
|
---|
| 11 | ";
|
---|
| 12 | }
|
---|
| 13 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.