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

📄 confirm-delete.html.tmpl

📁 bugzilla 项目缺陷管理工具源码
💻 TMPL
📖 第 1 页 / 共 2 页
字号:
            [% ELSE %]              changes on other users' profiles            [% END %].            If you delete the user account, the user profiles activity table in            the database will be inconsistent.          </li>        [% END %]      </ul>    </div>    [% display_warning = 1 %]  [% END %]  [% IF assignee_or_qa || cc || email_setting || flags.requestee ||        namedqueries || profile_setting || series || votes || watch.watched ||        watch.watcher || whine_events || whine_schedules %]    <div class="warningmessages">      <p>The following deletions are <b>safe</b> and will not generate      referential integrity inconsistencies.</p>      <ul>        [% IF assignee_or_qa %]          <li>            [% otheruser.login FILTER html %]            <a href="buglist.cgi?emailassigned_to1=1&amp;emailqa_contact1=1&amp;emailtype1=exact&amp;email1=               [%- otheruser.login FILTER url_quote %]">is            the assignee or the QA contact of            [% IF assignee_or_qa == 1 %]              one [% terms.bug %]            [% ELSE %]              [%+ assignee_or_qa %] [%+ terms.bugs %]            [% END %]</a>.            If you delete the user account, these roles will fall back to            the default assignee or default QA contact.          </li>        [% END %]        [% IF cc %]          <li>            [% otheruser.login FILTER html %]            <a href="buglist.cgi?emailcc1=1&amp;emailtype1=exact&amp;email1=               [%- otheruser.login FILTER url_quote %]">is            on the CC list of            [% IF cc == 1 %]              [%+ terms.abug %]            [% ELSE %]              [%+ cc %] [%+ terms.bugs %]            [% END %]</a>.            If you delete the user account, it will be removed from these CC lists.          </li>        [% END %]        [% IF email_setting %]          <li>            The user's e-mail settings will be deleted along with the user            account.          </li>        [% END %]        [% IF flags.requestee %]          <li>            [% otheruser.login FILTER html %] has been            <a href="buglist.cgi?field0-0-0=requestees.login_name&amp;type0-0-0=equals&amp;value0-0-0=               [%- otheruser.login FILTER url_quote %]">asked            to set            [% IF flags.requestee == 1 %]              a flag            [% ELSE %]              [% flags.requestee %] flags            [% END %]</a>.            If you delete the user account,            [% IF flags.requestee == 1 %]              this flag            [% ELSE %]              these flags            [% END %]            will change to be unspecifically requested.          </li>        [% END %]        [% IF namedqueries %]          <li>            [% otheruser.login FILTER html %] has            [% IF namedqueries == 1 %]              a named query            [% ELSE %]              [%+ namedqueries %] named queries            [% END %].            [% IF namedqueries == 1 %]              This named query            [% ELSE %]              These named queries            [% END %]            will be deleted along with the user account.          </li>        [% END %]        [% IF profile_setting %]          <li>            The user's preference settings will be deleted along with the user            account.          </li>        [% END %]        [% IF series %]          <li>            [% otheruser.login FILTER html %] has created            [% IF series == 1 %]              a series            [% ELSE %]              [%+ series %] series            [% END %].            [% IF series == 1 %]              This series            [% ELSE %]              These series            [% END %]            will be deleted along with the user account.          </li>        [% END %]        [% IF votes %]          <li>            [% otheruser.login FILTER html %] has voted on            [% IF votes == 1 %]              [%+ terms.abug %]            [% ELSE %]              [%+ votes %] [%+ terms.bugs %]            [% END %].            If you delete the user account,            [% IF votes == 1 %]              this vote            [% ELSE %]              these votes            [% END %]            will be deleted along with the user account.          </li>        [% END %]        [% IF watch.watched || watch.watcher %]          <li>            [% otheruser.login FILTER html %]            [% IF watch.watched %]              is being watched by              [% IF watch.watched == 1 %]                a user              [% ELSE %]                [%+ watch.watched %] users              [% END %]            [% END %]            [% IF watch.watcher %]              [%+ 'and' IF watch.watched %]              watches              [% IF watch.watcher == 1 %]                a user              [% ELSE %]                [%+ watch.watcher %] users              [% END %]            [% END %].            [% IF watch.watched + watch.watcher == 1 %]              This watching            [% ELSE %]              These watchings            [% END %]            will cease along with the deletion of the user account.          </li>        [% END %]        [% IF whine_events || whine_schedules %]          <li>            [% otheruser.login FILTER html %]            [% IF whine_events %]              has scheduled              [% IF whine_events == 1 %]                a whine              [% ELSE %]                [%+ whine_events %] whines              [% END %]            [% END %]            [% IF whine_schedules %]              [%+ 'and' IF whine_events %]              is on the receiving end of              [% IF whine_schedules == 1 %]                a whine              [% ELSE %]                [%+ whine_schedules %] whines              [% END %]            [% END %].            [% IF whine_events + whine_schedules == 1 %]              This whine            [% ELSE %]              These whines            [% END %]            will be deleted along with the user account.          </li>        [% END %]      </ul>    </div>    [% display_warning = 1 %]  [% END %]  [% IF display_warning %]    <p class="areyoureallyreallysure">      Please be aware of the consequences of this before continuing.    </p>  [% END %]  <p>Do you really want to delete this user account?</p>  <form method="post" action="editusers.cgi">    <p>      <input type="submit" value="Yes, delete" />      <input type="hidden" name="action" value="delete" />      <input type="hidden" name="userid" value="[% otheruser.id %]" />      <input type="hidden" name="token" value="[% token FILTER html %]">      [% INCLUDE listselectionhiddenfields %]    </p>  </form>  <p>If you do not want to delete the user account at this time,[% END %]  <a href="editusers.cgi?action=edit&amp;userid=[% otheruser.id %]           [% INCLUDE listselectionurlparams %]">edit the user</a>,  go <a href="editusers.cgi?action=list[% INCLUDE listselectionurlparams %]">back  to the user list</a>,  [% IF editusers %]    <a href="editusers.cgi?action=add[% INCLUDE listselectionurlparams %]">add    a new user</a>,  [% END %]  or <a href="editusers.cgi">find other users</a>.</p>[% PROCESS global/footer.html.tmpl %]

⌨️ 快捷键说明

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