~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/fckeditor.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 * "Support Open Source software. What about a donation today?"
 
12
 * 
 
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 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" colspan="3" onclick="FCKToolbarSet.Expand();return false;"><img class="TB_ExpandImg" src="images/spacer.gif" width="8" height="4"></td>
 
36
                                                </tr>
 
37
                                                <tr id="Expanded" style="DISPLAY: none">
 
38
                                                        <td id="CollapseHandle" style="DISPLAY: none" class="TB_Collapse" 
 
39
                                                                valign="bottom" onclick="FCKToolbarSet.Collapse();return false;"><img class="TB_CollapseImg" src="images/spacer.gif" width="8" height="4"></td>
 
40
                                                        <td id="eToolbar" class="TB_ToolbarSet"></td>
 
41
                                                        <td width="1" class="TB_SideBorder"></td>
 
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>