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

📄 all.tpl.php

📁 a short sketch about linux syntex lines.
💻 PHP
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta name="generator" content="vodcms6.0.3">
<meta name="author" content="www.vodcms.com">
<meta name="keywords" content="<?php echo $this->category.','.stripslashes($this->config['keywords']);?>">
<meta name="description" content="<?php echo stripslashes($this->config['contents']);?>">
<title><?php echo $this->config['title'];?></title>
<link rel="stylesheet" type="text/css" href="images/global.css">
<link rel="stylesheet" type="text/css" href="images/index.css">
<link rel="stylesheet" type="text/css" href="images/movie.css">
<script src="<?php echo $this->basedir;?>js/jquery.js" type="text/javascript"></script>
<script src="<?php echo $this->basedir;?>js/func.js"></script>
<script src="<?php echo $this->basedir;?>js/swf_noclick.js"></script>
</head>
<body>
<!--#include file="header.tpl.php"-->
<script type="text/javascript">
$(document).ready(function() {
    // Initialise the table
	//showBest();
	$('#page1').html($('#page2').html());
});
</script>
<table width="950" border="1" align="center" cellpadding="5" cellspacing="1" bordercolor="#F5F5F5" style="border-collapse:collapse">
{vodcms:rs1=channel nodes=true}
  <tr>
    <td width="65" align="center" bgcolor="#FFFFF0">
	<table border="0" cellpadding="2" cellspacing="1">
      <tr>
        <td align="center"><b><a href="{#$rs1['link']#}"><!--{#$rs1['class']#}--></a></b></td>
      </tr>
    </table></td>
    <td width="856">
	<table width="856" border="0" cellpadding="2" cellspacing="2">
      <tr>
	  {vodcms:rs=display category=".$rs1['classid']." rows=allmovie}
        <td width="107"><a href="{#$rs['link']#}" title="{#$rs['title']#}">{#truncate($rs['title'], 7,'...')#}</a></td>
		{if $rs['i'] % 8 == 0}
		</tr><tr>
		{/if}
		{/vodcms}
      </tr>
    </table></td>
  </tr>
  {/vodcms}
</table>
<!--#include file="bottom.tpl.php"-->

⌨️ 快捷键说明

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