Файловый менеджер - Редактировать - /home/umudio/public_html/repo/parishes.php.tar
Назад
home/umudio/public_html/OLD/parishes.php 0000644 00000012274 14773625460 0014271 0 ustar 00 <?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:#000099; 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--> <?php $ss="Parishes & Mass Centres in the Diocese"; $added=""; if(isset($_POST["dmonth"])){ $toduse=$_POST["dmonth"]; $ss="Parishes & Mass Centres in " . $toduse . " Deanary"; $added=" and titler='" . $toduse. "' "; } ?> <div class="headingbiggest"><?php echo($ss); ?></div><hr /> <form method="post" name="search" id="search"> <table width="86%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#F7F7F7"> <tr> <td align="center" bgcolor="#E9E9E9"><b>Search By Deanary</b></td> <td align="center" valign="middle" bgcolor="#E9E9E9"><strong>Deanary: <select name="dmonth" id="dmonth"> <option value="All" selected="selected">All</option> <?php $query_dio12 = "SELECT * FROM deanaries where archived<>'Yes' order by titler"; $dio12 = mysql_query($query_dio12, $csn) or die(mysql_error()); $row_dio12 = mysql_fetch_assoc($dio12); $num12 = mysql_num_rows($dio12); if($num12>0){ do { echo('<option value="' . $row_dio12["titler"] . '">' . $row_dio12["titler"] . '</option>'); } while($row_dio12 = mysql_fetch_assoc($dio12)); } ?> </select> </strong></td> <td align="center" valign="middle" bgcolor="#E9E9E9"> <input name="button2" type="submit" class="style14" id="button2" value=" Search " /></td> <td align="center" valign="middle" bgcolor="#E9E9E9"><b><a href="parishes.php">Show All</a></b></td> </tr> </table> </form> <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_dio5 = "SELECT * FROM deanaries where archived<>'Yes'" . $added . " order by titler asc"; $dio5 = mysql_query($query_dio5, $csn) or die(mysql_error()); $row_dio5 = mysql_fetch_assoc($dio5); $totalRows_dio5 = mysql_num_rows($dio5); if($totalRows_dio5>0){ do { $which=$row_dio5["sn"]; $ddeanary=$row_dio5["titler"] . " Deanary"; $query_dio = "SELECT * FROM parishes where status='Parish' and deanary=$which order by namer"; $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' and deanary=$which order by namer"; $dio1 = mysql_query($query_dio, $csn) or die(mysql_error()); $row_dio1 = mysql_fetch_assoc($dio1); $totalRows_dio1 = mysql_num_rows($dio1); ?> <div class="headingbigger" style="padding-top:25px;"><?php echo($ddeanary); ?></div> <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_dio1["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> <?php } while($row_dio5 = mysql_fetch_assoc($dio5)); } ?> <!--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
|
Настройка