-
Notifications
You must be signed in to change notification settings - Fork 27
/
main.php
24 lines (22 loc) · 900 Bytes
/
main.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
session_start();
include_once 'checkA.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>基于PHP的中小型酒店信息管理信息系统后台</title>
</head>
<frameset rows="61,*,24" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="admin_head.php" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frame src="admin_bottom.php" name="mainFrame" id="mainFrame" />
<frameset>
<body>
<noframes>
</noframes>
</body>
<script src="js/jquery-2.1.3.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/bootstrap.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/index.js" type="text/javascript" charset="utf-8"></script>
</html>