top.ftl.svn-base

来自「一个实用的CMS管理」· SVN-BASE 代码 · 共 39 行

SVN-BASE
39
字号
<html lang="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>SunCMS</title>
			<link href="../css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="890" height="71" border="0" align="center" cellpadding="0" cellspacing="0" background="../images/topbg.jpg">
  <tr> 
    <td width="269" rowspan="2" align="center"><img src="../images/suncms.JPG" width="260" height="71"></td>
    <td align="right">
    <table border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td align="right" valign="top"><font color="#FF0000">sunCMS</font></td>
        </tr>
      </table>
      </td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
<table width="890" border="0" align="center" cellpadding="0" cellspacing="0" background="../images/nav_bg.jpg">
	<tr>
	<td width="4"><img src="../images/nav_left.jpg" width="4" height="31"></td>
		<td class="12white">
    	&nbsp;<a href="javascript:parent.location.href='index.html';">首页</a>&nbsp;
<#list news  as item>
  <#if item.if_navigation =="Y">
    	| &nbsp;<a href="${item.row_id}/${item.row_id}_1.html" target="_blank">${item.class_name}</a>&nbsp;
   </#if>
 </#list>
 </td>
     <td width="5" align="right"><img src="../images/nav_right.jpg" width="5" height="31"></td>
  </tr>
	</TABLE>
</body>

</html>

⌨️ 快捷键说明

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