?? incyswh.jsp.svn-base
字號:
<%@ page language="java" pageEncoding="UTF-8"%>
<table width="581" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/cx.gif" width="579" height="100"></td>
</tr>
</table>
<table width="581" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table border="0">
<tr>
<c:forEach var="newsSortItem" items="${newsSortList}" varStatus="index">
<td valign="top">
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="280" valign="top">
<table width="280" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="26" colspan="3" background="images/bg_1.gif" class="x_title">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="11%" height="26" align="center"><img src="images/x_006.gif" width="10" height="11" alt="<c:out value="${newsSortItem.name}"/>"></td>
<td width="65%" class="yswhTitle"><c:out value="${newsSortItem.name}"/></td>
<td width="24%" align="right" valign="top"><a href="yswhList.jspx?id=<c:out value="${newsSortItem.id}"/>" title="<c:out value="${newsSortItem.name}"/>"><img src="images/more.gif" width="58" height="24" border="0" alt="<c:out value="${newsSortItem.name}"/>"></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="94" height="4" bgcolor="#4A4A4A"></td>
<td width="1" bgcolor="#ffffff"></td>
<td width="154" bgcolor="#B50000"></td>
</tr>
</table>
<table width="280" border="0" cellpadding="0" cellspacing="1" bgcolor="#CECECE">
<tr>
<td align="center" bgcolor="#FFFFFF">
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="x_line" valign="top" style="padding-left:2px;">
<c:forEach var="newsItem" items="${newsSortItem.newses}" begin="0" end="7">· <a href="<c:url value="/${newsItem.filename}"/>" target="_blank"><c:if test="${fn:length(newsItem.newstitle)>=20}"><c:out value="${fn:substring(newsItem.newstitle,0,20)}"/>...</c:if><c:if test="${fn:length(newsItem.newstitle)<20}"><c:out value="${newsItem.newstitle}"/></c:if></a><br>
</c:forEach>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<c:if test="${(index.index+1)%2==0}"></tr><c:if test="${!index.last}"><tr></c:if></c:if><c:if test="${index.last}"></tr></c:if>
</c:forEach>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -