event refactor, landing on HEAD!
[freeside.git] / httemplate / elements / fckeditor / editor / dialog / fck_about.html
diff --git a/httemplate/elements/fckeditor/editor/dialog/fck_about.html b/httemplate/elements/fckeditor/editor/dialog/fck_about.html
new file mode 100644 (file)
index 0000000..a5825ce
--- /dev/null
@@ -0,0 +1,155 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
+<!--\r
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
+ *\r
+ * == BEGIN LICENSE ==\r
+ *\r
+ * Licensed under the terms of any of the following licenses at your\r
+ * choice:\r
+ *\r
+ *  - GNU General Public License Version 2 or later (the "GPL")\r
+ *    http://www.gnu.org/licenses/gpl.html\r
+ *\r
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
+ *    http://www.gnu.org/licenses/lgpl.html\r
+ *\r
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
+ *    http://www.mozilla.org/MPL/MPL-1.1.html\r
+ *\r
+ * == END LICENSE ==\r
+ *\r
+ * "About" dialog window.\r
+-->\r
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+<head>\r
+       <title></title>\r
+       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
+       <meta name="robots" content="noindex, nofollow" />\r
+       <script src="common/fck_dialog_common.js" type="text/javascript"></script>\r
+       <script type="text/javascript">\r
+\r
+var oEditor = window.parent.InnerDialogLoaded() ;\r
+var FCKLang    = oEditor.FCKLang ;\r
+\r
+window.parent.AddTab( 'About', FCKLang.DlgAboutAboutTab ) ;\r
+window.parent.AddTab( 'License', FCKLang.DlgAboutLicenseTab ) ;\r
+window.parent.AddTab( 'BrowserInfo', FCKLang.DlgAboutBrowserInfoTab ) ;\r
+\r
+// Function called when a dialog tag is selected.\r
+function OnDialogTabChange( tabCode )\r
+{\r
+       ShowE('divAbout', ( tabCode == 'About' ) ) ;\r
+       ShowE('divLicense', ( tabCode == 'License' ) ) ;\r
+       ShowE('divInfo' , ( tabCode == 'BrowserInfo' ) ) ;\r
+}\r
+\r
+function SendEMail()\r
+{\r
+       var eMail = 'mailto:' ;\r
+       eMail += 'fredck' ;\r
+       eMail += '@' ;\r
+       eMail += 'fckeditor' ;\r
+       eMail += '.' ;\r
+       eMail += 'net' ;\r
+\r
+       window.location = eMail ;\r
+}\r
+\r
+window.onload = function()\r
+{\r
+       // Translate the dialog box texts.\r
+       oEditor.FCKLanguageManager.TranslatePage(document) ;\r
+\r
+       window.parent.SetAutoSize( true ) ;\r
+}\r
+\r
+       </script>\r
+</head>\r
+<body style="overflow: hidden">\r
+       <div id="divAbout">\r
+               <table cellpadding="0" cellspacing="0" border="0" width="100%" style="height: 100%">\r
+                       <tr>\r
+                               <td>\r
+                                       <img alt="" src="fck_about/logo_fckeditor.gif" width="236" height="41" align="left" />\r
+                                       <table width="80" border="0" cellspacing="0" cellpadding="5" bgcolor="#ffffff" align="right">\r
+                                               <tr>\r
+                                                       <td align="center" nowrap="nowrap" style="border-right: #000000 1px solid; border-top: #000000 1px solid;\r
+                                                               border-left: #000000 1px solid; border-bottom: #000000 1px solid">\r
+                                                               <span fcklang="DlgAboutVersion">version</span>\r
+                                                               <br />\r
+                                                               <b>2.4.3</b><br />\r
+                                                               Build 15657</td>\r
+                                               </tr>\r
+                                       </table>\r
+                               </td>\r
+                       </tr>\r
+                       <tr style="height: 100%">\r
+                               <td align="center">\r
+                                       &nbsp;<br />\r
+                                       <span style="font-size: 14px" dir="ltr">\r
+                                               <br />\r
+                                               <b><a href="http://www.fckeditor.net/?about" target="_blank" title="Visit the FCKeditor web site">\r
+                                                       Support <b>Open Source</b> Software</a></b> </span>\r
+                                       <br />\r
+                                       <br />\r
+                                       <br />\r
+                                       <span fcklang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/?About"\r
+                                               target="_blank">http://www.fckeditor.net/</a>.\r
+                                       <br />\r
+                                       Copyright &copy; 2003-2007 <a href="#" onclick="SendEMail();">Frederico Caldeira Knabben</a>\r
+                               </td>\r
+                       </tr>\r
+                       <tr>\r
+                               <td align="center">\r
+                                       <img alt="" src="fck_about/logo_fredck.gif" width="87" height="36" />\r
+                               </td>\r
+                       </tr>\r
+               </table>\r
+       </div>\r
+       <div id="divLicense" style="display: none">\r
+                       <p>\r
+                               Licensed under the terms of any of the following licenses at your\r
+                               choice:\r
+                       </p>\r
+                       <ul>\r
+                               <li style="margin-bottom:15px">\r
+                                       <b>GNU General Public License</b> Version 2 or later (the "GPL")<br />\r
+                                       <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">http://www.gnu.org/licenses/gpl.html</a>\r
+                               </li>\r
+                               <li style="margin-bottom:15px">\r
+                                       <b>GNU Lesser General Public License</b> Version 2.1 or later (the "LGPL")<br />\r
+                                       <a href="http://www.gnu.org/licenses/lgpl.html" target="_blank">http://www.gnu.org/licenses/lgpl.html</a>\r
+                               </li>\r
+                               <li>\r
+                                       <b>Mozilla Public License</b> Version 1.1 or later (the "MPL")<br />\r
+                                       <a href="http://www.mozilla.org/MPL/MPL-1.1.html" target="_blank">http://www.mozilla.org/MPL/MPL-1.1.html</a>\r
+                          </li>\r
+                       </ul>\r
+       </div>\r
+       <div id="divInfo" style="display: none" dir="ltr">\r
+               <table align="center" width="80%" border="0">\r
+                       <tr>\r
+                               <td>\r
+                                       <script type="text/javascript">\r
+<!--\r
+document.write( '<b>User Agent<\/b><br />' + window.navigator.userAgent + '<br /><br />' ) ;\r
+document.write( '<b>Browser<\/b><br />' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br /><br />' ) ;\r
+document.write( '<b>Platform<\/b><br />' + window.navigator.platform + '<br /><br />' ) ;\r
+\r
+var sUserLang = '?' ;\r
+\r
+if ( window.navigator.language )\r
+       sUserLang = window.navigator.language.toLowerCase() ;\r
+else if ( window.navigator.userLanguage )\r
+       sUserLang = window.navigator.userLanguage.toLowerCase() ;\r
+\r
+document.write( '<b>User Language<\/b><br />' + sUserLang ) ;\r
+//-->\r
+                                       </script>\r
+                               </td>\r
+                       </tr>\r
+               </table>\r
+       </div>\r
+</body>\r
+</html>\r