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
.
This is an event note.
Start Lists can only be generated for seeded events. The event header is an <h3>
element and gets class .event-start-list-hdr
. Event notes are printed in a <span class="event-note">
when the Event Note option is selected in the filter. In the case of multi-round events, the advancement formula will be displayed inside an <h4 class="advancement-hdr">
if the Advancement Criteria option is selected. If the event has been scheduled a start time by assigning it to a session, the time will be printed after the round name when the Start Time/Day option is specified. If it is a single round event, start time will receive its own element <h4 class="start-time-hdr">
<p><span class="event-note">...</span></p>
<h4 class="advancement-hdr">Prelim 4:15pm (Top 1 per heat + next 2 advance)</h4>
The following default styles are applied:
.event-results-hdr, .entries-hdr, .event-start-list-hdr, .event-performance-list-hdr {
text-transform:uppercase;
}
Lane | # | Athlete | Yr. | Team | Seed | Note |
---|---|---|---|---|---|---|
1 | 39 | Mcclure, Lawrence | FR | Hayes | NT | Unverified |
2 | 114 | Giles, Gehjleh | JR | McKinley | 07.66 | Verified |
3 | 43 | Cline, Jalin | SR | Lincoln | 07.23 | Verified |
4 | 40 | Keith, Jordan | SR | Buchanan | 07.24 | Verified |
5 | 33 | Howe, Christopher | JR | Harding | DNS | Verified |
6 | 119 | Savage, Iii, John | SR | Buchanan | 7:54.24 | Unverified: University Invitational |
For each heat, an <h4>
element with class .heat-start-list-hdr
prints the heat information and the round name. This is followed by a <table>
with classes .start-list-table, .table-striped, .table-border, .table-condensed
is printed. 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 note column displays the entry note. The structure of a start list table is detailed below:
<h4 class="heat-start-list-hdr">Heat 1 of 4 Prelim</h4>
<table class="start-list-table table table-striped table-bordered table-condensed">
<thead>
<tr>
<th class="lane">Lane</th>
<th class="comp">#</th>
<th class="athlete">Athlete</th>
<th class="year">Yr.</th>
<th class="team">Team</th>
<th class="seed">Seed</th>
<th class="note">Note</th>
</tr>
</thead>
<tbody>
<tr>
<td class="lane">...</td>
<td class="comp">...</td>
<td class="athlete">...</td>
<td class="year">...</td>
<td class="team">...</td>
<td class="seed">...</td>
<td class="note">...</td>
</tr>
...
</tbody>
</table>
The table
cells are specified with straightforward classes, and are minimally styled with the following defaults:
th.lane, th.comp, th.squad, th.year, th.seed {
text-align:center;
}
td.lane, td.comp, td.squad, td.year {
text-align:center;
}
td.seed {
text-align:right;
}
th.lane, td.lane, th.year, td.year, th.comp, td.comp {
width:40px;
}
th.squad, td.squad {
width:50px;
}
th.seed, td.seed {
width:80px;
}
Lane | # | Athlete | Yr. | Team | Seed | Note |
---|---|---|---|---|---|---|
2 | 25 | Walls, Dan | SO | Cleveland | 07.55 | Verified |
3 | 46 | Lester, D'Andre | SO | Lincoln | 07.14 | Unverified |
4 | 24 | Wolf, Andrew | SR | Taylor | 07.28 | Verified |
5 | 8 | Kirby, Jake | SO | Fillmore | 07.78 | Verified |
6 | 10 | Leblanc, Sam | SO | Arthur | 09.34 | Unverified |
Lane | # | Athlete | Yr. | Team | Seed | Note |
---|---|---|---|---|---|---|
2 | 112 | Dotson, Obinna | FR | Roosevelt | 07.54 | Unverified: ABC Regular Season @ College, |
3 | 283 | Miranda, Yeedee | JR | Johnson | 07.05 | Verified |
4 | 17 | Nolan, Isaiah | SR | Roosevelt | 07.34 | Unverified: Penn Relays 2014, |
5 | 3 | Randolph, Drew | JR | Garfield | 07.78 | Verified |
6 | 107 | Carrillo, Lamar | FR | Garfield | 08.49 | Verified |
Lane | # | Athlete | Yr. | Team | Seed | Note |
---|---|---|---|---|---|---|
2 | 108 | Dominguez, Mike | FR | Fillmore | 07.54 | Unverified |
3 | 28 | Bauer, Charles | JR | Cleveland | 06.84 | Unverified: Varsity Classic |
4 | 103 | Horn, Calvin | SR | Buchanan | 07.46 | Unverified |
5 | 115 | Campos, Zamir | SO | Johnson | 07.91 | Verified |
6 | 11 | Browning, Kevin | FR | Arthur | 08.47 | Unverified |
Lane | # | Athlete | Yr. | Team | Seed | Note |
---|---|---|---|---|---|---|
1 | 40 | Keith, Jordan | SR | Buchanan | 07.42 | Verified |
2 | 103 | Horn, Calvin | SR | Buchanan | 07.18 | Unverified |
3 | 28 | Bauer, Charles | JR | Cleveland | 07.07 | Unverified: Varsity Classic |
4 | 283 | Miranda, Yeedee | JR | Johnson | 07.08 | Verified |
5 | 17 | Nolan, Isaiah | SR | Roosevelt | 07.19 | Unverified: Penn Relays 2014, |
6 | 46 | Lester, D'Andre | SO | Lincoln | 07.24 | Unverified |