1[%# This Source Code Form is subject to the terms of the Mozilla Public
2  # License, v. 2.0. If a copy of the MPL was not distributed with this
3  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4  #
5  # This Source Code Form is "Incompatible With Secondary Licenses", as
6  # defined by the Mozilla Public License, v. 2.0.
7  #%]
8
9[%# INTERFACE:
10  # url: URL to a pre-filled bug entry form.
11  # short_desc: Bug summary as entered in the form.
12  #%]
13
14[% PROCESS global/header.html.tmpl
15  title = "Bookmarks are your friend"
16  header = "Template constructed"
17%]
18
19<p>
20  次のリンクをブックマークしてください :
21  &ldquo;<a href="enter_bug.cgi?[% url FILTER html %]">
22  [% IF short_desc %]
23    [% short_desc FILTER html %]
24  [% ELSE %]
25    [% terms.Bug %] 登録テンプレート
26  [% END %]</a>&rdquo;.
27  このブックマークにより、初期状態として指定した値が入力された
28  <em>[% terms.Bug %] 新規登録</em> ページに行きます。
29</p>
30
31[% PROCESS global/footer.html.tmpl %]
32