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

📄 forgotten-password.txt.tmpl

📁 bugzilla的安装文件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1081322674',        'name' => 'account/password/forgotten-password.txt.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";    #line 23 "template\en\default\account\password\forgotten-password.txt.tmpl"    $output .=  $context->process('global/variables.none.tmpl');    $output .=  "\n";    #line 26 "template\en\default\account\password\forgotten-password.txt.tmpl"    $stash->set('expiration_ts', $stash->get('token_ts') + ($stash->get('max_token_age') * 86400));        $output .=  "\nFrom: bugzilla-admin-daemon\nTo: ";    #line 28 "template\en\default\account\password\forgotten-password.txt.tmpl"    $output .=  $stash->get('emailaddress');    $output .=  "\nSubject:  ";    #line 29 "template\en\default\account\password\forgotten-password.txt.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugzilla', 0]);    $output .=  " Change Password Request\n\nYou have (or someone impersonating you has) requested to change your \n";    #line 32 "template\en\default\account\password\forgotten-password.txt.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugzilla', 0]);    $output .=  " password. To complete the change, visit the following link:\n\n";    #line 34 "template\en\default\account\password\forgotten-password.txt.tmpl"    $output .=  $stash->get(['Param', [ 'urlbase' ]]);    $output .=  "token.cgi?t=";    #line 34 "template\en\default\account\password\forgotten-password.txt.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $filter = $context->filter('url_quote')                  || $context->throw($context->error);        $output .=  $stash->get('token');                &$filter($output);    };        $output .=  "&a=cfmpw\n\nIf you are not the person who made this request, or you wish to cancel\nthis request, visit the following link:\n\n";    #line 39 "template\en\default\account\password\forgotten-password.txt.tmpl"    $output .=  $stash->get(['Param', [ 'urlbase' ]]);    $output .=  "token.cgi?t=";    #line 39 "template\en\default\account\password\forgotten-password.txt.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $filter = $context->filter('url_quote')                  || $context->throw($context->error);        $output .=  $stash->get('token');                &$filter($output);    };        $output .=  "&a=cxlpw\n\nIf you do nothing, the request will lapse after ";    #line 41 "template\en\default\account\password\forgotten-password.txt.tmpl"    $output .=  $stash->get('max_token_age');    $output .=  " days (at \nprecisely ";    #line 42 "template\en\default\account\password\forgotten-password.txt.tmpl"    $output .=  $stash->get(['time2str', [ '%H:%M on the %o of %B, %Y', $stash->get('expiration_ts') ]]);    $output .=  ") or when you \nlog in successfully.\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 + -