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;
}
        | PL | Athlete | Pts | 60m | LJ | SP | HJ | 60m H | PV | 1000m | 
|---|---|---|---|---|---|---|---|---|---|
| 1 | Chan, Geoffrey Roosevelt Team Points: 10  | 
		6134 | 7.35 
 (762)  | 
		7.78m 25' 6.25" (1005)  | 
		14.32m 46' 11.75" (748)  | 
		2.10m 6' 10.75" (896)  | 
		8.10 
 (957)  | 
		4.60m 15' 1" (790)  | 
		2:31.00 
 (976)  | 
		
| 2 | Blankenship, David Johnson Team Points: 8  | 
		5786 | 7.24 
 (799)  | 
		8.04m 26' 4.50" (1071)  | 
		12.10m 39' 8.50" (612)  | 
		2.15m 7' 0.50" (944)  | 
		8.12 
 (952)  | 
		4.48m 14' 8.25" (754)  | 
		3:01.00 
 (654)  | 
		
| 3 | Deleon, Rick Buchanan Team Points: 6  | 
		5739 | 7.47 
 (723)  | 
		8.10m 26' 7" (1086)  | 
		13.60m 44' 7.50" (704)  | 
		2.05m 6' 8.75" (850)  | 
		8.13 
 (949)  | 
		4.08m 13' 4.50" (640)  | 
		2:48.00 
 (787)  | 
		
| 4 | Woodward, Ethan McKinley Team Points: 5  | 
		5692 | 7.68 
 (656)  | 
		7.64m 25' 0.75" (970)  | 
		14.90m 48' 10.75" (784)  | 
		2.05m 6' 8.75" (850)  | 
		8.21 
 (930)  | 
		4.56m 14' 11.50" (778)  | 
		2:54.00 
 (724)  | 
		
For Multi events, there are a number of options to display results. The above .multi-results-table is an overall table which displays the final results of the combined event, as well as final results for each sub event. The .athlete cell of the table gets <p> elements with classes .multi-athlete for the athlete's name, team, and team points earned. Each .sub-event cell gets <p> elements with straightforward class names for deeper customization.
<table class="multi-results-table table table-striped table-bordered table-condensed">
  <thead>
    <tr>
      <th class="place">PL</th>
      <th class="athlete">Athlete</th>
      <th class="points">Pts</th>
      <th class='sub-event'>...</th>
      ...
    </tr>
  </thead>
  <tbody>
    <tr>
      <td class="place">...</td>
      <td class="athlete">
        <p class="multi-athlete">Chan, Geoffrey</p>
        <p class="multi-athlete">Roosevelt</p>
        <p class="multi-athlete">Team Points: 10</p>
      </td>
      <td class="points">...</td>
      <td class='sub-event'>
        <p class="sub-event-result">7.35</p>
        <p class="sub-event-wind">1.7</p>
        <p class="sub-event-points">...</p>
      </td>
      ...
    </tr>
    ...
  </tbody>
</table>
                The following default styles are applied:
p.multi-athlete, .sub-event p {
    margin: 0px; /* undo Bootstrap <p> style */
}
.sub-event-points, .sub-event-wind {
    font-size:12px;
    font-style: italic;
}
            | PL | # | Athlete | Yr. | Team | Time | Pts | 
|---|---|---|---|---|---|---|
| 1 | 68 | Blankenship, David | SR | Johnson | 7.24 | 799 | 
| 2 | 132 | Chan, Geoffrey | JR | Roosevelt | 7.35 | 762 | 
| 3 | 221 | Deleon, Rick | FR | Buchanan | 7.47 | 723 | 
| 4 | 185 | Woodward, Ethan | FR | McKinley | 7.68 | 656 | 
If sub event results are requested, they will be printed in order and behave the same as normal .results-tables, with all of the customization options described in the other examples.
<table class="results-table table table-striped table-bordered table-condensed">
  <thead>
    <tr>
      <th class="place">PL</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="note">Note</th>
    </tr>
  </thead>
  <tbody>
    ...
    Results
    ...
  <tbody>
</table>
            | PL | Athlete | Team | Pts | 
|---|---|---|---|
| 1 | Blankenship, David | Johnson | 799 | 
| 2 | Chan, Geoffrey | Roosevelt | 762 | 
| 3 | Deleon, Rick | Buchanan | 723 | 
| 4 | Woodward, Ethan | McKinley | 656 | 
If cumulative scores are requested, the standings of the combined event after each sub event will be printed in a .cumulative-table, also receiving the same standard results table styles.
<table class="cumulative-table table table-striped table-bordered table-condensed">
  <thead>
    <tr>
      <th class="place">PL</th>
      <th class="athlete">Athlete</th>
      <th class="team">Team</th>
      <th class="points">Pts</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td class='place'>...</td>
      <td class="athlete">...</td>
      <td class="team">...</td>
      <td class="points">...</td>
    </tr>
    ...
  </tbody>
</table>
            Each sub event gets a <h3> .event-results-hdr header and each .cumulative-table gets an unclassed <h4> header.
| PL | # | Athlete | Yr. | Team | Mark | English | Pts | 
|---|---|---|---|---|---|---|---|
| 1 | 221 | Deleon, Rick | FR | Buchanan | 8.10m | 26' 7" | 1086 | 
| 2 | 68 | Blankenship, David | SR | Johnson | 8.04m | 26' 4.50" | 1071 | 
| 3 | 132 | Chan, Geoffrey | JR | Roosevelt | 7.78m | 25' 6.25" | 1005 | 
| 4 | 185 | Woodward, Ethan | FR | McKinley | 7.64m | 25' 0.75" | 970 | 
| PL | Athlete | Team | Pts | 
|---|---|---|---|
| 1 | Blankenship, David | Johnson | 1870 | 
| 2 | Deleon, Rick | Buchanan | 1809 | 
| 3 | Chan, Geoffrey | Roosevelt | 1767 | 
| 4 | Woodward, Ethan | McKinley | 1626 | 
| PL | # | Athlete | Yr. | Team | Mark | English | Pts | 
|---|---|---|---|---|---|---|---|
| 1 | 185 | Woodward, Ethan | FR | McKinley | 14.90m | 48' 10.75" | 784 | 
| 2 | 132 | Chan, Geoffrey | JR | Roosevelt | 14.32m | 46' 11.75" | 748 | 
| 3 | 221 | Deleon, Rick | FR | Buchanan | 13.60m | 44' 7.50" | 704 | 
| 4 | 68 | Blankenship, David | SR | Johnson | 12.10m | 39' 8.50" | 612 | 
| PL | Athlete | Team | Pts | 
|---|---|---|---|
| 1 | Chan, Geoffrey | Roosevelt | 2515 | 
| 2 | Deleon, Rick | Buchanan | 2513 | 
| 3 | Blankenship, David | Johnson | 2482 | 
| 4 | Woodward, Ethan | McKinley | 2410 | 
| PL | # | Athlete | Yr. | Team | Mark | English | Pts | 
|---|---|---|---|---|---|---|---|
| 1 | 68 | Blankenship, David | SR | Johnson | 2.15m | 7' 0.50" | 944 | 
| 2 | 132 | Chan, Geoffrey | JR | Roosevelt | 2.10m | 6' 10.75" | 896 | 
| 3 | 185 | Woodward, Ethan | FR | McKinley | 2.05m | 6' 8.75" | 850 | 
| 3 | 221 | Deleon, Rick | FR | Buchanan | 2.05m | 6' 8.75" | 850 | 
| PL | Athlete | Team | Pts | 
|---|---|---|---|
| 1 | Blankenship, David | Johnson | 3426 | 
| 2 | Chan, Geoffrey | Roosevelt | 3411 | 
| 3 | Deleon, Rick | Buchanan | 3363 | 
| 4 | Woodward, Ethan | McKinley | 3260 | 
| PL | # | Athlete | Yr. | Team | Time | Pts | 
|---|---|---|---|---|---|---|
| 1 | 132 | Chan, Geoffrey | JR | Roosevelt | 8.10#$ | 957 | 
| 2 | 68 | Blankenship, David | SR | Johnson | 8.12#$ | 952 | 
| 3 | 221 | Deleon, Rick | FR | Buchanan | 8.13#$ | 949 | 
| 4 | 185 | Woodward, Ethan | FR | McKinley | 8.21$ | 930 | 
| PL | Athlete | Team | Pts | 
|---|---|---|---|
| 1 | Blankenship, David | Johnson | 4378 | 
| 2 | Chan, Geoffrey | Roosevelt | 4368 | 
| 3 | Deleon, Rick | Buchanan | 4312 | 
| 4 | Woodward, Ethan | McKinley | 4190 | 
| PL | # | Athlete | Yr. | Team | Mark | English | Pts | 
|---|---|---|---|---|---|---|---|
| 1 | 132 | Chan, Geoffrey | JR | Roosevelt | 4.60m | 15' 1" | 790 | 
| 2 | 185 | Woodward, Ethan | FR | McKinley | 4.56m | 14' 11.50" | 778 | 
| 3 | 68 | Blankenship, David | SR | Johnson | 4.48m | 14' 8.25" | 754 | 
| 4 | 221 | Deleon, Rick | FR | Buchanan | 4.08m | 13' 4.50" | 640 | 
| PL | Athlete | Team | Pts | 
|---|---|---|---|
| 1 | Chan, Geoffrey | Roosevelt | 5158 | 
| 2 | Blankenship, David | Johnson | 5132 | 
| 3 | Woodward, Ethan | McKinley | 4968 | 
| 4 | Deleon, Rick | Buchanan | 4952 | 
| PL | # | Athlete | Yr. | Team | Time | Pts | 
|---|---|---|---|---|---|---|
| 1 | 132 | Chan, Geoffrey | JR | Roosevelt | 2:31.00 | 976 | 
| 2 | 221 | Deleon, Rick | FR | Buchanan | 2:48.00 | 787 | 
| 3 | 185 | Woodward, Ethan | FR | McKinley | 2:54.00 | 724 | 
| 4 | 68 | Blankenship, David | SR | Johnson | 3:01.00 | 654 | 
| PL | Athlete | Team | Pts | 
|---|---|---|---|
| 1 | Chan, Geoffrey | Roosevelt | 6134 | 
| 2 | Blankenship, David | Johnson | 5786 | 
| 3 | Deleon, Rick | Buchanan | 5739 | 
| 4 | Woodward, Ethan | McKinley | 5692 |