watchevents.tpl
来自「太烦了」· TPL 代码 · 共 36 行
TPL
36 行
{strip}
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td width="100%">
{assign var="page_hdr01_text" value="{lang mkey='watched_events'}"}
{include file="page_hdr01.tpl"}
</td>
</tr>
<tr>
<td valign="top" class="module_detail" width="100%">
<table class="table" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}" width="100%" border="0">
<tbody>
{if $error == 1 }
<tr>
<td >{$noevent_msg}</td>
</tr>
{else}
<!--tr><td colspan="2"> </td></tr-->
{foreach from=$events item=item}
<tr>
<td>
{include file="eventresultviewsmall.tpl"}
</td>
</tr>
{/foreach}
{/if}
</tbody>
</table>
</td>
</tr>
</table>
{/strip}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?