?? index.jsp
字號:
<%@ include file="IncludeTop.jsp" %>
<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>
<c:if test="${!empty accountForm.account}">
<b><i><font size="2" color="BLACK">Welcome <c:out value="${accountForm.account.firstName}"/>!</font></i></b>
</c:if>
</td>
</tr>
<tr>
<td>
<a href="<c:url value="/shop/viewCategory.do?categoryId=FISH"/>">
<img border="0" src="../images/fish_icon.gif" /></a>
</td>
</tr>
<tr>
<td>
<a href="<c:url value="/shop/viewCategory.do?categoryId=DOGS"/>">
<img border="0" src="../images/dogs_icon.gif" /></a>
</td>
</tr>
<tr>
<td>
<a href="<c:url value="/shop/viewCategory.do?categoryId=CATS"/>">
<img border="0" src="../images/cats_icon.gif" /></a>
</td>
</tr>
<tr>
<td>
<a href="<c:url value="/shop/viewCategory.do?categoryId=REPTILES"/>">
<img border="0" src="../images/reptiles_icon.gif" /></a>
</td>
</tr>
<tr>
<td>
<a href="<c:url value="/shop/viewCategory.do?categoryId=BIRDS"/>">
<img border="0" src="../images/birds_icon.gif" /></a>
</td>
</tr>
</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>
<%@ include file="IncludeBanner.jsp" %>
<%@ include file="IncludeBottom.jsp" %>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -