[ Index ]
 

Code source de CMS made simple 1.0.5

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

title

Body

[fermer]

/modules/ModuleManager/templates/ -> adminpanel.tpl (source)

   1  {if $itemcount > 0}
   2  <p class="pagerows">{$letters}</p>
   3  <table cellspacing="0" class="pagetable">
   4      <thead>
   5          <tr>
   6              <th width="20%">{$nametext}</th>
   7              <th>{$vertext}</th>
   8              <th>{$sizetext}</th>
   9              <th>{$statustext}</th>
  10              <th>&nbsp;</th>
  11              <th>&nbsp;</th>
  12          </tr>
  13      </thead>
  14      <tbody>
  15  {foreach from=$items item=entry}
  16          <tr class="{$entry->rowclass}">
  17              <td>{$entry->name}</td>
  18              <td>{$entry->version}</td>
  19              <td>{$entry->size}</td>
  20              <td>{$entry->status}</td>
  21              <td>{$entry->helplink}</td>
  22              <td>{$entry->aboutlink}</td>
  23          </tr>
  24      {if $entry->description}
  25          <tr class="{$entry->rowclass}">
  26                      <td>&nbsp;</td>
  27                      <td colspan="5">{$entry->description}</td>
  28              </tr>
  29      {/if}
  30       
  31  {/foreach}
  32      </tbody>
  33  </table>
  34  {/if}


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