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

📄 welcome.asp

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

function GoTo(target)
{
	parent.navigate(target);
}

//-->
</script>

<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<%
	
	dim WExcel
	set WExcel=server.CreateObject("WExcel.System")
	
	dim strName,strBody,Success
	Success=WExcel.GetUserViewPage(cint(UserID),clng(UserID),strName,strBody)
	CheckErr

%>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
	<table width="80%" align=center valign=top border=0 CELLSPACING=0 CELLPADDING="0">
		<tr height="35" valign=bottom>
			<td colspan=2>
				<%=strName%>,您好,欢迎进入<%=AppTitle%>!
			</td>
		</tr>
		<tr height="60">
			<td colspan=2>
				各部分功能简介
			</td>
		</tr>
		<tr>
			<td width=20% valign=top style="cursor:hand" onclick="GoTo('../myfold/mainframe.asp')">
				<p align=left><U>个人信息</U></p>
			</td>
			<td width=80% valign=top>
				<p align=left>管理您的私有信息,包括:个人账号、个人备忘事项、短信通知、操作日志等。
				</p>
			</td>
		</tr>
		<tr height="15">
			<td colspan=2>
			</td>
		</tr>
		<tr>
			<td valign=top style="cursor:hand" onclick="GoTo('../sheet/mainframe.asp')">
				<p align=left><U>数据表</U></p>
			</td>
			<td valign=top>
				<p align=left>管理各类共享信息,可录入、查询、修改数据,可导入、导出、复制、批量修改。
				</p>
			</td>
		</tr>
		<tr height="15">
			<td colspan=2>
			</td>
		</tr>
		<tr>
			<td valign=top style="cursor:hand" onclick="GoTo('../report/mainframe.asp')">
				<p align=left><U>统计报表</U></p>
			</td>
			<td valign=top>
				<p align=left>统计数据表中的数据,生成分类明细表、分类统计表或透视分析图表。
				</p>
			</td>
		</tr>
		<tr height="15">
			<td colspan=2>
			</td>
		</tr>
		<tr>
			<td valign=top style="cursor:hand" onclick="GoTo('../system/mainframe.asp')">
				<p align=left><U>系统管理</U></p>
			</td>
			<td valign=top>
				<p align=left>
					管理用户账号和角色权限,管理数据表结构、选项字典,设计表单模板、提醒模板、统计报表等。
				</p>
			</td>
		</tr>
		<tr height="60">
			<td colspan=2>
				文档资料
			</td>
		</tr>
		<tr>
			<td valign=top>
				<p align=left>《功能预览》</p>
			</td>
			<td valign=top>
				<p align=left>
					图文并茂的ppt幻灯片,让你由浅入深、轻松快速地了解系统的功能特征。
					<a href=# onClick="OpenAttach('../support/quicktour.zip')"><u>立即下载</u></a>
				</p>
			</td>
		</tr>
		<tr height="15">
			<td colspan=2>
			</td>
		</tr>
		<tr>
			<td valign=top>
				<p align=left>《用户手册》</p>
			</td>
			<td valign=top>
				<p align=left>
					描述各项功能的操作界面及详细使用方法,适合一般用户阅读。
					<a href=# onClick="OpenAttach('../support/usermanual.zip')"><u>立即下载</u></a>
				</p>
			</td>
		</tr>
		<tr height="15">
			<td colspan=2>
			</td>
		</tr>
		<tr>
			<td valign=top>
				<p align=left>《系统管理手册》</p>
			</td>
			<td valign=top>
				<p align=left>
					描述系统结构、安装卸装、用户管理、数据表设置、权限设置等内容,适合系统管理人员阅读。
					<a href=# onClick="OpenAttach('../support/adminmanual.zip')"><u>立即下载</u></a>
				</p>
			</td>
		</tr>
	</table>
</body>                                                                                                           
</html>

⌨️ 快捷键说明

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