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 / resourceLinks.jspf < prev    next >
Encoding:
Text File  |  2004-08-28  |  2.1 KB  |  49 lines

  1. <%-- ResourceLinks 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="resources.resourcelk.name"/>
  16.       </div></th>
  17.       <th scope="col"><div align="left" class="table-header-text">
  18.         <bean:message key="resources.resourcelk.global"/>
  19.       </div></th>
  20.     </tr>
  21.     <logic:iterate name="resourceLinksForm" property="resourceLinks"
  22.                      id="resourceLink" type="java.lang.String">
  23.       <tr class="line-row">
  24.         <logic:present name="checkboxes">
  25.           <td scope="row"><div align="center" class="table-normal-text">
  26.             <label for="resourceLinks"></label>
  27.             <input type="checkbox" name="resourceLinks"
  28.                   value="<%= resourceLink %>" styleId="resourceLinks">
  29.           </td>
  30.         </logic:present>
  31.         <td scope="row"><div align="left" class="table-normal-text">
  32.           <html:link page='<%= "/resources/setUpResourceLink.do?objectName=" + 
  33.                                URLEncoder.encode(resourceLink) + "&resourcetype=" +
  34.                                URLEncoder.encode(resourcetypeInfo) + "&path="+
  35.                                URLEncoder.encode(pathInfo) + "&host="+
  36.                                URLEncoder.encode(hostInfo) + "&domain="+
  37.                                URLEncoder.encode(domainInfo) %>'>
  38.             <controls:attribute name="resourceLink" attribute="name"/>
  39.           </html:link>
  40.         </div></td>
  41.         <td scope="row"><div align="left" class="table-normal-text"> 
  42.           <controls:attribute name="resourceLink" attribute="global"/>
  43.         </div></td>
  44.       </tr>
  45.     </logic:iterate>
  46.   </table>
  47.  
  48. </td></tr></table>
  49.