?? adminmain.aspx
字號:
<%@ Page language="c#" Codebehind="AdminMain.aspx.cs" AutoEventWireup="True" Inherits="_211.AdminMain" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<style>.myheight { HEIGHT: 30px }
TABLE { FONT-SIZE: 12px }
A:link { COLOR: #006699; TEXT-DECORATION: none }
A:visited { COLOR: #006699; TEXT-DECORATION: none }
A:hover { COLOR: #006699; TEXT-DECORATION: none }
A:active { COLOR: #006699; TEXT-DECORATION: none }
</style>
<LINK href="admin_css.css" type="text/css" rel="stylesheet">
</HEAD>
<body topmargin="0" leftmargin="0">
<form runat="server" id="f">
<table border="0" height='100%' width="500" align="center">
<tr height='100%' align="center">
<td width='40%'>
<font class="red">歡迎管理員(<asp:Label id="sea" runat="server" ForeColor="#8080FF"></asp:Label><font class="blue"><b></b></font>)</font>
<BR>
<BR>
<asp:Button id="Button1" runat="server" Text="生成所有靜態頁面" BackColor="#E0E0E0" BorderColor="Gray"
BorderStyle="Solid" BorderWidth="1px" onclick="Button1_Click"></asp:Button>
</td>
<td width='60%'>
<table border="1" cellspacing="0" cellpadding="1" bordercolorlight="#c0c0c0" bordercolordark="#ffffff">
<tr>
<td colspan="2" align="center" bgcolor="#ffffff" class="red_3">服務器的有關參數</td>
</tr>
<tr>
<td> 服務器名:</td>
<td>
<asp:Label id="sea1" runat="server"></asp:Label></td>
</tr>
<tr>
<td height="20"> 服務器IP:</td>
<td height="20">
<asp:Label id="sea2" runat="server"></asp:Label></td>
</tr>
<tr>
<td> 服務器端口:</td>
<td>
<asp:Label id="sea3" runat="server"></asp:Label></td>
</tr>
<tr>
<td> 服務器時間:</td>
<td>
<asp:Label id="sea4" runat="server"></asp:Label></td>
</tr>
<tr>
<td> IIS版本:</td>
<td>
<asp:Label id="sea5" runat="server"></asp:Label></td>
</tr>
<tr>
<td height="20"> 腳本超時時間:</td>
<td height="20">
<asp:Label id="sea7" runat="server"></asp:Label>秒</td>
</tr>
<tr>
<td> 站點物理路徑:</td>
<td>
<asp:Label id="sea8" runat="server"></asp:Label></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -