Файл: public/fck/editor/fckeditor.html
Строк: 80
<?php
<!--
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 *         http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 *         http://www.fckeditor.net/
 * 
 * File Name: fckeditor.html
 *     Main page that holds the editor.
 * 
 * Version:  2.0 RC3
 * Modified: 2005-03-02 10:54:21
 * 
 * File Authors:
 *         Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
    <head>
        <title>FCKeditor</title>
        <meta name="robots" content="noindex, nofollow" />
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <script type="text/javascript" src="lang/fcklanguagemanager.js"></script>
        <meta http-equiv="Cache-Control" content="public">
        <script type="text/javascript" src="js/fck_startup.js"></script>
    </head>
    <body>
        <table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0" style="TABLE-LAYOUT: fixed">
            <tr>
                <td unselectable="on" style="OVERFLOW: hidden">
                    <table width="100%" cellpadding="0" cellspacing="0" border="0">
                        <tr id="Collapsed" style="DISPLAY: none">
                            <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>
                        </tr>
                        <tr id="Expanded" style="DISPLAY: none">
                            <td id="CollapseHandle" style="DISPLAY: none" class="TB_Collapse" 
                                unselectable="on" valign="bottom" onclick="FCKToolbarSet.Collapse();return false;"><img class="TB_CollapseImg" src="images/spacer.gif" width="8" height="4" unselectable="on"></td>
                            <td id="eToolbar" class="TB_ToolbarSet" unselectable="on"></td>
                            <td width="1" style="BACKGROUND-COLOR: #696969"></td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr id="eWysiwyg">
                <td id="eWysiwygCell" height="100%" valign="top">
                    <iframe id="eEditorArea" name="eEditorArea" height="100%" width="100%" frameborder="no" src="fckeditorarea.html"></iframe>
                </td>
            </tr>
            <tr id="eSource" style="DISPLAY: none">
                <td class="Source" height="100%" valign="top">
                    <textarea id="eSourceField" dir="ltr" style="WIDTH: 100%; HEIGHT: 100%"></textarea>
                </td>
            </tr>
        </table>
    </body>
</html>
?>