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