Changeset 354 for trunk/client/modules/Elezioni
- Timestamp:
- Sep 26, 2021, 7:11:05 PM (3 years ago)
- Location:
- trunk/client/modules/Elezioni
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/blocchi/cookie_law.php
r344 r354 88 88 } 89 89 90 echo"<div style=\" align-text:center;\">90 echo"<div style=\"text-align:center;\"> 91 91 <form method=\"post\" name=\"ko\" action=\"\"> 92 92 <input type=\"hidden\" name=\"c_law\" value=\"ko\"> -
trunk/client/modules/Elezioni/blocchi/off_Votanti.php
r352 r354 84 84 85 85 86 echo "<table style=\"width=100%;border-collapse: collapse;background- gcolor:gray\" class=\"modulo\">";86 echo "<table style=\"width=100%;border-collapse: collapse;background-color:gray\" class=\"modulo\">"; 87 87 if ($genere==0) {echo "<br/>Referendum n. <b>[$num_gruppo]</b><br/>";} 88 88 echo " -
trunk/client/modules/Elezioni/blocchi/pie_affluenze.php
r279 r354 16 16 17 17 global $circo,$prefix,$dbi,$id_cons,$genere,$id_circ,$id_comune,$id_cons_gen; 18 18 $query=''; 19 19 if (isset($circo) and $circo) $circos="and t2.id_circ='$id_circ'"; 20 20 else $circos=''; -
trunk/client/modules/Elezioni/blocchi/privacy.php
r344 r354 85 85 } 86 86 87 echo"<div style=\" align-text:center;\">87 echo"<div style=\"text-align:center;\"> 88 88 <form method=\"post\" name=\"ko\" action=\"\"> 89 89 <input type=\"hidden\" name=\"c_law\" value=\"ko\"> -
trunk/client/modules/Elezioni/crea_paginaphp5.php
r352 r354 112 112 113 113 114 $html .= "<table class=\"table-docs\" style=\"border-collapse: collapse;border:=1px solid black;\">";114 $html .= "<table class=\"table-docs\">"; 115 115 116 116 … … 125 125 $bg= ($bg==$tmpbg) ? $tmpbg1:$tmpbg3; 126 126 $html .= "<tr class=\"$bg\">"; 127 $i="class=\"td-1 30c\"";127 $i="class=\"td-150c\""; 128 128 } 129 129 foreach ($riga as $cella) { … … 140 140 } 141 141 $html .= "$t $i>$cella $f"; 142 $i= '';142 $i="class=\"td-150b\""; 143 143 144 144 } -
trunk/client/modules/Elezioni/crea_paginaphp7.php
r352 r354 115 115 116 116 117 $html .= "<table class=\"table-docs\" style=\"border-collapse: collapse;border:=1px solid black;\">";117 $html .= "<table class=\"table-docs\">"; 118 118 119 119 … … 128 128 $bg= ($bg==$tmpbg) ? $tmpbg1:$tmpbg3; 129 129 $html .= "<tr class=\"$bg\">"; 130 $i="class=\"td-1 30c\"";130 $i="class=\"td-150c\""; 131 131 } 132 132 foreach ($riga as $cella) { … … 143 143 } 144 144 $html .= "$t $i>$cella $f"; 145 $i="class=\"td-1 30b\"";145 $i="class=\"td-150b\""; 146 146 147 147 } … … 166 166 167 167 # padding: 1px; 168 # border: solid #666666; 168 # border: solid #666666; border-color: black; 169 169 170 /* margin: 4px 4px 40px;*/ 170 171 … … 174 175 .table-docs { 175 176 font-size: 10px; 176 color: #000000;177 177 text-align:center; 178 border: 1px solid black; 178 border: 1px; 179 border-color: black; 179 180 } 180 181 .bggray { … … 208 209 margin: 0px 0 0 1px; 209 210 width: 130px; 210 border: none;211 border: 1px; 211 212 background-color: #d2d2d2; 212 213 padding: 0px; 213 214 214 } 215 215 .td-130c { … … 218 218 margin: 0px 0px 0px 1px; 219 219 width: 130px; 220 border: 1px solid black; 220 border: 1px; 221 221 222 } 222 223 223 224 td { 224 border: 2px solid black;225 border: 2px; 225 226 } 226 227 .red {
Note:
See TracChangeset
for help on using the changeset viewer.