[Hiki-dev] hiki.cgi -> @cgi_name

Back to archive index

TADA Tadashi sho****@spc*****
2003年 5月 7日 (水) 15:53:58 JST


ただただしです。

故あって開発版にトライ中なのですが、開発版というのはv0_5_branchでいいの
でしょうか。HEADは安定版なんですよね?

というわけでv0_5_branch上なんですが、$cgi_nameを変えても反映されないテン
プレートがあったので直しました。末尾にパッチを添付します。

━━━━━━━━━━━━━━━━━━━
ただただし <http://www.spc.gr.jp/sho/>
    ♪ツッコミは、短く鋭く愛を込めて。
━━━━━━━━━━━━━━━━━━━


Index: en/adminform.html
===================================================================
RCS file: /cvsroot/hiki/hiki/template/en/adminform.html,v
retrieving revision 1.1.2.4
diff -u -r1.1.2.4 adminform.html
--- en/adminform.html	14 Apr 2003 15:15:00 -0000	1.1.2.4
+++ en/adminform.html	7 May 2003 06:38:40 -0000
@@ -18,7 +18,7 @@
 
 <p id=msg></p>
 
-<form method="post" action="hiki.cgi">
+<form method="post" action="@cgi_name">
   <input type=hidden value=admin name=c>
   <div class="conf_day">
     <h2><span class="title">Basic preferences</span></h2>
Index: en/edit.html
===================================================================
RCS file: /cvsroot/hiki/hiki/template/en/edit.html,v
retrieving revision 1.1.2.5
diff -u -r1.1.2.5 edit.html
--- en/edit.html	1 May 2003 02:35:53 -0000	1.1.2.5
+++ en/edit.html	7 May 2003 06:38:40 -0000
@@ -22,7 +22,7 @@
         <div id=freeze_msg class="msg"></div>
         <div id="preview" class="comment"></div>
         <pre id=differ></pre>
-        <form action="hiki.cgi" method="POST">
+        <form action="@cgi_name" method="POST">
           <input type="hidden" name="p" id=pagename>
           <input type="hidden" name="c" value="save">
           <input type="hidden" name="md5hex" id=md5hex>
Index: en/form.html
===================================================================
RCS file: /cvsroot/hiki/hiki/template/en/form.html,v
retrieving revision 1.1.2.4
diff -u -r1.1.2.4 form.html
--- en/form.html	14 Apr 2003 15:15:00 -0000	1.1.2.4
+++ en/form.html	7 May 2003 06:38:40 -0000
@@ -22,7 +22,7 @@
           <li id=listitem></li>
         </ul>
         <div id=msg1></div>
-        <form action=hiki.cgi method=@method>
+        <form action="@cgi_name" method=@method>
           <input id=cmd type=hidden value=search name=c>
           <span id=msg2></span><input size=30 maxlength=50 name=key id=key>
           <input id=button type=submit value=Search> 
Index: ja/adminform.html
===================================================================
RCS file: /cvsroot/hiki/hiki/template/ja/adminform.html,v
retrieving revision 1.1.1.1.2.4
diff -u -r1.1.1.1.2.4 adminform.html
--- ja/adminform.html	14 Apr 2003 15:15:01 -0000	1.1.1.1.2.4
+++ ja/adminform.html	7 May 2003 06:38:40 -0000
@@ -17,7 +17,7 @@
 
 <p id=msg></p>
 
-<form method="post" action="hiki.cgi">
+<form method="post" action="@cgi_name">
   <input type=hidden value=admin name=c>
   <div class="conf_day">
     <h2><span class="title">基本設定</span></h2>
Index: ja/edit.html
===================================================================
RCS file: /cvsroot/hiki/hiki/template/ja/edit.html,v
retrieving revision 1.2.2.5
diff -u -r1.2.2.5 edit.html
--- ja/edit.html	1 May 2003 02:35:54 -0000	1.2.2.5
+++ ja/edit.html	7 May 2003 06:38:40 -0000
@@ -22,7 +22,7 @@
         <div id=freeze_msg class="msg"></div>
         <div id="preview" class="comment"></div>
         <pre id=differ></pre>
-        <form action="hiki.cgi" method="POST">
+        <form action="@cgi_name" method="POST">
           <input type="hidden" name="p" id=pagename>
           <input type="hidden" name="c" value="save">
           <input type="hidden" name="md5hex" id=md5hex>
Index: ja/form.html
===================================================================
RCS file: /cvsroot/hiki/hiki/template/ja/form.html,v
retrieving revision 1.1.1.1.2.4
diff -u -r1.1.1.1.2.4 form.html
--- ja/form.html	14 Apr 2003 15:15:01 -0000	1.1.1.1.2.4
+++ ja/form.html	7 May 2003 06:38:40 -0000
@@ -22,7 +22,7 @@
           <li id=listitem></li>
         </ul>
         <div id=msg1></div>
-        <form action=hiki.cgi method=@method>
+        <form action="@cgi_name" method=@method>
           <input id=cmd type=hidden value=search name=c>
           <span id=msg2></span><input size=30 maxlength=50 name=key id=key>
           <input id=button type=submit value=検索> 




Hiki-dev メーリングリストの案内
Back to archive index