📄 set_all.aspx
字号:
<%@ Page language="c#" Codebehind="set_all.aspx.cs" AutoEventWireup="false" Inherits="qruan.admin2006.set_all" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>set_all</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">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
BODY { COLOR: green }
TD { COLOR: green }
TH { COLOR: green }
BODY { BACKGROUND-COLOR: #cee1c4 }
</style>
<LINK href="./css.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form method="post" name="Form1" id="Form1" runat="server">
<table width="810" border="0" cellpadding="0" cellspacing="1" bgcolor="green">
<tr bgcolor="#afe195">
<td height="28" colspan="2" align="center"><strong>订餐网基本信息设置</strong></td>
</tr>
<tr bgcolor="#afe195">
<td width="158" height="28" align="right">网站名称:</td>
<td width="649" height="28" align="left">
<asp:TextBox id="TextBox1" runat="server" Width="168px" Height="18px"></asp:TextBox></td>
</tr>
<tr bgcolor="#afe195">
<td height="28" align="right">网站网址:</td>
<td height="28" align="left">
<asp:TextBox id="TextBox2" runat="server" Width="168px" Height="18px"></asp:TextBox></td>
</tr>
<tr bgcolor="#afe195">
<td height="28" align="right">送到时间:</td>
<td height="28" align="left"> 从
<asp:DropDownList id="DropDownList1" runat="server"></asp:DropDownList> 到
<asp:DropDownList id="DropDownList2" runat="server"></asp:DropDownList>
点 (订单提交时,用户选择送到时间时使用)
</td>
</tr>
<tr bgcolor="#afe195">
<td height="28" align="right">上午更新菜单时间:</td>
<td height="28" align="left">
<asp:TextBox id="TextBox3" runat="server" Width="120px" Height="18px"></asp:TextBox>(只在前台的“服务指南”显示信息,不起参数影响)</td>
</tr>
<tr bgcolor="#afe195">
<td height="28" align="right">下午更新菜单时间:</td>
<td height="28" align="left">
<asp:TextBox id="TextBox4" runat="server" Width="120px" Height="18px"></asp:TextBox>(只在前台的“服务指南”显示信息,不起参数影响)</td>
</tr>
<tr bgcolor="#afe195">
<td height="28" align="right">上午送餐时间范围:</td>
<td height="28" align="left">
<asp:TextBox id="TextBox5" runat="server" Width="120px" Height="18px"></asp:TextBox>(只在前台的“服务指南”显示信息,不起参数影响)</td>
</tr>
<tr bgcolor="#afe195">
<td height="28" align="right">下午送餐时间范围:</td>
<td height="28" align="left">
<asp:TextBox id="TextBox6" runat="server" Width="120px" Height="18px"></asp:TextBox>(只在前台的“服务指南”显示信息,不起参数影响)</td>
</tr>
<tr bgcolor="#afe195">
<td height="28" align="right">订餐电话:</td>
<td height="28" align="left">
<asp:TextBox id="TextBox7" runat="server" Width="120px" Height="18px"></asp:TextBox>(只在前台的“服务指南”显示信息,不起参数影响)</td>
</tr>
<tr bgcolor="#afe195">
<td height="28" align="right">投诉电话:</td>
<td height="28" align="left">
<asp:TextBox id="TextBox8" runat="server" Width="120px" Height="18px"></asp:TextBox>(只在前台的“服务指南”显示信息,不起参数影响)</td>
</tr>
<tr bgcolor="#afe195">
<td height="28" align="right">最低配送金额:</td>
<td height="28" align="left">
<asp:TextBox id="TextBox9" runat="server" Height="18px" Width="120px"></asp:TextBox>(订单提交时,合计价格必需高于或等于此价格)</td>
</tr>
<tr bgcolor="#afe195">
<td height="28" align="right">餐币消费折扣价:</td>
<td height="28" align="left">
<asp:TextBox id="TextBox10" runat="server" Height="18px" Width="120px"></asp:TextBox>
(收费方式有“网银支付”、“上门收费”与“餐币收费”,最后者可设置消费折扣)</td>
</tr>
<tr bgcolor="#afe195">
<td height="28" align="right"> </td>
<td height="28" align="left"> <FONT face="宋体"> </FONT>
<asp:Button id="Button1" runat="server" Width="72px" Height="20px" Text="提 交"></asp:Button></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -