Changeset 247 for branches/release-1_3/template
- Timestamp:
- Jan 3, 2004, 9:46:55 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_3/template/default/admin/cat_list.vtp
r198 r247 9 9 </div> 10 10 <!--/VTP_errors--> 11 <table style="width:100%;"> 12 <tr> 13 <td colspan="8" style="text-align:center;padding-top:10px;padding-bottom:10px;"> 11 <div style="text-align:center;padding-top:10px;padding-bottom:5px;"> 14 12 <form action="" method="post"> 15 13 {#cat_add} <input type="text" name="virtual_name" /> 16 14 {#cat_parent} 15 <!--VTP_associate_LOV--> 17 16 <select name="associate"> 18 17 <!--VTP_associate_cat--> … … 20 19 <!--/VTP_associate_cat--> 21 20 </select> 21 <!--/VTP_associate_LOV--> 22 <!--VTP_associate_text--> 23 <input type="text" name="associate" /> 24 <!--/VTP_associate_text--> 22 25 <input type="submit" value="{#submit}" name="submit" /> 23 26 </form> 24 </td>25 < /tr>27 </div> 28 <table style="width:100%;"> 26 29 <!--VTP_cat--> 27 30 <tr> 28 31 <{#td} style="width:50%;text-align:left;"> 29 32 <a name="{#id}"></a> 30 {#indent}<img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> 33 {#indent} 34 <!--VTP_bullet_collapsed--><a href="{#link}"><img src="../template/{#user_template}/admin/images/collapsed.gif" style="border:none;" alt=">" /></a><!--/VTP_bullet_collapsed--> 35 <!--VTP_bullet_expanded--><a href="{#link}"><img src="../template/{#user_template}/admin/images/expanded.gif" style="border:none;" alt=">" /></a><!--/VTP_bullet_expanded--> 36 <!--VTP_bullet_wo_link--><img src="../template/{#user_template}/admin/images/collapsed.gif" style="border:none;" alt=">" /><!--/VTP_bullet_wo_link--> 31 37 {#name} [ 32 38 <!--VTP_storage--> … … 42 48 style="width:1px;white-space:nowrap;text-align:center;"> 43 49 <!--VTP_up--> 44 <a href="{#up_url} #{#id}"><img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="{#cat_up}" title="{#cat_up}" style="border:none;" /></a>50 <a href="{#up_url}"><img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="{#cat_up}" title="{#cat_up}" style="border:none;" /></a> 45 51 <!--/VTP_up--> 46 52 <!--VTP_no_up--> 47 <a href="{#last_url} #{#id}"><img src="../template/{#user_template}/admin/images/arrow_last.gif" alt="{#cat_last}" title="{#cat_last}" style="border:none;" /></a>53 <a href="{#last_url}"><img src="../template/{#user_template}/admin/images/arrow_last.gif" alt="{#cat_last}" title="{#cat_last}" style="border:none;" /></a> 48 54 <!--/VTP_no_up--> 49 55 </{#td}> … … 51 57 style="width:1px;white-space:nowrap;text-align:center;"> 52 58 <!--VTP_down--> 53 <a href="{#down_url} #{#id}"><img src="../template/{#user_template}/admin/images/arrow_down.gif" alt="{#cat_down}" title="{#cat_down}" style="border:none;" /></a>59 <a href="{#down_url}"><img src="../template/{#user_template}/admin/images/arrow_down.gif" alt="{#cat_down}" title="{#cat_down}" style="border:none;" /></a> 54 60 <!--/VTP_down--> 55 61 <!--VTP_no_down--> 56 <a href="{#first_url} #{#id}"><img src="../template/{#user_template}/admin/images/arrow_first.gif" alt="{#cat_first}" title="{#cat_first}" style="border:none;" /></a>62 <a href="{#first_url}"><img src="../template/{#user_template}/admin/images/arrow_first.gif" alt="{#cat_first}" title="{#cat_first}" style="border:none;" /></a> 57 63 <!--/VTP_no_down--> 58 64 </{#td}>
Note: See TracChangeset
for help on using the changeset viewer.