summaryrefslogtreecommitdiff
path: root/tmpl/student.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: Overhaul structure again and embed everythingRunxi Yu11 days1-4/+17
| | | | | | | | - Remove sub-Makefiles; recursive make is annoying - Just use one top-level Makefile that builds everything - Embed templates and minified static resources into the binary - Embed all compiled documentation into the binary and serve - Embed all source into the binary and serve
* student.html, *.js: {main->student}.jsRunxi Yu13 days1-1/+1
|
* student.html: {{ .user.Name }} instead of Home in titleRunxi Yu13 days1-1/+1
|
* student.html: Connection closed could be cause by a login elsewhereRunxi Yu14 days1-0/+3
|
* README.md, student.html: Correct spellingRunxi Yu14 days1-1/+1
|
* student.html: Update error messages to be a bit more friendlyRunxi Yu2024-10-021-6/+15
|
* index.go, *.html: index->student, index_login->loginRunxi Yu2024-10-021-0/+164
The new names are a bit more descriptive in what each do, and I intend to add an "admin" template in the future. This has no user-facing effects.