themes/printable/sidebar-editor.tpl
author Dan
Sat, 26 Jan 2008 15:42:32 -0500
changeset 377 bb3e6c3bd4f4
parent 0 902822492a68
permissions -rw-r--r--
Removed stray debugging info from ACL editor success notification; added ability for guests to set language on URI (?lang=eng); added html_in_pages ACL type and separated from php_in_pages so HTML can be embedded but not PHP; rewote portions of the path manager to better abstract URL input; added Zend Framework into list of BSD-licensed libraries; localized some remaining strings; got the migration script working, but just barely; fixed display bug in Special:Contributions; localized Main Page button in admin panel

<!-- VAR sidebar_button --><li><a href="javascript:void(0)" {FLAGS}>{TEXT}</a></li>
<!-- ENDVAR sidebar_button -->
<!-- VAR sidebar_raw --><li><span style="text-align: center;">{HTML}</span></li>
<!-- ENDVAR sidebar_raw -->
<!-- VAR sidebar_top -->
          <div class="recttop">
            <table border="0" width="100%" cellspacing="0" cellpadding="0" style="font-size: 1px;">
              <tr>
                <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>
                <td style="margin: 0; padding: 0; height: 12px;" class="recttoptop"></td>
                <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>
              </tr>
            </table>
          </div>
<!-- ENDVAR sidebar_top -->
<!-- VAR sidebar_section -->
          <div class="dbx-box">
            <div class="dbx-handle">
              {ADMIN_START}
              
              {TITLE}
              {ADMIN_END}
              
            </div>
            <div class="dbx-content">
              <ul>
                {CONTENT}
              </ul>
            </div>
          </div>
<!-- ENDVAR sidebar_section -->
<!-- VAR sidebar_section_raw -->
          <div class="dbx-box">
            <div class="dbx-handle">
              {ADMIN_START}
              
              {TITLE}
              {ADMIN_END}
              
            </div>
            <div class="dbx-content dbx-content2">
              <ul><li>
                {CONTENT}
              </li></ul>
            </div>
          </div>
<!-- ENDVAR sidebar_section_raw -->
<!-- VAR sidebar_bottom -->
          <div class="rectbot">
            <table border="0" width="100%" cellspacing="0" cellpadding="0" style="font-size: 1px;">
              <tr>
                <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>
                <td style="margin: 0; padding: 0; height: 12px;" class="rectbottop"></td>
                <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>
              </tr>
            </table>
          </div>
<!-- ENDVAR sidebar_bottom -->