[ Index ] |
|
Code source de Joomla 1.0.13 |
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <title>{$lang_about_title}</title> 4 <script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script> 5 <script language="javascript" type="text/javascript" src="../../utils/mctabs.js"></script> 6 <script language="javascript" type="text/javascript" src="jscripts/about.js"></script> 7 <base target="_self" /> 8 </head> 9 <body id="about" onload="tinyMCEPopup.executeOnLoad('init();');" style="display: none"> 10 <div class="tabs"> 11 <ul> 12 <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{$lang_about}</a></span></li> 13 <!-- 14 <li id="help_tab"><span><a href="javascript:mcTabs.displayTab('help_tab','help_panel');" onmousedown="return false;">{$lang_help}</a></span></li> 15 --> 16 <li id="plugins_tab"><span><a href="javascript:mcTabs.displayTab('plugins_tab','plugins_panel');" onmousedown="return false;">{$lang_plugins}</a></span></li> 17 </ul> 18 </div> 19 20 <div class="panel_wrapper"> 21 <div id="general_panel" class="panel current"> 22 <h3>{$lang_about_title}</h3> 23 <p>Version: {$tinymce_version} ({$tinymce_releasedate})</p> 24 <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> 25 by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.</p> 26 <p>Copyright © 2003-2006, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.</p> 27 <p>For more information about this software visit the <a href="http://tinymce.moxiecode.com" target="_blank">TinyMCE website</a>.</p> 28 29 <div id="buttoncontainer"></div> 30 </div> 31 32 <div id="plugins_panel" class="panel"> 33 <div id="pluginscontainer"> 34 <h3>{$lang_loaded_plugins}</h3> 35 36 <div id="plugintablecontainer"> 37 </div> 38 39 <p> </p> 40 </div> 41 </div> 42 43 <div id="help_panel" class="panel noscroll" style="overflow: visible;"> 44 <div id="iframecontainer"></div> 45 </div> 46 </div> 47 48 <div class="mceActionPanel"> 49 <div style="float: right"> 50 <input type="button" id="cancel" name="cancel" value="{$lang_close}" onclick="tinyMCEPopup.close();" /> 51 </div> 52 </div> 53 </body> 54 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 14:43:32 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |