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

📄 content-types.html.tmpl

📁 buzilla软件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1109498872',        'name' => 'attachment/content-types.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          <option value=\"text/plain\">plain text (text/plain)</option>\n          <option value=\"text/html\">HTML source (text/html)</option>\n          <option value=\"application/xml\">XML source (application/xml)</option>\n          <option value=\"image/gif\">GIF image (image/gif)</option>\n          <option value=\"image/jpeg\">JPEG image (image/jpeg)</option>\n          <option value=\"image/png\">PNG image (image/png)</option>\n          <option value=\"application/octet-stream\">binary file (application/octet-stream)</option>\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 + -