Changeset 53 for trunk/admin
- Timestamp:
- Mar 25, 2010, 5:13:20 PM (15 years ago)
- Location:
- trunk/admin/modules/Elezioni
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_affluenze.php
r45 r53 53 53 if (isset($help)) include("language/$language/ele_affluenze.html"); 54 54 55 echo "< br><br> <table border=\"0\" width=\"60%\" align=\"center\">"55 echo "<hr><br><br> <table border=\"0\" width=\"60%\" align=\"center\">" 56 56 ."<tr><td bgcolor=\"$bgcolor1\" align=\"center\"><b>"._ORA."</b></td>" 57 57 ."<td bgcolor=\"$bgcolor1\" align=\"center\"><b>"._DATA."</b></td>"; -
trunk/admin/modules/Elezioni/ele_configurazione.php
r48 r53 75 75 echo "<input type=\"hidden\" name=\"do\" value=\"update\">"; 76 76 echo "<input type=\"hidden\" name=\"op\" value=\"configurazione\">"; 77 echo "<br><table border=\"0\" width=\"100%\">";77 echo "<br><table style=\"color: #000000;\">"; 78 78 echo "<tr bgcolor=\"$bgcolor2\"><td colspan=\"4\" align=\"center\"><b>"._CONFIGDEFAULT."</b></td></tr><tr><td> </td></tr>"; 79 79 echo "<tr><td>"; -
trunk/admin/modules/Elezioni/ele_cons_comuni.php
r45 r53 55 55 echo "<table border=\"0\" width=\"100%\" align=\"left\"><tr><td>"; 56 56 echo "<form name=\"imppred\" action=\"admin.php\">"; 57 echo "<table border=\"0\"><tr><td bgcolor=\"$bgcolor1\">"57 echo "<table style=\"color: #000000;\"><tr><td bgcolor=\"$bgcolor1\">" 58 58 ." <b>"._CONSPRED."</b> </td><td><select name=\"predefinita\">"; 59 59 echo "<option value=\"\">"; -
trunk/admin/modules/Elezioni/ele_operatori.php
r2 r53 47 47 echo "</td></tr></table>"; 48 48 } 49 OpenTable(); 49 # OpenTable(); 50 echo "<table>"; 50 51 $esiste=0; 51 52 echo "<tr><td>"; 52 53 echo "<form name=\"autorizza\" action=\"admin.php\">"; 53 echo "<table ><tr align=\"center\" bgcolor=\"$bgcolor1\">";54 echo "<table style=\"color: #000000;\"><tr align=\"center\" bgcolor=\"$bgcolor1\">"; 54 55 echo "<td><b>"._UTENTE."</b></td>"; 55 56 $resins = mysql_query("select aid from ".$prefix."_authors where id_comune='$id_comune' order by aid",$dbi); … … 67 68 $resmod = mysql_query("SELECT * FROM ".$prefix."_authors where id_cons='$id_cons' and id_comune='$id_comune'", $dbi); 68 69 echo "<form name=\"modello\" action=\"admin.php\">"; 69 echo "<table >";70 echo "<table style=\"color: #000000;\">"; 70 71 if ($perms==256) echo "<tr><td colspan=\"6\">"._NOTAOP." <b>$descr_com</b><hr></td></tr>"; 71 72 echo "<tr align=\"center\" bgcolor=\"$bgcolor1\">"; -
trunk/admin/modules/Elezioni/ele_widget.php
r38 r53 118 118 echo "<input type=\"hidden\" name=\"do\" value=\"update\">"; 119 119 echo "<input type=\"hidden\" name=\"op\" value=\"widget\">"; 120 echo "<table style=\"border:0.5px solid; width:100%; \"><tr >";120 echo "<table style=\"border:0.5px solid; width:100%; color: #000000;\"><tr >"; 121 121 $idw = intval($row['id']); 122 122 echo "<input type=\"hidden\" name=\"idw\" value=\"$idw\">"; -
trunk/admin/modules/Elezioni/language/it/ele.html
r52 r53 1 <table style="width: 686px; height: 150px; " class="table-main">1 <table style="width: 686px; height: 150px; color: #000000;"> 2 2 3 3 <tbody> -
trunk/admin/modules/Elezioni/language/it/ele_affluenze.html
r46 r53 1 1 2 <table style="width: 686px; height: 150px; " class="table-main">2 <table style="width: 686px; height: 150px; color: #000000;"> 3 3 4 4 <tbody> -
trunk/admin/modules/Elezioni/language/it/ele_associazioni.html
r46 r53 1 <table style="width: 686px; height: 150px; " class="table-main">1 <table style="width: 686px; height: 150px; color: #000000;"> 2 2 3 3 <tbody> -
trunk/admin/modules/Elezioni/language/it/ele_configurazione.html
r51 r53 1 1 2 <table class="table-main">2 <table style="width: 686px; height: 150px; color: #000000;"> 3 3 4 4 <tbody> -
trunk/admin/modules/Elezioni/language/it/ele_cons_comuni.html
r51 r53 1 1 2 <table style="width: 686px; height: 150px; " class="table-main">2 <table style="width: 686px; height: 150px; color: #000000;"> 3 3 4 4 <tbody> -
trunk/admin/modules/Elezioni/language/it/ele_consultazioni.html
r46 r53 1 <table style="width: 686px; height: 150px; " class="table-main">1 <table style="width: 686px; height: 150px; color: #000000;"> 2 2 3 3 <tbody>
Note:
See TracChangeset
for help on using the changeset viewer.