Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/web-log-retention/index.html.tt
[%
# Copyright 2026 WebPros International, LLC
# 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;
SET TEMPLATE_PATH = '/templates/web-log-retention/';
SET breadcrumb_url = '/scripts7/web-log-retention';
SET ROUTER_PATH = cp_security_token _ breadcrumb_url;
SET RESOURCE_PATH = cp_security_token _ TEMPLATE_PATH;
SET style_sheets = [];
SET scripts = []; # Do not change this name unless it is also changed in the partials below.
# The following content is inserted by underscore-template-loader's require macro.
#
#----------------------------------------------------
# ∨∨∨ THIS IS GENERATED CODE, DO NOT MODIFY IT ∨∨∨
#----------------------------------------------------
#
# Build webpack css bundle list
style_sheets.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "styles.a750d56caa1e6430.css"));
# Build webpack javascript bundle list
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "runtime.55652e5cbd7d872e.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "vendor-365520a0.6ae8456978600b33.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "vendor-c0d76f48.4e8f6ae31c44bf27.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "vendor-0bc5b059.7c7ffb8a1060cdec.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "vendor-89d5c698.bf8f09e85bd71d19.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "vendor-377fed06.4e53f21676faf366.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "polyfills.5c505e51b2062761.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "main.551ec87405f38b14.js"));
#
# ^^^ THIS IS GENERATED CODE, DO NOT MODIFY IT ^^^
#----------------------------------------------------
SET locale_is_rtl = 0;
WRAPPER 'master_templates/master.tmpl'
app_key = 'web_log_retention',
breadcrumburl = breadcrumb_url,
base = RESOURCE_PATH,
stylesheets = style_sheets,
scripts = scripts,
theme = 'bootstrap',
CJT2_EXCLUSIVE=1,
is_ng = 1
%]
<cp-web-log-retention-root></cp-web-log-retention-root>
<script>
window.PAGE = {
base: [% ROUTER_PATH.json() %],
securityToken: [% cp_security_token.json() %]
}
</script>
[% END %]
Back to Directory