s4

changeset 239:25e0b1eaf04d

Degrade fixed: Explicit notify works again.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 30 Jun 2016 12:41:10 +0859
parents 45b7facac49e
children 3ba9493977e1
files s4-blog.sh
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-blog.sh	Mon Jun 27 11:01:35 2016 +0859
     1.2 +++ b/s4-blog.sh	Thu Jun 30 12:41:10 2016 +0859
     1.3 @@ -107,6 +107,7 @@
     1.4  
     1.5    #(1)Display root article
     1.6    cat<<EOF
     1.7 +<form class="replyblog" action="$myname?replyblog+${rowid}#bottom" method="POST" enctype="multipart/form-data">
     1.8  <table class="bloghead">
     1.9  EOF
    1.10  
    1.11 @@ -257,12 +258,21 @@
    1.12  <input type="reset" value="リセット"></div></div>
    1.13  '
    1.14    cat<<-EOF
    1.15 -	</table>
    1.16 +	</table> <!-- end of s4-blog:blog_showentry() main table -->
    1.17  	<p class="update_link"><a
    1.18  	 href="?reload/$rowid">再読込</a></p>
    1.19  	EOF
    1.20    $iswritable && cat<<-EOF
    1.21  	<div class="blogcomment">
    1.22 +	<input type="hidden" name="blogid" value="$id">
    1.23 +	<input type="hidden" name="stage" value="replyblog">
    1.24 +	$textform
    1.25 +	</div>
    1.26 +	</form> <!-- End of s4-blog:blog_showentry() main form -->
    1.27 +	<p id="bottom"> </p>
    1.28 +	EOF
    1.29 +  : <<-EOF
    1.30 +	<div class="blogcomment">
    1.31  	<div class="fold">
    1.32  	<input type="checkbox" id="cmt" checked><label for="cmt"
    1.33  	>コメントする</label>