2_body

来自「JSP(Java Server Pages)是由Sun Microsystems」· 代码 · 共 43 行

TXT
43
字号
<body>
<!--页头Begin-->
[@u.include 'head' /]
<!--页头End-->

<table width="980" border="0" align="center" cellpadding="0" cellspacing="0" class="sep_5">
  <tr>
    <td width="750" height="200" valign="top"><table width="750" border="0" align="center" cellpadding="0" cellspacing="0" class="sep_5">
      <tr>
        <td width="9" background="${root}/head_2.gif"><img src="${root}/head_1.gif" height="33" /></td>
        <td background="${root}/head_2.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="3%" height="20" align="center"><img src="${root}/ico_2.gif" width="12" height="12" /></td>
              <td width="97%" class="f14_b">${chnl.name}</td>
            </tr>
        </table></td>
        <td width="8"><img src="${root}/head_3.gif" width="8" height="33" /></td>
      </tr>
      <tr>
        <td background="${root}/bgleft.gif">&nbsp;</td>
        <td height="500" valign="top">
		 [@u.ArtiList  headMark='2' count='10' length='20' lineHeight='8' dateStyle='1' bottomLine='1' listStyle='1' isPage='0' target='1' /]		</td>
        <td background="${root}/bgright.gif">&nbsp;</td>
      </tr>
      <tr>
        <td width="9" background="${root}/foot_2.gif"><img src="${root}/foot_1.gif" /></td>
        <td background="${root}/foot_2.gif"></td>
        <td><img src="${root}/foot_3.gif" height="8" /></td>
      </tr>
    </table>
	</td>
    <td width="10">&nbsp;</td>
    <td width="220" valign="top">
	<!--右列Begin-->
	[@u.include 'right' /]
	<!--右列End-->
	</td>
  </tr>
</table>
<!--页脚Begin-->
[@u.include 'foot' /]
<!--页脚End-->
</body>

⌨️ 快捷键说明

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