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
<!--
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
 *
521 ddelon 11
 * "Support Open Source software. What about a donation today?"
12
 *
431 ddelon 13
 * File Name: fckeditor.html
14
 * 	Main page that holds the editor.
15
 *
16
 * File Authors:
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
18
-->
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
20
<html>
21
	<head>
22
		<title>FCKeditor</title>
23
		<meta name="robots" content="noindex, nofollow" />
24
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
25
		<script type="text/javascript" src="lang/fcklanguagemanager.js"></script>
26
		<meta http-equiv="Cache-Control" content="public">
27
		<script type="text/javascript" src="js/fck_startup.js"></script>
28
	</head>
29
	<body>
30
		<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0" style="TABLE-LAYOUT: fixed">
31
			<tr>
32
				<td unselectable="on" style="OVERFLOW: hidden">
33
					<table width="100%" cellpadding="0" cellspacing="0" border="0">
34
						<tr id="Collapsed" style="DISPLAY: none">
35
							<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>
36
						</tr>
37
						<tr id="Expanded" style="DISPLAY: none">
38
							<td id="CollapseHandle" style="DISPLAY: none" class="TB_Collapse"
39
								unselectable="on" valign="bottom" onclick="FCKToolbarSet.Collapse();return false;"><img class="TB_CollapseImg" src="images/spacer.gif" width="8" height="4" unselectable="on"></td>
40
							<td id="eToolbar" class="TB_ToolbarSet" unselectable="on"></td>
521 ddelon 41
							<td width="1" class="TB_SideBorder"></td>
431 ddelon 42
						</tr>
43
					</table>
44
				</td>
45
			</tr>
46
			<tr id="eWysiwyg">
47
				<td id="eWysiwygCell" height="100%" valign="top">
48
					<iframe id="eEditorArea" name="eEditorArea" height="100%" width="100%" frameborder="no" src="fckblank.html"></iframe>
49
				</td>
50
			</tr>
51
			<tr id="eSource" style="DISPLAY: none">
52
				<td class="Source" height="100%" valign="top">
53
					<textarea id="eSourceField" dir="ltr" style="WIDTH: 100%; HEIGHT: 100%"></textarea>
54
				</td>
55
			</tr>
56
		</table>
57
	</body>
58
</html>