[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/cms/template/admin_file_object/ -> delete.html (source)

   1  <core:wrap file="_cms/popup.html" in="content_zone">
   2  
   3  <h1>Delete files</h1>
   4  
   5  <form id='delete_form' name='delete_form' method='post' runat='server'>
   6  
   7    <active_record:fetch class_path='limb/cms/src/model/lmbCmsNode' target="items_to_delete">
   8      <fetch:param record_ids="{$#request.ids}">
   9    </active_record:fetch>
  10  
  11    <list:list id='items_to_delete'>
  12    <table cellspacing=0 cellpadding=0 class='list'>
  13    <thead>
  14    <tr>
  15      <th class='left'><input type='checkbox' onclick='MarkAll(checked);' name='mark_all' /></th>
  16      <th>Title</th>
  17    </tr>
  18    </thead>
  19    <tbody>
  20      <list:ITEM>
  21      <tr>
  22        <td><input type='checkbox' name='ids[]' value='{$id}' class='input'/></td>
  23        <td>{$title}</td>
  24      </tr>
  25      </list:ITEM>
  26    </tbody>
  27    </table>
  28    </list:LIST>
  29  
  30    <core:include file='_cms/delete_common_elements.html'/>
  31  
  32  </form>
  33  
  34  </core:wrap>


Generated: Sat Nov 22 03:48:54 2008 Cross-referenced by PHPXref 0.7