mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 07:38:42 +00:00
fix: style
This commit is contained in:
parent
1b26049ee0
commit
db75573e1f
@ -14,7 +14,7 @@
|
|||||||
if (!validateUsername($username) || !($user = queryUser($username))) {
|
if (!validateUsername($username) || !($user = queryUser($username))) {
|
||||||
become404Page();
|
become404Page();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php echoUOJPageHeader(UOJLocale::get('contests::contest self reviews')) ?>
|
<?php echoUOJPageHeader(UOJLocale::get('contests::contest self reviews')) ?>
|
||||||
|
|
||||||
@ -23,7 +23,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$col_names = array('contest_id');
|
$col_names = array('contest_id');
|
||||||
$from = 'contests_registrants';
|
$from = 'contests_registrants';
|
||||||
$cond = "username = '$username' and has_participated = 1";
|
$cond = "username = '$username' and has_participated = 1";
|
||||||
$tail = '';
|
$tail = '';
|
||||||
@ -87,6 +87,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
echoLongTable($col_names, $from, $cond, $tail, $header_row, $print_row, $config);
|
echoLongTable($col_names, $from, $cond, $tail, $header_row, $print_row, $config);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php echoUOJPageFooter() ?>
|
<?php echoUOJPageFooter() ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user