[cvs] example commit by mtraum: changed to general welcome page
JCorporate Ltd
jcorp at jcorporate.com
Tue Mar 22 18:14:42 UTC 2005
Log Message:
-----------
changed to general welcome page
Modified Files:
--------------
example/weblog/src/expresso/components/weblog/register:
status.jsp
Revision Data
-------------
Index: status.jsp
===================================================================
RCS file: /home/javacorp/.cvs/expresso/example/weblog/src/expresso/components/weblog/register/status.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lweblog/src/expresso/components/weblog/register/status.jsp -Lweblog/src/expresso/components/weblog/register/status.jsp -u -r1.1 -r1.2
--- weblog/src/expresso/components/weblog/register/status.jsp
+++ weblog/src/expresso/components/weblog/register/status.jsp
@@ -7,70 +7,28 @@
<%@ include file="../standard.inc" %>
<HTML>
<HEAD>
- <expresso:stylesheet/>
+ <style> @import url(<%=contextPath%>/expresso/components/weblog/style/weblog.css); </style>
<TITLE>Login Success</TITLE>
</head>
-<body class="jc-default">
<!-- status.jsp -->
-<%@ include file="top.inc" %>
-<html:form styleClass="jc-default" action="/Login.do">
-<%@ include file="header.inc" %>
-</html:form>
-
-<%@ include file="errorRow.inc" %>
-<expresso:IfElementExists name="errorMessage" type="output">
- <expresso:OutputTag name="errorMessage">
- <P class="jc-errorheader">
- <expresso:ContentTag />
- </p>
- </expresso:OutputTag>
-</expresso:IfElementExists>
-<expresso:IfElementExists name="successMessage" type="output">
- <expresso:OutputTag name="successMessage">
- <P class="jc-successheader">
- <expresso:ContentTag />
- </p>
- </expresso:OutputTag>
-</expresso:IfElementExists>
-
-<expresso:IfElementExists name="remembered" type="output">
-<p class="jc-info">
- <bean:write property="remembered"/>
-</p>
-</expresso:IfElementExists>
-
-<expresso:IfElementExists name="OriginalURL" type="output">
-<p class="jc-info">
- <a href="<bean:write property="OriginalURL"/>">
- <bean:message key="continueTo"/>
- </a>
-</p>
-</expresso:IfElementExists>
-
-<expresso:IfElementExists name="lang" type="output">
- <expresso:OutputTag name="lang">
- <P align="center"><small>
- <expresso:ContentTag />
- </small></p>
- </expresso:OutputTag>
-</expresso:IfElementExists>
-
-<expresso:IfElementExists name="infoMessage" type="output">
- <expresso:OutputTag name="infoMessage">
- <p class="jc-info">
- <expresso:ContentTag />
- </p>
- </expresso:OutputTag>
-</expresso:IfElementExists>
-
-<expresso:IfElementExists name="passwordMessage" type="output">
- <expresso:OutputTag name="passwordMessage">
- <p class="jc-info">
- <expresso:ContentTag />
- </p>
- </expresso:OutputTag>
-</expresso:IfElementExists>
+ <body bgcolor="black">
+ <table>
+ <tr><td><img src="<%=contextPath%>/expresso/components/weblog/images/weblog_title.jpg"></td>
+ <td>
+ <H2>Welcome to Weblog</h2>
+ <p>Welcome to the Expresso Weblog Cafe. This is a weblog implemented for
+ the Wafer Project. And also a guide for newbies to learn the Expresso framework.
+ </p>
+
+ <p>To coninue, click <a href="<%=contextPath%>/weblog/EntryController.do">here</a></p>
+
+ </td></tr>
+ </table>
+
+
+
+
</BODY>
</HTML>
More information about the cvs
mailing list