]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/wp-mce-help.php
Wordpress 3.3.1
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / wp-mce-help.php
index 4ef08f018aa4e1be7b910d67a381cce8549f5cf6..43dbe297641164baab8778c5f57561de3595114b 100644 (file)
@@ -1,56 +1,71 @@
-<?php require_once('../../../wp-load.php');
+<?php
+/**
+ * @package TinyMCE
+ * @author Moxiecode
+ * @copyright Copyright © 2005-2006, Moxiecode Systems AB, All rights reserved.
+ */
+
+/** @ignore */
+require_once('../../../wp-load.php');
 header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
 ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
 <head>
 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
 <title><?php _e('Rich Editor Help') ?></title>
-<script type="text/javascript" src="tiny_mce_popup.js?ver=311"></script>
-<?php 
-wp_admin_css( 'global', true );
+<script type="text/javascript" src="tiny_mce_popup.js?ver=342"></script>
+<?php
 wp_admin_css( 'wp-admin', true );
 ?>
 <style type="text/css">
+       body {
+               min-width: 0;
+       }
        #wphead {
                font-size: 80%;
                border-top: 0;
-               color:#555;
-               background-color: #e4f2fd;
+               color: #555;
+               background-color: #f1f1f1;
        }
        #wphead h1 {
-               font-size: 32px;
+               font-size: 24px;
                color: #555;
                margin: 0;
                padding: 10px;
        }
-       #adminmenu {
-               padding-top: 2px;
-               padding-left: 15px;
-               background-color: #e4f2fd;
-               border-color: #C6D9E9;
+       #tabs {
+               padding: 15px 15px 3px;
+               background-color: #f1f1f1;
+               border-bottom: 1px solid #dfdfdf;
+               margin: 0;
        }
-       #adminmenu a.current {
+       #tabs li {
+               display: inline;
+       }
+       #tabs a.current {
                background-color: #fff;
-               border-color: #c6d9e9;
+               border-color: #dfdfdf;
                border-bottom-color: #fff;
                color: #d54e21;
        }
-       #adminmenu a {
+       #tabs a {
                color: #2583AD;
                padding: 6px;
-               border-width: 1px;
+               border-width: 1px 1px 0;
                border-style: solid solid none;
-               border-color: #E4F2FD;
+               border-color: #f1f1f1;
+               text-decoration: none;
        }
-       #adminmenu a:hover {
+       #tabs a:hover {
                color: #d54e21;
        }
        .wrap h2 {
-               border-bottom-color:#DADADA;
-               color:#666666;
-               margin: 12px 0;
+               border-bottom-color: #dfdfdf;
+               color: #555;
+               margin: 5px 0;
                padding: 0;
+               font-size: 18px;
        }
        #user_info {
                right: 5%;
@@ -58,15 +73,15 @@ wp_admin_css( 'wp-admin', true );
        }
        h3 {
                font-size: 1.1em;
-               margin-top: 20px;
+               margin-top: 10px;
                margin-bottom: 0px;
        }
        #flipper {
                margin: 0;
                padding: 5px 20px 10px;
                background-color: #fff;
-               border-left: 1px solid #c6d9e9;
-               border-bottom: 1px solid #c6d9e9;
+               border-left: 1px solid #dfdfdf;
+               border-bottom: 1px solid #dfdfdf;
        }
        * html {
         overflow-x: hidden;
@@ -85,7 +100,7 @@ wp_admin_css( 'wp-admin', true );
        }
        .top .key {
                text-align: center;
-               width: 36px;
+               width: 5em;
        }
        .top .action {
                text-align: left;
@@ -115,10 +130,24 @@ wp_admin_css( 'wp-admin', true );
        #buttoncontainer a, #buttoncontainer a:hover {
                border-bottom: 0px;
        }
+
+       .mac,
+       .macos .win {
+               display: none;
+       }
+
+       .macos span.mac {
+               display: inline;
+       }
+
+       .macwebkit tr.mac {
+               display: table-row;
+       }
+
 </style>
-<?php if ( ('rtl' == $wp_locale->text_direction) ) : ?>
+<?php if ( is_rtl() ) : ?>
 <style type="text/css">
-       #wphead, #adminmenu {
+       #wphead, #tabs {
                padding-left: auto;
                padding-right: 15px;
        }
@@ -147,22 +176,34 @@ wp_admin_css( 'wp-admin', true );
                }
        }
 
-    function init() {
-        document.getElementById('version').innerHTML = tinymce.majorVersion + "." + tinymce.minorVersion;
+    tinyMCEPopup.onInit.add(function() {
+        var win = tinyMCEPopup.getWin();
+
+               document.getElementById('version').innerHTML = tinymce.majorVersion + "." + tinymce.minorVersion;
         document.getElementById('date').innerHTML = tinymce.releaseDate;
-    }
-    tinyMCEPopup.onInit.add(init);
+
+               if ( win.fullscreen && win.fullscreen.settings.visible ) {
+                       d('content1').className = 'hidden';
+                       d('tabs').className = 'hidden';
+                       d('content3').className = 'dfw';
+               }
+
+               if ( tinymce.isMac )
+                       document.body.className = 'macos';
+
+               if ( tinymce.isMac && tinymce.isWebKit )
+                       document.body.className = 'macos macwebkit';
+
+    });
 </script>
 </head>
 <body>
-<div class="zerosize"></div>
-<div id="wphead"><h1><?php echo get_bloginfo('blogtitle'); ?></h1></div>
-
-<ul id="adminmenu">
-       <li><a id="tab1" href="javascript:flipTab(1)" title="<?php _e('Basics of Rich Editing') ?>" accesskey="1" tabindex="1" class="current"><?php _e('Basics') ?></a></li>
-       <li><a id="tab2" href="javascript:flipTab(2)" title="<?php _e('Advanced use of the Rich Editor') ?>" accesskey="2" tabindex="2"><?php _e('Advanced') ?></a></li>
-       <li><a id="tab3" href="javascript:flipTab(3)" title="<?php _e('Hotkeys') ?>" accesskey="3" tabindex="3"><?php _e('Hotkeys') ?></a></li>
-       <li><a id="tab4" href="javascript:flipTab(4)" title="<?php _e('About the software') ?>" accesskey="4" tabindex="4"><?php _e('About') ?></a></li>
+
+<ul id="tabs">
+       <li><a id="tab1" href="javascript:flipTab(1)" title="<?php esc_attr_e('Basics of Rich Editing') ?>" accesskey="1" tabindex="1" class="current"><?php _e('Basics') ?></a></li>
+       <li><a id="tab2" href="javascript:flipTab(2)" title="<?php esc_attr_e('Advanced use of the Rich Editor') ?>" accesskey="2" tabindex="2"><?php _e('Advanced') ?></a></li>
+       <li><a id="tab3" href="javascript:flipTab(3)" title="<?php esc_attr_e('Hotkeys') ?>" accesskey="3" tabindex="3"><?php _e('Hotkeys') ?></a></li>
+       <li><a id="tab4" href="javascript:flipTab(4)" title="<?php esc_attr_e('About the software') ?>" accesskey="4" tabindex="4"><?php _e('About') ?></a></li>
 </ul>
 
 <div id="flipper" class="wrap">
@@ -190,28 +231,25 @@ wp_admin_css( 'wp-admin', true );
 <div id="content3" class="hidden">
        <h2><?php _e('Writing at Full Speed') ?></h2>
     <p><?php _e('Rather than reaching for your mouse to click on the toolbar, use these access keys. Windows and Linux use Ctrl + letter. Macintosh uses Command + letter.') ?></p>
+
        <table class="keys" width="100%" style="border: 0 none;">
                <tr class="top"><th class="key center"><?php _e('Letter') ?></th><th class="left"><?php _e('Action') ?></th><th class="key center"><?php _e('Letter') ?></th><th class="left"><?php _e('Action') ?></th></tr>
                <tr><th>c</th><td><?php _e('Copy') ?></td><th>v</th><td><?php _e('Paste') ?></td></tr>
                <tr><th>a</th><td><?php _e('Select all') ?></td><th>x</th><td><?php _e('Cut') ?></td></tr>
                <tr><th>z</th><td><?php _e('Undo') ?></td><th>y</th><td><?php _e('Redo') ?></td></tr>
-               <script type="text/javascript">
-               if ( ! tinymce.isWebKit )
-                       document.write("<tr><th>b</th><td><?php _e('Bold') ?></td><th>i</th><td><?php _e('Italic') ?></td></tr>"+
-                       "<tr><th>u</th><td><?php _e('Underline') ?></td><th>1</th><td><?php _e('Header 1') ?></td></tr>"+
-                       "<tr><th>2</th><td><?php _e('Header 2') ?></td><th>3</th><td><?php _e('Header 3') ?></td></tr>"+
-                       "<tr><th>4</th><td><?php _e('Header 4') ?></td><th>5</th><td><?php _e('Header 5') ?></td></tr>"+
-                       "<tr><th>6</th><td><?php _e('Header 6') ?></td><th>9</th><td><?php _e('Address') ?></td></tr>")
-               </script>
+
+               <tr class="win"><th>b</th><td><?php _e('Bold') ?></td><th>i</th><td><?php _e('Italic') ?></td></tr>
+               <tr class="win"><th>u</th><td><?php _e('Underline') ?></td><th>1</th><td><?php _e('Heading 1') ?></td></tr>
+               <tr class="win"><th>2</th><td><?php _e('Heading 2') ?></td><th>3</th><td><?php _e('Heading 3') ?></td></tr>
+               <tr class="win"><th>4</th><td><?php _e('Heading 4') ?></td><th>5</th><td><?php _e('Heading 5') ?></td></tr>
+               <tr class="win"><th>6</th><td><?php _e('Heading 6') ?></td><th>9</th><td><?php _e('Address') ?></td></tr>
        </table>
-       
+
        <p><?php _e('The following shortcuts use different access keys: Alt + Shift + letter.') ?></p>
        <table class="keys" width="100%" style="border: 0 none;">
                <tr class="top"><th class="key center"><?php _e('Letter') ?></th><th class="left"><?php _e('Action') ?></th><th class="key center"><?php _e('Letter') ?></th><th class="left"><?php _e('Action') ?></th></tr>
-               <script type="text/javascript">
-               if ( tinymce.isWebKit )
-                       document.write("<tr><th>b</th><td><?php _e('Bold') ?></td><th>i</th><td><?php _e('Italic') ?></td></tr>")
-               </script>
+               <tr class="mac"><th>b</th><td><?php _e('Bold') ?></td><th>i</th><td><?php _e('Italic') ?></td></tr>
+
                <tr><th>n</th><td><?php _e('Check Spelling') ?></td><th>l</th><td><?php _e('Align Left') ?></td></tr>
                <tr><th>j</th><td><?php _e('Justify Text') ?></td><th>c</th><td><?php _e('Align Center') ?></td></tr>
                <tr><th>d</th><td><span style="text-decoration: line-through;"><?php _e('Strikethrough') ?></span></td><th>r</th><td><?php _e('Align Right') ?></td></tr>
@@ -221,6 +259,11 @@ wp_admin_css( 'wp-admin', true );
                <tr><th>g</th><td><?php _e('Full Screen') ?></td><th>t</th><td><?php _e('Insert More Tag') ?></td></tr>
                <tr><th>p</th><td><?php _e('Insert Page Break tag') ?></td><th>h</th><td><?php _e('Help') ?></td></tr>
                <tr><th>e</th><td colspan="3"><?php _e('Switch to HTML mode') ?></td></tr>
+
+               <tr><th colspan="4" style="font-weight: normal;padding: 15px 10px 10px;"><?php _e('Editor width in Distraction-free writing mode:'); ?></th></tr>
+               <tr><th><span class="win">Alt +</span><span class="mac">Ctrl +</span></th><td><?php _e('Wider') ?></td>
+                       <th><span class="win">Alt -</span><span class="mac">Ctrl -</span></th><td><?php _e('Narrower') ?></td></tr>
+               <tr><th><span class="win">Alt 0</span><span class="mac">Ctrl 0</span></th><td><?php _e('Default width') ?></td><th></th><td></td></tr>
        </table>
 </div>
 
@@ -228,14 +271,12 @@ wp_admin_css( 'wp-admin', true );
        <h2><?php _e('About TinyMCE'); ?></h2>
 
     <p><?php _e('Version:'); ?> <span id="version"></span> (<span id="date"></span>)</p>
-       <p><?php printf(__('TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under %sLGPL</a> by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.'), '<a href="'.get_bloginfo('url').'/wp-includes/js/tinymce/license.txt" target="_blank" title="'.__('GNU Library General Public Licence').'">') ?></p>
-       <p><?php _e('Copyright &copy; 2003-2007, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.') ?></p>
+       <p><?php printf(__('TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor released as Open Source under %sLGPL</a> by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.'), '<a href="'.home_url('/wp-includes/js/tinymce/license.txt').'" target="_blank" title="'.esc_attr__('GNU Library General Public Licence').'">') ?></p>
+       <p><?php _e('Copyright &copy; 2003-2011, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.') ?></p>
        <p><?php _e('For more information about this software visit the <a href="http://tinymce.moxiecode.com" target="_blank">TinyMCE website</a>.') ?></p>
 
        <div id="buttoncontainer">
-               <a href="http://www.moxiecode.com" target="_new"><img src="themes/advanced/img/gotmoxie.png" alt="<?php _e('Got Moxie?') ?>" style="border: none;" /></a>
-               <a href="http://sourceforge.net/projects/tinymce/" target="_blank"><img src="themes/advanced/img/sflogo.png" alt="<?php _e('Hosted By Sourceforge') ?>" style="border: none;" /></a>
-               <a href="http://www.freshmeat.net/projects/tinymce" target="_blank"><img src="themes/advanced/img/fm.gif" alt="<?php _e('Also on freshmeat') ?>" style="border: none;" /></a>
+               <a href="http://www.moxiecode.com" target="_blank"><img src="themes/advanced/img/gotmoxie.png" alt="<?php esc_attr_e('Got Moxie?') ?>" style="border: 0" /></a>
        </div>
 
 </div>
@@ -243,7 +284,7 @@ wp_admin_css( 'wp-admin', true );
 
 <div class="mceActionPanel">
        <div style="margin: 8px auto; text-align: center;padding-bottom: 10px;">
-               <input type="button" id="cancel" name="cancel" value="<?php _e('Close'); ?>" title="<?php _e('Close'); ?>" onclick="tinyMCEPopup.close();" />
+               <input type="button" id="cancel" name="cancel" value="<?php esc_attr_e('Close'); ?>" title="<?php esc_attr_e('Close'); ?>" onclick="tinyMCEPopup.close();" />
        </div>
 </div>