Note: A breadcrumb to return the index appears here when the user has left the home page. The <a>
tag has the class .home-link
.
The event header is an <h3>
element specified with the .event-results-hdr
class.
If a custom name was specified for the event, it will be displayed. Otherwise the header will be formatted as [Gender] [Distance] ([Division {if specified}]) [Report Name]
Event headers are classed by report, and have the following default styles applied to them:
.event-results-hdr, .entries-hdr, .event-start-list-hdr, .event-performance-list-hdr {
text-transform: uppercase;
}
$ | League Standard | 8.03 | |||
# | League Record | 7.69 | Karen Page | Hayes | 2005 |
If you have setup the meet with records and requested records in the report filter a <table>
element with the class .records-table
will be inserted before the results tables. Each record set will get its own <tr>
<table class="records-table">
<tbody>
<tr>
<td class="record-flag">...</td>
<td class="record-name">...</td>
<td class="record">...</td>
<td class="record-athlete">...</td>
<td class="record-team">...</td>
<td class="record-date">...</td>
<td class="record-facility">...</td>
</tr>
</tbody>
</table>
The following default styles are applied:
.records-table td {
padding:2px 4px;
}
Details on results tables follow below
PL | # | Athlete | Yr. | Team | Time | Pts |
---|---|---|---|---|---|---|
1 | 35 | English, Eliza | FR | Hayes | 8.00$ | 10 |
2 | 29 | Hoover, Tashai | SR | Pierce | 8.17 | 8 |
3 | 36 | Sweeney, Selah | FR | Hayes | 8.19 | 6 |
4 | 31 | Cabrera, Jewel | SO | Harding | 8.37 | 4 |
5 | 98 | Yang, Kayla | SR | Harding | 8.38 | 2 |
6 | 32 | Cervantes, Alaina | SO | Harding | 8.39 | 1 |
PL | # | Athlete | Yr. | Team | Time | HPL |
---|---|---|---|---|---|---|
1 | 35 | English, Eliza | FR | Hayes | 7.99$Q | 4 (1) |
2 | 29 | Hoover, Tashai | SR | Pierce | 8.25Q | 2 (1) |
3 | 36 | Sweeney, Selah | FR | Hayes | 8.26Q | 1 (1) |
4 | 32 | Cervantes, Alaina | SO | Harding | 8.33q | 1 (2) |
5 | 98 | Yang, Kayla | SR | Harding | 8.36q | 2 (2) |
6 | 31 | Cabrera, Jewel | SO | Harding | 8.40Q | 3 (1) |
7 | 37 | Strong, Kailyn | JR | Hayes | 8.46 | 3 (2) |
8 | 111 | Berg, Dazjah | JR | Roosevelt | 8.46 | 4 (2) |
9 | 5 | Skinner, Erin | JR | Fillmore | 8.63 | 4 (3) |
10 | 110 | Crosby, Amanda | JR | Roosevelt | 8.64 | 1 (3) |
11 | 15 | Mccullough, Lisaund | JR | Roosevelt | 8.74 | 3 (3) |
12 | 118 | Petty, Liz | SO | Harding | 8.92 | 4 (4) |
13 | 6 | Ware, Shannon | SO | Fillmore | 8.93 | 4 (5) |
14 | 117 | Case, Cayla | SO | Harding | 8.99 | 3 (4) |
15 | 30 | Beasley, Callie | SO | Pierce | 9.03 | 2 (3) |
16 | 109 | Mcmillan, Tayezee | SR | Roosevelt | 9.08 | 2 (4) |
17 | 116 | Suarez, Aliyah | SO | Harding | 9.36 | 2 (5) |
18 | 113 | Frost, Lyndsey | FR | McKinley | 9.40 | 2 (6) |
19 | 120 | Peck, Anisha | SR | Wilson | 10.41 | 3 (5) |
20 | 293 | Marks, Jacqui | JR | Grant | 11.47 | 1 (4) |
21 | 2 | Mclean, Deidre | FR | Garfield | 12.39 | 1 (5) |
121 | Key, Yuxuan | SO | Wilson | DNS |
Compiled round results are printed first, and only if the Round Compilation option has been selected. For each round, an <h4>
element with class .round-results-hdr
is printed with the round name.
A <table>
element is created and specified with the classes .results-table, .table, .table-striped, .table-bordered, .table-condensed
For information on the last four classes, see the Bootstrap Docs. Note that the columns present depend upon the options selected in the report filter. The structure of a round results table is detailed below:
<table class="results-table table table-striped table-bordered table-condensed">
<thead>
<tr>
<th class="place">PL</th>
<th class="jd">JD</th>
<th class="comp">#</th>
<th class="athlete">Athlete</th>
<th class="year">Yr.</th>
<th class="team">Team</th>
<th class="time">Time</th>
<th class="points">Pts</th>
<th class="hplace">HPL</th>
<th class="note">Note</th>
</tr>
</thead>
<tbody>
...
Results
...
<tbody>
</table>
The table
cells are specified with straightforward classes, and are minimally styled with the following defaults:
.lane, .place, .hplace, .jd, .comp, .squad, .year, .time, .mark, .wind, .points, .score {
text-align:center;
}
td.mark, td.time, td.wind {
text-align:right;
}
.place, .jd, .points {
width:35px;
}
.lane, .year, .comp {
width:40px;
}
.hplace {
width:45px;
}
.squad, .wind {
width:50px;
}
.time, .mark {
width:80px;
}
<th>
and <td>
elements can easily have different styles applied by using more specific selectors. For example, th.time
and td.time
.
Heat by heat results are printed after compiled round results, and only if the Heat by Heat option has been selected. Events with only one heat and one round will print results in the compiled format above. The format of the heat results table is exactly the same, except that the .hplace
cell is first. If Round Compilation is not selected, an overall .place
column will follow the .points
column. In the case of ties, if the Note filter has been applied, a .note
column will show the tie-break to the thousandth when the data is available.
HPL | # | Athlete | Yr. | Team | Time | Note |
---|---|---|---|---|---|---|
1 | 36 | Sweeney, Selah | FR | Hayes | 8.26 | |
2 | 32 | Cervantes, Alaina | SO | Harding | 8.33 | |
3 | 110 | Crosby, Amanda | JR | Roosevelt | 8.64 | |
4 | 293 | Marks, Jacqui | JR | Grant | 11.47 | |
5 | 2 | Mclean, Deidre | FR | Garfield | 12.39 | |
121 | Key, Yuxuan | SO | Wilson | DNS |
HPL | # | Athlete | Yr. | Team | Time | Note |
---|---|---|---|---|---|---|
1 | 29 | Hoover, Tashai | SR | Pierce | 8.25 | |
2 | 98 | Yang, Kayla | SR | Harding | 8.36 | |
3 | 30 | Beasley, Callie | SO | Pierce | 9.03 | |
4 | 109 | Mcmillan, Tayezee | SR | Roosevelt | 9.08 | |
5 | 116 | Suarez, Aliyah | SO | Harding | 9.36 | |
6 | 113 | Frost, Lyndsey | FR | McKinley | 9.40 |
HPL | # | Athlete | Yr. | Team | Time | Note |
---|---|---|---|---|---|---|
1 | 31 | Cabrera, Jewel | SO | Harding | 8.40 | |
2 | 37 | Strong, Kailyn | JR | Hayes | 8.46 | 8.468 |
3 | 15 | Mccullough, Lisaund | JR | Roosevelt | 8.74 | |
4 | 117 | Case, Cayla | SO | Harding | 8.99 | |
5 | 120 | Peck, Anisha | SR | Wilson | 10.41 |
HPL | # | Athlete | Yr. | Team | Time | Note |
---|---|---|---|---|---|---|
1 | 35 | English, Eliza | FR | Hayes | 7.99$ | |
2 | 111 | Berg, Dazjah | JR | Roosevelt | 8.46 | 8.462 |
3 | 5 | Skinner, Erin | JR | Fillmore | 8.63 | |
4 | 118 | Petty, Liz | SO | Harding | 8.92 | |
5 | 6 | Ware, Shannon | SO | Fillmore | 8.93 |