Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
Line -... Line 1...
-
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
1
<!--
2
<!--
2
 * FCKeditor - The text editor for internet
3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
4
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
-
 
5
 *
-
 
6
 * == BEGIN LICENSE ==
4
 * 
7
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
8
 * Licensed under the terms of any of the following licenses at your
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
9
 * choice:
7
 * 
10
 *
8
 * For further information visit:
11
 *  - GNU General Public License Version 2 or later (the "GPL")
9
 * 		http://www.fckeditor.net/
12
 *    http://www.gnu.org/licenses/gpl.html
10
 * 
13
 *
11
 * "Support Open Source software. What about a donation today?"
14
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-
 
15
 *    http://www.gnu.org/licenses/lgpl.html
12
 * 
16
 *
13
 * File Name: fck_specialchar.html
17
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
14
 * 	Special Chars Selector dialog window.
18
 *    http://www.mozilla.org/MPL/MPL-1.1.html
15
 * 
19
 *
16
 * File Authors:
20
 * == END LICENSE ==
-
 
21
 *
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
22
 * Special Chars Selector dialog window.
18
-->
23
-->
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
-
 
20
<html>
24
<html>
21
	<head>
25
	<head>
22
		<meta name="robots" content="noindex, nofollow">
26
		<meta name="robots" content="noindex, nofollow">
23
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
27
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
24
		<style type="text/css">
28
		<style type="text/css">
25
				.Hand 
29
				.Hand
26
				{ 
30
				{
27
					cursor: pointer ;
31
					cursor: pointer ;
28
					cursor: hand ; 
32
					cursor: hand ;
29
				}
33
				}
30
				.Sample { font-size: 24px; }
34
				.Sample { font-size: 24px; }
31
		</style>
35
		</style>
-
 
36
		<script src="common/fck_dialog_common.js" type="text/javascript"></script>
32
		<script type="text/javascript">
37
		<script type="text/javascript">
Line 33... Line 38...
33
 
38
 
Line 34... Line 39...
34
var oEditor = window.parent.InnerDialogLoaded() ;
39
var oEditor = window.parent.InnerDialogLoaded() ;
Line 35... Line 40...
35
 
40
 
36
var oSample ;
41
var oSample ;
-
 
42
 
37
 
43
function insertChar(charValue)
38
function insertChar(charValue)
44
{
39
{
45
	oEditor.FCKUndo.SaveUndoStep() ;
Line 40... Line 46...
40
	oEditor.FCK.InsertHtml( charValue || "" ) ;
46
	oEditor.FCK.InsertHtml( charValue || "" ) ;
41
	window.parent.Cancel() ;
47
	window.parent.Cancel() ;
-
 
48
}
-
 
49
 
42
}
50
function over(td)
43
 
51
{
44
function over(td)
52
	if ( ! oSample )
Line 45... Line 53...
45
{
53
		return ;
46
	oSample.innerHTML = td.innerHTML ;
54
	oSample.innerHTML = td.innerHTML ;
-
 
55
	td.className = 'LightBackground SpecialCharsOver Hand' ;
-
 
56
}
47
	td.className = 'LightBackground SpecialCharsOver Hand' ;
57
 
48
}
58
function out(td)
49
 
59
{
Line 50... Line 60...
50
function out(td)
60
	if ( ! oSample )
Line 58... Line 68...
58
	// Gets the sample placeholder.
68
	// Gets the sample placeholder.
59
	oSample = document.getElementById("SampleTD") ;
69
	oSample = document.getElementById("SampleTD") ;
Line 60... Line 70...
60
 
70
 
61
	// First of all, translates the dialog box texts.
71
	// First of all, translates the dialog box texts.
-
 
72
	oEditor.FCKLanguageManager.TranslatePage(document) ;
-
 
73
 
62
	oEditor.FCKLanguageManager.TranslatePage(document) ;
74
	window.parent.SetAutoSize( true ) ;
Line 63... Line 75...
63
}
75
}
64
 
76
 
65
		</script>
77
		</script>
66
	</HEAD>
78
	</head>
67
	<BODY onload="setDefaults()" scroll="no">
79
	<body onload="setDefaults()" style="overflow: hidden">
68
		<table cellpadding="0" cellspacing="0" width="100%" height="100%">
80
		<table cellpadding="0" cellspacing="0" width="100%" height="100%">
69
			<tr>
81
			<tr>
70
				<td width="100%">
82
				<td width="100%">
71
					<table cellpadding="1" cellspacing="1" align="center" border="0" width="100%" height="100%">
83
					<table cellpadding="1" cellspacing="1" align="center" border="0" width="100%" height="100%">
Line 72... Line 84...
72
						<script type="text/javascript">
84
						<script type="text/javascript">
Line 73... Line 85...
73
var aChars = ["!","&quot;","#","$","%","&amp;","\\'","(",")","*","+","-",".","/","0","1","2","3","4","5","6","7","8","9",":",";","&lt;","=","&gt;","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","&euro;","&lsquo;","&rsquo;","&rsquo;","&ldquo;","&rdquo;","&ndash;","&mdash;","&iexcl;","&cent;","&pound;","&curren;","&yen;","&brvbar;","&sect;","&uml;","&copy;","&ordf;","&laquo;","&not;","&reg;","&macr;","&deg;","&plusmn;","&sup2;","&sup3;","&acute;","&micro;","&para;","&middot;","&cedil;","&sup1;","&ordm;","&raquo;","&frac14;","&frac12;","&frac34;","&iquest;","&Agrave;","&Aacute;","&Acirc;","&Atilde;","&Auml;","&Aring;","&AElig;","&Ccedil;","&Egrave;","&Eacute;","&Ecirc;","&Euml;","&Igrave;","&Iacute;","&Icirc;","&Iuml;","&ETH;","&Ntilde;","&Ograve;","&Oacute;","&Ocirc;","&Otilde;","&Ouml;","&times;","&Oslash;","&Ugrave;","&Uacute;","&Ucirc;","&Uuml;","&Yacute;","&THORN;","&szlig;","&agrave;","&aacute;","&acirc;","&atilde;","&auml;","&aring;","&aelig;","&ccedil;","&egrave;","&eacute;","&ecirc;","&euml;","&igrave;","&iacute;","&icirc;","&iuml;","&eth;","&ntilde;","&ograve;","&oacute;","&ocirc;","&otilde;","&ouml;","&divide;","&oslash;","&ugrave;","&uacute;","&ucirc;","&uuml;","&uuml;","&yacute;","&thorn;","&yuml;","&OElig;","&oelig;","&sbquo;","&#8219;","&bdquo;","&hellip;","&trade;","&#9658;","&bull;","&rarr;","&rArr;","&hArr;","&diams;","&asymp;"] ;
85
var aChars = ["!","&quot;","#","$","%","&amp;","\\'","(",")","*","+","-",".","/","0","1","2","3","4","5","6","7","8","9",":",";","&lt;","=","&gt;","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","&euro;","&lsquo;","&rsquo;","&rsquo;","&ldquo;","&rdquo;","&ndash;","&mdash;","&iexcl;","&cent;","&pound;","&curren;","&yen;","&brvbar;","&sect;","&uml;","&copy;","&ordf;","&laquo;","&not;","&reg;","&macr;","&deg;","&plusmn;","&sup2;","&sup3;","&acute;","&micro;","&para;","&middot;","&cedil;","&sup1;","&ordm;","&raquo;","&frac14;","&frac12;","&frac34;","&iquest;","&Agrave;","&Aacute;","&Acirc;","&Atilde;","&Auml;","&Aring;","&AElig;","&Ccedil;","&Egrave;","&Eacute;","&Ecirc;","&Euml;","&Igrave;","&Iacute;","&Icirc;","&Iuml;","&ETH;","&Ntilde;","&Ograve;","&Oacute;","&Ocirc;","&Otilde;","&Ouml;","&times;","&Oslash;","&Ugrave;","&Uacute;","&Ucirc;","&Uuml;","&Yacute;","&THORN;","&szlig;","&agrave;","&aacute;","&acirc;","&atilde;","&auml;","&aring;","&aelig;","&ccedil;","&egrave;","&eacute;","&ecirc;","&euml;","&igrave;","&iacute;","&icirc;","&iuml;","&eth;","&ntilde;","&ograve;","&oacute;","&ocirc;","&otilde;","&ouml;","&divide;","&oslash;","&ugrave;","&uacute;","&ucirc;","&uuml;","&uuml;","&yacute;","&thorn;","&yuml;","&OElig;","&oelig;","&#372;","&#374","&#373","&#375;","&sbquo;","&#8219;","&bdquo;","&hellip;","&trade;","&#9658;","&bull;","&rarr;","&rArr;","&hArr;","&diams;","&asymp;"] ;
74
 
86
 
75
var cols = 20 ;
87
var cols = 20 ;
76
 
88
 
77
var i = 0 ;
89
var i = 0 ;
78
while (i < aChars.length)
90
while (i < aChars.length)
79
{
91
{
80
	document.write("<TR>") ;
92
	document.write("<TR>") ;
81
	for(var j = 0 ; j < cols ; j++) 
93
	for(var j = 0 ; j < cols ; j++)
82
	{
94
	{
Line 103... Line 115...
103
						</tr>
115
						</tr>
104
					</table>
116
					</table>
105
				</td>
117
				</td>
106
			</tr>
118
			</tr>
107
		</table>
119
		</table>
108
	</BODY>
-
 
109
</HTML>
-
 
110
120
	</body>
-
 
121
</html>
-
 
122