Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/editcalendar.php
Назад
<?php if (!$_SESSION){ session_start(); } $acc=$_SESSION['acc']; $yto=$_SESSION['yto']; if(isset($acc) && ($acc=="administratoroftheUmuahiasiteDiocese2016Byto")){?> <?php include("Connecter/dataconn.php"); ?> <?php if (isset($_GET['tab'])) { unset($temp); if(isset($_GET['tab'])){ $_GET['tab']=trim($_GET['tab']); if(preg_match('/^[0-9]/u',$_GET['tab'])){ settype($_GET['tab'], 'int'); $temp=(int)$_GET['tab']; } } if(!isset($temp)){echo "Sorry! Wrong Data!"; exit();} $id=$temp; $query_dio=sprintf("select * from calend where sn = %s", mysql_real_escape_string($id)); $dio = mysql_query($query_dio, $csn) or die(mysql_error()); $row_dio = mysql_fetch_assoc($dio); $totalRows_dio = mysql_num_rows($dio); ?> <!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"); ?> <?php include("textare.php"); ?> <link rel="stylesheet" type="text/css" href="cal/dhtmlxcalendar.css"> <link rel="stylesheet" type="text/css" href="cal/skins/dhtmlxcalendar_dhx_web.css"> <script src="cal/dhtmlxcalendar.js"></script> <script> function doOnLoad() { var myCalendar = new dhtmlXCalendarObject(["fromdate"]); myCalendar.setSkin('dhx_web'); myCalendar.setWeekStartDay=7; myCalendar.setDateFormat("%Y-%m-%d"); myCalendar.hideTime(); if(document.getElementById('todate').value!=''){ myCalendar.setSensitiveRange(null,document.getElementById('todate').value); } var myCalendar2 = new dhtmlXCalendarObject(["todate"]); myCalendar2.setSkin('dhx_web'); myCalendar2.setWeekStartDay=7; myCalendar2.setDateFormat("%Y-%m-%d"); myCalendar2.hideTime(); myCalendar2.setSensitiveRange(document.getElementById('fromdate').value,null); } </script> <script type="text/javascript"> function yto(){ if(document.getElementById("Day").checked==true){ document.getElementById("dfirst").innerHTML="On"; document.getElementById("dsecond").style.visibility="hidden"; document.getElementById('todate').value=''; } if(document.getElementById("Range").checked==true){ document.getElementById("dfirst").innerHTML="From"; document.getElementById("dsecond").style.visibility="visible"; } } </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="headingbigger">Edit School Calendar…</div> <p style="color:#999900"><b>Edit Activity</b></p> <form id="form1" name="form1" method="post" action="dadmin.php" enctype="multipart/form-data"> <table width="100%" cellpadding="1" cellspacing="2"> <tr valign="top"> <td style="font-weight:bold; text-align:center">Activity</td> <td align="left" ><input name="activity" type="text" size="70" value="<?php echo ($row_dio['activity']); ?>" /></td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center"> </td> <td align="left"> <div style="height:10px;"> </div> <div> <input type="radio" name="YesNo" value="1" id="Day" onchange="yto()" onmouseup="yto()" onclick="yto()" ondblclick="yto()" /><b>Just a Day</b> <input type="radio" name="YesNo" value="2" id="Range" checked="checked" onchange="yto()" onmouseup="yto()" onclick="yto()" ondblclick="yto()" /><b>Range of Days</b></div> <span id="dfirst" style="font-weight:bold">From</span> <input name="fromdate" id="fromdate" type="text" size="18" readonly="readonly" value="<?php echo ($row_dio['fromdate']); ?>" onmousedown="doOnLoad();" /> <span id="dsecond"> <b>Till</b> <input name="todate" id="todate" type="text" size="18" readonly="readonly" value="<?php echo ($row_dio['todate']); ?>" onmousedown="doOnLoad();" /></span> </td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center">Activity Details</td> <td align="left" ><textarea name="details" id="details" cols="70" rows="15"><?php echo ($row_dio['details']); ?></textarea></td> </tr> <tr valign="top"> <td style="text-align:right; font-size:10px;" colspan="2"><a href="dadmin.php">Cancel</a> <input name="editcal" type="submit" style="font-size:12px;" id="editcal" value=" Edit Activity " /> <input name="sn" type="hidden" value="<?php echo ($row_dio['sn']); ?>" /> </td> </tr> </table> </form> <p> </p> <!--Content Ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html> <?php } else { include("dadmin.php"); } ?> <?php } else { include("ddadmin.php"); }?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка