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

📄 edit.html.tmpl

📁 buzilla软件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1160863332',        'name' => 'admin/keywords/edit.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 28 "template\en\default\admin\keywords\edit.html.tmpl"    $output .=  $context->process('global/variables.none.tmpl');    $output .=  "\n";    #line 30 "template\en\default\admin\keywords\edit.html.tmpl"    $output .=  $context->process('global/header.html.tmpl', { 'title' => 'Edit keyword' });    $output .=  "\n\n<form method=\"post\" action=\"editkeywords.cgi\">\n  <table border=\"0\" cellpadding=\"4\" cellspacing=\"0\">\n    <tr>\n      <th align=\"right\">Name:</th>\n      <td><input size=\"64\" maxlength=\"64\" name=\"name\" \n                 value=\"";    #line 39 "template\en\default\admin\keywords\edit.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['keyword', 0, 'name', 0]);                &$_tt_filter($output);    };        $output .=  "\"></td>\n    </tr>\n    <tr>\n      <th align=\"right\">Description:</th>\n      <td>";    #line 44 "template\en\default\admin\keywords\edit.html.tmpl"    $output .=  $context->include('global/textarea.html.tmpl', { 'name' => 'description', 'minrows' => 4, 'cols' => 64, 'wrap' => 'virtual', 'defaultcontent' => $stash->get(['keyword', 0, 'description', 0]) });    $output .=  "\n      </td>\n    </tr>\n    <tr>\n      <th align=\"right\">";    #line 54 "template\en\default\admin\keywords\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  ":</th>\n      <td>";    #line 61 "template\en\default\admin\keywords\edit.html.tmpl"    if ($stash->get(['keyword', 0, 'bug_count', 0]) > 0) {    $output .=  "\n          <a href=\"buglist.cgi?keywords=";    #line 57 "template\en\default\admin\keywords\edit.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('url_quote')                  || $context->throw($context->error);        $output .=  $stash->get(['keyword', 0, 'name', 0]);                &$_tt_filter($output);    };        $output .=  "\">";    #line 58 "template\en\default\admin\keywords\edit.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['keyword', 0, 'bug_count', 0]);                &$_tt_filter($output);    };        $output .=  "</a>";    }    else {    $output .=  "\n          none";    }        $output .=  "\n      </td>\n    </tr>\n  </table>\n\n  <input type=\"submit\" id=\"update\" value=\"Update\">\n  <input type=\"hidden\" name=\"action\" value=\"update\">\n  <input type=\"hidden\" name=\"id\" value=\"";    #line 68 "template\en\default\admin\keywords\edit.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['keyword', 0, 'id', 0]);                &$_tt_filter($output);    };        $output .=  "\">\n  <input type=\"hidden\" name=\"token\" value=\"";    #line 69 "template\en\default\admin\keywords\edit.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('token');                &$_tt_filter($output);    };        $output .=  "\">\n</form>\n\n<p><a href=\"editkeywords.cgi\">Edit other keywords</a>.</p>\n";    #line 74 "template\en\default\admin\keywords\edit.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 + -