- Timestamp:
- Sep 26, 2021, 7:11:05 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/versione.php
r353 r354 1 1 <?php 2 2 3 $versione = "3.0 rev 35 3";3 $versione = "3.0 rev 354"; 4 4 $version_number = $versione; 5 $datarel = "2 4settembre 2021";5 $datarel = "26 settembre 2021"; 6 6 $version = "Eleonline $version_number (<i>Data Release: $datarel</i>)"; 7 7 -
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 { -
trunk/client/temi/altro/index.php
r352 r354 16 16 17 17 18 echo '<table style=\"width:798 ; border-width:0\">18 echo '<table style=\"width:798px; border-width:0\"> 19 19 <tr> 20 20 <td class="logoleft"></td> -
trunk/client/temi/altro/menu.php
r352 r354 25 25 list($fascia)=$rescomu->fetch(PDO::FETCH_NUM); 26 26 echo "\n"; 27 echo ' <table style="border:0px;text-align:left; width:100%;border-collapse: collapse;"><tr><td style="padding: 0px;">27 echo ' <table style="border:0px;text-align:left;border-collapse: collapse;"><tr><td style="padding: 0px;"> 28 28 <header class="main-header"> 29 29 <ul class="main-nav"> -
trunk/client/temi/altro/style.css
r352 r354 289 289 290 290 .td-130c { 291 float: right; 291 292 text-align:left; 292 margin: 0px 0 0 0px;293 margin: 0px 0 0 1px; 293 294 width: 130px; 294 padding: 0px; 295 border: .5px solid black; 296 } 297 .td-130b { 298 border: .5px solid black; 299 font-family: Verdana, Arial, Helvetica, sans-serif; 300 font-size: 12px; 301 margin-top: 0px; 302 margin: 0; 303 } 295 border: none; 296 padding: 0px; 297 } 304 298 305 299 /* sinistra */ … … 381 375 } 382 376 /******************** font e backcolor******************************/ 377 378 table.table-docs { 379 margin: auto; 380 width: auto; 381 border-collapse: collapse; 382 border: 1px solid #fff; /*for older IE*/ 383 border-style: hidden; 384 } 385 386 table.table-docs caption { 387 background-color: #f79646; 388 color: #fff; 389 font-size: x-large; 390 font-weight: bold; 391 letter-spacing: .3em; 392 } 393 394 table.table-docs thead th { 395 padding: 8px; 396 background-color: #fde9d9; 397 font-size: large; 398 } 399 400 table.table-docs thead th#thDay { 401 width: 40%; 402 } 403 404 table.table-docs th, table.table-docs td { 405 padding: 5px; 406 border-width: 1px; 407 border-style: solid; 408 border-color: #000 #777; 409 } 410 411 412 table.table-docs tbody th { 413 text-align: left; 414 font-weight: normal; 415 } 416 417 table.table-docs tfoot { 418 font-weight: bold; 419 font-size: large; 420 background-color: #687886; 421 color: #fff; 422 } 423 424 table.table-docs tr.bgw { 425 background: #ffffff; 426 font-size: 12px; 427 font-family: Verdana, Helvetica; 428 text-align: center; 429 border: 1px; 430 border-color: black; 431 } 432 /* diventa celeste */ 433 434 table.table-docs tr.bggray { 435 background-color:#5D81A6; 436 font-size: 12px; 437 font-family: Verdana, Helvetica; 438 text-align: center; 439 color: #ffffff; 440 border: 1px; 441 border-color: black; 442 } 443 444 table.table-docs tr.bggray2 { 445 background: #A8C4E1; 446 font-size: 12px; 447 font-family: Verdana, Helvetica; 448 text-align: center; 449 } 450 451 table.table-docs td.td-150b { 452 text-align:center; 453 } 454 455 table.table-docs td.td-150c { 456 text-align:left; 457 width: 150px; 458 459 } 460 383 461 .blu { 384 462 background: none; … … 409 487 font-family: Verdana, Helvetica; 410 488 text-align: center; 489 border: 1px; 490 border-color: black; 411 491 } 412 492 /* diventa celeste */ … … 418 498 text-align: center; 419 499 color: #ffffff; 500 border: 1px; 501 border-color: black; 420 502 } 421 503 … … 425 507 font-family: Verdana, Helvetica; 426 508 text-align: center; 509 border: 1px; 510 border-color: black; 427 511 } 428 512 -
trunk/client/versione.php
r353 r354 1 1 <?php 2 2 3 $versione = "3.0 rev 35 3";3 $versione = "3.0 rev 354"; 4 4 $version_number = $versione; 5 $datarel = "2 4settembre 2021";5 $datarel = "26 settembre 2021"; 6 6 $version = "Eleonline $version_number (<i>Data Release: $datarel</i>)"; 7 7 -
trunk/install/sql/eleonline.sql
r346 r354 416 416 `stemma` blob, 417 417 `id_circ` int(11) NOT NULL DEFAULT '0', 418 `num_circ` int(2) UNSIGNED NOT NULL DEFAULT ' 0',418 `num_circ` int(2) UNSIGNED NOT NULL DEFAULT '1', 419 419 `prognome` text, 420 420 `programma` mediumblob … … 449 449 `num_gruppo` int(2) UNSIGNED NOT NULL DEFAULT '0', 450 450 `id_circ` int(11) NOT NULL DEFAULT '0', 451 `num_circ` int(2) UNSIGNED NOT NULL DEFAULT ' 0',451 `num_circ` int(2) UNSIGNED NOT NULL DEFAULT '1', 452 452 `descrizione` text, 453 453 `simbolo` text, … … 649 649 (6, 'CAMERA', 'it', 2, '0', '0', '0', '0'), 650 650 (7, 'SENATO', 'it', 2, '0', '0', '0', '0'), 651 (8, 'EUROPEE', 'it', 4, ' 1', '0', '0', '0'),651 (8, 'EUROPEE', 'it', 4, '0', '0', '0', '0'), 652 652 (9, 'REGIONALI', 'it', 5, '0', '0', '0', '0'), 653 653 (10, 'SENATO CON GRUPPI', 'it', 5, '1', '0', '1', '0'),
Note:
See TracChangeset
for help on using the changeset viewer.