themes/oxygen/toolbar.tpl
changeset 413 6607cd646d6d
parent 0 902822492a68
child 832 7152ca0a0ce9
equal deleted inserted replaced
412:4746dd07cc48 413:6607cd646d6d
     1 <!-- Stuff related to toolbars and clickable buttons.
     1 <!-- Stuff related to toolbars and clickable buttons.
     2      Used mostly in the page toolbar on most pages.
     2      The plan was to use this on the toolbar for most pages. Never made it into the release,
       
     3      but still provided as an otherwise-unused component for plugins to make use of.
     3      -->
     4      -->
     4 
     5 
     5 <!-- VAR toolbar_start -->
     6 <!-- VAR toolbar_start -->
     6   <div class="toolbar">
     7   <div class="toolbar">
     7   <ul>
     8   <ul>
     8 <!-- ENDVAR toolbar_start -->
     9 <!-- ENDVAR toolbar_start -->
     9 <!-- VAR toolbar_button -->
    10 <!-- VAR toolbar_button -->
    10   <li>
    11   <li>
    11     <a title="{TITLE}" {FLAGS}>
    12     <a title="{TITLE}" {FLAGS}>
       
    13       <!-- BEGINNOT no_image -->
    12       <img alt="{TITLE}" src="{IMAGE}" />
    14       <img alt="{TITLE}" src="{IMAGE}" />
       
    15       <!-- END no_image -->
    13       <!-- BEGIN show_title -->
    16       <!-- BEGIN show_title -->
    14       <span>{TITLE}</span>
    17         <!-- BEGIN no_image -->
       
    18         <span class="noimage">{TITLE}</span>
       
    19         <!-- BEGINELSE no_image -->
       
    20         <span>{TITLE}</span>
       
    21         <!-- END no_image -->
    15       <!-- END show_title -->
    22       <!-- END show_title -->
    16     </a>
    23     </a>
    17   </li>
    24   </li>
    18 <!-- ENDVAR toolbar_button -->
    25 <!-- ENDVAR toolbar_button -->
    19 <!-- VAR toolbar_label -->
    26 <!-- VAR toolbar_label -->