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

📄 news.tpl.php

📁 用PHP和MSSQL开发的sspace商城系统
💻 PHP
字号:
<? if (!defined('IN_www.wan-e.net')){exit('Access Denied');}?><table align="center" width="<?=TABLEWIDTH?>" border="0" cellpadding="<?=TABLESPACE?>" cellspacing="<?=TABLECELL?>" class="frontground">
<tr valign="top">
<td>	
<table width="100%"  border="0" cellpadding="<?=TABLESPACE?>" cellspacing="<?=TABLECELL?>" class="tableborder">
<tr class="categround">
<td colspan="2"><?=HEADTITLE?></td>
</tr>
<? while ($row=$db->row($query)){?>
<tr class="contentground">
<td><a href="<?=$tpl->linkurl($row[nid],$row[htmlroot],'news')?>" class="contentground"><?=$row[title]?></a></td><td align="center" width="20%"><?=$function->showtime("Y-m-d H:i",$row[addtime])?></td>
</tr>
<?}?>
</table>
<?=$tpl->pages()?>
</td>
</tr>
</table>

⌨️ 快捷键说明

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