Files
ConfigServerBackups/cse/cse.tmpl

30 lines
469 B
Cheetah
Raw Normal View History

2025-08-28 15:15:56 +01:00
[%
USE Whostmgr;
USE JSON;
WRAPPER 'master_templates/master.tmpl'
header = 'ConfigServer Explorer'
skipsupport = 1
skipheader = 1
hide_license_warnings = 1
theme='bootstrap'
breadcrumbdata = {
previous = [
{
name = "Home",
url = "/scripts/command?PFILE=main",
},
{
name = "Plugins",
url = "/scripts/command?PFILE=Plugins",
}
],
name = 'ConfigServer Explorer',
url = '/cgi/configserver/cse.cgi',
};
%]
[% cse_output %]
[% END %]