home *** CD-ROM | disk | FTP | other *** search
- #*
- Copyright 1999-2004 The Apache Software Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- *#
- #parse ("view/velocity/IncludeTop.vm")
-
- <table border="0" cellspacing="0" width="100%">
- <tbody>
- <tr>
- <td valign="top" width="100%">
-
- <table align="left" border="0" cellspacing="0" width="80%">
- <tbody>
- <tr>
- <td valign="top">
-
- <!-- SIDEBAR -->
-
- <table bgcolor="#FFFF88" border="0" cellspacing="0" cellpadding="5" width="200">
- <tbody>
- <tr>
- <td>
- #if (!$accountForm.signOn)
- <b><i><font size="2" color="BLACK">Welcome $accountForm.account.firstName!</font></i></b>
- #end
-
- </td>
- </tr>
- #foreach ($category in $categoryList)
- <tr>
- <td>
- <a href="viewCategory.do?categoryId=$category.catId">
- <img border="0" src="images/${category.name.toLowerCase()}_icon.gif" alt="$category.name"/>
- </a>
- </td>
- </tr>
- #end
- </tbody>
- </table>
-
- </td>
- <td align="center" bgcolor="white" height="300" width="100%">
-
- <!-- MAIN IMAGE -->
-
- <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>
-
- </tbody>
- </table>
-
- #parse("view/velocity/IncludeBottom.vm")
-
-
-
-
-
-