feat(courseware): add protected PPTX viewer

This commit is contained in:
2026-09-03 18:06:03 +08:00
parent fd53bab639
commit 7495d40d4d
28 changed files with 1823 additions and 4117 deletions
+12
View File
@@ -4,6 +4,18 @@
$MSG_BBS="Web Board";
$MSG_HOME="Home";
$MSG_PROBLEMS="ProblemSet";
$MSG_COURSEWARE="Slides";
$MSG_COURSEWARE_EMPTY="No slides yet";
$MSG_COURSEWARE_BACK="Back to slides";
$MSG_COURSEWARE_PREV="Previous page";
$MSG_COURSEWARE_NEXT="Next page";
$MSG_COURSEWARE_OPENING="Opening slides…";
$MSG_COURSEWARE_PAGE_UNKNOWN="unknown";
$MSG_COURSEWARE_PAGE_N="Page %s";
$MSG_COURSEWARE_ERR_LOGIN="Please sign in to view slides.";
$MSG_COURSEWARE_ERR_NOT_FOUND="These slides could not be found.";
$MSG_COURSEWARE_ERR_BROKEN="These slides could not be opened. Please submit a .pptx file (PowerPoint 2007 or later). Save older .ppt files as .pptx first.";
$MSG_COURSEWARE_ERR_PLAYER="The slide player script failed to load.";
$MSG_STATUS="Status";
$MSG_RANKLIST="Ranklist";
$MSG_CONTEST="Contest";