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

📄 attachment.html.tmpl

📁 buzilla软件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1145305176',        'name' => 'admin/params/attachment.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";    #line 22 "template\en\default\admin\params\attachment.html.tmpl"    $stash->set('title', 'Attachments');    $stash->set('desc', 'Set up attachment options');        $output .=  "\n";    #line 0 "template\en\default\admin\params\attachment.html.tmpl"    $stash->set('param_descs', { 'allow_attachment_deletion' => 'If this option is on, administrators will be able to delete '  . 'the content of attachments.', 'allow_attach_url' => 'If this option is on, it will be possible to '  . 'specify a URL when creating an attachment and '  . 'treat the URL itself as if it were an attachment.', 'maxpatchsize' => ("The maximum size (in kilobytes) of patches. " . $stash->get(['terms', 0, 'Bugzilla', 0]) . " will not ")  . 'accept patches greater than this number of kilobytes in size. '  . 'To accept patches of any size (subject to the limitations of '  . 'your server software), set this value to zero.', 'maxattachmentsize' => 'The maximum size (in kilobytes) of non-patch attachments. '  . ($stash->get(['terms', 0, 'Bugzilla', 0]) . " will not accept attachments greater than this number ")  . 'of kilobytes in size. To accept attachments of any size '  . '(subject to the limitations of your server software), set this '  . 'value to zero.', 'maxlocalattachment' => 'The maximum size (in megabytes) of attachments identified by '  . 'the user as \'Big Files\' to be stored locally on the webserver. '  . 'If set to zero, attachments will never be kept on the local '  . 'filesystem.', 'convert_uncompressed_images' => 'If this option is on, attachments with content type image/bmp '  . 'will be converted to image/png and compressed before uploading to '  . 'the database to conserve disk space.'  });        $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 + -