⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lastupdate.jsp

📁 Jaoso新闻文章发布系统 0.9.1final 程序架构: Struts+Spring+Hibernate 主要功能:   ·新闻采用在线编辑器,可以象使用word一样编辑新闻,可简繁
💻 JSP
字号:
<%@ include file = "../tiles/include.jsp"%>
<%
/** 
 * Top new article
 * @author edgeloner
 * 2004-05-24 created
 */	
%>
<logic:present name="catalogs" scope="request">
<center>
<table width="100%">
<logic:iterate name="catalogs" id="item" indexId="i">
<%if(i.intValue()%2==0){%>
<tr>
<%}%>
	<td valign="top">

<bean:define id="title">
<a href="viewCatalog.do?method=viewCatalog&catalogId=<bean:write  name="item" property="catalogId" />" class="navlink"><bean:write name="item" property="catalog"/> [more]</a>
</bean:define>

<gui:window title="<%=title%>" prototype="boWindow" color="100%">
<table width="100%" cellspacing="3" cellpadding="0">
<nested:iterate name="item" property="articles" id="article">
<tr>
	<td class="bullet">&nbsp;<td>
	<td><a href="viewArticle.do?method=viewArticle&id=<bean:write  name="article" property="artId" />"><bean:write  name="article" property="artTitle" /></a></td>
	<td align="right">[<bean:write  name="article" property="artCreatedate" formatKey="dateFormat.sort"/>]</td>
</tr>
</nested:iterate>
</table>
</gui:window>
</td>
<%if(i.intValue()%2!=0){%>
</tr>
<%}%>
</logic:iterate>
</table>
</center>
</logic:present>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -