manveen     02/05/03 14:07:17

  Modified:    webapps/admin banner.jsp index.jsp
  Log:
  Replace button links on banner with buttons.
  Updated banner to use new images.
  
  Revision  Changes    Path
  1.5       +22 -24    jakarta-tomcat-4.0/webapps/admin/banner.jsp
  
  Index: banner.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/banner.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- banner.jsp        2 May 2002 23:49:36 -0000       1.4
  +++ banner.jsp        3 May 2002 21:07:17 -0000       1.5
  @@ -13,36 +13,34 @@
   
   <!-- Body -->
   
  -<body bgcolor="white">
  +<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" 
bgcolor="7171A5" background="images/BlueTile.gif">
   
  -<h2 align="center"><bean:message key="index.success"/></h2>
  -<p>
  -
  -<%--
  -<h3 align="center">
  -  <bean:message key="index.logout"/>
  -  <html:link page="/logOut.do" target="_top">
  -    <bean:message key="index.here"/>
  -  </html:link>
  -</h3>
  ---%>
  -
  -<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
  +<table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
  -      <td colspan="2" align="center" nowrap>
  -      <html:link page="/commitChanges.do" target="_self" styleClass="button">
  -            <bean:message key="button.commit"/>
  -      </html:link>
  -        &nbsp;
  -      <html:link page="/logOut.do" target="_top" styleClass="button">
  -            <bean:message key="button.logout"/>
  -      </html:link>
  +      <td align="left" valign="middle"> 
  +        <div class="masthead-title-text" align="left"><img 
src="images/TomcatBanner.jpg" width="430" height="120"></div>
  +      </td>
  +      <form method='post' action='/admin/commitChanges.do' target='_self'>
  +      <td align="left" valign="middle"> 
  +        <html:submit>
  +          <bean:message key="button.commit"/>
  +        </html:submit>
         </td>
  -    </tr>
  +      </form>
  +      <td width="1%">
  +        <div class="table-normal-text" align="left">&nbsp </div>
  +      </td>
  +    <form method='post' action='/admin/logOut.do' target='_top'>
  +      <td align="left" valign="middle"> 
  +        <html:submit>
  +          <bean:message key="button.logout"/>
  +        </html:submit>
  +      </td>
  +    </form>
  +  </tr>
   </table>
   
   <!-- Select language -->
  -
   <!--
   
   <h2><bean:message key="login.changeLanguage"/></h2>
  
  
  
  1.10      +1 -2      jakarta-tomcat-4.0/webapps/admin/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/index.jsp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.jsp 1 May 2002 06:02:56 -0000       1.9
  +++ index.jsp 3 May 2002 21:07:17 -0000       1.10
  @@ -12,8 +12,7 @@
   <%@ include file="header.jsp" %>
   
   <!-- Body -->
  -
  -<frameset rows="100,*" border="2" framespacing="2">
  +<frameset rows="117,685*" cols="*" frameborder="NO" border="3" framespacing="3"> 
     <frame name="banner" src='<%= response.encodeURL("banner.jsp") %>' scrolling="no">
     <frameset cols="300,*" frameborder="YES" border="2">
       <frame name="tree" src='<%= response.encodeURL("setUpTree.do") %>' 
scrolling="auto">
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to