| [ Index ] |
PHP Cross Reference of Limb3 |
[Summary view] [Print] [Text view]
1 <core:wrap file="_cms/popup.html" in="content_zone"> 2 3 <h1>Delete images</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>Image</th> 17 <th>Title</th> 18 </tr> 19 </thead> 20 <tbody> 21 <list:ITEM> 22 <tr> 23 <td class='left'><input type='checkbox' name='ids[]' value='{$id}' class='input'/></td> 24 <td align='center'><img src='{$object.icon.show_url}'/></td> 25 <td>{$title}</td> 26 </tr> 27 </list:ITEM> 28 </tbody> 29 </table> 30 </list:LIST> 31 32 <core:include file='_cms/delete_common_elements.html'/> 33 34 </form> 35 36 </core:wrap>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri Dec 5 04:05:07 2008 | Cross-referenced by PHPXref 0.7 |