Skip to content

Instantly share code, notes, and snippets.

@EVIL-SnaKe
Created December 24, 2010 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EVIL-SnaKe/753984 to your computer and use it in GitHub Desktop.
Save EVIL-SnaKe/753984 to your computer and use it in GitHub Desktop.
<!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]+"'");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
</script>
<script type="text/javascript">
function locs(){
document.location.href="";
}
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">
<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" onchange="MM_openBrWindow('input_tvorch.php','','')">
<option>техническая</option>
<option value="input_tvorch.php" selected="selected">творческая</option>
</select>
<label></label>
</h1>
<span id="result">
<table width="953" height="124" border="1" align="center">
<tr bordercolor="#33FF00" bgcolor="#F0F0F0" id="form1">
<th width="36" height="104" nowrap="nowrap">Дата</th>
<th width="102" nowrap="nowrap">Время начала</th>
<th width="129" nowrap="nowrap">Время окончания</th>
<th width="48" align="center" nowrap="nowrap"><div align="center">АВЗ</div></th>
<th width="80" align="center">Название</th>
<th width="190" nowrap="nowrap">Техническая информация</th>
<th width="184" 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>&nbsp;</p>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment