systemconfig.aspx
来自「一个非常好的开源代码」· ASPX 代码 · 共 92 行
ASPX
92 行
<%@ Page language="c#" Codebehind="SystemConfig.aspx.cs" AutoEventWireup="false" Inherits="RBWebShop.Manage.SystemConfig" %>
<%@ Register TagPrefix="uc1" TagName="Head" Src="Head.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>SystemConfig</title>
<meta content="Microsoft Visual Studio .NET 7.1" 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="../Include/ManageStyle.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<uc1:head id="Head1" runat="server"></uc1:head>
<table class="tableBorder" cellSpacing="1" cellPadding="0" align="center" border="0">
<tr>
<th noWrap align="left" width="100" colSpan="2">
<font color="#ffffff"><b>网站信息设置</b></font></th></tr>
<tr>
<td class="Row" noWrap align="right" width="100"><font color="#ff0000">网站名称</font>:</td>
<td class="Row" noWrap>
<asp:textbox id="myName" runat="server" Width="300px" Height="24px"></asp:textbox></td>
</tr>
<tr>
<td class="Row" noWrap align="right" width="100"><FONT color="#ff0000">网站网址</FONT>:</td>
<td class="Row" noWrap>
<asp:textbox id="myUrl" runat="server" Width="300px"></asp:textbox></td>
</tr>
<tr>
<td class="Row" noWrap align="right" width="100"><font color="#ff0000">公司Email</font>:</td>
<td class="Row" noWrap>
<asp:textbox id="myEmail" runat="server" Width="300px" Height="24px"></asp:textbox></td>
</tr>
<tr>
<td class="Row" noWrap align="right" width="100"><font color="#ff0000">网站标题</font>:</td>
<td class="Row" noWrap>
<asp:textbox id="myTitle" runat="server" Width="392px" TextMode="MultiLine"></asp:textbox></td>
</tr>
<tr>
<td class="Row" noWrap align="right" width="100"><font color="#ff0000">网站关键字</font>:</td>
<td class="Row" noWrap>
<asp:textbox id="myKey" runat="server" Width="392px" Height="48px" TextMode="MultiLine"></asp:textbox></td>
</tr>
<tr>
<td class="Row" noWrap align="right" width="100"><FONT color="#ff0000">网站描述信息</FONT>:</td>
<td class="Row" noWrap>
<asp:textbox id="myDescribe" runat="server" Width="504px" Height="56px" TextMode="MultiLine"></asp:textbox></td>
</tr>
<tr>
<td class="Row" noWrap align="right" width="100"><FONT color="#ff0000">公司地址</FONT>:</td>
<td class="Row" noWrap>
<asp:textbox id="myAddress" runat="server" Width="300px"></asp:textbox></td>
</tr>
<tr>
<td class="Row" noWrap align="right" width="100"><FONT color="#ff0000">公司邮编</FONT>:</td>
<td class="Row" noWrap>
<asp:textbox id="myMail" runat="server" Width="300px"></asp:textbox></td>
</tr>
<tr>
<td class="Row" noWrap align="right" width="100"><FONT color="#ff0000">公司电话</FONT>:</td>
<td class="Row" noWrap>
<asp:textbox id="myTell" runat="server" Width="300px"></asp:textbox></td>
</tr>
<tr>
<td class="Row" noWrap align="right" width="100"><FONT color="#ff0000">网站logo</FONT>:</td>
<td class="Row" noWrap>
<asp:textbox id="myLogo" runat="server" Width="300px"></asp:textbox></td>
</tr>
<tr>
<td class="Row" noWrap align="right" width="100"><FONT color="#ff0000">Banner地址</FONT>:</td>
<td class="Row" noWrap>
<asp:textbox id="myBanner" runat="server" Width="300px"></asp:textbox></td>
</tr>
<tr>
<td class="Row" noWrap align="right" width="100"><FONT color="#ff0000">业务QQ</FONT>:</td>
<td class="Row" noWrap>
<asp:textbox id="myQQ" runat="server" Width="300px"></asp:textbox></td>
</tr>
<tr>
<td class="Rowlight" align="center" colSpan="2">
<p align="center"><asp:button id="Button1" runat="server" Text="确定修改" CssClass="mybutton"></asp:button>
<asp:button id="Button2" runat="server" Text="恢复默认值" CssClass="mybutton"></asp:button> </p>
</td>
</tr>
</table>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?