| Line 1555... |
Line 1555... |
| 1555 |
print( " %-13s ", config.leg_name[i - 1] );
|
1555 |
print( " %-13s ", config.leg_name[i - 1] );
|
| 1556 |
print( " Name: ");
|
1556 |
print( " Name: ");
|
| 1557 |
if ( report_html == html ) print( "<A HREF=\"%s#Team_%04d\">", url_encode(p_filename(filebase, "name" ,"html")), team_buf.numb );
|
1557 |
if ( report_html == html ) print( "<A HREF=\"%s#Team_%04d\">", url_encode(p_filename(filebase, "name" ,"html")), team_buf.numb );
|
| 1558 |
print( "%-*s", MAX_PERSON_NAME, team_buf.members[i-1].name );
|
1558 |
print( "%-*s", MAX_PERSON_NAME, team_buf.members[i-1].name );
|
| 1559 |
if ( report_html == html ) print( "</A>" );
|
1559 |
if ( report_html == html ) print( "</A>" );
|
| 1560 |
print( " Team :");
|
1560 |
print( " Team:");
|
| 1561 |
if ( report_html == html ) print( "<A HREF=\"%s#Team_%04d\">", url_encode(p_filename(filebase, "finish" ,"html")), team_buf.numb );
|
1561 |
if ( report_html == html ) print( "<A HREF=\"%s#Team_%04d\">", url_encode(p_filename(filebase, "finish" ,"html")), team_buf.numb );
|
| 1562 |
print( "%4d" , stats.fast.team[i][0] );
|
1562 |
print( "%4d" , stats.fast.team[i][0] );
|
| 1563 |
if ( report_html == html ) print( "</A> " );
|
1563 |
if ( report_html == html ) print( "</A> " );
|
| 1564 |
print( "Time:%s ", time_a( stats.fast.time[i][0] ) );
|
1564 |
print( " Time:%s ", time_a( stats.fast.time[i][0] ) );
|
| 1565 |
|
1565 |
|
| 1566 |
}
|
1566 |
}
|
| 1567 |
|
1567 |
|
| 1568 |
if ( report_html == html ) print( "\n");
|
1568 |
if ( report_html == html ) print( "\n");
|
| 1569 |
if ( report_html == html ) print( "<A HREF=\"#%s\">Awards Index</A>",url_encode("INDEX"));
|
1569 |
if ( report_html == html ) print( "<A HREF=\"#%s\">Awards Index</A>",url_encode("INDEX"));
|