Changeset 175 for trunk/admin


Ignore:
Timestamp:
Feb 19, 2013, 11:06:21 PM (11 years ago)
Author:
roby
Message:

admin: compatibilità xhtml
client: correzione conteggio schede e voti

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

Legend:

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

    r170 r175  
    176176                if($op=="configurazione" || $op=="widget" || $op=="plugin"){
    177177                    echo "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href=\"admin.php?op=widget&amp;id_cons_gen=$id_cons_gen\"> "._WIDGET."</a>";
    178                     echo "<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - "._PLUGINS."";
    179                     echo "<hr/>";
     178                    echo "<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - "._PLUGINS."";
     179                    echo "<hr>";
    180180                }
    181181                echo "
     
    280280
    281281        if (file_exists("../client/modules.php"))
    282         echo "<hr /><a href=\"../client/modules.php?id_comune=$id_comune&amp;id_cons_gen=$id_cons_gen\" target=\"_blank\">$bullet Guarda il sito</a><br /><hr />";
     282        echo "<hr><a href=\"../client/modules.php?id_comune=$id_comune&amp;id_cons_gen=$id_cons_gen\" target=\"_blank\">$bullet Guarda il sito</a><br><hr>";
    283283
    284284        //echo "<hr /><a href=\"../client/modules.php\" target=\"_blank\">$bullet Guarda il sito</a><br /><hr />";
  • trunk/admin/modules/Elezioni/ele_gruppo.php

    r172 r175  
    134134                ."<td align=\"left\"><b>$descr_gruppo</b></td>";
    135135                echo "<td align=\"center\"><b>
    136                 <img  src=\"admin.php?op=foto&amp;id_gruppo=$id_gruppo\" width=\"50\" heigth=\"50\"></b></td>";
     136                <img  src=\"admin.php?op=foto&amp;id_gruppo=$id_gruppo\" width=\"50\" height=\"50\" alt=\"foto\"></b></td>";
    137137                if ($tipo_cons!=2)
    138138                        echo "<td>$prognome</td>";
     
    140140                echo "[<a
    141141                href=\"admin.php?op=gruppo&amp;do=modify&amp;id_gruppo=$id_gruppo&amp;id_cons_gen=$id_cons_gen&amp;id_circ=$id_circ&amp;min=$min\"><img src=\"modules/Elezioni/images/edit.gif\"
    142                 border=\"0\" align=\"center\"> "._EDIT."</a>]";
     142                border=\"0\" align=\"middle\" alt=\"edit\"> "._EDIT."</a>]";
    143143                if (!$numtemp)
    144                         echo "[<a href=\"admin.php?op=gruppo&amp;do=delete&amp;id_gruppo=$id_gruppo&amp;id_cons_gen=$id_cons_gen&amp;id_circ=$id_circ&amp;descr_gruppo=$descr_gruppo&amp;min=$min\">"._DELETE." <img src=\"modules/Elezioni/images/delete.gif\" border=\"0\" align=\"center\"></a>]";
     144                        echo "[<a href=\"admin.php?op=gruppo&amp;do=delete&amp;id_gruppo=$id_gruppo&amp;id_cons_gen=$id_cons_gen&amp;id_circ=$id_circ&amp;descr_gruppo=$descr_gruppo&amp;min=$min\">"._DELETE." <img src=\"modules/Elezioni/images/delete.gif\" border=\"0\" align=\"middle\" alt=\"delete\"></a>]";
    145145                else
    146                         echo " ["._DELETE." <img src=\"modules/Elezioni/images/delete.gif\" border=\"0\" align=\"center\"></a>]";
     146                        echo " ["._DELETE." <img src=\"modules/Elezioni/images/delete.gif\" border=\"0\" align=\"middle\" alt=\"delete\">]";
    147147                echo "</td></tr>";
    148148        }
Note: See TracChangeset for help on using the changeset viewer.