s4

diff s4-funcs.sh @ 493:d879d9d1acb7

Assume quiz board as report because we need handout-summary on quiz.
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 16 Jun 2018 13:25:55 +0900
parents c5d6e12306d4
children 6906c140431a
line diff
     1.1 --- a/s4-funcs.sh	Fri Jun 08 09:37:10 2018 +0900
     1.2 +++ b/s4-funcs.sh	Sat Jun 16 13:25:55 2018 +0900
     1.3 @@ -2462,7 +2462,7 @@
     1.4    from=`getpar from`; to=`getpar to`
     1.5    from_input="<input type=\"date\" name=\"from\" placeholder=\"YYYY-MM-DD\" value=\"${from}\">"
     1.6    to_input="<input type=\"date\" name=\"to\" value=\"${to:-9999}\">"
     1.7 -  fromtonote="<p>POST集計: $from_input - $to_input</p><!-- $from - $to" -->
     1.8 +  fromtonote="<p>POST集計: $from_input - $to_input</p><!-- $from - $to -->"
     1.9    # New entry
    1.10    sql="WITH mems AS (
    1.11  	  SELECT g.rowid, name, gecos FROM grp_mem gm LEFT JOIN gecoses g