Changeset 63


Ignore:
Timestamp:
Mar 29, 2010, 11:50:35 AM (14 years ago)
Author:
roby
Message:

in admin: continua impostazione controllo di congruenza generale (manca referendum)
compatibilità xhtml

Location:
trunk/admin/modules/Elezioni
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/ele.php

    r56 r63  
    266266                        echo "<a href=\"admin.php?op=controllo_votanti&amp;id_cons_gen=$id_cons_gen\">$bullet "._STATO." "._AFFLUENZE."</a><br>";
    267267                }else{
    268                         echo "<img src=\"modules/Elezioni/images/site.gif\" align=\"center\" border=\"0\"> "._STATO." "._AFFLUENZE."<br>";
     268                        echo "<img src=\"modules/Elezioni/images/site.gif\" alt =\" \" align=\"center\" border=\"0\"> "._STATO." "._AFFLUENZE."<br>";
    269269                }
    270270                if ($nrvoti) {
    271271                        echo "<a href=\"admin.php?op=controllo_voti&amp;id_cons_gen=$id_cons_gen\">$bullet "._STATO." "._VOTI."</a><br>";
    272272                }else{
    273                         echo "<img src=\"modules/Elezioni/images/site.gif\" align=\"middle\" border=\"0\"> "._STATO." "._VOTI."<br>";
     273                        echo "<img src=\"modules/Elezioni/images/site.gif\" alt =\" \" align=\"middle\" border=\"0\"> "._STATO." "._VOTI."<br>";
    274274                }
    275275        }
  • trunk/admin/modules/Elezioni/ele_voti.php

    r62 r63  
    796796
    797797
    798    echo "</table></form></td></tr>";
     798#   echo "</table></form></td></tr>";
     799   echo "</table></form>";
    799800        $compl= mysql_query("select voti_complessivi from ".$prefix."_ele_voti_parziale where data='$giorno' and orario='$ora' and id_sez=$id_sez", $dbi);
    800801        list ($complessivi)= mysql_fetch_row($compl);
     
    813814                break;
    814815        }
     816        echo "</td></tr>";
    815817        }
    816818CloseTable();
Note: See TracChangeset for help on using the changeset viewer.