📄 groupdiscount.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="groupDiscount.aspx.cs" Inherits="groupDiscount" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>无标题页</title>
<script language="javascript" type="text/javascript">
// <!CDATA[
function showAdd(){
if(eval("addGroup"+1).style.display=="block"){
eval("addGroup"+1).style.display="none";
eval("addGroup"+2).style.display="block";
}
}
function cancelAdd(){
if(eval("addGroup"+2).style.display=="block"){
eval("addGroup"+2).style.display="none";
eval("addGroup"+1).style.display="block";
}
}
// ]]>
</script>
</head>
<body>
<form id="form1" runat="server">
<table id="addGroup1" style="display:block">
<tbody>
<tr>
<td>
<img src="pic/addNewGroup.JPG" onclick="return showAdd()" id="IMG1" />
</td>
</tr>
</tbody>
</table>
<table id="addGroup2" style="display:none">
<tbody>
<tr><td>
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/pic/saveInfo.bmp" OnClick="ImageButton1_Click"/>
<img src="pic/cancelAdd.JPG" onclick = "return cancelAdd()"/>
<asp:Table ID="Table1" runat="server">
<asp:TableRow ID="TableRow1" runat="server">
<asp:TableCell ID="TableCell1" runat="server" >单位</asp:TableCell>
<asp:TableCell ID="TableCell16" runat="server" Width="100px">联系人</asp:TableCell>
<asp:TableCell ID="TableCell2" runat="server">电话</asp:TableCell>
<asp:TableCell ID="TableCell12" runat="server">地址</asp:TableCell>
<asp:TableCell ID="TableCell3" runat="server" HorizontalAlign="Center">折扣</asp:TableCell>
</asp:TableRow>
<asp:TableRow ID="TableRow2" runat="server">
<asp:TableCell ID="TableCell4" runat="server">
<asp:TextBox ID="TextBox1" runat="server">group</asp:TextBox>
<asp:Label ID="Label1" runat="server" Text="Label">*</asp:Label>
</asp:TableCell>
<asp:TableCell ID="TableCell5" runat="server">
<asp:TextBox ID="TextBox2" runat="server" Width="100px"></asp:TextBox>
</asp:TableCell>
<asp:TableCell ID="TableCell17" runat="server">
<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox>
</asp:TableCell>
<asp:TableCell ID="TableCell13" runat="server">
<asp:TextBox ID="TextBox4" runat="server" Width="200px"></asp:TextBox>
</asp:TableCell>
<asp:TableCell ID="TableCell6" runat="server">
<asp:TextBox ID="TextBox3" runat="server" Width="25px">100</asp:TextBox>
<asp:Label ID="Label3" runat="server" Text="Label">%</asp:Label>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</td></tr>
</tbody>
</table>
<table>
<tbody>
<tr><td>
<asp:Table ID="Table2" runat="server">
<asp:TableRow ID="TableRow3" runat="server">
<asp:TableCell ID="TableCell18" runat="server" >编号</asp:TableCell>
<asp:TableCell ID="TableCell7" runat="server" Width="150px">单位</asp:TableCell>
<asp:TableCell ID="TableCell15" runat="server" Width="100px">联系人</asp:TableCell>
<asp:TableCell ID="TableCell8" runat="server" Width="150px">电话</asp:TableCell>
<asp:TableCell ID="TableCell14" runat="server" Width="220px">地址</asp:TableCell>
<asp:TableCell ID="TableCell9" runat="server" Width="50px">折扣</asp:TableCell>
<asp:TableCell ID="TableCell10" runat="server">编辑</asp:TableCell>
<asp:TableCell ID="TableCell11" runat="server">删除</asp:TableCell>
</asp:TableRow>
</asp:Table>
</td></tr>
</tbody>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -