source: branches/1.2/workflow/js/fckeditor/editor/dialog/fck_about.html @ 1349

Revision 1349, 4.9 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
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-2007 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
32var oEditor = window.parent.InnerDialogLoaded() ;
33var FCKLang     = oEditor.FCKLang ;
34
35window.parent.AddTab( 'About', FCKLang.DlgAboutAboutTab ) ;
36window.parent.AddTab( 'License', FCKLang.DlgAboutLicenseTab ) ;
37window.parent.AddTab( 'BrowserInfo', FCKLang.DlgAboutBrowserInfoTab ) ;
38
39// Function called when a dialog tag is selected.
40function OnDialogTabChange( tabCode )
41{
42        ShowE('divAbout', ( tabCode == 'About' ) ) ;
43        ShowE('divLicense', ( tabCode == 'License' ) ) ;
44        ShowE('divInfo' , ( tabCode == 'BrowserInfo' ) ) ;
45}
46
47function SendEMail()
48{
49        var eMail = 'mailto:' ;
50        eMail += 'fredck' ;
51        eMail += '@' ;
52        eMail += 'fckeditor' ;
53        eMail += '.' ;
54        eMail += 'net' ;
55
56        window.location = eMail ;
57}
58
59window.onload = function()
60{
61        // Translate the dialog box texts.
62        oEditor.FCKLanguageManager.TranslatePage(document) ;
63
64        window.parent.SetAutoSize( true ) ;
65}
66
67        </script>
68</head>
69<body style="overflow: hidden">
70        <div id="divAbout">
71                <table cellpadding="0" cellspacing="0" border="0" width="100%" style="height: 100%">
72                        <tr>
73                                <td>
74                                        <img alt="" src="fck_about/logo_fckeditor.gif" width="236" height="41" align="left" />
75                                        <table width="80" border="0" cellspacing="0" cellpadding="5" bgcolor="#ffffff" align="right">
76                                                <tr>
77                                                        <td align="center" nowrap="nowrap" style="border-right: #000000 1px solid; border-top: #000000 1px solid;
78                                                                border-left: #000000 1px solid; border-bottom: #000000 1px solid">
79                                                                <span fcklang="DlgAboutVersion">version</span>
80                                                                <br />
81                                                                <b>2.4.2</b><br />
82                                                                Build 14978</td>
83                                                </tr>
84                                        </table>
85                                </td>
86                        </tr>
87                        <tr style="height: 100%">
88                                <td align="center">
89                                        &nbsp;<br />
90                                        <span style="font-size: 14px" dir="ltr">
91                                                <br />
92                                                <b><a href="http://www.fckeditor.net/?about" target="_blank" title="Visit the FCKeditor web site">
93                                                        Support <b>Open Source</b> Software</a></b> </span>
94                                        <br />
95                                        <br />
96                                        <br />
97                                        <span fcklang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/?About"
98                                                target="_blank">http://www.fckeditor.net/</a>.
99                                        <br />
100                                        Copyright &copy; 2003-2007 <a href="#" onclick="SendEMail();">Frederico Caldeira Knabben</a>
101                                </td>
102                        </tr>
103                        <tr>
104                                <td align="center">
105                                        <img alt="" src="fck_about/logo_fredck.gif" width="87" height="36" />
106                                </td>
107                        </tr>
108                </table>
109        </div>
110        <div id="divLicense" style="display: none">
111                        <p>
112                                Licensed under the terms of any of the following licenses at your
113                                choice:
114                        </p>
115                        <ul>
116                                <li style="margin-bottom:15px">
117                                        <b>GNU General Public License</b> Version 2 or later (the "GPL")<br />
118                                        <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">http://www.gnu.org/licenses/gpl.html</a>
119                                </li>
120                                <li style="margin-bottom:15px">
121                                        <b>GNU Lesser General Public License</b> Version 2.1 or later (the "LGPL")<br />
122                                        <a href="http://www.gnu.org/licenses/lgpl.html" target="_blank">http://www.gnu.org/licenses/lgpl.html</a>
123                                </li>
124                                <li>
125                                        <b>Mozilla Public License</b> Version 1.1 or later (the "MPL")<br />
126                                        <a href="http://www.mozilla.org/MPL/MPL-1.1.html" target="_blank">http://www.mozilla.org/MPL/MPL-1.1.html</a>
127                           </li>
128                        </ul>
129        </div>
130        <div id="divInfo" style="display: none" dir="ltr">
131                <table align="center" width="80%" border="0">
132                        <tr>
133                                <td>
134                                        <script type="text/javascript">
135<!--
136document.write( '<b>User Agent<\/b><br />' + window.navigator.userAgent + '<br /><br />' ) ;
137document.write( '<b>Browser<\/b><br />' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br /><br />' ) ;
138document.write( '<b>Platform<\/b><br />' + window.navigator.platform + '<br /><br />' ) ;
139
140var sUserLang = '?' ;
141
142if ( window.navigator.language )
143        sUserLang = window.navigator.language.toLowerCase() ;
144else if ( window.navigator.userLanguage )
145        sUserLang = window.navigator.userLanguage.toLowerCase() ;
146
147document.write( '<b>User Language<\/b><br />' + sUserLang ) ;
148//-->
149                                        </script>
150                                </td>
151                        </tr>
152                </table>
153        </div>
154</body>
155</html>
Note: See TracBrowser for help on using the repository browser.