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[% INCLUDE global/header.html.tmpl title = "自動リンクテキスト" %] 10[% USE Bugzilla %] 11[% cgi = Bugzilla.cgi %] 12 13<p> 14 以下をコピー・ペーストしてください : 15</p> 16 17<hr> 18 19<p> 20<pre class="bz_comment_text"> 21[%- cgi.param("text") FILTER quoteUrls FILTER html -%] 22</pre> 23</p> 24 25<hr> 26 27<p> 28 <code><pre></code> タグの中に入れた場合、以下のように表示されることになります : 29</p> 30 31<hr> 32 33<p> 34<pre class="bz_comment_text"> 35[%- cgi.param("text") FILTER quoteUrls -%] 36</pre> 37</p> 38 39<hr> 40 41[% INCLUDE global/footer.html.tmpl %] 42