registOK.jsp
上传用户:bjjsss
上传日期:2018-06-10
资源大小:4236k
文件大小:2k
源码类别:

SilverLight

开发平台:

Java

  1. <%@ page contentType="text/html;charset=UTF-8" language="java"%>
  2. <%@ page import="cn.com.blogonline.*"%>
  3. <%@ page import="java.util.*"%>
  4. <%
  5. Blog blog = (Blog)session.getAttribute(Constants.LOGIN_USER_KEY);
  6. %>
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  8. <html>
  9. <head>
  10. <title>用户注册成功</title>
  11. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  12. <link rel="StyleSheet" type="text/css" href="images/mystyle.css">
  13. </head>
  14. <body>
  15. <table height="45" cellspacing="0" cellpadding="0" width="750" background="images/bk_11.jpg" border="0">
  16. </table>
  17. <table height="19" cellspacing="0" cellpadding="0" width="750" bgcolor="#ff0000" border="0">
  18. <tr>
  19. <td width="3"></td>
  20. <td width="252"></td>
  21. <td style="PADDING-TOP: 2px" align="middle">
  22. <p align="center">
  23. <b><font color="#ffffff">注册成功</font></b>
  24. </p>
  25. </td>
  26. <td width="252"></td>
  27. <td width="3"></td>
  28. </tr>
  29. </table>
  30. <table height="45" cellspacing="0" cellpadding="0" width="750" background="images/bk_11.jpg" border="0">
  31. <tbody>
  32. <tr>
  33. <td align="middle">
  34. <font color="#FF0000"><b>恭喜您,您的免费BLOG空间已经开通!</b></font>
  35. </td>
  36. </tr>
  37. </tbody>
  38. </table>
  39. <table border="1" width="750" bordercolor="#FCD447">
  40. <tr>
  41. <td width="99%" valign="top">
  42. <p>
  43. <b>您现在可以:</b>
  44. <br>
  45. <br>
  46. 1、 <a class="for" href="">了解BLOG</a>:BLOG的演示向导
  47. <br>
  48. <br>
  49. 2、<a class="for" href=""> 如何使用BLOG</a>:让您详细了解BLOG功能
  50. <br>
  51. <br>
  52. 3、 <a class="for" href="openBlog?blogid=<%=blog.getId()%>">进入您的BLOG</a>: 现在就开始吧
  53. </p>
  54. <p>
  55. </p>
  56. </td>
  57. </tr>
  58. </table>
  59. <hr style="color:orange" width="90%">
  60. <p align="center">
  61. <font color="#FF0000"><b>BlogOnline 版权所有</b></font>
  62. </p>
  63. </body>
  64. </html>