index.jsp
上传用户:jiancairen
上传日期:2007-08-27
资源大小:26458k
文件大小:3k
源码类别:

Java编程

开发平台:

Java

  1. <%@ include file="IncludeTop.jsp" %>
  2. <table border="0" cellspacing="0" width="100%">
  3.   <tbody>
  4.   <tr>
  5.     <td valign="top" width="100%">
  6.       <table align="left" border="0" cellspacing="0" width="80%">
  7.         <tbody>
  8.         <tr>
  9.           <td valign="top">
  10.             <!-- SIDEBAR -->
  11.             <table bgcolor="#FFFF88" border="0" cellspacing="0" cellpadding="5" width="200">
  12.               <tbody>
  13.       <tr>
  14.       <td>
  15.         <c:if test="${!empty userSession.account}">
  16. <b><i><font size="2" color="BLACK">Welcome <c:out value="${userSession.account.firstName}"/>!</font></i></b>
  17.         </c:if>
  18.         &nbsp;
  19.       </td>
  20.       </tr>
  21.               <tr>
  22.                 <td>
  23.                 <a href="<c:url value="/shop/viewCategory.do?categoryId=FISH"/>">
  24.                 <img border="0" src="../images/fish_icon.gif" /></a>
  25.                 </td>
  26.               </tr>
  27.               <tr>
  28.                 <td>
  29.                 <a href="<c:url value="/shop/viewCategory.do?categoryId=DOGS"/>">
  30.                 <img border="0" src="../images/dogs_icon.gif" /></a>
  31.                 </td>
  32.               </tr>
  33.               <tr>
  34.                 <td>
  35.                 <a href="<c:url value="/shop/viewCategory.do?categoryId=CATS"/>">
  36.                 <img border="0" src="../images/cats_icon.gif" /></a>
  37.                 </td>
  38.               </tr>
  39.               <tr>
  40.                 <td>
  41.                 <a href="<c:url value="/shop/viewCategory.do?categoryId=REPTILES"/>">
  42.                 <img border="0" src="../images/reptiles_icon.gif" /></a>
  43.                 </td>
  44.               </tr>
  45.               <tr>
  46.                 <td>
  47.                 <a href="<c:url value="/shop/viewCategory.do?categoryId=BIRDS"/>">
  48.                 <img border="0" src="../images/birds_icon.gif" /></a>
  49.                 </td>
  50.               </tr>
  51.               </tbody>
  52.              </table>
  53.            </td>
  54.           <td align="center" bgcolor="white" height="300" width="100%">
  55.           <!-- MAIN IMAGE -->
  56.           <map name="estoremap"><area alt="Birds" coords="72,2,280,250" href="viewCategory.do?categoryId=BIRDS" shape="RECT" />
  57.           <area alt="Fish" coords="2,180,72,250" href="viewCategory.do?categoryId=FISH" shape="RECT" />
  58.           <area alt="Dogs" coords="60,250,130,320" href="viewCategory.do?categoryId=DOGS" shape="RECT" />
  59.           <area alt="Reptiles" coords="140,270,210,340" href="viewCategory.do?categoryId=REPTILES" shape="RECT" />
  60.           <area alt="Cats" coords="225,240,295,310" href="viewCategory.do?categoryId=CATS" shape="RECT" />
  61.           <area alt="Birds" coords="280,180,350,250" href="viewCategory.do?categoryId=BIRDS" shape="RECT" /></map>
  62.           <img border="0" height="355" src="../images/splash.gif" align="center" usemap="#estoremap" width="350" />
  63.           </td></tr></tbody></table></td></tr>
  64.         </tbody>
  65.         </table>
  66. <%@ include file="IncludeBanner.jsp" %>
  67. <%@ include file="IncludeBottom.jsp" %>