⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 create.html.tmpl

📁 buzilla软件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1156011120',        'name' => 'account/create.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";    #line 29 "template\en\default\account\create.html.tmpl"    $output .=  $context->process('global/variables.none.tmpl');    $output .=  "\n";    #line 33 "template\en\default\account\create.html.tmpl"        # CAPTURE    $stash->set('title', do {        my $output = '';    $output .=  "\n  Create a new ";    #line 32 "template\en\default\account\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugzilla', 0]);    $output .=  " account";        $output;    });        $output .=  "\n";    #line 35 "template\en\default\account\create.html.tmpl"    $output .=  $context->process('global/header.html.tmpl', { 'title' => $stash->get('title'), 'onload' => 'document.forms[\'account_creation_form\'].login.focus();' });    $output .=  "\n\n<p>\n  To create a ";    #line 40 "template\en\default\account\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugzilla', 0]);    $output .=  " account, all you need to do is to enter\n  a legitimate e-mail address. You will receive an email at this address\n  to confirm the creation of your account. <b>You will not be able to log\n  in until you receive the email.</b> If it doesn't arrive within a\n  reasonable amount of time, you can contact the maintainer of\n  this ";    #line 45 "template\en\default\account\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugzilla', 0]);    $output .=  " installation\n  at <a href=\"mailto:";    #line 46 "template\en\default\account\create.html.tmpl"    $output .=  $stash->get(['Param', [ 'maintainer' ]]);    $output .=  "\">";    #line 46 "template\en\default\account\create.html.tmpl"    $output .=  $stash->get(['Param', [ 'maintainer' ]]);    $output .=  "</a>.\n</p>\n\n<form id=\"account_creation_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\" id=\"login\" name=\"login\">";    #line 57 "template\en\default\account\create.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['Param', [ 'emailsuffix' ]]);                &$_tt_filter($output);    };        $output .=  "\n      </td>\n    </tr>\n  </table>\n  <br>\n  <input type=\"submit\" id=\"send\" value=\"Send\">\n</form>\n";    #line 65 "template\en\default\account\create.html.tmpl"    $output .=  $context->process('global/footer.html.tmpl');    $output .=  "\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 + -