checkout.aspx
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:2k
源码类别:

.net编程

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="checkout.aspx.cs" AutoEventWireup="false" Inherits="kuangren.checkout" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <meta name="vs_showGrid" content="False">
  6. <title>狂人论坛-注册失败</title>
  7. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  8. <meta name="CODE_LANGUAGE" Content="C#">
  9. <meta name="vs_defaultClientScript" content="JavaScript">
  10. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  12. <LINK href="skin/dvbbs/style.css" type="text/css" rel="stylesheet">
  13. </HEAD>
  14. <body leftmargin="0" topmargin="0">
  15. <!--#include file="sitehead.aspx" -->
  16. <div align="center">
  17. <table cellSpacing="1" cellPadding="3" width="97%" align="center" bgColor="#6595d6" border="0"> <tr>       <td bgColor="#F0F0F0" height="25"><IMG height="9" hspace="3" src="skin/dvbbs/images/nav_position.gif" width="9" align="absMiddle">   <uc1:jianinclude2 id="Jianinclude21" runat="server"></uc1:jianinclude2> → <a href="reg.aspx">论坛注册</a> → 注册失败
  18. </td>
  19. </tr>
  20. </table>
  21. <br>
  22. <table width="97%" border="1" cellpadding="4" cellspacing="0" bordercolor="#6595d6" class="table"
  23. style="BORDER-COLLAPSE: collapse">
  24. <TBODY>
  25. <tr class="title_link">
  26. <td class="title"><div align="center">
  27. <font color="#ffffff">注册失败</font></div>
  28. </td>
  29. </tr>
  30. <tr class="title_link">
  31. <td bgcolor="#ffffff" class="title_link">
  32. <DIV align="center"><strong><font color="#000000"><br>
  33. <br>
  34. 此用户名已被注册,请注册其它用户名
  35. <br>
  36. <br>
  37. </font></strong>
  38. </DIV>
  39. <DIV align="center"><font color="#000000"> </font>
  40. </DIV>
  41. </td>
  42. </tr>
  43. <tr>
  44. <td height="20" bgcolor="#e2ebf5">
  45. <div align="center">
  46. <a href="javascript:history.back(-1)"><font color="#000000">&gt;&gt;返回上一页</font></a>
  47. </div>
  48. </td>
  49. </tr>
  50. <td bgcolor="#e2ebf5">
  51. </TBODY>
  52. </table>
  53. </div>
  54. <!--#include file="sitefloor.aspx" -->
  55. </body>
  56. </HTML>