[%#
# cpanel - whostmgr/docroot/templates/terminal/index.tmpl
# Copyright 2022 cPanel, L.L.C.
# All rights reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
-%]
[%
USE Whostmgr;
USE JSON;
USE NVData;
SET PAGE_BASE = '/scripts12/terminal/';
SET PAGE_NAME = Whostmgr.get_page_name_by_url(PAGE_BASE);
WRAPPER 'master_templates/master.tmpl'
breadcrumburl = PAGE_BASE,
base = PAGE_BASE,
stylesheets = [
rtl_bootstrap,
Whostmgr.find_file_url('/libraries/xtermjs/xterm.min.css'),
],
theme='bootstrap'
CJT2_EXCLUSIVE = 1
app_key='terminal';
PROCESS 'master_templates/cjt2_header_include.tt';
%]
[% locale.maketext('This interface provides command line access to the server’s “[_1]” account.', 'root') %]
[% locale.maketext('Warning') %]
[% locale.maketext('[output,strong,Exercise extreme caution if you use this interface.] Misuse of command line tools can destroy data or even render your server unusable.') %]