Project

General

Profile

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

    
32
var oEditor = window.parent.InnerDialogLoaded() ;
33
var FCKLang	= oEditor.FCKLang ;
34

    
35
window.parent.AddTab( 'About', FCKLang.DlgAboutAboutTab ) ;
36
window.parent.AddTab( 'License', FCKLang.DlgAboutLicenseTab ) ;
37
window.parent.AddTab( 'BrowserInfo', FCKLang.DlgAboutBrowserInfoTab ) ;
38

    
39
// Function called when a dialog tag is selected.
40
function OnDialogTabChange( tabCode )
41
{
42
	ShowE('divAbout', ( tabCode == 'About' ) ) ;
43
	ShowE('divLicense', ( tabCode == 'License' ) ) ;
44
	ShowE('divInfo'	, ( tabCode == 'BrowserInfo' ) ) ;
45
}
46

    
47
function 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

    
59
window.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 colspan="2">
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.6.6</b><br />
82
								Build 25427</td>
83
						</tr>
84
					</table>
85
				</td>
86
			</tr>
87
			<tr style="height: 100%">
88
				<td align="center" valign="middle">
89
					<span style="font-size: 14px" dir="ltr">
90
						<b><a href="http://www.fckeditor.net/?about" target="_blank" title="Visit the FCKeditor web site">
91
							Support <b>Open Source</b> Software</a></b> </span>
92
					<div style="padding-top:15px">
93
						<img alt="" src="fck_about/logo_fredck.gif" width="87" height="36" />
94
					</div>
95
				</td>
96
				<td align="center" nowrap="nowrap" valign="middle">
97
					<div>
98
						<div style="margin-bottom:5px" dir="ltr">Selected Sponsor</div>
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>
100
					</div>
101
				</td>
102
			</tr>
103
			<tr>
104
				<td width="100%" nowrap="nowrap">
105
					<span fcklang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/?About"
106
						target="_blank">http://www.fckeditor.net/</a>.
107
					<br />
108
					Copyright &copy; 2003-2010 <a href="#" onclick="SendEMail();">Frederico Caldeira Knabben</a>
109
				</td>
110
				<td align="center">
111
					<a href="http://www.fckeditor.net/sponsors/apply" target="_blank">Become a Sponsor</a>
112
				</td>
113
			</tr>
114
            <tr>
115
                <td>&nbsp;</td>
116
                <td>&nbsp;</td>
117
            </tr>
118
            <tr>
119
				<td colspan="2" align="center" valign="middle">
120
					<div style="padding-top:15px">
121
                        <a href="http://www.websitebaker.org/en/organisation/the-association.php" target="_blank" title="WebsiteBaker Org e.V.">
122
						<img alt="WebsiteBaker Org e.V." src="fck_about/wb-logo.gif" title="WebsiteBaker Org e.V." />
123
                        </a>
124
					</div>
125
					<span style="font-size: 12px" dir="ltr">
126
						<b><a href="http://www.websitebaker.org" target="_blank" title="Visit the WebsiteBaker web site">
127
							Support <b>WebsiteBaker</b> CMS</a></b> </span>
128
				</td>
129
            </tr>
130
            <tr>
131
                <td colspan="2" align="center" valign="middle">
132
					<span fcklang="DlgAboutModule" style="font-size: 12px" dir="ltr">
133
                    Modified for WebsiteBaker Version 2.8.x and higher<br />Modulversion
134
                    </span>2.9.8
135
                </td>
136
            </tr>
137
		</table>
138
	</div>
139
	<div id="divLicense" style="display: none">
140
			<p>
141
				Licensed under the terms of any of the following licenses at your
142
				choice:
143
			</p>
144
			<ul>
145
				<li style="margin-bottom:15px">
146
					<b>GNU General Public License</b> Version 2 or later (the "GPL")<br />
147
					<a href="http://www.gnu.org/licenses/gpl.html" target="_blank">http://www.gnu.org/licenses/gpl.html</a>
148
				</li>
149
				<li style="margin-bottom:15px">
150
					<b>GNU Lesser General Public License</b> Version 2.1 or later (the "LGPL")<br />
151
					<a href="http://www.gnu.org/licenses/lgpl.html" target="_blank">http://www.gnu.org/licenses/lgpl.html</a>
152
				</li>
153
				<li>
154
					<b>Mozilla Public License</b> Version 1.1 or later (the "MPL")<br />
155
					<a href="http://www.mozilla.org/MPL/MPL-1.1.html" target="_blank">http://www.mozilla.org/MPL/MPL-1.1.html</a>
156
			   </li>
157
			</ul>
158
	</div>
159
	<div id="divInfo" style="display: none" dir="ltr">
160
		<table align="center" width="80%" border="0">
161
			<tr>
162
				<td>
163
					<script type="text/javascript">
164
<!--
165
document.write( '<b>User Agent<\/b><br />' + window.navigator.userAgent + '<br /><br />' ) ;
166
document.write( '<b>Browser<\/b><br />' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br /><br />' ) ;
167
document.write( '<b>Platform<\/b><br />' + window.navigator.platform + '<br /><br />' ) ;
168

    
169
var sUserLang = '?' ;
170

    
171
if ( window.navigator.language )
172
	sUserLang = window.navigator.language ;
173
else if ( window.navigator.userLanguage )
174
	sUserLang = window.navigator.userLanguage ;
175

    
176
document.write( '<b>Language<\/b><br />' + sUserLang ) ;
177
//-->
178
					</script>
179
				</td>
180
			</tr>
181
		</table>
182
	</div>
183
</body>
184
</html>
(1-1/29)