mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 02:28:42 +00:00
fix(problem/statistics): title
This commit is contained in:
parent
d9a913f03a
commit
2cc9cd86a1
@ -54,9 +54,15 @@ for ($i = count($data) - 1; $i > 0; $i--) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$submissions_sort_by_choice = !isset($_COOKIE['submissions-sort-by-code-length']) ? 'time' : 'tot_size';
|
$submissions_sort_by_choice = !isset($_COOKIE['submissions-sort-by-code-length']) ? 'time' : 'tot_size';
|
||||||
|
|
||||||
|
if (UOJContest::cur()) {
|
||||||
|
$PageTitle = UOJProblem::cur()->getTitle(['with' => 'letter', 'simplify' => true]);
|
||||||
|
} else {
|
||||||
|
$PageTitle = UOJProblem::cur()->getTitle(['with' => 'id']);
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php echoUOJPageHeader(HTML::stripTags(UOJProblem::info('title')) . ' - ' . UOJLocale::get('problems::statistics')) ?>
|
<?php echoUOJPageHeader($PageTitle . ' - ' . UOJLocale::get('problems::statistics')) ?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- left col -->
|
<!-- left col -->
|
||||||
|
Loading…
Reference in New Issue
Block a user