stories.tpl
来自「太烦了」· TPL 代码 · 共 55 行
TPL
55 行
<!-- DONE -->
{strip}
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="leftside_detail" width="100%" valign="top">
{assign var="leftcolumn_item_hdr_text" value="{lang mkey='success_stories'}"}
{include file="leftcolumn_item_hdr.tpl"}
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="6"> </td>
<td width="100%">
<table class="table" width="100%" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
{foreach item=row from=$story_data}
<tr>
<td>
<span class="storyhead">{$row.header|stripslashes}</span><br />
<span class="storydate">{$row.date}</span><br />
<span class="storyby">{lang mkey='by'}
{if $config.enable_mod_rewrite == 'Y'}
<a href="javascript:popUpScrollWindow2('{$docroot}{if $config.seo_username == 'Y'}{$row.username}{else}{$row.sender}.htm{/if}','top',650,600)" >
{else}
<a href="javascript:popUpScrollWindow2('{$docroot}showprofile.php?{if $config.seo_username == 'Y'}username={$row.username}{else}id={$row.sender}{/if}','top',650,600)" >
{/if}
{$row.username}</a>
</span><br /><br />
<div class="storytext">{$row.text|stripslashes}</div>
{if $config.enable_mod_rewrite == 'Y'}
<a href='story{$row.storyid}.htm' >{lang mkey='more'}</a>
{else}
<a href='index.php?page=showstory&storyid={$row.storyid}' >{lang mkey='more'}</a><br />
{/if}
</td>
</tr>
{/foreach}
</table>
<center>
{if $config.enable_mod_rewrite == 'Y'}
<a href='stories.html' >{lang mkey='all_stories'}</a>
{else}
<a href='index.php?page=stories' >{lang mkey='all_stories'}</a>
{/if}
</center>
</td>
</tr>
</table>
</td>
</tr>
</table>
{/strip}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?