📄 footer.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1168213634', 'name' => 'admin/fieldvalues/footer.html.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 .= "\n"; $output .= "\n\n"; $output .= "\n\n<hr>\n\n<p>\n"; #line 38 "template\en\default\admin\fieldvalues\footer.html.tmpl" if (!($stash->get('no_add_link'))) { $output .= "\n <a title=\"Add a value for the '"; #line 35 "template\en\default\admin\fieldvalues\footer.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('field'); &$_tt_filter($output); }; $output .= "' field.\"\n href=\"editvalues.cgi?action=add&field="; #line 37 "template\en\default\admin\fieldvalues\footer.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get('field'); &$_tt_filter($output); }; $output .= "\">Add</a> a value."; } $output .= "\n"; #line 47 "template\en\default\admin\fieldvalues\footer.html.tmpl" if ($stash->get('value') && ! $stash->get('no_edit_link')) { $output .= "\n Edit value <a \n title=\"Edit value '"; #line 42 "template\en\default\admin\fieldvalues\footer.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('value'); &$_tt_filter($output); }; $output .= "' for the '"; #line 43 "template\en\default\admin\fieldvalues\footer.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('field'); &$_tt_filter($output); }; $output .= "' field\"\n href=\"editvalues.cgi?action=edit&field="; #line 45 "template\en\default\admin\fieldvalues\footer.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get('field'); &$_tt_filter($output); }; $output .= "&value="; #line 45 "template\en\default\admin\fieldvalues\footer.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get('value'); &$_tt_filter($output); }; $output .= "\">\n '"; #line 46 "template\en\default\admin\fieldvalues\footer.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('value'); &$_tt_filter($output); }; $output .= "'</a>."; } $output .= "\n"; #line 54 "template\en\default\admin\fieldvalues\footer.html.tmpl" if (!($stash->get('no_edit_other_link'))) { $output .= "\n Edit other values for the <a \n href=\"editvalues.cgi?field="; #line 52 "template\en\default\admin\fieldvalues\footer.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get('field'); &$_tt_filter($output); }; $output .= "\">'"; #line 52 "template\en\default\admin\fieldvalues\footer.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('field'); &$_tt_filter($output); }; $output .= "'</a> field.\n"; } $output .= "\n\n</p>\n"; } }; if ($@) { $_tt_error = $context->catch($@, \$output); die $_tt_error unless $_tt_error->type eq 'return'; } return $output; }, DEFBLOCKS => { },});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -