comparison s4-funcs.sh @ 921:7b887bea6ecd draft

Team.csv with gecos names
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 12 Jan 2021 12:30:02 +0900
parents 95c066490083
children ef84fef0cec8
comparison
equal deleted inserted replaced
920:7149f283294b 921:7b887bea6ecd
3182 myhexteams="$allhexteams" # admin can remove all teams' attr 3182 myhexteams="$allhexteams" # admin can remove all teams' attr
3183 else 3183 else
3184 myhexteams=$(hexteams "$grp" "$user") 3184 myhexteams=$(hexteams "$grp" "$user")
3185 fi 3185 fi
3186 if [ -n "$isowner" -a -n "$allhexteams" ]; then 3186 if [ -n "$isowner" -a -n "$allhexteams" ]; then
3187 gettingcsv="<p>Download: <a href=\"?getteamcsv+$grid\">Team.csv</a> (Zoom Breakout Room 事前割り当てに使えます)</p>" 3187 gettingcsv="<p>Download: <a href=\"?getteamcsv+$grid\">Team.csv</a> (Zoom Breakout Room 事前割り当てに使えます), <a href=\"?getteamcsv+$grid+name\">Team-with-name.csv</a>(参照用名前付)</p>"
3188 fi 3188 fi
3189 if [ -n "$myhexteams" ]; then 3189 if [ -n "$myhexteams" ]; then
3190 rmteammsg="`cgi_radio rm rmteam 'id=\"cmrmteam\"'`<label accesskey=\"s\" 3190 rmteammsg="`cgi_radio rm rmteam 'id=\"cmrmteam\"'`<label accesskey=\"s\"
3191 title=\"Shortcut: s${nl}Strip a team tag from\" 3191 title=\"Shortcut: s${nl}Strip a team tag from\"
3192 for=\"cmrmteam\">チーム属性除去</label> 3192 for=\"cmrmteam\">チーム属性除去</label>

yatex.org