Changeset 68 for trunk/template


Ignore:
Timestamp:
Sep 7, 2003, 12:14:33 PM (21 years ago)
Author:
z0rglub
Message:

Virtual categories management

Location:
trunk/template/default/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/admin/cat_list.vtp

    r30 r68  
     1<!--VTP_errors-->
     2<div class="errors">
     3  <div class="errors_title">{#errors_title}</div>
     4  <ul>
     5    <!--VTP_li-->
     6    <li>{#content}</li>
     7    <!--/VTP_li-->
     8  </ul>
     9</div>
     10<!--/VTP_errors-->
    111<table style="width:100%;">
     12<tr>
     13  <td colspan="8" style="text-align:center;padding-top:10px;padding-bottom:10px;">
     14  <form action="" method="post">
     15    {#cat_add} <input type="text" name="virtual_name" />
     16    {#cat_parent}
     17    <select name="associate">
     18      <!--VTP_associate_cat-->
     19      <option value="{#value}">{#content}</option>
     20      <!--/VTP_associate_cat-->
     21    </select>
     22   <input type="submit" value="{#submit}" name="submit" />
     23  </form>
     24  </td>
     25</tr>
    226<!--VTP_cat-->
    327<tr>
    4   <{#td} style="width:40%;text-align:left;">
     28  <{#td} style="width:50%;text-align:left;">
    529    {#indent}<img src="../template/{#user_template}/admin/images/puce.gif" alt="&gt;" />
    6     &nbsp;{#name} [ dir : {#dir} ]
     30    &nbsp;{#name} [
     31    <!--VTP_storage-->
     32    dir : {#dir}
     33    <!--/VTP_storage-->
     34    <!--VTP_virtual-->
     35    <span style="color:blue;">{#cat_virtual}</span>
     36    <!--/VTP_virtual-->
     37    ]
    738    <span style="color:red;font-weight:normal;"> {#invisible} <span style="font-weight:bold;">{#private}</span></span>
    839  </{#td}>
    9   <{#td} style="text-align:center;">
     40  <{#td} class="{#class}"
     41         style="width:1px;white-space:nowrap;text-align:center;">
     42    <!--VTP_up-->
     43    <a href="{#up_url}"><img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="{#cat_up}" title="{#cat_up}" style="border:none;" /></a>
     44    <!--/VTP_up-->
     45    <!--VTP_no_up-->
     46    <a href="{#last_url}"><img src="../template/{#user_template}/admin/images/arrow_last.gif" alt="{#cat_last}" title="{#cat_last}" style="border:none;" /></a>
     47    <!--/VTP_no_up-->
     48  </{#td}>
     49  <{#td} class="{#class}"
     50         style="width:1px;white-space:nowrap;text-align:center;">
     51    <!--VTP_down-->
     52    <a href="{#down_url}"><img src="../template/{#user_template}/admin/images/arrow_down.gif" alt="{#cat_down}" title="{#cat_down}" style="border:none;" /></a>
     53    <!--/VTP_down-->
     54    <!--VTP_no_down-->
     55    <a href="{#first_url}"><img src="../template/{#user_template}/admin/images/arrow_first.gif" alt="{#cat_first}" title="{#cat_first}" style="border:none;" /></a>
     56    <!--/VTP_no_down-->
     57  </{#td}>
     58  <{#td} class="{#class}" style="width:1px;text-align:center;">
    1059    <div style="margin-left:3px;margin-right:3px;">{#nb_picture}</div>
    1160  </{#td}>
     
    1362         style="width:10%;white-space:nowrap;text-align:center;">
    1463    <a href="{#edit_url}">{#cat_edit}</a>
    15   </{#td}>
    16   <{#td} class="{#class}"
    17          style="width:10%;white-space:nowrap;text-align:center;">
    18     <!--VTP_up-->
    19     <a href="{#up_url}">{#cat_up}</a>
    20     <!--/VTP_up-->
    21     <!--VTP_no_up-->
    22     <span style="color:darkgray;">{#cat_up}</span>
    23     <!--/VTP_no_up-->
    24   </{#td}>
    25   <{#td} class="{#class}"
    26          style="width:10%;white-space:nowrap;text-align:center;">
    27     <!--VTP_down-->
    28     <a href="{#down_url}">{#cat_down}</a>
    29     <!--/VTP_down-->
    30     <!--VTP_no_down-->
    31     <span style="color:darkgray;">{#cat_down}</span>
    32     <!--/VTP_no_down-->
    3364  </{#td}>
    3465  <{#td} class="{#class}"
     
    5990    <!--/VTP_no_update-->
    6091  </{#td}>
     92  <{#td} class="{#class}"
     93         style="width:10%;white-space:nowrap;text-align:center;">
     94    <!--VTP_delete-->
     95    <a href="{#delete_url}">{#delete}</a>
     96    <!--/VTP_delete-->
     97    <!--VTP_no_delete-->
     98    <span style="color:darkgray;">{#delete}</span>
     99    <!--/VTP_no_delete-->
     100  </{#td}>
    61101<tr>
    62102<!--/VTP_cat-->
  • trunk/template/default/admin/cat_modify.vtp

    r38 r68  
    66  <table style="width:100%;">
    77    <tr>
    8       <th colspan="2">{#editcat_title1} "{#cat:name}" [ {#cat:dir} ]</th>
     8      <th colspan="2">{#editcat_title1} "{#cat:name}" [
     9        <!--VTP_storage-->
     10        dir : {#dir}
     11        <!--/VTP_storage-->
     12        <!--VTP_virtual-->
     13        <span style="color:blue;">{#cat_virtual}</span>
     14        <!--/VTP_virtual-->
     15        ]
     16      </th>
    917    </tr>
    1018    <!--VTP_server-->
     
    5361    </tr>
    5462    <!--/VTP_uploadable-->
     63    <!--VTP_parent-->
     64    <tr>
     65      <td>{#cat_parent}</td>
     66      <td class="row2">
     67        <select name="associate">
     68          <!--VTP_associate_cat-->
     69          <option value="{#value}"{#selected}>{#content}</option>
     70          <!--/VTP_associate_cat-->
     71        </select>
     72      </td>
     73    </tr>
     74    <!--/VTP_parent-->
    5575    <tr>
    5676      <td colspan="2">&nbsp;</td>
Note: See TracChangeset for help on using the changeset viewer.