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

📄 user-error.html.tmpl

📁 bugzilla的安装文件
💻 TMPL
📖 第 1 页 / 共 3 页
字号:
    and an error    occurred opening yesterday's dupes file: [% error_msg FILTER html %].  [% ELSIF error == "no_html_in_quips" %]    [% title = "No HTML In Quips" %]    Sorry - for security reasons, support for HTML tags has been turned off    in quips.  [% ELSIF error == "no_new_quips" %]    [% title = "No New Quips" %]    This site does not permit the addition of new quips.  [% ELSIF error == "no_page_specified" %]    [% title = "No Page Specified" %]    You did not specify the id of a page to display.  [% ELSIF error == "no_products" %]    [% title = "No Products" %]    Either no products have been defined to enter [% terms.bugs %] against or you have not    been given access to any.  [% ELSIF error == "number_not_numeric" %]    [% title = "Numeric Value Required" %]    The value '[% num FILTER html %]' in the     <em>[% field_descs.$field FILTER html %]</em> field     is not a numeric value.  [% ELSIF error == "number_too_large" %]    [% title = "Number Too Large" %]    The value '[% num FILTER html %]' in the     <em>[% field_descs.$field FILTER html %]</em> field     is more than the maximum allowable value of '[% max_num FILTER html %]'.  [% ELSIF error == "number_too_small" %]    [% title = "Number Too Small" %]    The value '[% num FILTER html %]'     in the <em>[% field_descs.$field FILTER html %]</em> field     is less than the minimum allowable value of '[% min_num FILTER html %]'.  [% ELSIF error == "old_password_incorrect" %]    [% title = "Incorrect Old Password" %]    You did not enter your old password correctly.  [% ELSIF error == "old_password_required" %]    [% title = "Old Password Required" %]    You must enter your old password to change your email address.  [% ELSIF error == "passwords_dont_match" %]    [% title = "Passwords Don't Match" %]    The two passwords you entered did not match.  [% ELSIF error == "password_too_long" %]    [% title = "Password Too Long" %]    The password is more than 16 characters long. It must be no more than    16 characters.  [% ELSIF error == "password_too_short" %]    [% title = "Password Too Short" %]    The password is less than three characters long. It must be at least    three characters.  [% ELSIF error == "patch_too_large" %]    [% title = "File Too Large" %]    The file you are trying to attach is [% filesize FILTER html %]     kilobytes (KB) in size.    Patches cannot be more than [% Param('maxpatchsize') %] KB in size.    Try breaking your patch into several pieces.  [% ELSIF error == "product_disabled" %]    [% title = BLOCK %]Product closed for [% terms.Bugs %] Entry[% END %]    Sorry, entering [% terms.bugs %] into    product <em>[% product FILTER html %]</em> has been disabled.  [% ELSIF error == "product_edit_denied" %]    [% title = "Product Edit Access Denied" %]    You are not permitted to edit [% terms.bugs %] in product     [% product FILTER html %].  [% ELSIF error == "query_name_missing" %]    [% title = "No Search Name Specified" %]    You must enter a name for your search.  [% ELSIF error == "quips_disabled" %]    [% title = "Quips Disabled" %]    Quips are disabled.  [% ELSIF error == "quips_edit_denied" %]    [% title = "Permission Denied" %]    You do not have permission to edit quips.  [% ELSIF error == "reassign_to_empty" %]    [% title = "Illegal Reassignment" %]    To reassign [% terms.abug %], you must provide an address for    the new owner. If you did not intentionally clear out the     "Reassign [% terms.bug %] to" field, [% Param("browserbugmessage") %]  [% ELSIF error == "report_access_denied" %]    [% title = "Access Denied" %]    You do not have the permissions necessary to view reports for this product.  [% ELSIF error == "require_component" %]    [% title = "Component Needed" %]    You must choose a component to file this [% terms.bug %] in. If necessary,    just guess.  [% ELSIF error == "require_new_password" %]    [% title = "New Password Needed" %]    You cannot change your password without choosing a new one.  [% ELSIF error == "require_summary" %]    [% title = "Summary Needed" %]    You must enter a summary for this [% terms.bug %].  [% ELSIF error == "resolving_remaining_time" %]    [% title = "Trying to Resolve with Hours Remaining" %]    You cannot resolve [% terms.abug %] with hours still remaining.  Set    Remaining Hours to zero if you want to resolve the [% terms.bug %].  [% ELSIF error == "sanity_check_access_denied" %]    [% title = "Access Denied" %]    You do not have the permissions necessary to run a sanity check.  [% ELSIF error == "search_content_without_matches" %]    [% title = "Illegal Search" %]    The "content" field can only be used with "matches" search     and the "matches" search can only be used with the "content"    field.  [% ELSIF error == "series_already_exists" %]    [% title = "Series Already Exists" %]      A series named <em>[% series.category FILTER html %] /      [%+ series.subcategory FILTER html %] /       [%+ series.name FILTER html %]</em>      already exists.      [% ELSIF error == "sidebar_supports_mozilla_only" %]    Sorry - sidebar.cgi currently only supports Mozilla based web browsers.    <a href="http://www.mozilla.org">Upgrade today</a>. :-)  [% ELSIF error == "still_unresolved_bugs" %]    [% IF dependency_count == 1 %]      [% terms.Bug %]# <a href="show_bug.cgi?id=[% dependencies.0.bug_id FILTER none %]">[% dependencies.0.bug_id FILTER none %]</a>      has still [% dependencies.0.dependencies FILTER html %] unresolved      [% IF dependencies.0.dependencies == 1 %]        dependency      [% ELSE %]        dependencies      [% END %]. Show      <a href="showdependencytree.cgi?id=[% dependencies.0.bug_id FILTER none %]">Dependency Tree</a>.    [% ELSE %]      There are [% dependency_count FILTER none %] open [% terms.bugs %] which      have unresolved dependencies.      <br>      [% FOREACH bug = dependencies %]        [% terms.Bug %]# <a href="show_bug.cgi?id=[% bug.bug_id FILTER none %]">[% bug.bug_id FILTER none %]</a>        has [% bug.dependencies FILTER html %] open        [% IF bug.dependencies == 1 %]          dependency.        [% ELSE %]          dependencies.        [% END %]        (<a href="showdependencytree.cgi?id=[% bug.bug_id FILTER none %]">Dependency Tree</a>)<br>      [% END %]    [% END %]  [% ELSIF error == "too_many_votes_for_bug" %]    [% title = "Illegal Vote" %]    You may only use at most [% max FILTER html %] votes for a single    [%+ terms.bug %] in the    <tt>[% prod FILTER html %]</tt> product, but you are trying to    use [% votes FILTER html %].  [% ELSIF error == "too_many_votes_for_product" %]    [% title = "Illegal Vote" %]    You tried to use [% votes FILTER html %] votes,    which exceeds the [% max FILTER html %] vote per [% terms.bug %] limit    for the <tt>[% prod FILTER html %]</tt> product.  [% ELSIF error == "token_inexistent" %]    [% title = "Token Does Not Exist" %]    The token you submitted does not exist, has expired, or has    been cancelled.  [% ELSIF error == "too_soon_for_new_token" %]    [% title = "Too Soon For New Token" %]    You have requested a password token too recently to request    another.  Please wait a while and try again.  [% ELSIF error == "unknown_keyword" %]    [% title = "Unknown Keyword" %]    <code>[% keyword FILTER html %]</code> is not a known keyword.    The legal keyword names are <a href="describekeywords.cgi">listed here</a>.  [% ELSIF error == "unknown_tab" %]    [% title = "Unknown Tab" %]    <code>[% current_tab_name FILTER html %]</code> is not a legal tab name.  [% ELSIF error == "votes_must_be_nonnegative" %]    [% title = "Votes Must Be Non-negative" %]    Only use non-negative numbers for your [% terms.bug %] votes.  [% ELSIF error == "wrong_token_for_cancelling_email_change" %]    [% title = "Wrong Token" %]    That token cannot be used to cancel an email address change.  [% ELSIF error == "wrong_token_for_changing_passwd" %]    [% title = "Wrong Token" %]    That token cannot be used to change your password.  [% ELSIF error == "wrong_token_for_confirming_email_change" %]    [% title = "Wrong Token" %]    That token cannot be used to change your email address.  [% ELSIF error == "value_out_of_range" %]    [% title = "Value Out Of Range" %]    Value is out of range for field     <em>[% field_descs.$field FILTER html %]</em>.  [% ELSIF error == "zero_length_file" %]    [% title = "File Is Empty" %]    The file you are trying to attach is empty!  [% ELSE %]    [% title = "Error string not found" %]    The user error string <code>[% error FILTER html %]</code> was not found.    Please send email to [% Param("maintainer") %] describing the steps taken    to obtain this message.  [% END %][% END %][% UNLESS header_done %]  [% PROCESS global/header.html.tmpl %][% END %]<table cellpadding="20">  <tr>    <td bgcolor="#ff0000">      <font size="+2">        [% error_message FILTER none %]      </font>    </td>  </tr></table><p>  Please press <b>Back</b> and try again.</p>[%# If a saved search fails, people want the ability to edit or delete it.   # This is the best way of getting information about that possible saved  # search from any error call location. %]  [% USE Bugzilla %][% namedcmd = Bugzilla.cgi.param("namedcmd") %][% IF namedcmd AND error != "missing_query" %]  <p>      Alternatively, you can        <a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=                  [% namedcmd FILTER html %]">forget</a>                      [% FOREACH q = Bugzilla.user.queries %]      [% IF q.name == namedcmd %]        or <a href="query.cgi?[% q.query FILTER html %]">edit</a>      [% END %]    [% END %]        the saved search '[% namedcmd FILTER html %]'.  </p>[% END %]            [% PROCESS global/footer.html.tmpl %]

⌨️ 快捷键说明

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