Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
431 ddelon 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<!--
3
 * FCKeditor - The text editor for internet
4
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
5
 *
6
 * Licensed under the terms of the GNU Lesser General Public License:
7
 * 		http://www.opensource.org/licenses/lgpl-license.php
8
 *
9
 * For further information visit:
10
 * 		http://www.fckeditor.net/
11
 *
521 ddelon 12
 * "Support Open Source software. What about a donation today?"
13
 *
431 ddelon 14
 * File Name: fck_about.html
15
 * 	"About" dialog window.
16
 *
17
 * File Authors:
18
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
19
-->
20
<html>
21
	<head>
22
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
23
		<meta name="robots" content="noindex, nofollow">
24
		<script src="common/fck_dialog_common.js" type="text/javascript"></script>
25
		<script language="javascript">
26
 
27
var oEditor = window.parent.InnerDialogLoaded() ;
28
var FCKLang	= oEditor.FCKLang ;
29
 
30
window.parent.AddTab( 'About', FCKLang.DlgAboutAboutTab ) ;
521 ddelon 31
window.parent.AddTab( 'License', 'License' ) ;
431 ddelon 32
window.parent.AddTab( 'BrowserInfo', FCKLang.DlgAboutBrowserInfoTab ) ;
33
 
34
// Function called when a dialog tag is selected.
35
function OnDialogTabChange( tabCode )
36
{
37
	ShowE('divAbout', ( tabCode == 'About' ) ) ;
521 ddelon 38
	ShowE('divLicense', ( tabCode == 'License' ) ) ;
431 ddelon 39
	ShowE('divInfo'	, ( tabCode == 'BrowserInfo' ) ) ;
40
}
41
 
42
function SendEMail()
43
{
44
	var eMail = 'mailto:' ;
45
	eMail += 'fredck' ;
46
	eMail += '@' ;
47
	eMail += 'fckeditor' ;
48
	eMail += '.' ;
49
	eMail += 'net' ;
50
 
51
	window.location = eMail ;
52
}
53
 
54
window.onload = function()
55
{
56
	// Translate the dialog box texts.
57
	oEditor.FCKLanguageManager.TranslatePage(document) ;
58
 
59
	window.parent.SetAutoSize( true ) ;
60
}
61
 
62
		</script>
63
	</head>
64
	<body scroll="no" style="OVERFLOW: hidden">
65
		<div id="divAbout">
66
			<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
67
				<tr>
68
					<td>
69
						<img alt="" src="fck_about/logo_fckeditor.gif" width="236" height="41" align="left">
70
						<table width="80" border="0" cellspacing="0" cellpadding="5" bgcolor="#ffffff" align="right">
71
							<tr>
72
								<td align="center" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid">
73
									<span fckLang="DlgAboutVersion">version</span>
74
									<br>
521 ddelon 75
									<b>2.1</b></td>
431 ddelon 76
							</tr>
77
						</table>
78
					</td>
79
				</tr>
80
				<tr height="100%">
81
					<td align="center">
521 ddelon 82
						&nbsp;<br>
83
						<span style="FONT-SIZE: 14px" dir="ltr">Support <b>Open Source</b> software.<br>
84
							<b><a href="http://www.fckeditor.net/donate/?about" target="_blank" title="Click to go to the donation page">
85
									What about a donation today?</a></b> </span>
86
						<br><br><br>
87
						<span fckLang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/" target="_blank">
88
							http://www.fckeditor.net/</a>.
89
						<br>
431 ddelon 90
						Copyright &copy; 2003-2005 <a href="#" onclick="SendEMail();">Frederico Caldeira
91
							Knabben</a>
521 ddelon 92
					</td>
93
				</tr>
94
				<tr>
95
					<td align="center">
96
						<img alt="" src="fck_about/logo_fredck.gif" width="87" height="36">
97
					</td>
98
				</tr>
99
			</table>
100
		</div>
101
		<div id="divLicense" style="DISPLAY: none">
102
			<table height="100%" width="100%">
103
				<tr>
104
					<td>
431 ddelon 105
						<span fckLang="DlgAboutLicense">Licensed under the terms of the GNU Lesser General
106
							Public License</span>
107
						<br>
108
						<a href="http://www.opensource.org/licenses/lgpl-license.php" target="_blank">http://www.opensource.org/licenses/lgpl-license.php</a>
109
						<br>
110
					</td>
111
				</tr>
112
				<tr>
521 ddelon 113
					<td height="100%">
114
						<iframe height="100%" width="100%" src="fck_about/lgpl.html"></iframe>
431 ddelon 115
					</td>
116
				</tr>
117
			</table>
118
		</div>
119
		<div id="divInfo" style="DISPLAY: none" dir="ltr">
120
			<table align="center" width="80%" border="0">
121
				<tr>
122
					<td>
123
						<script language="javascript">
124
<!--
521 ddelon 125
document.write( '<b>User Agent<\/b><br>' + window.navigator.userAgent + '<br><br>' ) ;
126
document.write( '<b>Browser<\/b><br>' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br><br>' ) ;
127
document.write( '<b>Platform<\/b><br>' + window.navigator.platform + '<br><br>' ) ;
431 ddelon 128
 
129
var sUserLang = '?' ;
130
 
131
if ( window.navigator.language )
132
	sUserLang = window.navigator.language.toLowerCase() ;
133
else if ( window.navigator.userLanguage )
134
	sUserLang = window.navigator.userLanguage.toLowerCase() ;
135
 
521 ddelon 136
document.write( '<b>User Language<\/b><br>' + sUserLang ) ;
431 ddelon 137
//-->
138
						</script>
139
					</td>
140
				</tr>
141
			</table>
142
		</div>
143
	</body>
144
</html>