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

📄 nickpage_bloglist.tpl

📁 太烦了
💻 TPL
字号:
<br /><div class="module_detail_inside" align="center">  <table cellspacing="0" cellpadding="4" border="0" width="100%">    <tr>      <td class="module_head">{mylang mkey='blog_entries'} {$bpref.name}</td>    </tr>  </table>  <table cellspacing="0" cellpadding="4" border="0" width="100%">    <tr>      <td>         <div style="padding-top: 4px; padding-bottom: 6px;">         {$bpref.description}         </div>      </td>    </tr>  </table>  <table cellspacing="2" cellpadding="1" border="0" width="100%">    <tr class="addrow">      <th width="15%">{$sort_date_posted}</th>      <th width="75%">{$sort_blog_title}</th>      <th width="5%" align="center">{$sort_blog_ratings}</th>      <th width="5%" align="center">{$sort_blog_views}</th>    </tr>    {foreach item=item key=key from=$blogs}    <tr class="{cycle  values="oddrow,evenrow"}">      <td width="15%">{$item.date_posted|date_format:$lang.DATE_FORMAT}</td>      <td width="75%"><a href="viewblog.php?id={$item.id}">{$item.short_title}</a></td>      <td width="5%" align="center">{$item.votes} / {$item.num_votes}</td>      <td width="5%">{$item.views}</td>    </tr>    {/foreach}  </table></div><br />

⌨️ 快捷键说明

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