group_signin_status.inc.php 111 B

123456
  1. <?php
  2. $status = array('<font color="blue">无效报名</font>', '<font color="red">接受报名</font>');
  3. ?>