diff s4-blog.sh @ 193:5d83ff0bbd40

Comment area modified
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 23 Apr 2016 23:10:23 +0859
parents 50e6195130b3
children 71a2c840cfd7
line wrap: on
line diff
--- a/s4-blog.sh	Sat Apr 23 22:57:54 2016 +0859
+++ b/s4-blog.sh	Sat Apr 23 23:10:23 2016 +0859
@@ -240,18 +240,21 @@
     done
   fi
 
-  textform='<div><table class="b">
-<tr><td><textarea name="text" cols="40" rows="4"></textarea></td></tr>
+  textform='<div class="fold">
+<input type="checkbox" id="cmt" checked><label for="cmt"
+>コメントする</label><div>
+<table class="b">
+<tr><td><textarea name="text" cols="72" rows="4"></textarea></td></tr>
 <tr><td>添付ファイル: <input type="file" name="image" multiple></td></tr>
 </table>
 <input type="submit" value="送信">
-<input type="reset" value="リセット"></div>
+<input type="reset" value="リセット"></div></div>
 '
   echo '</table>'
   
   $iswritable && cat<<EOF
 <div class="blogcomment">
-<p>コメント記入</p>
+<!-- <p>コメント記入</p> -->
 <input type="hidden" name="blogid" value="$id">
 <input type="hidden" name="stage" value="replyblog">
 <input type="hidden" name="serial" value="$serial">

yatex.org