?? welcome-admin.html.tmpl
字號:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1203956298', 'name' => 'welcome-admin.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 21 "template\en\default\welcome-admin.html.tmpl" $output .= $context->process('global/variables.none.tmpl'); $output .= "\n"; #line 23 "template\en\default\welcome-admin.html.tmpl" # CAPTURE $stash->set('title', do { my $output = ''; $output .= "Welcome to "; #line 23 "template\en\default\welcome-admin.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output; }); $output .= "\n"; #line 0 "template\en\default\welcome-admin.html.tmpl" $output .= $context->process('global/header.html.tmpl', { 'title' => $stash->get('title'), 'header_addl_info' => ("version " . '3.0.6'), 'style_urls' => [ 'skins/standard/index.css' ] }); $output .= "\n\n<div id=\"welcome-admin\">\n <p>Welcome, "; #line 32 "template\en\default\welcome-admin.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['user', 0, 'identity', 0]); &$_tt_filter($output); }; $output .= ".</p>\n\n <p>You are seeing this page because some of the core parameters have not been set up yet.\n The goal of this page is to inform you about the last steps required to set up\n your installation correctly.</p>\n\n <p>As an administrator, several administrative links are available at the bottom of\n this page. These links will always be visible, on all pages. Among these links,\n you must visit at least the <a href=\"editparams.cgi\">Parameters</a> one,\n which is the page from where you can set all important parameters for this installation.\n By clicking this link, you will be able to set among others:</p>\n\n <ul>\n <li><a href=\"editparams.cgi?section=core#maintainer\">maintainer</a>, the person\n responsible for this installation if something is running wrong.</li>\n\n <li><a href=\"editparams.cgi?section=core#urlbase\">urlbase</a>, which is the URL\n pointing to this installation and which will be used in emails (which is also the\n reason you see this page: as long as this parameter is not set, you will see this\n page again and again).</li>\n\n <li><a href=\"editparams.cgi?section=core#cookiepath\">cookiepath</a> is important\n for your browser to manage your cookies correctly.</li>\n\n <li><a href=\"editparams.cgi?section=core#utf8\">utf8</a> will let you encode all\n texts into UTF-8, if desired (it is strongly recommended to keep this parameter\n turned on).</li>\n </ul>\n\n <p>Also important are the following parameters:</p>\n\n <ul>\n <li><a href=\"editparams.cgi?section=auth#requirelogin\">requirelogin</a>, if turned\n on, will protect your installation from users having no account on this installation.\n In other words, users who are not explicitly authenticated with a valid account\n cannot see any data. This is what you want if you want to keep your data private.</li>\n\n <li><a href=\"editparams.cgi?section=auth#createemailregexp\">createemailregexp</a>\n defines which users are allowed to create an account on this installation. If set\n to \".*\" (the default), everybody is free to create his own account. If set to\n \"\@mycompany.com\$\", only users having an account \@mycompany.com will be allowed to\n create an account. If left blank, users will not be able to create accounts themselves;\n only an administrator will be able to create one for them. If you want a private\n installation, you must absolutely set this parameter to something different from\n the default.</li>\n\n <li><a href=\"editparams.cgi?section=mta#mail_delivery_method\">mail_delivery_method</a>\n defines the method used to send emails, such as sendmail or SMTP. You have to set\n it correctly to send emails.</li>\n </ul>\n\n <p>\n After having set up all this, we recommend looking at "; #line 84 "template\en\default\welcome-admin.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= "'s other\n parameters as well at some time so that you understand what they do and whether you\n want to modify their settings for your installation.\n </p>\n</div>\n"; #line 90 "template\en\default\welcome-admin.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 + -