grouplevel.inc.php 298 B

1234567891011
  1. <?php
  2. $glevel = array();
  3. $glevel[0] = '<font color=red>待审核</font>';
  4. $glevel[1] = '<font color=#006acd>审核通过</font>';
  5. $glevel[2] = '<font color=green>组团中</font>';
  6. $glevel[3] = '<font color=#ff9900>活动流产</font>';
  7. $glevel[4] = '<font color=#ff6600>活动结束</font>';
  8. ?>