📄 documentlist.aspx
字号:
<%@ Page language="c#" Codebehind="DocumentList.aspx.cs" AutoEventWireup="false" Inherits="OI.DocTemplate.DocumentList" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>DocumentList</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="../test.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table border="1" cellspacing='0' cellpadding='0' width="100%" align="center" class="tableframe">
<tr>
<td colspan="6" style="HEIGHT: 23px">
<input type="button" name="BookMark" value="标签管理" onclick="javascript:location.href='BookMark/BookMarkList.aspx'">
<input type="button" name="Template" value="模板管理" onclick="javascript:location.href='Template/TemplateList.aspx'">
<input type="button" name="Signature" value="印章管理" onclick="javascript:location.href='Signature/SignatureList.aspx'">
</td>
</tr>
<tr>
<td colspan="2" nowrap>
请选择模版:<%=GetTemplateList("doc",".doc")%>
<input type="button" value="新建Word 文档" onclick="javascript:location.href='DocumentEdit.aspx?FileType=.doc&UserName=<%=userName%>&Template='+doc.value;">
<br>
请选择模版:<%=GetTemplateList("xls",".xls")%>
<input type="button" value="新建Excel文档" onclick="javascript:location.href='DocumentEdit.aspx?FileType=.xls&UserName=<%=userName%>&Template='+xls.value;"
>
</td>
<td colspan="4"><FONT face="宋体"> <INPUT type="hidden" id="UserName" value='<%=userName%>' class=input></FONT></td>
</tr>
<tr>
<td nowrap height="25">编号</td>
<td nowrap>主题</td>
<td nowrap>作者</td>
<td nowrap>类型</td>
<td nowrap>日期</td>
<td nowrap>操作</td>
</tr>
<%=GetTableContent()%>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -