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

📄 messages.html.tmpl

📁 buzilla软件
💻 TMPL
📖 第 1 页 / 共 4 页
字号:
    $output .=  "\n    <b>Your login has been forgotten</b>.\n    The cookie that was remembering your login is now gone. You will be\n    prompted for a login the next time it is required.\n";    }    elsif ($stash->get('message_tag') eq 'login_changed') {    #line 0 "template\en\default\global\messages.html.tmpl"    $stash->set('title', ($stash->get(['terms', 0, 'Bugzilla', 0]) . " Login Changed"));        $output .=  "\n    Your ";    #line 216 "template\en\default\global\messages.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugzilla', 0]);    $output .=  " login has been changed.\n";    }    elsif ($stash->get('message_tag') eq 'parameters_updated') {    #line 219 "template\en\default\global\messages.html.tmpl"    $stash->set('title', 'Parameters Updated');        #line 229 "template\en\default\global\messages.html.tmpl"    if ($stash->get(['param_changed', 0, 'size', 0]) > 0) {    #line 226 "template\en\default\global\messages.html.tmpl"        # FOREACH     do {        my ($_tt_value, $_tt_error, $_tt_oldloop);        my $_tt_list = $stash->get('param_changed');                unless (UNIVERSAL::isa($_tt_list, 'Template::Iterator')) {            $_tt_list = Template::Config->iterator($_tt_list)                || die $Template::Config::ERROR, "\n";         }            ($_tt_value, $_tt_error) = $_tt_list->get_first();        eval { $_tt_oldloop = $stash->get('loop') };        $stash->set('loop', $_tt_list);        eval {    LOOP:   while (! $_tt_error) {                $stash->{'param'} = $_tt_value;    $output .=  "\n        Changed <em>";    #line 222 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('param');                &$_tt_filter($output);    };        $output .=  "</em><br>";    #line 225 "template\en\default\global\messages.html.tmpl"    if ($stash->get('param') eq 'utf8' && $stash->get(['Param', [ 'utf8' ]])) {    $output .=  "\n          <strong>You must now re-run checksetup.pl.</strong><br>";    }    ;                ($_tt_value, $_tt_error) = $_tt_list->get_next();            }        };        $stash->set('loop', $_tt_oldloop);        die $@ if $@;        $_tt_error = 0 if $_tt_error && $_tt_error eq Template::Constants::STATUS_DONE;        die $_tt_error if $_tt_error;    };        }    else {    $output .=  "\n      No changes made.";    }        $output .=  "\n";    #line 235 "template\en\default\global\messages.html.tmpl"    if ($stash->get('shutdown_is_active') eq 1) {    $output .=  "\n      <hr>";    #line 233 "template\en\default\global\messages.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugzilla', 0]);    $output .=  " has now been shut down. To re-enable the system,\n      clear the <em>shutdownhtml</em> field.";    }        $output .=  "\n";    }    elsif ($stash->get('message_tag') eq 'password_change_cancelled') {    #line 238 "template\en\default\global\messages.html.tmpl"    $stash->set('title', 'Cancel Request to Change Password');        $output .=  "\n    Your request has been canceled.\n";    }    elsif ($stash->get('message_tag') eq 'password_change_request') {    #line 242 "template\en\default\global\messages.html.tmpl"    $stash->set('title', 'Request to Change Password');        $output .=  "\n    A token for changing your password has been emailed to you.\n    Follow the instructions in that email to change your password.\n";    }    elsif ($stash->get('message_tag') eq 'password_changed') {    #line 247 "template\en\default\global\messages.html.tmpl"    $stash->set('title', 'Password Changed');        $output .=  "\n    Your password has been changed.\n";    }    elsif ($stash->get('message_tag') eq 'flag_type_created') {    #line 251 "template\en\default\global\messages.html.tmpl"    $stash->set('title', 'Flag Type Created');        $output .=  "\n      The flag type <em>";    #line 252 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('name');                &$_tt_filter($output);    };        $output .=  "</em> has been created.\n      <a href=\"editflagtypes.cgi\">Back to flag types.</a>\n    ";    }    elsif ($stash->get('message_tag') eq 'flag_type_changes_saved') {    #line 256 "template\en\default\global\messages.html.tmpl"    $stash->set('title', 'Flag Type Changes Saved');        $output .=  "\n    <p>\n      Your changes to the flag type <em>";    #line 258 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('name');                &$_tt_filter($output);    };        $output .=  "</em> \n      have been saved.\n      <a href=\"editflagtypes.cgi\">Back to flag types.</a>\n    </p>\n    ";    }    elsif ($stash->get('message_tag') eq 'flag_type_deleted') {    #line 264 "template\en\default\global\messages.html.tmpl"    $stash->set('title', 'Flag Type Deleted');        $output .=  "\n    <p>\n      The flag type <em>";    #line 266 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('name');                &$_tt_filter($output);    };        $output .=  "</em> has been deleted.\n      <a href=\"editflagtypes.cgi\">Back to flag types.</a>\n    </p>\n    ";    }    elsif ($stash->get('message_tag') eq 'flag_type_deactivated') {    #line 271 "template\en\default\global\messages.html.tmpl"    $stash->set('title', 'Flag Type Deactivated');        $output .=  "\n    <p>\n      The flag type <em>";    #line 273 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['flag_type', 0, 'name', 0]);                &$_tt_filter($output);    };        $output .=  "</em> \n      has been deactivated.\n      <a href=\"editflagtypes.cgi\">Back to flag types.</a>\n    </p>\n    ";    }    elsif ($stash->get('message_tag') eq 'install_admin_get_email') {    $output .=  "\n    Enter the e-mail address of the administrator:\n";    }    elsif ($stash->get('message_tag') eq 'install_admin_get_name') {    $output .=  "\n    Enter the real name of the administrator:\n";    }    elsif ($stash->get('message_tag') eq 'install_admin_get_password') {    $output .=  "\n    Enter a password for the administrator account:\n";    }    elsif ($stash->get('message_tag') eq 'install_admin_get_password2') {    $output .=  "\n    Please retype the password to verify:\n";    }    elsif ($stash->get('message_tag') eq 'install_admin_created') {    #line 291 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['user', 0, 'login', 0]);                &$_tt_filter($output);    };        $output .=  " is now set up as an administrator.\n";    }    elsif ($stash->get('message_tag') eq 'install_admin_setup') {    $output .=  "\n    Looks like we don't have an administrator set up yet.\n    Either this is your first time using ";    #line 295 "template\en\default\global\messages.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugzilla', 0]);    $output .=  ", or your\n    administrator's privileges might have accidentally been deleted.\n";    }    elsif ($stash->get('message_tag') eq 'install_column_add') {    $output .=  "\n    Adding new column '";    #line 299 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('column');                &$_tt_filter($output);    };        $output .=  "' to the '";    #line 299 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('table');                &$_tt_filter($output);    };        $output .=  "' table...\n";    }    elsif ($stash->get('message_tag') eq 'install_column_drop') {    $output .=  "\n    Deleting the '";    #line 302 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('column');                &$_tt_filter($output);    };        $output .=  "' column from the '";    #line 302 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('table');                &$_tt_filter($output);    };        $output .=  "' table...\n";    }    elsif ($stash->get('message_tag') eq 'install_column_rename') {    $output .=  "\n    Renaming column '";    #line 305 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('old');                &$_tt_filter($output);    };        $output .=  "' to '";    #line 305 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('new');                &$_tt_filter($output);    };        $output .=  "'...\n";    }    elsif ($stash->get('message_tag') eq 'install_default_classification') {    $output .=  "\n    Creating default classification '";    #line 308 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('name');                &$_tt_filter($output);    };        $output .=  "'...\n";    }    elsif ($stash->get('message_tag') eq 'install_default_product') {    $output .=  "\n    Creating initial dummy product '";    #line 311 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('name');                &$_tt_filter($output);    };        $output .=  "'...\n";    }    elsif ($stash->get('message_tag') eq 'install_file_perms_fix') {    $output .=  "\n    Fixing file permissions...\n";    }    elsif ($stash->get('message_tag') eq 'install_group_create') {    $output .=  "\n    Creating group ";    #line 317 "template\en\default\global\messages.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('name');        

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -