?? client_display.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" %>
<%@ include file="taglibs.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Forever SHEN.YuShiKi</title>
<link href="css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #333333}
-->
</style>
</head>
<body>
<table width="768" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" colspan="2">
<jsp:include page="l_sail.jsp"/>
</td>
</tr>
<tr>
<td height="17"><jsp:include page="my_sail.jsp"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="718" height="186" valign="top" bgcolor="#F1F9FF" class="td_top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="675" class="td_shang14-2"><table width="100" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100" align="center" bgcolor="#FFFFFF" class="td_shang-xia"><table width="100" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" class="td_shang8_xia8">
<a href="${requestScope.photo.picUrl}" target="_blank"><img src="${requestScope.photo.picUrl}" border="0"></a></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="40"> </td>
<td width="60"> </td>
<td width="60"> </td>
<td width="60"> </td>
<td width="30"> </td>
<td width="60"> </td>
<td width="123"> </td>
<td width="124"> </td>
</tr>
<tr>
<td height="20"> </td>
<td width="60" class="Statistic2">照片名稱:</td>
<td class="Statistic"><bean:write name="photo" property="title" scope="request"/></td>
<td colspan="2" class="Statistic"><span class="style1">點擊次數:</span>${requestScope.photo.times}</td>
<td colspan="2" class="Statistic"> </td>
<td class="Statistic"> </td>
</tr>
<tr>
<td height="17"> </td>
<td width="60" class="Statistic2">所屬分類:</td>
<td class="Statistic">${requestScope.kind.name}</td>
<td colspan="2" class="Statistic"><span class="style1">共有評論:</span>5</td>
<td colspan="3" class="Statistic">添加時間:${requestScope.photo.upDate}</td>
</tr>
<tr>
<td> </td>
<td width="60" class="Statistic2">照片簡介:</td>
<td colspan="6" class="Statistic">${requestScope.photo.desc}</td>
</tr>
<logic:present name="pwvo" scope="request">
<tr>
<td> </td>
<td class="Statistic2">最近評論:</td>
<td colspan="6" class="Statistic">
<logic:iterate id="pwvo" length="1" name="pwvo" scope="request">${pageScope.pwvo.content}<span class="time">${pageScope.pwvo.addDate}</span></logic:iterate></td>
</tr>
<tr>
<td height="30"> </td>
<td class="Statistic"> </td>
<td colspan="6" class="Statistic"><a href="seecomment.do?photoId=${requestScope.photo.id}">
點擊查看更多評論</a></td><br>
</tr>
</logic:present>
<logic:notPresent name="pwvo" scope="request">
<tr>
<td> </td>
<td width="60" class="Statistic2"><bean:write name="nohave" scope="request" ignore="true"/></td>
<td class="Statistic"> </td>
<td class="Statistic"> </td>
<td class="Statistic"> </td>
<td class="Statistic"> </td>
<td class="Statistic"> </td>
<td class="Statistic"> <a href="seecomment.do?photoId=${requestScope.photo.id}">我有話說</a></td>
<td class="Statistic"> </td>
</tr>
</logic:notPresent>
</table></td>
</tr>
<tr>
<td height="66"><div align="right">
<jsp:include page="l_copyright.jsp"/>
</div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -