event refactor, landing on HEAD!
[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-2007 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>\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.4.3</b><br />\r
82                                                                 Build 15657</td>\r
83                                                 </tr>\r
84                                         </table>\r
85                                 </td>\r
86                         </tr>\r
87                         <tr style="height: 100%">\r
88                                 <td align="center">\r
89                                         &nbsp;<br />\r
90                                         <span style="font-size: 14px" dir="ltr">\r
91                                                 <br />\r
92                                                 <b><a href="http://www.fckeditor.net/?about" target="_blank" title="Visit the FCKeditor web site">\r
93                                                         Support <b>Open Source</b> Software</a></b> </span>\r
94                                         <br />\r
95                                         <br />\r
96                                         <br />\r
97                                         <span fcklang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/?About"\r
98                                                 target="_blank">http://www.fckeditor.net/</a>.\r
99                                         <br />\r
100                                         Copyright &copy; 2003-2007 <a href="#" onclick="SendEMail();">Frederico Caldeira Knabben</a>\r
101                                 </td>\r
102                         </tr>\r
103                         <tr>\r
104                                 <td align="center">\r
105                                         <img alt="" src="fck_about/logo_fredck.gif" width="87" height="36" />\r
106                                 </td>\r
107                         </tr>\r
108                 </table>\r
109         </div>\r
110         <div id="divLicense" style="display: none">\r
111                         <p>\r
112                                 Licensed under the terms of any of the following licenses at your\r
113                                 choice:\r
114                         </p>\r
115                         <ul>\r
116                                 <li style="margin-bottom:15px">\r
117                                         <b>GNU General Public License</b> Version 2 or later (the "GPL")<br />\r
118                                         <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">http://www.gnu.org/licenses/gpl.html</a>\r
119                                 </li>\r
120                                 <li style="margin-bottom:15px">\r
121                                         <b>GNU Lesser General Public License</b> Version 2.1 or later (the "LGPL")<br />\r
122                                         <a href="http://www.gnu.org/licenses/lgpl.html" target="_blank">http://www.gnu.org/licenses/lgpl.html</a>\r
123                                 </li>\r
124                                 <li>\r
125                                         <b>Mozilla Public License</b> Version 1.1 or later (the "MPL")<br />\r
126                                         <a href="http://www.mozilla.org/MPL/MPL-1.1.html" target="_blank">http://www.mozilla.org/MPL/MPL-1.1.html</a>\r
127                            </li>\r
128                         </ul>\r
129         </div>\r
130         <div id="divInfo" style="display: none" dir="ltr">\r
131                 <table align="center" width="80%" border="0">\r
132                         <tr>\r
133                                 <td>\r
134                                         <script type="text/javascript">\r
135 <!--\r
136 document.write( '<b>User Agent<\/b><br />' + window.navigator.userAgent + '<br /><br />' ) ;\r
137 document.write( '<b>Browser<\/b><br />' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br /><br />' ) ;\r
138 document.write( '<b>Platform<\/b><br />' + window.navigator.platform + '<br /><br />' ) ;\r
139 \r
140 var sUserLang = '?' ;\r
141 \r
142 if ( window.navigator.language )\r
143         sUserLang = window.navigator.language.toLowerCase() ;\r
144 else if ( window.navigator.userLanguage )\r
145         sUserLang = window.navigator.userLanguage.toLowerCase() ;\r
146 \r
147 document.write( '<b>User Language<\/b><br />' + sUserLang ) ;\r
148 //-->\r
149                                         </script>\r
150                                 </td>\r
151                         </tr>\r
152                 </table>\r
153         </div>\r
154 </body>\r
155 </html>\r