You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2003/12/31 02:07:57 UTC

cvs commit: jakarta-struts/web/tiles-documentation/examples/tiles/portal login.jsp

husted      2003/12/30 17:07:57

  Modified:    web/tiles-documentation/examples/tiles/portal login.jsp
  Log:
  Replace <A/> with <U/> for dummy login link, per #22779 (Rob Leland).
  
  Revision  Changes    Path
  1.2       +1 -2      jakarta-struts/web/tiles-documentation/examples/tiles/portal/login.jsp
  
  Index: login.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/examples/tiles/portal/login.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- login.jsp	6 Jul 2002 01:13:51 -0000	1.1
  +++ login.jsp	31 Dec 2003 01:07:57 -0000	1.2
  @@ -5,7 +5,6 @@
       <TD class=spanhd>Login</TD></TR>
     <TR>
       <TD class=yellow><!-- IF statement for Alert section here -->
  -      <P>If you have World Financial accounts, you can <A 
  -      href="<%=request.getContextPath()%>/tutorial/login/login.jsp" title=Login><B>Login</B></A> to 
  +      <P>If you have World Financial accounts, you can <U>Login</U> to
         view your account information.<BR>&nbsp; 
   </P></TD></TR></TABLE>  </b></font></div>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org