smssend.aspx
来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 266 行 · 第 1/2 页
ASPX
266 行
<%@ page language="C#" autoeventwireup="true" inherits="UserManagement_UserInfoList, App_Web_3ugek-vd" theme="SkinFile" %>
<!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>
<link href="../Source/table.css" rel="Stylesheet" type="text/javascript" />
</head>
<body style="margin-top: 10px">
<form id="form1" runat="server">
<div style=" width :741px; border-style :solid ; border-bottom:1px; border-left:1px; border-right:1px; border-top:1px; border-color:#8AC5DB; height: 407px;">
<table style="width: 770px; background-color: #f3f8ff;">
<tr>
<td style="width: 769px; height: 25px; background-color: #9ac4e0">
<asp:Label ID="Label5" runat="server" Text="" Width="700px" Font-Size="10pt">位置: 短信管理 > 用户组选择</asp:Label></td>
</tr>
<tr>
</tr>
<tr style ="width: 769px; height: 25px; background-color: #9ac4e0"><td style=" font-size :10pt; height: 25px;"> 请选择用户类型 <asp:DropDownList ID="ddPerson" runat="server" Width="97px" AutoPostBack="True" OnSelectedIndexChanged="ddPerson_SelectedIndexChanged">
</asp:DropDownList></td>
</tr>
<asp:Panel ID="lbworker" runat ="server" >
<tr>
<td align="left" style="width: 770px; height: 30px;" valign="top">
<table style="width: 770px; background-color: #4289c2; font-size: small">
<tr>
<td style="height: 26px">
请选择群组</td>
<td style="height: 26px">
<asp:DropDownList ID="cbUserTeam" runat="server" Width="97px" AutoPostBack="True" OnSelectedIndexChanged="cbUserTeam_SelectedIndexChanged1">
</asp:DropDownList>
</td>
<td style="height: 26px">
请选择部门</td>
<td style="height: 26px">
<asp:DropDownList ID="cbDept" runat="server" Width="97px" AutoPostBack="True">
</asp:DropDownList></td>
<td style="height: 26px">
请选择性别</td>
<td style="height: 26px">
<asp:DropDownList ID="cbSex" runat="server" Width="92px" AutoPostBack="True" style="left: 7px; position: relative">
</asp:DropDownList>
</td>
<td style="height: 26px">
请输入姓名</td>
<td style="height: 26px">
<asp:TextBox ID="tbName" runat="server" Width="99px"></asp:TextBox></td>
</tr>
</table>
<table style="font-size: small; left: 0px; width: 770px; position: relative; top: 0px;
background-color: #4289c2">
<tr>
<td style="width: 76px; height: 27px">
请输入职务</td>
<td style="width: 108px; height: 27px">
<asp:TextBox ID="tbDuty" runat="server" Width="90px"></asp:TextBox></td>
<td style="width: 72px; height: 27px">
请输入生日</td>
<td style="width: 491px; height: 27px">
<asp:TextBox ID="tbYear1" runat="server" Style="left: 2px; position: relative" Width="90px"></asp:TextBox>
请输入入伙时间<asp:TextBox ID="TextBox1" runat="server" Style="position: relative; left: -1px; top: 0px;"
Width="87px"></asp:TextBox>
<asp:Button ID="btnQuery" runat="server" OnClick="btnQuery_Click" Style="left: 82px;
position: relative" Text="查询" />
<asp:Button ID="btnAllworker" runat="server" OnClick="btnAllworker_Click" Style="left: 82px;
position: relative" Text="全部数据" Width="58px" /></td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
<tr>
<td style="width: 770px; height: 243px;" valign="top" align="left">
<asp:Label ID="Label1" runat="server" Height="22px" Text=' <table class="table1" style="width: 770px; height: 11px; background-color: #DBEAF5; font-size: 10pt"> <tr style="height: 12px;" align="center"> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px; border-right-color: White; height:11px"> 选择</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px;height:11px"> 编号</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px;height:11px"> 用户组名</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px;height:11px"> 部门单位名</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px;height:11px"> 职务</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px;height:11px"> 姓名</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px;height:11px"> 性别</th> </tr> </table> '
Width="521px"></asp:Label>
<asp:Panel ID="Panel1" runat="server" Height="240px" ScrollBars="Vertical" Width="125px">
<asp:GridView ID="GridView1" runat="server" DataKeyNames="UserID" AutoGenerateColumns="False" PageSize="10" OnPageIndexChanging="GridView1_PageIndexChanging" Width="752px">
<Columns>
<asp:TemplateField HeaderText="选择">
<ItemTemplate>
<asp:CheckBox ID="chk" runat="server" AutoPostBack="false" Checked="false" />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="UserDefineID" HeaderText="编号" />
<asp:BoundField DataField="UserID" HeaderText="编号" InsertVisible="False" ReadOnly="True"
SortExpression="PK_ID"></asp:BoundField>
<asp:BoundField DataField="AreaName" HeaderText="用户组名"></asp:BoundField>
<asp:BoundField DataField="CorporationName" HeaderText="部门单位名"></asp:BoundField>
<asp:BoundField HeaderText="职务" SortExpression="Birthday" DataField="Duty"></asp:BoundField>
<asp:BoundField DataField="Name" HeaderText="姓名" SortExpression="Name"></asp:BoundField>
<asp:BoundField DataField="Sex" HeaderText="性别" SortExpression="Sex"></asp:BoundField>
<asp:BoundField DataField="Mobile" HeaderText="手机号" />
</Columns>
<EmptyDataTemplate>
<table style="width: 768px; height: 11px; background-color: #DBEAF5; font-size: 10pt">
<tr style="height: 12px;" align="center">
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; border-right-color: White; height: 11px">
选择</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; height: 11px">
编号</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; height: 11px">
用户组名</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-right: 0px; border-top: 0px; height: 11px">
部门单位名</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; height: 11px">
职务</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-right: 0px; border-top: 0px; height: 11px">
姓名</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; height: 11px">
性别</th>
</tr>
</table>
</EmptyDataTemplate>
<RowStyle BackColor="#9AC4E0" />
</asp:GridView>
</asp:Panel>
</td>
</tr>
<tr>
<td style="font-size: small; width: 700px; text-align: left" valign="top">
<asp:Label ID="word" runat="server" Font-Size="10pt" ForeColor="red">
您还剩下<asp:TextBox ID="tbSmsCount" runat="server" Enabled="False" Width="20px"></asp:TextBox>条短信可发!</asp:Label> </td>
</tr>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?