[ Index ]
 

Code source de CMS made simple 1.0.5

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

title

Body

[fermer]

/modules/MenuManager/templates/ -> dbtpllist.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>{$templatetext}</th>
  10              <th class="pageicon">&nbsp;</th>
  11              <th class="pageicon">&nbsp;</th>
  12          </tr>
  13      </thead>
  14      <tbody>
  15      {foreach from=$items item=entry}
  16          <tr class="{$entry->rowclass}" onmouseover="this.className='{$entry->rowclass}hover';" onmouseout="this.className='{$entry->rowclass}';">
  17              <td>{$entry->templatename}</td>
  18              <td>{$entry->editlink}</td>
  19              <td>{$entry->deletelink}</td>
  20          </tr>
  21      {/foreach}
  22      </tbody>
  23  </table>
  24  {/if}
  25  <div class="pageoptions">
  26      <p class="pageoptions">{$addlink}</p>
  27  </div>


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