49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Manager.aspx.cs" Inherits="WeiXin.WebSite.Manager" %>
|
|
|
|
<%@ Register Assembly="RealEstate.Web" Namespace="SuperMap.RealEstate.Web.UI.WebControls"
|
|
TagPrefix="smwc" %>
|
|
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<ul class="ListItem Col1" style="padding-left:20px;padding-top:20px; width: 300px">
|
|
<li></li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="TextBoxEx_UserName" Width="100%" runat="server" CaptionText="微信账号:"
|
|
AllowEmpty="False" Text="381815048@qq.com">
|
|
</smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="TextBoxEx_PassWord" Width="100%" runat="server" CaptionText="微信密码:"
|
|
AllowEmpty="False" Text="pppp123">
|
|
</smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<asp:Button ID="ButtonLogin" runat="server" Text="登录" OnClick="ButtonLogin_Click" />
|
|
</li>
|
|
<li>
|
|
<ul class="ListItem Col1" runat="server" id="MessageBar" visible="false">
|
|
<li>
|
|
<smwc:TextBoxEx ID="TextBoxEx_Content" Width="100%" runat="server" CaptionText="请输入要发送的信息:"
|
|
AllowEmpty="False" Text="推送消息测试!">
|
|
</smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<asp:Button ID="ButtonSend" runat="server" Text="发送" CausesValidation="false" OnClick="ButtonSend_Click" />
|
|
</li>
|
|
<li runat="server" id="ResultList">
|
|
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<br />
|
|
</form>
|
|
</body>
|
|
</html>
|