?? mainframe.aspx
字號:
<%@ Page language="c#" Codebehind="MainFrame.aspx.cs" AutoEventWireup="false" Inherits="DocAdmin.USL.MainFrame" %>
<%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>文檔管理系統</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK Href="Styles/DocAdmin.css" type="text/css" rel="stylesheet">
</HEAD>
<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
<form id="index" method="post" runat="server">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr bgColor="steelblue" height="40">
<td></td>
<td style="FONT-WEIGHT: bold; FONT-SIZE: x-large; COLOR: #ff0033; FONT-FAMILY: 華文行楷"
width="90%">企業內部文檔管理系統</td>
</tr>
<tr height="20">
<td colSpan="2">
<iewc:toolbar id="tb" runat="server" ForeColor="Black" Font-Size="8.25pt" SelectedStyle="class:texthyperlink;color:black;font-weight:bold;"
HoverStyle="class:texthyperlink;color:black;font-weight:bold;background-color:WhiteSmoke;"
BackColor="LightGray" BorderStyle="None" DefaultStyle="class:texthyperlink;color:black;text-decoration:underline1;"
CssClass="text">
<iewc:ToolbarButton Text="登錄" ImageUrl="images\Login.gif" ID="Login"></iewc:ToolbarButton>
<iewc:ToolbarSeparator></iewc:ToolbarSeparator>
<iewc:ToolbarButton Text="文檔管理" ImageUrl="images\MyDoc.gif" ID="FileFrame"></iewc:ToolbarButton>
<iewc:ToolbarSeparator></iewc:ToolbarSeparator>
<iewc:ToolbarButton Text="文檔搜索" ImageUrl="images\search1.gif" ID="FileSearch"></iewc:ToolbarButton>
<iewc:ToolbarSeparator></iewc:ToolbarSeparator>
<iewc:ToolbarButton Text="回收站" ImageUrl="images\recycle.gif" ID="Recycle"></iewc:ToolbarButton>
<iewc:ToolbarSeparator></iewc:ToolbarSeparator>
<iewc:ToolbarButton Text="更改密碼" ImageUrl="images\ChangePassword.gif" ID="ChangePassword"></iewc:ToolbarButton>
<iewc:ToolbarSeparator></iewc:ToolbarSeparator>
<iewc:ToolbarButton Text="系統管理" ImageUrl="images\monitor.gif" ID="Sys_AdminMenu"></iewc:ToolbarButton>
<iewc:ToolbarSeparator></iewc:ToolbarSeparator>
<iewc:ToolbarButton Text="退出" ImageUrl="images\Logout.gif" ID="Logout"></iewc:ToolbarButton>
</iewc:toolbar></td>
</tr>
<tr height="100%">
<td width="100%" colSpan="2" height="100%"><iframe id="main" marginWidth="0" marginHeight="0" src="Login.aspx" frameBorder="0" width="100%"
height="100%" runat="server"></iframe>
</td>
</tr>
<tr borderColor="navy" height="20" width="100%">
<td style="FONT-WEIGHT: bold; FONT-SIZE: 8.25pt; COLOR: white; FONT-FAMILY: PMingLiU, Verdana"
align="right" width="100%" bgColor="steelblue" colSpan="2"></td>
</tr>
</table>
</form>
<script language="javascript">
window.moveTo(0,0);
window.resizeTo(screen.availWidth,screen.availHeight);
</script>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -