registOK.jsp
资源名称:JSPonline.rar [点击查看]
上传用户:bjjsss
上传日期:2018-06-10
资源大小:4236k
文件大小:2k
源码类别:
SilverLight
开发平台:
Java
- <%@ page contentType="text/html;charset=UTF-8" language="java"%>
- <%@ page import="cn.com.blogonline.*"%>
- <%@ page import="java.util.*"%>
- <%
- Blog blog = (Blog)session.getAttribute(Constants.LOGIN_USER_KEY);
- %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <title>用户注册成功</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link rel="StyleSheet" type="text/css" href="images/mystyle.css">
- </head>
- <body>
- <table height="45" cellspacing="0" cellpadding="0" width="750" background="images/bk_11.jpg" border="0">
- </table>
- <table height="19" cellspacing="0" cellpadding="0" width="750" bgcolor="#ff0000" border="0">
- <tr>
- <td width="3"></td>
- <td width="252"></td>
- <td style="PADDING-TOP: 2px" align="middle">
- <p align="center">
- <b><font color="#ffffff">注册成功</font></b>
- </p>
- </td>
- <td width="252"></td>
- <td width="3"></td>
- </tr>
- </table>
- <table height="45" cellspacing="0" cellpadding="0" width="750" background="images/bk_11.jpg" border="0">
- <tbody>
- <tr>
- <td align="middle">
- <font color="#FF0000"><b>恭喜您,您的免费BLOG空间已经开通!</b></font>
- </td>
- </tr>
- </tbody>
- </table>
- <table border="1" width="750" bordercolor="#FCD447">
- <tr>
- <td width="99%" valign="top">
- <p>
- <b>您现在可以:</b>
- <br>
- <br>
- 1、 <a class="for" href="">了解BLOG</a>:BLOG的演示向导
- <br>
- <br>
- 2、<a class="for" href=""> 如何使用BLOG</a>:让您详细了解BLOG功能
- <br>
- <br>
- 3、 <a class="for" href="openBlog?blogid=<%=blog.getId()%>">进入您的BLOG</a>: 现在就开始吧
- </p>
- <p>
- </p>
- </td>
- </tr>
- </table>
- <hr style="color:orange" width="90%">
- <p align="center">
- <font color="#FF0000"><b>BlogOnline 版权所有</b></font>
- </p>
- </body>
- </html>