⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 layout.htm

📁 基于PHP和MYSQL的计算机辅助设备维修管理系统
💻 HTM
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<script>
function PreloadButtons() {

	bar1 = new Image();
	bar1.src = "images/buttons/button_cancel.gif";
	bar2 = new Image();
	bar2.src = "images/buttons/button_login.gif";
	bar3 = new Image();
	bar3.src = "images/buttons/button_save.gif";
	bar4 = new Image();
	bar4.src = "images/buttons/button_delete.gif";
	bar5 = new Image();
	bar5.src = "images/buttons/button_edit.gif";
	bar6 = new Image();
	bar6.src = "images/buttons/button_addnew.gif";
	bar7 = new Image();
	bar7.src = "images/buttons/button_return.gif";
	bar8 = new Image();
	bar8.src = "images/buttons/button_saveall.gif";
	bar9 = new Image();
	bar9.src = "images/buttons/button_details.gif";
	bar10 = new Image();
	bar10.src = "images/buttons/button_ok.gif";
	bar11 = new Image();
	bar11.src = "images/buttons/button_users.gif";
	bar12 = new Image();
	bar12.src = "images/buttons/button_browse.gif";
	bar13 = new Image();
	bar13.src = "images/buttons/button_eq.gif";

}

PreloadButtons();

</script>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

		<title>Equipment - Admin Panel</title>

		<link href="templates/admin/admin.css" type="text/css" rel="stylesheet">
	</head>
	<body style="margin-top:0;margin-bottom:0;">
		<script src="templates/admin/admin.js"></script>
		<table border="0" cellspacing="0" cellpadding="0" width="760" height="100%" align="center">
			<tr>
				<td class="body" valign="top">
					<table border="0" cellspacing="0" cellpadding="4" width="100%" height="100%">
						<tr>
							<td colspan="2" height="10" class="top">
								<table border="0" cellspacing="0" cellpadding="0" width="100%">
									<tr>
										<td height="10" class="topmenu">Equipment - Admin Panel | <a class="menu" href="index.php?sub=logout">Logout</a></td>
										<td height="10" class="topmenu" align="right"></td>
									</tr>
								</table>
							</td>
						</tr>
						<tr>
							<td valign="top" width="160" class="navbar">
								{MENU}
							</td>
							<td valign="top" width="600">
								{PB_EVENTS}
							</td>
						</tr>
					</table>
				</td>
			</tr>
			<tr>
				<td height="20" style="font-size:9px;">powered by <a target="new" href="http://www.maintenance-software.org">maintenance-software</a></td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -