annotate media/js/tiny_mce/themes/advanced/about.htm @ 271:4746df47a538

Follow on to last rev (r292) for #126. Missed updating a shoutbox template. Also the repoze.timeago package uses UTC time by default. Change this to local time for now until we decide to switch over to UTC for everything.
author Brian Neal <bgneal@gmail.com>
date Sun, 26 Sep 2010 17:42:00 +0000
parents 149c3567fec1
children
rev   line source
bgneal@45 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
bgneal@45 2 <html xmlns="http://www.w3.org/1999/xhtml">
bgneal@45 3 <head>
bgneal@45 4 <title>{#advanced_dlg.about_title}</title>
bgneal@45 5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
bgneal@45 6 <script type="text/javascript" src="../../utils/mctabs.js"></script>
bgneal@45 7 <script type="text/javascript" src="js/about.js"></script>
bgneal@45 8 </head>
bgneal@45 9 <body id="about" style="display: none">
bgneal@45 10 <div class="tabs">
bgneal@45 11 <ul>
bgneal@45 12 <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#advanced_dlg.about_general}</a></span></li>
bgneal@45 13 <li id="help_tab" style="display:none"><span><a href="javascript:mcTabs.displayTab('help_tab','help_panel');" onmousedown="return false;">{#advanced_dlg.about_help}</a></span></li>
bgneal@45 14 <li id="plugins_tab"><span><a href="javascript:mcTabs.displayTab('plugins_tab','plugins_panel');" onmousedown="return false;">{#advanced_dlg.about_plugins}</a></span></li>
bgneal@45 15 </ul>
bgneal@45 16 </div>
bgneal@45 17
bgneal@45 18 <div class="panel_wrapper">
bgneal@45 19 <div id="general_panel" class="panel current">
bgneal@45 20 <h3>{#advanced_dlg.about_title}</h3>
bgneal@45 21 <p>Version: <span id="version"></span> (<span id="date"></span>)</p>
bgneal@45 22 <p>TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under <a href="../../license.txt" target="_blank">LGPL</a>
bgneal@45 23 by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.</p>
bgneal@45 24 <p>Copyright &copy; 2003-2008, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.</p>
bgneal@45 25 <p>For more information about this software visit the <a href="http://tinymce.moxiecode.com" target="_blank">TinyMCE website</a>.</p>
bgneal@45 26
bgneal@45 27 <div id="buttoncontainer">
bgneal@45 28 <a href="http://www.moxiecode.com" target="_blank"><img src="http://tinymce.moxiecode.com/images/gotmoxie.png" alt="Got Moxie?" border="0" /></a>
bgneal@45 29 <a href="http://sourceforge.net/projects/tinymce/" target="_blank"><img src="http://sourceforge.net/sflogo.php?group_id=103281" alt="Hosted By Sourceforge" border="0" /></a>
bgneal@45 30 <a href="http://www.freshmeat.net/projects/tinymce" target="_blank"><img src="http://tinymce.moxiecode.com/images/fm.gif" alt="Also on freshmeat" border="0" /></a>
bgneal@45 31 </div>
bgneal@45 32 </div>
bgneal@45 33
bgneal@45 34 <div id="plugins_panel" class="panel">
bgneal@45 35 <div id="pluginscontainer">
bgneal@45 36 <h3>{#advanced_dlg.about_loaded}</h3>
bgneal@45 37
bgneal@45 38 <div id="plugintablecontainer">
bgneal@45 39 </div>
bgneal@45 40
bgneal@45 41 <p>&nbsp;</p>
bgneal@45 42 </div>
bgneal@45 43 </div>
bgneal@45 44
bgneal@45 45 <div id="help_panel" class="panel noscroll" style="overflow: visible;">
bgneal@45 46 <div id="iframecontainer"></div>
bgneal@45 47 </div>
bgneal@45 48 </div>
bgneal@45 49
bgneal@45 50 <div class="mceActionPanel">
bgneal@183 51 <input type="button" id="cancel" name="cancel" value="{#close}" onclick="tinyMCEPopup.close();" />
bgneal@45 52 </div>
bgneal@45 53 </body>
bgneal@45 54 </html>