[ 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/ -> categorylist.tpl (source)

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


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