news.tpl.php

来自「用PHP和MSSQL开发的sspace商城系统」· PHP 代码 · 共 17 行

PHP
17
字号
<? 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 + =
减小字号Ctrl + -
显示快捷键?