| [ Index ] |
PHP Cross Reference of Limb3 |
[Summary view] [Print] [Text view]
1 <core:include file='_cms/form_errors.html'/> 2 3 <div class="field"> 4 <label for="title">Title</label> 5 <input type="text" name="title" size="40" title='Title' class='req'/> 6 </div> 7 8 <core:optional for='item.original'> 9 <a href='{$item.original.show_url}' target='_blank'>Download...</a> 10 </core:optional> 11 <p/> 12 <div class="field" > 13 <label for="original_image" runat="server">Original image file</label> 14 <input id="original_image" name="original_image" type="file" size="60"/> 15 <br/> 16 <label for="original_size" runat="server">Shrink/Extend</label> 17 <input id="original_size" name="original_size" type="text" size="3"/> px 18 </div> 19 <p/> 20 21 <core:optional for='item.thumbnail'> 22 <a href='{$item.thumbnail.show_url}' target='_blank'>Download...</a> 23 </core:optional> 24 <p/> 25 <div class="field" > 26 <label for="thumbnail_image" runat="server">Thumbnail image file</label> 27 <input id="thumbnail_image" name="thumbnail_image" type="file" size="60"/> 28 <br/> 29 <label for="thumbnail_size" runat="server">Shrink/Extend</label> 30 <input id="thumbnail_size" name="thumbnail_size" type="text" size="3"/> px 31 </div> 32 <p/> 33 34 <core:optional for='item.icon'> 35 <a href='{$item.icon.show_url}' target='_blank'>Download...</a> 36 </core:optional> 37 <p/> 38 <div class="field" > 39 <label for="icon_image" runat="server">Icon image file</label> 40 <input id="icon_image" name="icon_image" type="file" size="60"/> 41 <br/> 42 <label for="icon_size" runat="server">Shrink/Extend</label> 43 <input id="icon_size" name="icon_size" type="text" size="3"/> px 44 </div> 45 <p/>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sat Nov 22 03:48:54 2008 | Cross-referenced by PHPXref 0.7 |