Merge of the NewUI changes into the trunk

This commit is contained in:
Eric J. Bowersox
2002-01-07 02:05:37 +00:00
parent b86ef1c3b0
commit c3e2870572
516 changed files with 32853 additions and 26097 deletions

View File

@@ -15,17 +15,21 @@
Contributor(s):
--%>
<%@ page import = "com.silverwrist.venice.servlets.format.*" %>
<%@ page import = "java.util.List" %>
<%@ page import = "com.silverwrist.venice.core.TopicMessageContext" %>
<%@ page import = "com.silverwrist.venice.ui.view.JSPView" %>
<%@ taglib uri="/tlds/user" prefix="user" %>
<%@ taglib uri="/tlds/util" prefix="util" %>
<%
RenderData rdat = RenderConfig.createRenderData(application,request,response);
JSPView view = JSPView.get(request);
%>
<% if (rdat.useHTMLComments()) { %><!-- Password changed --><% } %>
<% rdat.writeContentHeader(out,"Your Password Has Been Changed",null); %>
<%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %>
<util:comment>Password changed</util:comment>
<util:header title="Your Password Has Been Changed"/>
<util:font color="content.fg" size="content">
The password for your account has been changed, and a new password has been E-mailed to you at
your account's defined E-mail address. (Check your E-mail again!). After getting the new password,
please log in and change your password (yes, again!) as soon as possible.<P>
<DIV ALIGN="CENTER">
<A HREF="<%= rdat.getEncodedServletPath("top") %>">Return to Front Page</A>
<util:link href="top.js.vs" type="servlet">Return to Front Page</util:link>
</DIV>
</FONT>
</util:font>