Created
March 29, 2011 07:49
-
-
Save EVIL-SnaKe/891963 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<? require_once ('db_login.php'); | |
require_once ('db_connect.php'); | |
?> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Расписание АСП</title> | |
<script src="SpryAssets/SpryEffects.js" type="text/javascript"></script> | |
<script type="text/javascript" src="/jquery.js"></script> | |
<script type="text/javascript"> | |
function MM_goToURL() { //v3.0 | |
var i, args=MM_goToURL.arguments; document.MM_returnValue = false; | |
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'"); | |
} | |
</script> | |
<script type="text/javascript"> | |
function locs(){ | |
$.get('/updatemain.php', function(data) {$('#result').html(data);}); | |
} | |
setTimeout("locs()", 100000); | |
</script> | |
<style type="text/css" media="all"> | |
<!-- | |
--> | |
</style> | |
<link href="file:///C|/raspisanie asp html/CSS/tablerasp.css" rel="stylesheet" type="text/css" /> | |
<meta name="Description" content="123" /> | |
<style type="text/css"> | |
<!-- | |
.style1 { | |
color: #000000; | |
font-weight: bold; | |
font-family: "Times New Roman", Times, serif; | |
} | |
.cursor { | |
color: #33CC00; | |
list-style-type: circle; | |
cursor: crosshair; | |
} | |
body { | |
background-repeat: no-repeat; | |
} | |
.style2 {font-family: "Times New Roman", Times, serif} | |
--> | |
</style> | |
</head> | |
<body alink="#F0F0F0"> | |
<label></label><form id="form1" name="form1" method="post" action="updatemain.php"> | |
<label></label> | |
<label></label> | |
<h1 align="center" class="style1">Расписание АСП</h1> | |
<h1 align="left" > | |
<select name="selectform" size="1" class="cursor" id="selectform"> | |
<option value="input.php" selected="selected">техническая</option> | |
<option value="input_tvorch.php">творческая</option> | |
</select> | |
<label></label> | |
</h1> | |
<span id="result"> | |
<table width="974" height="67" border="1" align="center"> | |
<tr bordercolor="#33FF00" bgcolor="#F0F0F0" id="form1"> | |
<th width="87" height="55" nowrap="nowrap">Дата</th> | |
<th width="102" nowrap="nowrap">Время начала</th> | |
<th width="129" nowrap="nowrap">Время окончания</th> | |
<th width="116" align="center">Название</th> | |
<th width="80" align="center" nowrap="nowrap">АВЗ</th> | |
<th width="191" nowrap="nowrap">Техническая информация</th> | |
<th width="217" nowrap="nowrap">Контактная информация</th> | |
</tr> | |
</table> | |
</span> | |
<p> | |
<label></label> | |
<label></label> | |
<label></label> | |
<label> | |
<div align="left"> | |
</label> | |
<fieldset> | |
<label></label> | |
<div align="right"> | |
<label> | |
<div align="left"> | |
<input name="addzapis" type="button" id="addzapis" onclick="MM_goToURL('parent','input.php');return document.MM_returnValue" value="добавить запись" /> | |
<input name="to_tvorch" type="submit" id="to_tvorch" onclick="MM_goToURL('parent','input_tvorch.php');return document.MM_returnValue" value="добавить запись на творческую" /> | |
<br /> | |
</div> | |
</label> | |
<input name="loadfrombd" type="submit" id="loadfrombd" value="go" /> | |
<input type="button" value="обновить" onclick="$.get('/updatemain.php', function(data) {$('#result').html(data);})"> | |
</div> | |
</fieldset> | |
<p> </p> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment