[% USE Whostmgr; USE JSON; SET styleSheets = [ Whostmgr.find_file_url('/templates/license_purchase/index.min.css') ]; SET PAGE_BASE = '/scripts12/license_purchase_status'; SET PAGE_PATH = cp_security_token _ PAGE_BASE; SET PAGE_NAME = Whostmgr.get_page_name_by_url(PAGE_BASE); SET VIEW_NAME = String.new(Whostmgr.ENV.SCRIPT_NAME).remove(PAGE_PATH).text || '/checkout'; SET PAGE_URL = PAGE_BASE _ VIEW_NAME; SET WHM_URL = (Whostmgr.ENV.HTTPS == 'on' ? 'https://' : 'http://') _ Whostmgr.ENV.HTTP_HOST _ ':' _ Whostmgr.ENV.SERVER_PORT _ cp_security_token; WRAPPER 'master_templates/master.tmpl' skipbreadcrumb = 1 hide_license_warnings = 1 hide_navigation = 1 base = PAGE_URL, stylesheets = styleSheets, theme='bootstrap'; %]