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

📄 stories.tpl

📁 太烦了
💻 TPL
字号:
<!-- 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">&nbsp;</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'}&nbsp;
										{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&amp;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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -