themes/oxygen/sidebar-editor.tpl
changeset 885 a86a69394a95
parent 884 d6c7b310295d
child 886 041c86ff16d5
equal deleted inserted replaced
884:d6c7b310295d 885:a86a69394a95
     1 <!-- VAR sidebar_button --><li><a href="javascript:void(0)" {FLAGS}>{TEXT}</a></li>
       
     2 <!-- ENDVAR sidebar_button -->
       
     3 <!-- VAR sidebar_raw --><li><span style="text-align: center;">{HTML}</span></li>
       
     4 <!-- ENDVAR sidebar_raw -->
       
     5 <!-- VAR sidebar_top -->
       
     6           <div class="recttop">
       
     7             <table border="0" width="100%" cellspacing="0" cellpadding="0" style="font-size: 1px;">
       
     8               <tr>
       
     9                 <td style="margin: 0; padding: 0; height: 12px;"> <img alt=" " src="{SCRIPTPATH}/themes/oxygen/images/{STYLE_ID}/border-menu-l.gif" width="12" height="12" /> </td>
       
    10                 <td style="margin: 0; padding: 0; height: 12px;" class="recttoptop"></td>
       
    11                 <td style="margin: 0; padding: 0; height: 12px;"> <img alt=" " src="{SCRIPTPATH}/themes/oxygen/images/{STYLE_ID}/border-menu-r.gif" width="12" height="12" /> </td>
       
    12               </tr>
       
    13             </table>
       
    14           </div>
       
    15 <!-- ENDVAR sidebar_top -->
       
    16 <!-- VAR sidebar_section -->
       
    17           <div class="dbx-box">
       
    18             <div class="dbx-handle">
       
    19               {ADMIN_START}
       
    20               
       
    21               {TITLE}
       
    22               {ADMIN_END}
       
    23               
       
    24             </div>
       
    25             <div class="dbx-content">
       
    26               <ul>
       
    27                 {CONTENT}
       
    28               </ul>
       
    29             </div>
       
    30           </div>
       
    31 <!-- ENDVAR sidebar_section -->
       
    32 <!-- VAR sidebar_section_raw -->
       
    33           <div class="dbx-box">
       
    34             <div class="dbx-handle">
       
    35               {ADMIN_START}
       
    36               
       
    37               {TITLE}
       
    38               {ADMIN_END}
       
    39               
       
    40             </div>
       
    41             <div class="dbx-content dbx-content2">
       
    42               {CONTENT}
       
    43             </div>
       
    44           </div>
       
    45 <!-- ENDVAR sidebar_section_raw -->
       
    46 <!-- VAR sidebar_bottom -->
       
    47           <div class="rectbot">
       
    48             <table border="0" width="100%" cellspacing="0" cellpadding="0" style="font-size: 1px;">
       
    49               <tr>
       
    50                 <td style="margin: 0; padding: 0; height: 12px;"> <img alt=" " src="{SCRIPTPATH}/themes/oxygen/images/{STYLE_ID}/border-bl.gif" width="12" height="12" /> </td>
       
    51                 <td style="margin: 0; padding: 0; height: 12px;" class="rectbottop"></td>
       
    52                 <td style="margin: 0; padding: 0; height: 12px;"> <img alt=" " src="{SCRIPTPATH}/themes/oxygen/images/{STYLE_ID}/border-br.gif" width="12" height="12" /> </td>
       
    53               </tr>
       
    54             </table>
       
    55           </div>
       
    56 <!-- ENDVAR sidebar_bottom -->