comparison s4-funcs.sh @ 262:f7939f4297d4

Rewrote a cgi variable by mistake, fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 20 Jul 2016 21:14:38 +0859
parents 1b9d45b823b8
children b20366cd7a73
comparison
equal deleted inserted replaced
261:1a4df907ac87 262:f7939f4297d4
1555 if [ $cont -gt 0 ]; then 1555 if [ $cont -gt 0 ]; then
1556 #echo "全体の新着記事${cont}傑" | html h2 1556 #echo "全体の新着記事${cont}傑" | html h2
1557 cgi_radio foldtabs yes 'id="new10"' 1557 cgi_radio foldtabs yes 'id="new10"'
1558 echo "<label for=\"new10\">新着${cont}傑</label><div>" 1558 echo "<label for=\"new10\">新着${cont}傑</label><div>"
1559 cat<<-EOF | html form 'action="?home"' 1559 cat<<-EOF | html form 'action="?home"'
1560 `cgi_checkbox fold yes 'id="read"'`<label 1560 `cgi_checkbox readchk yes 'id="read"'`<label
1561 for="read">新着ふくめて全部読んだことにする</label> 1561 for="read">新着ふくめて全部読んだことにする</label>
1562 `cgi_submit '確定'` 1562 `cgi_submit '確定'`
1563 `cgi_hidden read yes` 1563 `cgi_hidden read yes`
1564 EOF 1564 EOF
1565 echo "$new10 <!-- new10 -->" 1565 echo "$new10 <!-- new10 -->"

yatex.org