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

📄 profile-activity.html.tmpl

📁 buzilla软件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1168213870',        'name' => 'account/profile-activity.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 40 "template\en\default\account\profile-activity.html.tmpl"        # CAPTURE    $stash->set('title', do {        my $output = '';    $output .=  "\n  View User Account Log for '";    #line 39 "template\en\default\account\profile-activity.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['otheruser', 0, 'login', 0]);                &$_tt_filter($output);    };        $output .=  "'";        $output;    });        $output .=  "\n\n";    #line 43 "template\en\default\account\profile-activity.html.tmpl"    $output .=  $context->process('global/header.html.tmpl', { 'title' => $stash->get('title') });    $output .=  "\n";    #line 47 "template\en\default\account\profile-activity.html.tmpl"    $output .=  $context->process('admin/users/listselectvars.html.tmpl', { 'listselectionvalues' => $stash->get('listselectionvalues') });    $output .=  "\n";    #line 51 "template\en\default\account\profile-activity.html.tmpl"    $stash->set('columns', [ { 'name' => 'who', 'heading' => 'Who'  }, { 'name' => 'activity_when', 'heading' => 'When'  }, { 'name' => 'what', 'heading' => 'What'  }, { 'name' => 'removed', 'heading' => 'Removed'  }, { 'name' => 'added', 'heading' => 'Added'  } ]);        $output .=  "\n";    #line 70 "template\en\default\account\profile-activity.html.tmpl"    $output .=  $context->process('admin/table.html.tmpl', { 'columns' => $stash->get('columns'), 'data' => $stash->get('profile_changes') });    $output .=  "\n\n<p><a href=\"editusers.cgi?action=edit&amp;userid=";    #line 76 "template\en\default\account\profile-activity.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('url_quote')                  || $context->throw($context->error);        $output .=  $stash->get(['otheruser', 0, 'id', 0]);                &$_tt_filter($output);    };        $output .=  "\"\n  title=\"Edit user '";    #line 77 "template\en\default\account\profile-activity.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['otheruser', 0, 'login', 0]);                &$_tt_filter($output);    };        $output .=  "'\">Edit this user</a> or\n  <a title=\"Search For Users\" href=\"editusers.cgi\">find other accounts</a>";    #line 83 "template\en\default\account\profile-activity.html.tmpl"    if ($stash->get(['listselectionvalues', 0, 'matchtype', 0]) ne 'exact') {    $output .=  "\n    or go <a title=\"Return to the user list\"\n       href=\"editusers.cgi?action=list";    #line 81 "template\en\default\account\profile-activity.html.tmpl"    $output .=  $context->include('listselectionurlparams');    $output .=  "\">back\n    to the user list</a>";    }        $output .=  "\n</p>\n";    #line 86 "template\en\default\account\profile-activity.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 + -