📄 all.tpl.php
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>全部影片,<?php echo $this->config['sitename'];?></title>
<meta name="copyright" content="<?php echo $config['domain'];?>" />
<meta name="keywords" content="电影,电影海报,DVD电影,免费电影,电影下载,<?php echo $config['sitename'];?>" />
<!--#include file="header.tpl.php"-->
<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 classid=".$rs1['classid']." row=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 + -