Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/parishes1.php
Назад
<?php include("Connecter/dataconn.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php include("head.php"); ?> <style type="text/css"> .subhead {cursor:pointer; color:#990000; font-weight:bold; font-size:12px; padding:5px 0px 5px 0px; } .subsubheading { font-family: Tahoma; font-size: 9pt; color: #000000; display: none; font-weight: normal; } </style> <script type="text/javascript"> function show(rid) { if (document.getElementById(rid).style.display=="none") { document.getElementById(rid).style.display="block"; } else { document.getElementById(rid).style.display="none"; } } </script> </head> <body> <?php include("top.php"); ?> <?php include("titlebar.php"); ?> <?php include("mast.php"); ?> <?php include("navbar.php"); ?> <?php include("contenttop.php"); ?> <?php include("sidebar.php"); ?> <?php include("mainbartop.php"); ?> <!--Content Goes here--> <div class="headingbiggest">Parishes By Alphabetical Listing</div> <div style="text-align:right; font-style:italic; color:#900; padding-top:10px;">Please, click on the name of the parish for more details</div> <?php $query_dio = "SELECT * FROM parishes where status='Parish' order by namer asc"; $dio = mysql_query($query_dio, $csn) or die(mysql_error()); $row_dio = mysql_fetch_assoc($dio); $totalRows_dio = mysql_num_rows($dio); $query_dio = "SELECT * FROM parishes where status='MassCentre' order by namer asc"; $dio1 = mysql_query($query_dio, $csn) or die(mysql_error()); $row_dio1 = mysql_fetch_assoc($dio1); $totalRows_dio1 = mysql_num_rows($dio1); ?> <div class="post"> <?php if($totalRows_dio>0){ ?> <?php $gvg=1; do { ?> <div class="subhead" onclick="show('c<?php echo $row_dio['sn']; ?>')"><?php echo($gvg); ?>. <?php echo($row_dio["namer"]); ?>, <?php echo($row_dio["town"]); ?></div> <div style="display:none;" class="subsubheading" id="c<?php echo $row_dio['sn']; ?>"> <div><?php echo($row_dio["address"]); ?></div> <div style="background-color:#ddd; padding:10px 20px 10px 20px;"><?php echo($row_dio["details"]); ?></div> </div> <?php $gvg++; } while($row_dio = mysql_fetch_assoc($dio)); } ?> <?php if($totalRows_dio1>0){ ?> <div class="headingstyled">Mass Centres</div> <?php $gvg=1; do { ?><hr /> <div class="headingnormal"><?php echo($gvg); ?>. <?php echo($row_dio1["namer"]); ?>, <?php echo($row_dio["town"]); ?></div> <div><?php echo($row_dio1["address"]); ?></div> <div style="background-color:#ddd; padding:10px 20px 10px 20px;"><?php echo($row_dio1["details"]); ?></div> <?php $gvg++; } while($row_dio1 = mysql_fetch_assoc($dio1)); } ?> </div><div class="post-bot"></div> <!--Content Ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка