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

📄 previouspolls.tpl

📁 太烦了
💻 TPL
字号:
{strip}
{include file="popheader.tpl"}
<center>
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
	<tr>
	<td class="module_detail_inside" width="100%" height="350" valign="top">
		{assign var="page_hdr01_text" value="{lang mkey='view_poll_archive'}"}
		{include file="page_hdr01.tpl"}

	<table class="table" width="100%" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}" border="0">
	{foreach item=row from=$data}
		<tr>
			<td><a href="javascript:openWin({$row.pollid})">{$row.question}</a></td>
		</tr>
	{foreachelse}
		<tr><td>{lang mkey='no_previous_polls'}</td></tr>
	{/foreach}

</table>

	{if $config.use_popups == 'Y'}
	<tr>
	<td colspan="3">
		<center><a href="javascript:window.close();" class="closelink">{lang mkey='close'}</a></center>
	</td>
	</tr>
	{/if}
</td>
</tr>
</table>
</center>
{include file="popfooter.tpl"}
{/strip}

⌨️ 快捷键说明

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