📄 create.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1074451152', 'name' => 'account/create.html.tmpl', }, BLOCK => sub { my $context = shift || die "template sub called without context\n"; my $stash = $context->stash; my $output = ''; my $error; eval { BLOCK: { $output .= "\n"; $output .= "\n\n"; $output .= "\n"; #line 30 "template\en\default\account\create.html.tmpl" $output .= $context->process('global/variables.none.tmpl'); $output .= "\n"; #line 36 "template\en\default\account\create.html.tmpl" # CAPTURE $stash->set('title', do { my $output = ''; $output .= "\nCreate a new "; #line 34 "template\en\default\account\create.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " account"; $output; }); #line 36 "template\en\default\account\create.html.tmpl" $output .= $context->process('global/header.html.tmpl'); $output .= "\n\n<p>\n To create a "; #line 39 "template\en\default\account\create.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " account, all you need to do is\n enter a legitimate e-mail address. The account will be created, and\n its password will be mailed to you. <b>You will not be able to log\n in until you receive the password.</b> If it doesn't arrive within a\n reasonable amount of time, you can contact the maintainer of\n this "; #line 44 "template\en\default\account\create.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " installation\n at <a href=\"mailto:"; #line 45 "template\en\default\account\create.html.tmpl" $output .= $stash->get(['Param', [ 'maintainer' ]]); $output .= "\">"; #line 45 "template\en\default\account\create.html.tmpl" $output .= $stash->get(['Param', [ 'maintainer' ]]); $output .= "</a>.\n</p>\n\n<p>\n Optionally you may enter your real name as well.\n</p>\n\n<form method=\"get\" action=\"createaccount.cgi\">\n <table>\n <tr>\n <td align=\"right\">\n <b>E-mail address:</b>\n </td>\n <td>\n <input size=\"35\" name=\"login\">"; #line 61 "template\en\default\account\create.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['Param', [ 'emailsuffix' ]]); &$filter($output); }; $output .= "\n </td>\n </tr>\n\n <tr>\n <td align=\"right\">\n <b>Real name:</b>\n </td>\n <td>\n <input size=\"35\" name=\"realname\">\n </td>\n </tr>\n </table>\n <br>\n <input type=\"submit\" value=\"Create Account\">\n</form>\n"; #line 79 "template\en\default\account\create.html.tmpl" $output .= $context->process('global/footer.html.tmpl'); $output .= "\n"; } }; if ($@) { $error = $context->catch($@, \$output); die $error unless $error->type eq 'return'; } return $output; }, DEFBLOCKS => { },});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -