您目前尚未登陆,请选择【登陆】或【注册
首页->新闻文章->多层文章管理系统源码>>Web/Controls/UserLogin.ascx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:多层文章管理系统源码
当前文件:文件类型 MultiLayerArticle/Web/Controls/UserLogin.ascx打开代码结构图
普通视图
		            
1<%@ Control Language="C#" AutoEventWireup="true" CodeFile="UserLogin.ascx.cs" Inherits="Controls_UserLogin" %> 2<div id="login" runat="server" style="width:860px"> 3 <div class="Login_Title"> 4 <a href="#" id="userLogin">登录</a> 5 <a href="#" id="userRegister">注册</a> 6 </div> 7</div> 8<div id="logout" runat="server" style="display:none;float:right;"> 9 <div class="Login_Title"> 10 <asp:LinkButton ID="lBtnLogout" runat="server" OnClick="Logout_Click">退出</asp:LinkButton> 11 </div> 12</div> 13 14<div id="loginDiv" class="BGColor" onkeydown="EnterKey('yes')"> 15 16 <h3>注册用户直接登录</h3> 17 <div id="showmessage" style="display:none" class='ReturnMessage'></div> 18 <table> 19 <tr> 20 <td>用户名</td><td><input class="textBox_2Title" type="text" id="username" /></td> 21 </tr> 22 <tr> 23 <td>密码</td><td><input class="textBox_2Title" type="password" id="userpwd" /></td> 24 </tr> 25 <tr> 26 <td colspan="2" align="center"> 27 <input class="ButtonWindow" type="button" id="yes" value="登录" /> 28 <input class="ButtonWindow" type="button" id="cancle" value="取消" /> 29 </td> 30 </tr> 31 </table> 32 33</div> 34 35<div id="registerDiv" class="BGColor" onkeydown="EnterKey('btnYes')"> 36 37 <h3>用户注册</h3> 38 <div id="showRegister" style="display:none" class='ReturnMessage'></div> 39 <table> 40 <tr> 41 <td>用户名</td><td><input type="text" id="rUserName" /></td> 42 </tr> 43 <tr> 44 <td>密码</td><td><input type="password" id="rUserPwd" /></td> 45 </tr> 46 <tr> 47 <td>确认密码</td><td><input type="password" id="rUserPwdAffirm" /></td> 48 </tr> 49 <tr> 50 <td colspan="2" align="center"> 51 <input type="Button" class="ButtonWindow" id="btnYes" value="注册" /> 52 <input type="Button" class="ButtonWindow" id="btnCancle" value="取消" /> 53 </td> 54 </tr> 55 </table> 56 57</div>
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:多层文章管理系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号