[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [%# INTERFACE: # queryshare_groups: list of groups the user may share queries with # (id, name). # bless_group_ids: list of group ids the user may bless. #%] [% IF user.can_bless %] [% END %]

あなたの保存された検索は以下のとおりです:

[% may_share = user.in_group(Param('querysharegroup')) && queryshare_groups.size %] [% IF may_share %] [% END %] [% IF may_share %] [% END %] [% FOREACH q = user.queries %] [% IF may_share %] [% END %] [% END %]
検索名 実行 編集 破棄 フッタに表示 グループ内で共有
わたしの [% terms.Bugs %] [% filtered_username = user.login FILTER uri %] 実行    
[% q.name FILTER html %] 実行 編集 [% IF q.used_in_whine %] 先に whine からの削除が必要 [% ELSE %] 削除 [% END %] [% IF user.can_bless %] [% END %] [% IF q.shared_with_users %] ([% q.shared_with_users FILTER html %] [%+ q.shared_with_users > 1 ? "users" : "user" %] と共有) [% END %]
[% IF user.can_bless %]

"フッタに追加" が選択されている全ての保存された検索について、 変更を保存したそのときからグループのメンバー全員のフッタに表示されます。

[% END %]
[% IF user.queries_available.size %]

以下のほかのユーザが保存した検索を共有できます:

[% FOREACH q = user.queries_available %] [% END %]
検索名 共有者 共有対象 実行 編集 フッタに表示
[% q.name FILTER html %] [% q.user.identity FILTER html %] [% q.shared_with_group.name FILTER html %] 実行 編集
[% ELSE %]

あなたが利用可能な他のユーザの共有可能な保存された検索はありません。

[% END %]