File Manager

Current Path : /webspace/www.babilon.be/html/admin/templates/
Upload File :
Current File : //webspace/www.babilon.be/html/admin/templates/listcssassoc.tpl

<div class="pageoverflow">
  <p class="pagetext">{$text_template}</p>
  <p class="pageinput">{$edittemplate_link}</p>
</div>

{if isset($cssassoc)}
<div class=pageoverflow">
<table cellspacing="0" class="pagetable">
  <thead>
  <tr>
    <th>{$text_title}</th>
    <th class="pageicon" colspan="2">{$text_move}</th>
    <th class="pageicon">&nbsp;{* edit *}</th>
    <th class="pageicon">&nbsp;{* delete *}</th>
 </tr>
  </thead>
  <tbody>
  {foreach from=$cssassoc item='one'}
    {cycle values='row1,row2' assign='currow'}
    <tr class="{$currow}">
      <td>{$one.editlink}</td>
      <td>{if isset($one.downlink)}{$one.downlink}{/if}</td>
      <td>{if isset($one.uplink)}{$one.uplink}{/if}</td>
      <td>{$one.editimg}</td>
      <td>{if isset($one.deletelink)}{$one.deletelink}{/if}</td>
    </tr>
  {/foreach}
  </tbody>
</table>
</div>
{/if}

{if isset($formstart)}
{$formstart}
<div class="pageoverflow">
  <p class="pageinput">
    {$dropdown}
  </p>
</div>
<div class="pageoverflow">
  <div>{$hidden}</div>
  <p class="pageinput">
    {$submit}
  </p>
</form>
{/if}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com