themes/oxygen/sidebar-editor.tpl
author Dan
Mon, 16 Feb 2009 16:17:25 -0500
changeset 832 7152ca0a0ce9
parent 739 dd13aa042f34
permissions -rw-r--r--
Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message) - Pages are now stored with an extra metadata field called page_format which is "wikitext" or "xhtml" - New $flags parameter + RENDER_* constants added that control RenderMan::render() behavior - Several other changes: * Added a sprite API for Javascript and made editor use sprites when possible * Removed a number of config options from the default install schema, replaced with second parameter to getConfig() calls * MessageBox in editor mostly replaced with miniPrompt * A few bugfixes related to password changes (registration didn't even work) * Rewrote the bitfield compression algorithm used to serialize allowed MIME types * Fixed some typos in language files and strings * Fixed a Text_Wiki bug in Heading parser

<!-- 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">
              {CONTENT}
            </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 -->