[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/News/templates/ -> articlelist.tpl (source)

   1  {if $itemcount > 0}
   2  <div class="pageoptions">
   3      <p class="pageoptions">{$addlink}</p>
   4  </div>
   5  
   6  <table cellspacing="0" class="pagetable">
   7      <thead>
   8          <tr>
   9              <th>{$titletext}</th>
  10              <th>{$postdatetext}</th>
  11              <th>{$categorytext}</th>
  12              <th class="pageicon">&nbsp;</th>
  13              <th class="pageicon">&nbsp;</th>
  14          </tr>
  15      </thead>
  16      <tbody>
  17      {foreach from=$items item=entry}
  18          <tr class="{$entry->rowclass}" onmouseover="this.className='{$entry->rowclass}hover';" onmouseout="this.className='{$entry->rowclass}';">
  19              <td>{$entry->title}</td>
  20              <td>{$entry->postdate}</td>
  21              <td>{$entry->category}</td>
  22              <td>{$entry->editlink}</td>
  23              <td>{$entry->deletelink}</td>
  24          </tr>
  25      {/foreach}
  26      </tbody>
  27  </table>
  28  {/if}
  29  
  30  <div class="pageoptions">
  31      <p class="pageoptions">{$addlink}</p>
  32  </div>


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7