home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / userDatabases.jspf < prev    next >
Encoding:
Text File  |  2004-08-28  |  2.7 KB  |  66 lines

  1. <%-- Env Entries List --%>
  2.  
  3. <table class="back-table" border="0" cellspacing="0" cellpadding="1"
  4.        width="100%"><tr><td> 
  5.  
  6.   <table class="front-table" border="1"
  7.    cellspacing="0" cellpadding="0" width="100%">
  8.     <tr class="header-row">
  9.       <logic:present name="checkboxes">
  10.         <td width="5%"><div align="left" class="table-header-text">
  11.            
  12.         </td>
  13.       </logic:present>
  14.       <th scope="col" width="20%"><div align="left" class="table-header-text">
  15.         <bean:message key="service.name"/>
  16.       </div></th>
  17.       <%--
  18.       <th scope="col"><div align="left" class="table-header-text">
  19.         <bean:message key="resources.userdb.location"/>
  20.       </div></th>
  21.       --%>
  22.       <th scope="col"><div align="left" class="table-header-text">
  23.         <bean:message key="users.list.description"/>
  24.       </div></th>
  25.     </tr>
  26.     <logic:iterate name="userDatabasesForm" property="userDatabases"
  27.                      id="userDatabase" type="java.lang.String">
  28.       <tr class="line-row">
  29.         <logic:present name="checkboxes">
  30.           <td scope="row"><div align="center" class="table-normal-text">
  31.              <logic:match name="userDatabase"
  32.                         value="name=UserDatabase">
  33.              <font color='red'>*</font>
  34.              </logic:match>
  35.              <logic:notMatch name="userDatabase"
  36.                         value="name=UserDatabase">
  37.               <label for="userDatabases"></label>       
  38.               <html:multibox property="userDatabases"
  39.                                 value="userDatabase" styleId="userDatabases"/>
  40.               </logic:notMatch>        
  41.         
  42.             <!--input type="checkbox" name="userDatabases"
  43.                   value="<%= userDatabase %>" styleId="userDatabases"-->
  44.           </td>
  45.         </logic:present>
  46.         <td scope="row"><div align="left" class="table-normal-text">
  47.           <html:link page='<%= "/resources/setUpUserDatabase.do?objectName=" + 
  48.                                URLEncoder.encode(userDatabase) + "&domain=" + 
  49.                                URLEncoder.encode(domainInfo) %>'>
  50.             <controls:attribute name="userDatabase" attribute="name"/>
  51.           </html:link>
  52.         </div></td>
  53.         <%-- FIX ME -- commentred out for now as the page was looking too crowded.
  54.         <td scope="row"><div align="left" class="table-normal-text">
  55.           <controls:attribute name="userDatabase" attribute="pathname"/>
  56.         </div></td>
  57.         --%>
  58.         <td scope="row"><div align="left" class="table-normal-text">
  59.           <controls:attribute name="userDatabase" attribute="description"/>
  60.         </div></td>
  61.       </tr>
  62.     </logic:iterate>
  63.   </table>
  64.  
  65. </td></tr></table>
  66.