fck_about.html 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <!--
  3. * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  4. * Copyright (C) 2003-2010 Frederico Caldeira Knabben
  5. *
  6. * == BEGIN LICENSE ==
  7. *
  8. * Licensed under the terms of any of the following licenses at your
  9. * choice:
  10. *
  11. * - GNU General Public License Version 2 or later (the "GPL")
  12. * http://www.gnu.org/licenses/gpl.html
  13. *
  14. * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  15. * http://www.gnu.org/licenses/lgpl.html
  16. *
  17. * - Mozilla Public License Version 1.1 or later (the "MPL")
  18. * http://www.mozilla.org/MPL/MPL-1.1.html
  19. *
  20. * == END LICENSE ==
  21. *
  22. * "About" dialog window.
  23. -->
  24. <html xmlns="http://www.w3.org/1999/xhtml">
  25. <head>
  26. <title></title>
  27. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  28. <meta name="robots" content="noindex, nofollow" />
  29. <script src="common/fck_dialog_common.js" type="text/javascript"></script>
  30. <script type="text/javascript">
  31. var oEditor = window.parent.InnerDialogLoaded() ;
  32. var FCKLang = oEditor.FCKLang ;
  33. window.parent.AddTab( 'About', FCKLang.DlgAboutAboutTab ) ;
  34. window.parent.AddTab( 'License', FCKLang.DlgAboutLicenseTab ) ;
  35. window.parent.AddTab( 'BrowserInfo', FCKLang.DlgAboutBrowserInfoTab ) ;
  36. // Function called when a dialog tag is selected.
  37. function OnDialogTabChange( tabCode )
  38. {
  39. ShowE('divAbout', ( tabCode == 'About' ) ) ;
  40. ShowE('divLicense', ( tabCode == 'License' ) ) ;
  41. ShowE('divInfo' , ( tabCode == 'BrowserInfo' ) ) ;
  42. }
  43. function SendEMail()
  44. {
  45. var eMail = 'mailto:' ;
  46. eMail += 'fredck' ;
  47. eMail += '@' ;
  48. eMail += 'fckeditor' ;
  49. eMail += '.' ;
  50. eMail += 'net' ;
  51. window.location = eMail ;
  52. }
  53. window.onload = function()
  54. {
  55. // Translate the dialog box texts.
  56. oEditor.FCKLanguageManager.TranslatePage(document) ;
  57. window.parent.SetAutoSize( true ) ;
  58. }
  59. </script>
  60. <style type="text/css">
  61. body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
  62. </style>
  63. </head>
  64. <body style="overflow: hidden">
  65. <div id="divAbout">
  66. <table cellpadding="0" cellspacing="0" border="0" width="100%" style="height: 100%">
  67. <tr>
  68. <td colspan="2">
  69. <img alt="" src="fck_about/logo_fckeditor.gif" width="236" height="41" align="left" />
  70. <table width="80" border="0" cellspacing="0" cellpadding="5" bgcolor="#ffffff" align="right">
  71. <tr>
  72. <td align="center" nowrap="nowrap" style="border-right: #000000 1px solid; border-top: #000000 1px solid;
  73. border-left: #000000 1px solid; border-bottom: #000000 1px solid">
  74. <span fcklang="DlgAboutVersion">version</span>
  75. <br />
  76. <b>2.6.6</b><br />
  77. Build 25427</td>
  78. </tr>
  79. </table>
  80. </td>
  81. </tr>
  82. <tr style="height: 100%">
  83. <td align="center" valign="middle">
  84. <span style="font-size: 14px" dir="ltr">
  85. <b><a href="http://www.fckeditor.net/?about" target="_blank" title="Visit the FCKeditor web site">
  86. Support <b>Open Source</b> Software</a></b> </span>
  87. <div style="padding-top:15px">
  88. <img alt="" src="fck_about/logo_fredck.gif" width="87" height="36" />
  89. </div>
  90. </td>
  91. <td align="center" nowrap="nowrap" valign="middle">
  92. <div>
  93. <div style="margin-bottom:5px" dir="ltr">Selected Sponsor</div>
  94. <a href="http://www.spellchecker.net/fckeditor/" target="_blank"><img alt="Selected Sponsor" border="0" src="fck_about/sponsors/spellchecker_net.gif" width="75" height="75" /></a>
  95. </div>
  96. </td>
  97. </tr>
  98. <tr>
  99. <td width="100%" nowrap="nowrap">
  100. <span fcklang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/?About"
  101. target="_blank">http://www.fckeditor.net/</a>.
  102. <br />
  103. Copyright &copy; 2003-2010 <a href="#" onclick="SendEMail();">Frederico Caldeira Knabben</a>
  104. </td>
  105. <td align="center">
  106. <a href="http://www.fckeditor.net/sponsors/apply" target="_blank">Become a Sponsor</a>
  107. </td>
  108. </tr>
  109. </table>
  110. </div>
  111. <div id="divLicense" style="display: none">
  112. <p>
  113. Licensed under the terms of any of the following licenses at your
  114. choice:
  115. </p>
  116. <ul>
  117. <li style="margin-bottom:15px">
  118. <b>GNU General Public License</b> Version 2 or later (the "GPL")<br />
  119. <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">http://www.gnu.org/licenses/gpl.html</a>
  120. </li>
  121. <li style="margin-bottom:15px">
  122. <b>GNU Lesser General Public License</b> Version 2.1 or later (the "LGPL")<br />
  123. <a href="http://www.gnu.org/licenses/lgpl.html" target="_blank">http://www.gnu.org/licenses/lgpl.html</a>
  124. </li>
  125. <li>
  126. <b>Mozilla Public License</b> Version 1.1 or later (the "MPL")<br />
  127. <a href="http://www.mozilla.org/MPL/MPL-1.1.html" target="_blank">http://www.mozilla.org/MPL/MPL-1.1.html</a>
  128. </li>
  129. </ul>
  130. </div>
  131. <div id="divInfo" style="display: none" dir="ltr">
  132. <table align="center" width="80%" border="0">
  133. <tr>
  134. <td>
  135. <script type="text/javascript">
  136. <!--
  137. document.write( '<b>User Agent<\/b><br />' + window.navigator.userAgent + '<br /><br />' ) ;
  138. document.write( '<b>Browser<\/b><br />' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br /><br />' ) ;
  139. document.write( '<b>Platform<\/b><br />' + window.navigator.platform + '<br /><br />' ) ;
  140. var sUserLang = '?' ;
  141. if ( window.navigator.language )
  142. sUserLang = window.navigator.language ;
  143. else if ( window.navigator.userLanguage )
  144. sUserLang = window.navigator.userLanguage ;
  145. document.write( '<b>Language<\/b><br />' + sUserLang ) ;
  146. //-->
  147. </script>
  148. </td>
  149. </tr>
  150. </table>
  151. </div>
  152. </body>
  153. </html>