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

📄 core.html.tmpl

📁 buzilla软件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1186058192',        'name' => 'admin/params/core.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";    #line 0 "template\en\default\admin\params\core.html.tmpl"    $stash->set('title', 'Required Settings');    $stash->set('desc', ("Settings that are required for proper operation of " . $stash->get(['terms', 0, 'Bugzilla', 0])));        $output .=  "\n";    #line 0 "template\en\default\admin\params\core.html.tmpl"    $stash->set('param_descs', { 'maintainer' => 'The email address of the person who maintains this installation '  . ("of " . $stash->get(['terms', 0, 'Bugzilla', 0]) . "."), 'urlbase' => ("The URL that is the common initial leading part of all " . $stash->get(['terms', 0, 'Bugzilla', 0]) . " ")  . 'URLs.', 'docs_urlbase' => 'The URL that is the common initial leading part of all '  . ($stash->get(['terms', 0, 'Bugzilla', 0]) . " documentation URLs. ")  . 'It may be an absolute URL, or a URL relative to urlbase '  . 'above. '  . 'Leave this empty to suppress links to the documentation.', 'sslbase' => 'The URL that is the common initial leading part of all HTTPS '  . ("(SSL) " . $stash->get(['terms', 0, 'Bugzilla', 0]) . " URLs."), 'ssl' => ("Controls when " . $stash->get(['terms', 0, 'Bugzilla', 0]) . " should enforce sessions to use HTTPS by ")  . 'using <tt>sslbase</tt>.', 'cookiedomain' => ("The domain for " . $stash->get(['terms', 0, 'Bugzilla', 0]) . " cookies. Normally blank. ")  . 'If your website is at \'www.foo.com\', setting this to '  . '\'.foo.com\' will also allow \'bar.foo.com\' to access '  . ($stash->get(['terms', 0, 'Bugzilla', 0]) . " cookies. This is useful if you have more than ")  . 'one hostname pointing at the same web server, and you '  . ("want them to share the " . $stash->get(['terms', 0, 'Bugzilla', 0]) . " cookie."), 'cookiepath' => 'Path, relative to your web document root, to which to restrict '  . ($stash->get(['terms', 0, 'Bugzilla', 0]) . " cookies. Normally this is the URI portion of your URL ")  . 'base. Begin with a / (single slash mark). For instance, if '  . ($stash->get(['terms', 0, 'Bugzilla', 0]) . " serves from 'http://www.somedomain.com/bugzilla/', set ")  . 'this parameter to /bugzilla/. Setting it to / will allow '  . 'all sites served by this web server or virtual host to read '  . ($stash->get(['terms', 0, 'Bugzilla', 0]) . " cookies."), 'timezone' => 'The timezone that your database server lives in. If set to \'\', '  . 'then the timezone will not be displayed with the timestamps.', 'utf8' => ("Use UTF-8 (Unicode) encoding for all text in " . $stash->get(['terms', 0, 'Bugzilla', 0]) . ". New ")  . 'installations should set this to true to avoid character encoding '  . 'problems. <strong>Existing databases should set this to true '  . ' only after the data has been converted from existing legacy '  . ' character encodings to UTF-8, using the '  . ' <kbd>contrib/recode.pl</kbd> script</strong>. <br><br> Note '  . ' that if you  turn this parameter from &quot;off&quot; to '  . ' &quot;on&quot;, you must re-run checksetup.pl immediately '  . ' afterward.', 'shutdownhtml' => ("If this field is non-empty, then " . $stash->get(['terms', 0, 'Bugzilla', 0]) . " will be completely ")  . 'disabled and this text will be displayed instead of all the '  . ($stash->get(['terms', 0, 'Bugzilla', 0]) . " pages."), 'announcehtml' => ("If this field is non-empty, then " . $stash->get(['terms', 0, 'Bugzilla', 0]) . " will ")  . 'display whatever is in this field at the top of every '  . 'HTML page.  The HTML you put in this field is not '  . 'wrapped or enclosed in anything; you might want to '  . 'wrap it inside a <tt>&lt;div&gt;</tt>.  Give the div '  . '<em>id=message</em> to get green text inside a '  . 'red box, or <em>class=bz_private</em> for dark '  . 'red on a red background.  Anything defined in '  . '<tt>skins/standard/global.css</tt> or '  . '<tt>skins/custom/global.css</tt> will work.  To get '  . ('' . "centered text, use <em>style=\"text-align: ")  . ('' . "center;\"</em>."), 'proxy_url' => ($stash->get(['terms', 0, 'Bugzilla', 0]) . " may have to access the web to get notifications about new ")  . 'releases, see the <tt>upgrade_notification</tt> parameter. In case you are '  . 'behind a proxy, it may be necessary to enter its URL if the web server '  . 'group cannot access the HTTP_PROXY environment variable. If you have to '  . 'authenticate, use the <code>http://user:pass@proxy_url/</code> syntax.', 'upgrade_notification' => ("<p>" . $stash->get(['terms', 0, 'Bugzilla', 0]) . " can inform you when a new release is available. ")  . ("The notification will appear on the " . $stash->get(['terms', 0, 'Bugzilla', 0]) . " homepage, ")  . 'for administrators only.</p>'  . '<ul><li>\'development_snapshot\' notifies you about the latest '  . 'release on the trunk, i.e. development snapshots.</li>'  . '<li>\'latest_stable_release\' notifies you about the most recent release '  . 'available on the most recent stable branch. This branch may be '  . 'different from the branch your installation is based on.</li>'  . '<li>\'stable_branch_release\' notifies you only about new releases '  . 'corresponding to the branch your installation is based on. '  . 'If you are running a release candidate, you will get '  . 'a notification for newer release candidates too.</li>'  . '<li>\'disabled\' will never notify you about new releases and no '  . 'connection will be established to a remote server.</li></ul>'  });        $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 + -