<s:iterator value="getInfoList(#moduleCategory,null)" status="sta">
<s:if test="#sta.odd || #sta.first">
<tr>
</s:if>
<td class="down_item" width="140">
<s:set value="title" var="subTitle"></s:set>
<s:set value="id" var="infoId"></s:set>
<s:set value="createInfoStaticHtml(#infoId)" var="staticHtml"></s:set>
<img src="<s:property value='#basePath' />sg/images/gj_xb.jpg" width="16" height="16"
align="middle" />
<a href="<s:property value=" mce_href="<s:property value="#staticHtml"></a>" target=_blank><s:property
value="getResult(#subTitle,#titleLenth)" /> </a>
</td>
<s:if test="#sta.even || #sta.last">
</tr>
</s:if>
</s:iterator>