home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / index.vm < prev    next >
Encoding:
Text File  |  2004-07-12  |  2.5 KB  |  68 lines

  1. #*
  2.   Copyright 1999-2004 The Apache Software Foundation
  3.  
  4.   Licensed under the Apache License, Version 2.0 (the "License");
  5.   you may not use this file except in compliance with the License.
  6.   You may obtain a copy of the License at
  7.  
  8.       http://www.apache.org/licenses/LICENSE-2.0
  9.  
  10.   Unless required by applicable law or agreed to in writing, software
  11.   distributed under the License is distributed on an "AS IS" BASIS,
  12.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13.   See the License for the specific language governing permissions and
  14.   limitations under the License.
  15. *#
  16. #parse ("view/velocity/IncludeTop.vm")
  17.  
  18. <table border="0" cellspacing="0" width="100%">
  19.   <tbody>
  20.   <tr>
  21.     <td valign="top" width="100%">
  22.  
  23.       <table align="left" border="0" cellspacing="0" width="80%">
  24.         <tbody>
  25.         <tr>
  26.           <td valign="top">
  27.  
  28.             <!-- SIDEBAR -->
  29.  
  30.             <table bgcolor="#FFFF88" border="0" cellspacing="0" cellpadding="5" width="200">
  31.               <tbody>
  32.       <tr>
  33.       <td>
  34. #if (!$accountForm.signOn)
  35.               <b><i><font size="2" color="BLACK">Welcome $accountForm.account.firstName!</font></i></b>
  36. #end
  37.  
  38.       </td>
  39.       </tr>
  40. #foreach ($category in $categoryList)
  41.               <tr>
  42.                 <td>
  43.                   <a href="viewCategory.do?categoryId=$category.catId">
  44.                     <img border="0" src="images/${category.name.toLowerCase()}_icon.gif" alt="$category.name"/>
  45.                   </a>
  46.                 </td>
  47.               </tr>
  48. #end
  49.               </tbody>
  50.              </table>
  51.  
  52.            </td>
  53.           <td align="center" bgcolor="white" height="300" width="100%">
  54.  
  55.           <!-- MAIN IMAGE -->
  56.  
  57.           <map name="estoremap"><area alt="Birds" coords="72,2,280,250" href="viewCategory.do?categoryId=BIRDS" shape="RECT" /><area alt="Fish" coords="2,180,72,250" href="viewCategory.do?categoryId=FISH" shape="RECT" /><area alt="Dogs" coords="60,250,130,320" href="viewCategory.do?categoryId=DOGS" shape="RECT" /><area alt="Reptiles" coords="140,270,210,340" href="viewCategory.do?categoryId=REPTILES" shape="RECT" /><area alt="Cats" coords="225,240,295,310" href="viewCategory.do?categoryId=CATS" shape="RECT" /><area alt="Birds" coords="280,180,350,250" href="viewCategory.do?categoryId=BIRDS" shape="RECT" /></map><img border="0" height="355" src="images/splash.gif" align="center" usemap="#estoremap" width="350" /> </td></tr></tbody></table></td></tr>
  58.  
  59.         </tbody>
  60.         </table>
  61.  
  62. #parse("view/velocity/IncludeBottom.vm")
  63.  
  64.  
  65.  
  66.  
  67.  
  68.