Viewing File: /usr/local/cpanel/base/frontend/jupiter/filemanager/editors/html_editor.html.tt

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/tr/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>
            [% FORM.file.remove("\n").remove("\r") %] - [% locale.maketext("HTML Editor (Beta)") %]
        </title>
        <link
            href="[% MagicRevision('../../libraries/jodit-editor/4.6.2/jodit.min.css') %]"
            rel="stylesheet"
            type="text/css"
        />
        [% INCLUDE "_assets/charset.html.tt" %]
        [% SET CPANEL.CPVAR.dprefix = "../" %]
    </head>
    <body>
        [% INCLUDE filemanager/editors/html_editor_include.html.tt %]
    </body>
</html>
Back to Directory File Manager