Commit d0d46a0d authored by Daniel Gruno's avatar Daniel Gruno
Browse files

xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1363246 13f79535-47bb-0310-9956-ffa450edef68
parent b74d8fdd
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -362,15 +362,6 @@ modified?</a></h3>
    the option of setting variables, and using those variables in
    comparisons and conditionals.</p>

<h3><a name="caveat" id="caveat">Caveat</a></h3>

    <p>Most of the features discussed in this article are only
    available to you if you are running Apache 1.2 or later. Of
    course, if you are not running Apache 1.2 or later, you need to
    upgrade immediately, if not sooner. Go on. Do it now. We'll
    wait.</p>


<h3><a name="variables" id="variables">Setting variables</a></h3>

    <p>Using the <code>set</code> directive, you can set variables
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@
<a href="../ja/howto/ssi.html" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/howto/ssi.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<div class="outofdate">この日本語訳はすでに古くなっている
            可能性があります。
            最近更新された内容を見るには英語版をご覧下さい。
        </div>

<p>サーバサイドインクルードによって、既存の HTML
ドキュメントに動的なコンテンツを追加することができます。</p>
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@
<a href="../ja/howto/ssi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/howto/ssi.html" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<div class="outofdate">이 문서는 최신판 번역이 아닙니다.
            최근에 변경된 내용은 영어 문서를 참고하세요.</div>

<p>Server-side includes를 사용하여 HTML 문서에 동적인 내용을
추가할 수 있다.</p>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 421100 -->
<!-- English Revision: 421100:1363245 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
<?xml version='1.0' encoding='EUC-KR' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
<!-- English Revision: 421100 -->
<!-- English Revision: 421100:1363245 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
Loading