user.htm

来自「The Management Information System of Lib」· HTM 代码 · 共 71 行

HTM
71
字号
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><!-- InstanceBegin template="/Templates/moban.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!-- InstanceBeginEditable name="doctitle" -->
<title>用户功能</title>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
body {
	background-color: #FFEED3;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
body,td,th {
	font-size: 9pt;
}

a {
	font-size: 9pt;
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline;
}
-->
</style>
<!-- InstanceBeginEditable name="head" -->

<!-- InstanceEndEditable -->
</head>
<body>
<!-- InstanceBeginEditable name="text" -->
<table width="100%" height="22"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td bgcolor="#FDBB53">用户功能:</td>
  </tr>
</table>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="3%">&nbsp;</td>
    <td width="97%"><img src="pic/user.gif" width="562" height="341"></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td height="22"><a href="locksys.htm">1.锁定系统</a>(管理员暂时离开,防止他人修改)</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td height="22"><a href="login.htm">2.切换用户或登陆</a>(交班时切换用户,或改变登陆用户的权限)</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td height="22"><a href="backup.htm">3.数据备份</a>(将SQLserver2000数据库的数据备份到服务器C盘上)</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td height="22">&nbsp;</td>
  </tr>
</table>
<!-- InstanceEndEditable -->
</body>
<!-- InstanceEnd --></html>

⌨️ 快捷键说明

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