| [ Index ] |
PHP Cross Reference of Limb3 |
[Summary view] [Print] [Text view]
1 <core:wrap file="_cms/popup.html" in="content_zone"> 2 3 <h1>Переместить элементы сайта</h1> 4 5 <form id='tree_form' name='tree_form' method='post' runat='server'> 6 7 <core:include file='_cms/parent_select.html'/> 8 9 <active_record:fetch class_path='src/model/Node' target="items_to_move"> 10 <fetch:param record_ids="{$#request.ids}"> 11 </active_record:fetch> 12 13 <list:list id='items_to_move'> 14 <table width="100%" border=0 cellspacing=0 cellpadding=0 class=table> 15 <tr class=header> 16 <th>Выбор</th> 17 <th>Заголовок</th> 18 </tr> 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/move_common_elements.html'/> 31 32 </form> 33 34 </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 |