Created
November 22, 2010 14:24
-
-
Save EVIL-SnaKe/710035 to your computer and use it in GitHub Desktop.
This file contains hidden or 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"> | |
<!-- | |
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> | |
<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"> | |
<script type="text/javascript" src="/jquery.js"></script> | |
<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" onclick="MM_effectShake('form1')"> | |
<select name="selectform" class="cursor" id="selectform"> | |
<option>техническая</option> | |
<option>творческая</option> | |
</select> | |
</h1> | |
<span id="result"> | |
<table width="572" height="216" border="1" align="center"> | |
<tr bordercolor="#33FF00" bgcolor="#F0F0F0" id="form1"> | |
<th nowrap="nowrap">Дата</th> | |
<th nowrap="nowrap">Время начала</th> | |
<th nowrap="nowrap">Время окончания</th> | |
<th nowrap="nowrap">АВЗ</th> | |
<th nowrap="nowrap"><p>Название</p> | |
</th> | |
<th 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="добавить запись" /> | |
<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