ST_kuserleft.ascx
上传用户:wyx_1982
上传日期:2020-04-18
资源大小:699k
文件大小:3k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <%@ Control Language="c#" Inherits="ST_GROUP.EnterpriseOnlineInfoManage.ST_kuserleft" CodeFile="ST_kuserleft.ascx.cs" %>
  2. <table height="72" cellSpacing="1" cellPadding="0" width="180" align="center" bgColor="#000000"
  3. border="0">
  4. <tr>
  5. <td align="center" bgColor="#ffffff"><asp:panel id="Panel1" runat="server">
  6. <TABLE cellSpacing="1" cellPadding="3" width="180" border="0">
  7. <TR>
  8. <TD align="center" colSpan="2"><FONT color="#cc3399"><STRONG>::用户登录::</STRONG></FONT></TD>
  9. </TR>
  10. <TR>
  11. <TD style="WIDTH: 72px" align="right" width="72">用户名:</TD>
  12. <TD width="127">&nbsp;
  13. <asp:textbox id="username" runat="server" BorderStyle="Solid" Width="90px" CssClass="inputlog"></asp:textbox></TD>
  14. </TR>
  15. <TR>
  16. <TD style="WIDTH: 72px" align="right">密&nbsp;&nbsp;&nbsp; 码:</TD>
  17. <TD>&nbsp;
  18. <asp:textbox id="userpass" runat="server" BorderStyle="Solid" Width="90px" CssClass="inputlog"
  19. TextMode="Password"></asp:textbox></TD>
  20. </TR>
  21. <TR>
  22. <TD colSpan="2">&nbsp;
  23. <asp:button id="Button1" runat="server" BorderStyle="Solid" Width="72px" Text="登录" onclick="Button1_Click"></asp:button><FONT face="宋体">&nbsp;</FONT>
  24. <asp:button id="Button2" runat="server" BorderStyle="Solid" Width="72px" Text="注册" onclick="Button2_Click"></asp:button></TD>
  25. </TR>
  26. </TABLE>
  27. </asp:panel><asp:panel id="Panel2" runat="server">
  28. <TABLE cellSpacing="1" cellPadding="3" width="180" border="0">
  29. <TR>
  30. <TD align="center"><FONT color="#cc3399"><STRONG>::用户中心::</STRONG></FONT></TD>
  31. </TR>
  32. <TR>
  33. <TD align="center">欢迎您:
  34. <asp:Label id="Label1" runat="server">Label</asp:Label>,<BR>
  35. <FONT face="宋体" color="#cc3399">-------------------</FONT><BR>
  36. 您可以进行以下操作:</TD>
  37. </TR>
  38. <TR>
  39. <TD align="center">
  40. <TABLE cellSpacing="1" cellPadding="5" width="80%" border="0">
  41. <TR>
  42. <TD><FONT color="#cc3399">》<A href="ST_userinfoedit.aspx">修改注册资料</A></FONT></TD>
  43. </TR>
  44. <TR>
  45. <TD><FONT color="#cc3399">》<A href="ST_userorderlist.aspx">我的订单</A></FONT></TD>
  46. </TR>
  47. <TR>
  48. <TD><FONT color="#cc3399">》<A href="ST_kprolist.aspx">断续订购</A></FONT></TD>
  49. </TR>
  50. <TR>
  51. <TD><FONT color="#cc3399">》<A href="ST_contraller.aspx?cname=logout">退出</A></FONT></TD>
  52. </TR>
  53. </TABLE>
  54. </TD>
  55. </TR>
  56. <TR>
  57. <TD>&nbsp;&nbsp;<FONT face="宋体">&nbsp;</FONT></TD>
  58. </TR>
  59. </TABLE>
  60. </asp:panel></td>
  61. </tr>
  62. </table>
  63. <br>
  64. <br>