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-2009 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.5</b><br />
82
								Build 23959</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-2009 <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 align="center" valign="middle">
120
					<span fcklang="DlgAboutModule" style="font-size: 12px" dir="ltr">
121
                    Modified for Website Baker Version 2.8.x<br />Modulversion 2.9.3
122
                    </span>
123
                </td>
124
                <td>&nbsp;</td>
125
            </tr>
126
            <tr>
127
				<td align="center" valign="middle">
128
					<span style="font-size: 12px" dir="ltr">
129
						<b><a href="http://www.websitebaker.org" target="_blank" title="Visit the Website Baker web site">
130
							Support <b>Website Baker</b> CMS</a></b> </span>
131
					<div style="padding-top:15px">
132
						<img alt="" src="fck_about/wb-logo.gif"  />
133
					</div>
134
				</td>
135
                <td></td>
136
            </tr>
137

    
138
		</table>
139
	</div>
140
	<div id="divLicense" style="display: none">
141
			<p>
142
				Licensed under the terms of any of the following licenses at your
143
				choice:
144
			</p>
145
			<ul>
146
				<li style="margin-bottom:15px">
147
					<b>GNU General Public License</b> Version 2 or later (the "GPL")<br />
148
					<a href="http://www.gnu.org/licenses/gpl.html" target="_blank">http://www.gnu.org/licenses/gpl.html</a>
149
				</li>
150
				<li style="margin-bottom:15px">
151
					<b>GNU Lesser General Public License</b> Version 2.1 or later (the "LGPL")<br />
152
					<a href="http://www.gnu.org/licenses/lgpl.html" target="_blank">http://www.gnu.org/licenses/lgpl.html</a>
153
				</li>
154
				<li>
155
					<b>Mozilla Public License</b> Version 1.1 or later (the "MPL")<br />
156
					<a href="http://www.mozilla.org/MPL/MPL-1.1.html" target="_blank">http://www.mozilla.org/MPL/MPL-1.1.html</a>
157
			   </li>
158
			</ul>
159
	</div>
160
	<div id="divInfo" style="display: none" dir="ltr">
161
		<table align="center" width="80%" border="0">
162
			<tr>
163
				<td>
164
					<script type="text/javascript">
165
<!--
166
document.write( '<b>User Agent<\/b><br />' + window.navigator.userAgent + '<br /><br />' ) ;
167
document.write( '<b>Browser<\/b><br />' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br /><br />' ) ;
168
document.write( '<b>Platform<\/b><br />' + window.navigator.platform + '<br /><br />' ) ;
169

    
170
var sUserLang = '?' ;
171

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

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