+
+
+ array(
+ 'name' => UOJLocale::get('contests::contest dashboard'),
+ 'url' => "/contest/{$contest['id']}"
+ ),
+ 'submissions' => array(
+ 'name' => UOJLocale::get('contests::contest submissions'),
+ 'url' => "/contest/{$contest['id']}/submissions"
+ ),
+ 'standings' => array(
+ 'name' => UOJLocale::get('contests::contest standings'),
+ 'url' => "/contest/{$contest['id']}/standings"
+ ),
+ );
+
+ if ($contest['cur_progress'] > CONTEST_TESTING) {
+ $tabs_info['after_contest_standings'] = array(
+ 'name' => UOJLocale::get('contests::after contest standings'),
+ 'url' => "/contest/{$contest['id']}/after_contest_standings"
+ );
+ $tabs_info['self_reviews'] = array(
+ 'name' => UOJLocale::get('contests::contest self reviews'),
+ 'url' => "/contest/{$contest['id']}/self_reviews"
+ );
+ }
+
+ if (hasContestPermission(Auth::user(), $contest)) {
+ $tabs_info['backstage'] = array(
+ 'name' => UOJLocale::get('contests::contest backstage'),
+ 'url' => "/contest/{$contest['id']}/backstage"
+ );
+ }
+ ?>
+
+ = HTML::tablist($tabs_info, '', 'nav-pills') ?>
+
+
+
时间限制:=$time_limit!=null?"$time_limit s":"N/A"?>
@@ -359,10 +404,13 @@ $('#contest-countdown').countdown(= $contest['end_time']->getTimestamp() - UOJ
+