template.html

来自「基于ASP的OA办公系统有BBS」· HTML 代码 · 共 52 行

HTML
52
字号
<html>
<head>
<title>NET-OA</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> 



<script language="JavaScript">
function ChangeDisplay(objT,img){
if (objT.className=="hidden"){
objT.className="";
img.src="../images/t7.gif";
}else{
objT.className="hidden";
img.src="../images/t6.gif";
}
}
</script>
<link rel="stylesheet" href="../inc/style.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" scroll="no">
<TABLE id=tt WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER" class="borderon" >
 <TR> 
 <TD><IMG SRC="../images/model.gif" ALIGN="absmiddle" width="16" height="16" vspace="2" hspace="2"> 
 模板列表</TD>
 </TR> 
</TABLE>
<div style="position:relative; width:100%; height:expression(body.offsetHeight-tt.offsetHeight-2); z-index:1; left: 0px; top: 0px; overflow: auto"> 
 <!--Net-OA1--></div>
 <!--Net-OA2-->
<center><br>[没有模板,<span style="cursor:hand;" onclick="parent.location.href='admin_template.asp?dID=0';"><u>请先添加</u></span>]</center>
	<!--Net-OA3-->		<table width="100%" border="0" cellspacing="0" cellpadding="2" class="tablenoneline">
		<tr><td height="22">
		<img id="img1" src="../images/t6.gif" vspace="2" hspace="2" align="absmiddle" onclick="ChangeDisplay(incT,this);">
		<font color="#999999">公用模板</font>
		</td></tr>
		<tr id="incT" class="hidden"><td height="22" align="right">
		<table width="90%" border="0" cellspacing="0" cellpadding="1">
		<!--Net-OA4-->		</table>
		</td></tr>
		<tr><td height="22">
		<img id="img2" src="../images/t6.gif" vspace="2" hspace="2" align="absmiddle" onclick="ChangeDisplay(selfT,this);">
		<font color="#999999">个人模板</font>
		</td></tr>
		<tr id="selfT" class="hidden"><td height="22" align="right">
		<table width="90%" border="0" cellspacing="0" cellpadding="1">
		<!--Net-OA5-->		</table>
		</td></tr>
		</table>
	<!--Net-OA6--></body>
</html>
		

⌨️ 快捷键说明

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