diff options
author | Rainer Jung <rjung@apache.org> | 2019-01-22 10:53:04 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2019-01-22 10:53:04 +0100 |
commit | 5464a1ae693bf0fa7a850df511ffcfc99903e71e (patch) | |
tree | 82e233a59c25cd1b3268c651ac2c3bed058b8fee /docs/manual/handler.html.ja.utf8 | |
parent | Copy the "Note about /" note from the Location (diff) | |
download | apache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.tar.xz apache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.zip |
Xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/handler.html.ja.utf8')
-rw-r--r-- | docs/manual/handler.html.ja.utf8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/handler.html.ja.utf8 b/docs/manual/handler.html.ja.utf8 index af76d014cd..e5ef1ed2ea 100644 --- a/docs/manual/handler.html.ja.utf8 +++ b/docs/manual/handler.html.ja.utf8 @@ -44,7 +44,7 @@ </ul><h3>参照</h3><ul class="seealso"><li><a href="#comments_section">コメント</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="definition" id="definition">ハンドラとは</a><a title="Permanent link" href="#definition" class="permalink">¶</a></h2> +<h2><a name="definition" id="definition">ハンドラとは</a> <a title="Permanent link" href="#definition" class="permalink">¶</a></h2> <table class="related"><tr><th>関連モジュール</th><th>関連ディレクティブ</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_actions.html">mod_actions</a></code></li><li><code class="module"><a href="./mod/mod_asis.html">mod_asis</a></code></li><li><code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code></li><li><code class="module"><a href="./mod/mod_info.html">mod_info</a></code></li><li><code class="module"><a href="./mod/mod_mime.html">mod_mime</a></code></li><li><code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code></li><li><code class="module"><a href="./mod/mod_status.html">mod_status</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_actions.html#action">Action</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#addhandler">AddHandler</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#removehandler">RemoveHandler</a></code></li><li><code class="directive"><a href="./mod/core.html#sethandler">SetHandler</a></code></li></ul></td></tr></table> @@ -97,7 +97,7 @@ </ul> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="examples" id="examples">例</a><a title="Permanent link" href="#examples" class="permalink">¶</a></h2> +<h2><a name="examples" id="examples">例</a> <a title="Permanent link" href="#examples" class="permalink">¶</a></h2> <h3><a name="example1" id="example1">CGI スクリプトを用いて静的なコンテンツを変更する</a></h3> @@ -134,7 +134,7 @@ AddHandler add-footer .html</pre> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="programmer" id="programmer">プログラマ向けのメモ</a><a title="Permanent link" href="#programmer" class="permalink">¶</a></h2> +<h2><a name="programmer" id="programmer">プログラマ向けのメモ</a> <a title="Permanent link" href="#programmer" class="permalink">¶</a></h2> <p>ハンドラの機能を実装するために、利用すると便利かもしれないものが |