您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->科信客户关系管理系统源码>>login.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:科信客户关系管理系统源码
当前文件:文件类型 KeXinCrm/login.aspx打开代码结构图
普通视图
		            
1<%@ Page language="c#" Codebehind="login.aspx.cs" AutoEventWireup="True" Inherits="CRMS.WebForm1" %> 2<HTML> 3 <HEAD> 4 <TITLE>科信客户关系管理系统V1.0</TITLE> 5 <META http-equiv="Content-Type" content="text/html; charset=gb2312"> 6 <LINK href="images/xt.css" type="text/css" rel="stylesheet"> 7 <META content="MSHTML 6.00.2900.2963" name="GENERATOR"> 8 </HEAD> 9 <BODY bgColor="#edece0" leftMargin="0" topMargin="0"> <!-- --> 10 <SCRIPT src="/css/xt.js"></SCRIPT> 11 <SCRIPT language="JavaScript"> 12function add_f(){ 13window.external.AddFavorite(location.href, document.title); 14} 15 </SCRIPT> 16 <form id="Form1" method="post" runat="server"> 17 <TABLE height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0"> 18 <TBODY> 19 <TR> 20 <TD height="10"> 21 <TABLE cellSpacing="2" cellPadding="0" width="100%" bgColor="#ffffff" border="0"> 22 <TBODY> 23 <TR> 24 <TD width="26%" bgColor="#cc3333" height="6"></TD> 25 <TD width="21%" bgColor="#ff6600"></TD> 26 <TD width="33%" bgColor="#666699"></TD> 27 <TD width="20%" bgColor="#009933"></TD> 28 </TR> 29 </TBODY> 30 </TABLE> 31 </TD> 32 </TR> 33 <TR> 34 <TD width="100%" bgColor="#e3e6eb"> 35 <DIV align="center"> 36 <TABLE cellSpacing="0" cellPadding="0" width="90%" border="0"> 37 <TBODY> 38 <TR> 39 <TD vAlign="bottom" colSpan="3" height="25"> 40 <P align="center"></FONT> 41 </P> 42 </TD> 43 </TR> 44 <TR> 45 <TD width="100%"> 46 <CENTER></CENTER> 47 <TR> 48 <TD vAlign="top" colSpan="3" height="398"> 49 <DIV align="center"> 50 <TABLE cellSpacing="0" cellPadding="0" border="0class="sha"> 51 <TBODY> 52 <TR> 53 <TD> 54 <DIV align="center"> 55 <TABLE cellSpacing="0" cellPadding="0" width="50%" align="center" border="0"> 56 <TBODY> 57 <TR> 58 <TD vAlign="top" width="492" height="341"> 59 <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0"> 60 <TBODY> 61 <TR> 62 <TD width="16"><IMG height="16" src="images/left_j.gif" width="16"></TD> 63 <TD background="images/top_line.gif"></TD> 64 <TD width="20"><IMG height="16" src="images/right_j.gif" width="20"></TD> 65 </TR> 66 <TR> 67 <TD background="images/zuos_12.gif" height="288">&nbsp;</TD> 68 <TD vAlign="top" bgColor="#f0f0f0"> 69 <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0"> 70 <TBODY> 71 <TR> 72 <TD colSpan="2"><IMG height="29" src="images/denglu.gif" width="456"></TD> 73 </TR> 74 <TR> 75 <TD width="36%" height="259"> 76 <DIV align="center"><IMG height="187" src="images/left_tu.gif" width="116"></DIV> 77 </TD> 78 <TD vAlign="top"> 79 <TABLE style="LINE-HEIGHT: 150%" cellSpacing="0" cellPadding="2" width="100%" border="0"> 80 <TBODY> 81 <TR> 82 <TD colSpan="2">&nbsp;</TD> 83 </TR> 84 <TR> 85 <TD colSpan="2"><FONT color="#000000">用 户 名: 86 <asp:textbox id="MemberName1" runat="server" Width="160px" EnableViewState="False"></asp:textbox> 87 </FONT> 88 <asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" ErrorMessage="请输入用户名" ControlToValidate="MemberName1" 89 Display="None"></asp:requiredfieldvalidator><asp:regularexpressionvalidator id="RegularExpressionValidator1" runat="server" ErrorMessage="用户名填写错误:4-20 个字符(A-Z,0-9,下划线)" 90 ControlToValidate="MemberName1" Display="None" ValidationExpression="^[a-zA-Z0-9]{4,20}$"></asp:regularexpressionvalidator> 91 </TD> 92 </TR> 93 <TR> 94 <TD colSpan="2"><FONT color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;码: 95 <asp:textbox id="Password1" runat="server" Width="160px" TextMode="Password"></asp:textbox> 96 </FONT> 97 <asp:requiredfieldvalidator id="RequiredFieldValidator2" runat="server" ErrorMessage="请输入密码" ControlToValidate="Password1" 98 Display="None"></asp:requiredfieldvalidator><asp:regularexpressionvalidator id="RegularExpressionValidator2" runat="server" ErrorMessage="密码填写错误:4-20 个字符(A-Z,0-9,下划线)" 99 ControlToValidate="Password1" Display="None" ValidationExpression="^[a-zA-Z0-9]{4,20}$"></asp:regularexpressionvalidator></TD> 100 </TR> 101 <TR> 102 <TD colSpan="2"> 103 <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0"> 104 <TBODY> 105 <TR> 106 <TD width="65"><B>验证码:</B></TD> 107 <TD width="44"><IMG src="CheckCode.aspx"></TD> 108 <TD width="70"><div align="center"><B>验证码:</B></div> 109 </TD> 110 <TD width="120"><asp:TextBox id="txtCheckCode" runat="server" Width="60px"></asp:TextBox> 111 <asp:RequiredFieldValidator id="RequiredFieldValidator3" runat="server" ErrorMessage="请输入验证码!" ControlToValidate="txtCheckCode" 112 Display="None"></asp:RequiredFieldValidator> 113 </TD> 114 </TR> 115 </TBODY> 116 </TABLE> 117 </TD> 118 </TR> 119 <TR> 120 <TD colSpan="2"><FONT color="#0066cc">请输入您所看到的验证码的数字,<BR> 121 如果看不到验证码的图片,请刷新本页面。</FONT></TD> 122 </TR> 123 <TR> 124 <TD width="180"><SPAN class="style2"><SPAN class="style4"><FONT color="#ff0000">注意</FONT></SPAN><FONT color="#ff0000"></FONT> 125 请登陆后,注销退出</SPAN></TD> 126 <TD vAlign="bottom" colSpan="-1"><asp:ImageButton id="ImageButton1" runat="server" ImageUrl="images/denglu_19.gif"></asp:ImageButton> 127 <asp:ValidationSummary id="ValidationSummary1" runat="server" ShowMessageBox="True" ShowSummary="False"></asp:ValidationSummary> 128 </TD> 129 </TR> 130 </TBODY> 131 </TABLE> 132 </TD> 133 </TR> 134 </TBODY> 135 </TABLE> 136 </TD> 137 <TD background="images/yous_18.gif">&nbsp;</TD> 138 </TR> 139 <TR> 140 <TD><IMG height="27" src="images/left_xj.gif" width="16"></TD> 141 <TD background="images/dixian_28.gif">&nbsp;</TD> 142 <TD><IMG height="27" src="images/right_xj.gif" width="20"></TD> 143 </TR> 144 </TBODY> 145 </TABLE> 146 </TD> 147 </TR> 148 </TBODY> 149 </TABLE> 150 <TABLE height="22" cellSpacing="0" cellPadding="0" width="58%" align="center" border="0"> 151 <TBODY> 152 <TR> 153 <TD width="47"><IMG height="19" src="images/left_hj.gif" width="47"></TD> 154 <TD width="473"><IMG height="19" src="images/hong.gif" width="473"></TD> 155 <TD><IMG height="19" src="images/right_hj.gif" width="49"></TD> 156 </TR> 157 </TBODY> 158 </TABLE> 159 <TABLE cellSpacing="0" cellPadding="0" width="100%" align="center" border="0"> 160 <TBODY> 161 <TR> 162 <TD colSpan="5" height="10"></TD> 163 </TR> 164 <TR> 165 <TD width="346">&nbsp;</TD> 166 <TD width="115"><IMG style="CURSOR: hand" onclick="add_f()" height="25" src="images/shoucang.gif" width="115"></TD> 167 <TD width="49">&nbsp;</TD> 168 <TD width="114"><IMG style="CURSOR: hand" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage(location.href);" 169 height="25" src="images/shouye.gif" width="114"></TD> 170 <TD width="348">&nbsp;</TD> 171 </TR> 172 <TR> 173 <TD colSpan="5" height="10"></TD> 174 </TR> 175 </TBODY> 176 </TABLE> 177 </DIV> 178 </TD> 179 </TR> 180 </TBODY> 181 </TABLE> 182 </DIV> 183 </TD> 184 </TR> 185 </TBODY> 186 </TABLE> 187 </DIV> 188 </TD> 189 </TR> 190 <TR> 191 <TD width="100%" bgColor="#000000" height="25"> 192 <P align="center"><FONT color="#cccccc">&nbsp;兰州科信网络技术有限公司 版权所有&nbsp;&nbsp; </FONT> 193 </P> 194 </TD> 195 </TR> 196 </TBODY> 197 </TABLE> 198 </form> 199 </BODY> 200</HTML> 201 202
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:科信客户关系管理系统源码