left.jsp

来自「一个基于Java的新闻发布系统」· JSP 代码 · 共 44 行

JSP
44
字号
<TABLE cellSpacing=0 cellPadding=0 width=210 border=0 >
   <TBODY>
     <TR>
       <TD vAlign=top align=left height=25><IMG height=20 src="images/xxgg.gif" width=210></TD>
	 </TR>
     <TR>
       <TD vAlign=top align=middle>
         <MARQUEE direction=up height=180 scrollAmount=1 scrollDelay=60 onmouseover=this.stop() onmouseout=this.start()>
         <TABLE cellSpacing=0 cellPadding=0 width=200 border=0>
           <TBODY>
		     <logic:iterate id="notice" name="noticeList">
             <TR>
               <TD align=left height=22 valign="top"><IMG height=15 src="images/lt_point2.gif" width=12> </TD>
			   <TD><A href="ItemviewAction.do?menuid=<bean:write name="notice" property="parentID"/>&itemid=<bean:write name="notice" property="ID"/>" class="b" target="_blank"><bean:write name="notice" property="dnetName"/></A>
			   </TD>
			 </TR>
			 </logic:iterate>
             <TR><TD align=right height=22 colspan="2"><A href="HaveParentShowselfMultiNewsAction.do?menuid=<bean:write name="notice" property="parentID"/>"><IMG height=11 src="images/more1.gif" width=41 border=0></A></TD>
			 </TR>
		   </TBODY>
		 </TABLE>
		 </MARQUEE>
	   </TD>
	 </TR>
     <TR>
       <TD vAlign=top align=left height=25><IMG height=20 src="images/yqlj.gif" width=210></TD>
	 </TR>
     <TR>
       <TD vAlign=top align=middle>
         <TABLE cellSpacing=0 cellPadding=0 width=172 border=0 >
           <TBODY>
		     <logic:iterate id="link" name="linkList">
             <TR>
			   <TD align=left width=14><IMG height=5 src="images/arrow_i.gif" width=3></TD>
               <TD align=left height=25><A href="<bean:write name="link" property="dnetContent"/>" class="b" target="_blank"><bean:write name="link" property="dnetName"/></A>
			   </TD>
			 </TR>
			 </logic:iterate>
           </TBODY>
         </TABLE>
       </TD>
     </TR>
   </TBODY>
</TABLE>

⌨️ 快捷键说明

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