Demo MeetBrooklyn, NY
4/15/2015

< Back

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.

Team Entries

A team entries report is similar to a roster report, except it includes an athlete's entries and a team's relay entries. A <table> with classes .entries-list-table, .table, .table-striped, .table-bordered, .table-condensed is printed for every team specified in the filter, or all teams if the filter is not changed at all. For information on the last four classes, see the Bootstrap Docs. To maintain the striped table look, athletes entered into multiple events get a more complicated structure. MeetPro will set the rowspan attribute for the .comp, .athlete, & .year <td> cells to match the number of entries for that athlete. The .athlete-odd & .athlete-event classes are then applied to <tr> elements per athlete. Example structure below.

Fillmore

# Athlete Yr. Event Seed Heat/Lane
243 Baxter, Amanda SR Women's Shot Put (HS) 36' 3" 1/14
226 Bond, Alex SR Women's Pole Vault (HS) 7' 6" 1/7
52 Bradford, Ryan SO Men's 3000 Meters (HS) 10:35.95 1/5
123 Bruce, Ashley JR Women's 60m Hurdle (HS) 10.64 3/4
228 Cameron, Jenna SO Women's Pole Vault (HS) 7' 0" 1/4
83 Charles, Taylor JR Women's 400 Meters (HS) 1:00.30 3/4
231 Christian, James SR Men's Pole Vault (HS) 11' 0" 1/9
125 Combs, Kayla SR Women's 60m Hurdle (HS) 11.30 1/2
230 Contreras, Koree JR Men's Pole Vault (HS) 10' 0" 1/3
108 Dominguez, Mike FR Men's 60 Meters (HS) 07.54 4/2
Men's Long Jump (HS) 19' 0.50" 1/12
227 Dyer, Megan SO Women's Pole Vault (HS) 7' 6" 1/6
210 Fischer, Jessica JR Women's 1 Mile Run (HS) 6:48.43 1/3
144 Gaines, Alaina FR Women's 800 Meters (HS) 3:05.60 1/5
143 Gallagher, Ashley JR Women's 800 Meters (HS) 3:04.10 1/4
84 Gilmore, Senaca SR Men's 400 Meters (HS) 53.82 3/2
Men's Long Jump (HS) 20' 9.50" 1/18
229 Grimes, Sean JR Men's Pole Vault (HS) 10' 0" 1/4
128 Hancock, Justin SR Men's 60m Hurdle (HS) 10.62 2/5
127 Heath, Monte JR Men's 60m Hurdle (HS) 08.72 1/3
Men's Long Jump (HS) 19' 2" 1/13
Men's Triple Jump (HS) NM 1/2
225 Hensley, Lexi JR Women's Pole Vault (HS) 7' 6" 1/5
51 Huffman, Andrew JR Men's 3000 Meters (HS) 10:32.95 1/4
8 Kirby, Jake SO Men's 60 Meters (HS) 07.78 2/5
Men's 200 Meters (HS) 24.54 3/5
126 Kramer, Eileen FR Women's 60m Hurdle (HS) 11.72 2/5
124 Lang, Britny SR Women's 60m Hurdle (HS) 10.14 1/3
Women's High Jump (HS) 4' 6" 1/11
Women's Triple Jump (HS) 31' 6" 1/5
273 Larsen, Justuce SR Men's Triple Jump (HS) 39' 1" 1/8
180 Mathews, Charles JR Men's High Jump (HS) 5' 6" 1/12
196 Mcclain, Steph SR Women's Long Jump (HS) 14' 7" 1/7
213 Melton, Joe FR Men's 1 Mile Run (HS) 5:24.64 1/5
7 Molina, Anthony SR Men's 200 Meters (HS) 23.70 4/4
Men's 400 Meters (HS) 52.78 4/4
245 Mosley, Andrew JR Men's Shot Put (HS) 47' 9" 1/21
122 Oneal, Alison JR Women's 60m Hurdle (HS) 09.63 3/3
Women's Long Jump (HS) 17' 2" 1/12
Women's Triple Jump (HS) 31' 7.25" 1/6
145 Shaffer, Mike JR Men's 800 Meters (HS) 2:31.90 1/4
246 Shepherd, Dean JR Men's Shot Put (HS) 39' 3.25" 1/10
146 Short, Andy JR Men's 800 Meters (HS) 2:20.75 2/8
5 Skinner, Erin JR Women's 60 Meters (HS) 08.55 4/2
Women's 60m Hurdle (HS) 10.40 1/4
Women's 200 Meters (HS) 28.49 3/5
212 Small, Luke FR Men's 1 Mile Run (HS) 5:19.60 1/2
244 Snow, Greg SR Men's Shot Put (HS) 46' 1" 1/20
211 Wall, Rachel SR Women's 1 Mile Run (HS) 7:02.96 1/4
6 Ware, Shannon SO Women's 60 Meters (HS) 08.98 4/6
Women's 200 Meters (HS) NT 1/2
179 Wiggins, Nicole SO Women's High Jump (HS) NM 1/1
242 Wyatt, Isabel JR Women's Shot Put (HS) 35' 7" 1/13

Relays

Squad Athlete 1 Athlete 2 Athlete 3 Athlete 4 Event Seed Heat/Lane
A Smith Brown Jones White Men's 4 x 200m Relay (HS) 1:34.90 2/2
A Chen Arthur Davis Garcia Women's 4 x 400m Relay (Frosh) NT  
Total Entries: 55 (4 scratches)
<h3 class="team-entries-header">Fillmore</h3>
<table class="entries-list-table table table-striped table-bordered table-condensed">
  <thead>
    <tr>
	  <th class="comp">#</th>
	  <th class="athlete">Athlete</th>
	  <th class="year">Yr.</th>
	  <th class="event">Event</th>
	  <th class="seed">Seed</th>
	  <th class="heat-lane">Heat/Lane</th>
	</tr>
  </thead>
  <tbody>
    <!--athletes entered in only one event--> 
    <tr class="athlete-odd" >
	  <td class="comp" rowspan='1'>...</td>
	  <td class="athlete" rowspan='1'>...</td>
	  <td class="year" rowspan='1'>...</td>
	  <td class="event">Women's Shot Put</td>
	  <td class="seed">...</td>
	  <td class="heat-lane">...</td>
	</tr>
	<tr class="athlete-even">
	  <td class="comp" rowspan='1'>...</td>
	  <td class="athlete" rowspan='1'>...</td>
	  <td class="year" rowspan='1'>...</td>
	  <td class="event">Women's Pole Vault</td>
	  <td class="seed">...</td>
	  <td class="heat-lane">...</td>
	</tr>
    ...
    <!--athletes entered in multiple events--> 
    <tr class="athlete-even">
		<td class="comp" rowspan='2'>...</td>
		<td class="athlete" rowspan='2'>...</td>
		<td class="year" rowspan='2'>...</td>
		<td class="event">Men's 200 Meters</td>
		<td class="seed">...</td>
		<td class="heat-lane">...</td>
	 </tr>
	 <tr class="athlete-even">
		<td class="event">Men's 400 Meters</td>
		<td class="seed">...</td>
		<td class="heat-lane">...</td>
	</tr>
    ...
  </tbody>
</table>

Scratched entries have the class .scratched added to the entire <tr> corresponding to that entry. If the Show Scratches option is selected, they are given a strikethrough.

<tr class="scratched athlete-odd">
  <td class="comp" rowspan='1'>...</td>
  <td class="athlete" rowspan='1'>...</td>
  <td class="year" rowspan='1'>...</td>
  <td class="event">...</td>
  <td class="seed">...</td>
  <td class="heat-lane">...</td>
</tr>

The following styles are applied to the table cells:

th.comp, th.year, th.seed {
    text-align:center;
}

td.comp, td.year {
    text-align:center;
}

td.seed {
    text-align:right;
}

th.year, td.year, th.comp, td.comp {
    width:40px;
}

th.heat-lane, td.heat-lane {
    width:60px;
}

th.seed, td.seed {
    width:80px;
}
        
tr.scratched td {
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2PcsWPHfwAHgQMpPwwTXQAAAABJRU5ErkJggg==');
    background-repeat:repeat-x;    
    background-position:50% 50%;
}

.entries-list-table tr.athlete-odd > td {
    background-color:#f9f9f9 !important; /* override Bootstrap table striping */
}

.entries-list-table tr.athlete-even > td {
    background-color:#ffffff !important; /* override Bootstrap table striping */
}

Garfield

# Athlete Yr. Event Seed Heat/Lane
178 Ayers, Christian SR Men's High Jump (HS) 5' 4" 1/7
Men's Long Jump (HS) 21' 7.50" 1/19
Men's Triple Jump (HS) 42' 2" 1/14
50 Boyer, Matthew JR Men's 3000 Meters (HS) 10:17.91 1/3
107 Carrillo, Lamar FR Men's 60 Meters (HS) 08.49 3/6
Men's High Jump (HS) 5' 2" 1/6
82 Gentry, David SO Men's 400 Meters (HS) 59.03 2/4
142 Kent, Shannon SR Women's 800 Meters (HS) 2:47.05 1/2
209 Lara, Tess SO Women's 1 Mile Run (HS) 5:58.25 2/7
4 Leon, Brian SR Men's 200 Meters (HS) 26.99 1/3
Men's Long Jump (HS) 16' 3.50" 1/6
81 Mccall, Amanda JR Women's 400 Meters (HS) NT 1/5
2 Mclean, Deidre FR Women's 60 Meters (HS) 08.76 1/2
Women's 200 Meters (HS) 29.97 2/2
Women's Long Jump (HS) 13' 5" 1/3
1 Pace, Mcaleese, Niamh FR Women's 200 Meters (HS) NT 1/6
Women's High Jump (HS) 4' 4" 1/10
Women's Long Jump (HS) NM 1/1
3 Randolph, Drew JR Men's 60 Meters (HS) 07.78 3/5
Men's 200 Meters (HS) NT 1/6
241 Sexton, Michael JR Men's Shot Put (HS) 39' 9.50" 1/11
240 Shannon, Megan JR Women's Shot Put (HS) 21' 1.50" 1/4
80 Villarreal, Maeve FR Women's 400 Meters (HS) 1:12.15 2/2
Total Entries: 23 (0 scratches)