Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
431 ddelon 1
<!--
2
 * FCKeditor - The text editor for internet
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
4
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 *
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
10
 *
11
 * File Name: fckeditor.html
12
 * 	Main page that holds the editor.
13
 *
14
 * File Authors:
15
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
16
-->
17
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
18
<html>
19
	<head>
20
		<title>FCKeditor</title>
21
		<meta name="robots" content="noindex, nofollow" />
22
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
23
		<script type="text/javascript" src="lang/fcklanguagemanager.js"></script>
24
		<meta http-equiv="Cache-Control" content="public">
25
		<script type="text/javascript" src="js/fck_startup.js"></script>
26
	</head>
27
	<body>
28
		<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0" style="TABLE-LAYOUT: fixed">
29
			<tr>
30
				<td unselectable="on" style="OVERFLOW: hidden">
31
					<table width="100%" cellpadding="0" cellspacing="0" border="0">
32
						<tr id="Collapsed" style="DISPLAY: none">
33
							<td id="ExpandHandle" class="TB_Expand" unselectable="on" colspan="3" onclick="FCKToolbarSet.Expand();return false;"><img class="TB_ExpandImg" src="images/spacer.gif" width="8" height="4" unselectable="on"></td>
34
						</tr>
35
						<tr id="Expanded" style="DISPLAY: none">
36
							<td id="CollapseHandle" style="DISPLAY: none" class="TB_Collapse"
37
								unselectable="on" valign="bottom" onclick="FCKToolbarSet.Collapse();return false;"><img class="TB_CollapseImg" src="images/spacer.gif" width="8" height="4" unselectable="on"></td>
38
							<td id="eToolbar" class="TB_ToolbarSet" unselectable="on"></td>
39
							<td width="1" style="BACKGROUND-COLOR: #696969"></td>
40
						</tr>
41
					</table>
42
				</td>
43
			</tr>
44
			<tr id="eWysiwyg">
45
				<td id="eWysiwygCell" height="100%" valign="top">
46
					<iframe id="eEditorArea" name="eEditorArea" height="100%" width="100%" frameborder="no" src="fckblank.html"></iframe>
47
				</td>
48
			</tr>
49
			<tr id="eSource" style="DISPLAY: none">
50
				<td class="Source" height="100%" valign="top">
51
					<textarea id="eSourceField" dir="ltr" style="WIDTH: 100%; HEIGHT: 100%"></textarea>
52
				</td>
53
			</tr>
54
		</table>
55
	</body>
56
</html>