📄 selectbranchdetail.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SelectBranchDetail.aspx.cs" Inherits="Enterprise_management.SelectBranchDetail" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>分店详细信息查询</title>
<meta http-equiv="Content-Type" content="text/html; charset="utf-8">
<meta content="MSHTML 6.00.2900.5848" name="GENERATOR">
</head>
<body style="BACKGROUND-POSITION-Y: -120px; BACKGROUND-IMAGE: url('../images/bg.gif'); BACKGROUND-REPEAT: repeat-x">
<form id="form1" runat="server">
<div>
<table height="100%" cellSpacing="0px" cellPadding="0px" width="100%" border="0">
<tbody>
<tr style="BACKGROUND-IMAGE: url('../images/bg_header.gif'); BACKGROUND-REPEAT: repeat-x" height="47px">
<td width=10>
<span style="FLOAT: left; BACKGROUND-IMAGE: url('../images/main_hl.gif'); WIDTH: 15px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 47px"></span></td>
<td>
<span style="FLOAT: left; BACKGROUND-IMAGE: url('../images/main_hl2.gif'); WIDTH: 15px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 47px"></span>
<span style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FLOAT: left; BACKGROUND-IMAGE: url('../images/main_hb.gif'); PADDING-BOTTOM: 10px; COLOR: white; PADDING-TOP: 10px; BACKGROUND-REPEAT: repeat-x; HEIGHT: 47px; TEXT-ALIGN: center; 0px: ">分店详细信息查询</span>
<span style="FLOAT: left; BACKGROUND-IMAGE: url('../images/main_hr.gif'); WIDTH: 60px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 47px"></span></td>
<td style="BACKGROUND-POSITION: 50% bottom; BACKGROUND-IMAGE: url('../images/main_rc.gif')" width="10px"></td>
</tr>
<tr>
<td style="BACKGROUND-IMAGE: url('../images/main_ls.gif')"> </td>
<td style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; COLOR: #566984; PADDING-TOP: 10px; BACKGROUND-COLOR: white" vAlign="top" align="middle">
<div>
<asp:GridView ID="gvBranchDetail" runat="server" AutoGenerateColumns="False"
Height="119px" style="text-align: center; margin-right: 0px" Width="100%">
<Columns>
<asp:BoundField HeaderText="分店编号" DataField="Shop_id" />
<asp:BoundField HeaderText="分店名称" DataField="Shop_name" />
<asp:BoundField HeaderText="分店店长" DataField="Shop_un" />
<asp:BoundField HeaderText="分店地址" DataField="Shop_address" />
<asp:BoundField HeaderText="联系电话" DataField="Shop_tel" />
</Columns>
</asp:GridView>
</div>
</td>
<td style="BACKGROUND-IMAGE: url('../images/main_rs.gif')"></td>
</tr>
<tr style="BACKGROUND-IMAGE: url('../images/main_fs.gif'); BACKGROUND-REPEAT: repeat-x" height="10">
<td style="BACKGROUND-IMAGE: url('../images/main_lf.gif')"></td>
<td style="BACKGROUND-IMAGE: url('../images/main_fs.gif')"></td>
<td style="BACKGROUND-IMAGE: url('../images/main_rf.gif')"></td>
</tr>
</tbody>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -