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

📄 viewpage.asp

📁 学生档案与成绩管理(1)学生档案管理:记录每个学生的档案信息
💻 ASP
字号:
<!-- #include file = "../../../include/asphead.asp" -->
<!-- #include file = "../../../include/function.asp" -->
<%CheckUser()%>
<link href="../../../include/main.css" rel="stylesheet" type="text/css">
<script src="../../../include/function.js" type="text/javascript"></script>
<script ID="clientEventHandlersJS" LANGUAGE="javascript">
<!--

function SetOrder() {
	if(window.showModalDialog("frame.asp?target=chgorder.asp", "","dialogwidth:330px;dialogheight:370px;Status:0;center:1;resizable=1;")==true)
	{
		window.navigate(window.location);
	}
}

function SetPromptLine() {
	if(window.showModalDialog("frame.asp?target=setpromptline.asp", "","dialogwidth:525px;dialogheight:390px;Status:0;center:1;resizable=1;")==true)
	{
		window.navigate(window.location);
	}
}

function Cancel()
{
	parent.window.close();
}

function OpenSample(file) {
	try
	{
		window.open (file,'Sample')
	}
	catch(e)
	{
		alert('打开示意图失败。\n请检查当前浏览器版本,建议使用IE6.0以上版本。')
	}
}

//-->
</script>
<%

	dim WExcel
	set WExcel=server.CreateObject("WExcel.System")

	dim SheetID
	SheetID=Request.Cookies("System")("StructureSheetID")

	dim strBody
	WExcel.GetSheetViewPage cint(UserID),cint(SheetID),strBody
	CheckErr

%>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	</head>
	<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
		<table width="100%" border=0 cellPadding=0 cellSpacing=0>
			<tr height=5>
				<td colspan="5">
			</tr>
			<tr>
				<td height=1 rowspan="3" valign="bottom" width="10%"><IMG height=1 src="../../../images/promptline.gif" width="100%"></td>

				<td height=1 rowspan="3" width="1%"><IMG height=22 src="../../../images/lefton.gif" width=11></td>
				<td height=1 valign="center" width="12%"><IMG height=1 src="../../../images/promptline.gif" width="100%"></td>
				<td height=1 rowspan="3" width="1%"><IMG height=22 src="../../../images/righton.gif" width=11></td>

				<td height=1 rowspan="2" width="64%">
					<p align=right>
						<input id="btnSetOrder" type="button" value="调整字段顺序" name="btnSetOrder" style="cursor:hand; WIDTH: 105px; HEIGHT: 20px" LANGUAGE="javascript" onclick="return SetOrder()">&nbsp;
						<input id="btnSetPromptLine" type="button" value="设置提示行" name="btnSetPromptLine" style="cursor:hand; WIDTH: 105px; HEIGHT: 20px" LANGUAGE="javascript" onclick="return SetPromptLine()">&nbsp;
						&nbsp;&nbsp;&nbsp;&nbsp;
						<a href=# onclick="javascript:OpenSample('layout.jpg')"><u>效果实例</u></a>
					</p>
				</td>
			</tr>
			<tr>
				<td height=20 valign=bottom>排版式样</td>
			</tr>
			<tr>
				<td></td>
				<td height=1 valign="bottom"><IMG height=1 src="../../../images/promptline.gif" width="100%"></td>
			</tr>
		</table>
		<table width="100%" border=0 CELLSPACING=0 CELLPADDING="0">
			<tr height=10>
				<td colspan=5></td>
			</tr>
			<tr height=340 valign="top">
				<td colspan=5>
					<table width="99%" border=0 CELLSPACING="1" CELLPADDING="0">
						<%=strBody%>
					</table>
				</td>
			</tr>
			<tr height=40 valign=bottom>
				<td colspan=5><input id="btnCancel" type="button" value="关闭" name="btnCancel" style="cursor:hand; WIDTH: 50px; HEIGHT: 24px" LANGUAGE="javascript" onclick="return Cancel()"></td>
			</tr>
		</table>
	</body>                                                                                                           
</html>

⌨️ 快捷键说明

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