Difference between revisions of "Scoreboard HTML"
m (→When HTML pages are created: added regen condition) |
m (→When HTML pages are created: add section for creating html) |
||
Line 14: | Line 14: | ||
# when any run judgement is changed (via [[Edit Run]]) | # when any run judgement is changed (via [[Edit Run]]) | ||
# when configuration definitions/settings are changed ([[account]]s, [[language]]s, [[problem]]s, etc.) | # when configuration definitions/settings are changed ([[account]]s, [[language]]s, [[problem]]s, etc.) | ||
+ | |||
+ | ==Creating new HTML pages== | ||
+ | |||
+ | See article [[Creating Scoreboard HTML]]. | ||
==Version 8 Files== | ==Version 8 Files== |
Revision as of 13:12, 5 September 2016
Scoreboard HTML files are web pages created by the scoreboard module.
Contents
Files Location
The HTML (web pages) files are created in the html/ directory under the startup directory.
When HTML pages are created
The scoreboard web pages (html pages) are generated to the html/ directory:
- when the scoreboard module is started
- when the Refresh button is clicked.
- when any run is judged
- when any run judgement is changed (via Edit Run)
- when configuration definitions/settings are changed (accounts, languages, problems, etc.)
Creating new HTML pages
See article Creating Scoreboard HTML.
Version 8 Files
The HTML files in version 8 are hard coded in the scoreboard module
File Name | Description |
---|---|
full.html | Columns Rank, Name, Solved and Time |
fullnums.html | Rank, Team# and Name, Solved, and Time |
sumatt.html | Shows attempts per problem and whether solved. |
summary.html | rank, name, solved, time, attempts per problem/time solved, total submissions/solutions |
sumtime.html | name, attempts per problem/time solved,total submissions/solutions |
Version 9 Files
The HTML files in version 9 are created from Scoreboard XML and XML Style sheets (XSLT) from the data/xml directory. Upon startup of the scoreboard module and contest events/changes in Runs, Problems, or Contest Data new Scoreboard HTML will be created. Each time Scoreboard HTML files are created a Scoreboard XML is created. The article Creating Scoreboard HTML describes how to create custom Scoreboard HTML files.
All Version 9 Scoreboard HTML file listed below) are well formed XML files.
Like Version 8 Region-specific HTML files will be created if Groups are created and Teams are assigned to those Groups. See Group for the procedure to create the Region-specific HTML files.
File Name | Description |
---|---|
full.html | Columns Rank, Name, Solved and Time |
fullnums.html | Rank, Team# and Name, Solved, and Time |
sumatt.html | Shows attempts per problem and whether solved. |
summary.html | rank, name, solved, time, attempts per problem/time solved, total submissions/solutions |
sumtime.html | name, attempts per problem/time solved,total submissions/solutions |
See Also
- Creating Scoreboard HTML - a description about how to create new/different HTML files
- Scoreboard XML - scoreboard XML created each time web pages are created.
- pc2export.dat - another file created when web pages are created.
- Group - describes how to create group#.html files