From edef725860ebbb70653c4b455d284c8dd98feee4 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 24 Sep 2022 13:39:55 +0800 Subject: [PATCH] feat: add page title --- web/app/controllers/contests.php | 10 ++++++++++ web/app/controllers/problem_lists.php | 11 ++++++++++- web/app/controllers/problem_set.php | 11 ++++++++++- web/app/controllers/submissions_list.php | 5 +++++ 4 files changed, 35 insertions(+), 2 deletions(-) diff --git a/web/app/controllers/contests.php b/web/app/controllers/contests.php index 91217db..70419c7 100644 --- a/web/app/controllers/contests.php +++ b/web/app/controllers/contests.php @@ -68,6 +68,12 @@ EOD; } ?> + +
+ +

+ +

'; } ?> + + +
+

+ + +
+ +

+ +

+
@@ -78,7 +86,8 @@ printHTML(); ?>
- +
+ + + +
+ +

+ +

+
@@ -165,7 +173,8 @@ EOD; printHTML(); ?>
- +
+
diff --git a/web/app/controllers/submissions_list.php b/web/app/controllers/submissions_list.php index 6a7f30c..22deb9b 100644 --- a/web/app/controllers/submissions_list.php +++ b/web/app/controllers/submissions_list.php @@ -44,6 +44,11 @@ } ?> + +

+ +

+