File: //var/cpanel/template_compiles/usr/local/cpanel/shared/templates/ssltable_include.tmpl
#------------------------------------------------------------------------
# Compiled template generated by the Template Toolkit version 2.25
#------------------------------------------------------------------------
Template::Document->new({
METADATA => {
'modtime' => '1434966306',
'name' => '/usr/local/cpanel/shared/templates/ssltable_include.tmpl',
},
BLOCK => sub {
my $context = shift || die "template sub called without context\n";
my $stash = $context->stash;
my $output = '';
my $_tt_error;
eval { BLOCK: {
$output .= "<script id=\"list_template\" type=\"text/x-handlebars-template\">\n<ul class=\"elided-list {{listClass}}\">\n{{#each items}}\n <li {{#if title}}title=\"{{title}}\"{{/if}} {{#if itemClass}}class=\"{{itemClass}}\"{{/if}}>{{text}}</li>\n{{/each}}\n</ul>\n</script>\n\n<script id=\"content_with_warning_template\" type=\"text/x-handlebars-template\">\n{{{content_html}}}\n{{#if warning_html}}\n <span class=\"content-note {{warning_class}}\" title=\"{{{warning_html}}}\"></span>\n{{/if}}\n</script>\n\n<script>\n";
#line 18 "/usr/local/cpanel/shared/templates/ssltable_include.tmpl"
$stash->set('lex_path', $stash->get(['CPANEL', 0, 'get_js_lex_app_rel_path', [ 'sharedjs/ssltable.js' ]]));
#line 18 "/usr/local/cpanel/shared/templates/ssltable_include.tmpl"
if ($stash->get('lex_path')) {
$output .= $context->insert($stash->get('lex_path'));
}
#line 18 "/usr/local/cpanel/shared/templates/ssltable_include.tmpl"
$output .= $context->insert('sharedjs/ssltable_optimized.js');
$output .= "\n</script>\n";
} };
if ($@) {
$_tt_error = $context->catch($@, \$output);
die $_tt_error unless $_tt_error->type eq 'return';
}
return $output;
},
DEFBLOCKS => {
},
});