Subversion Repositories svn1

Rev

Rev 13 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 17
Line 1173... Line 1173...
1173
    {
1173
    {
1174
        g_record( stats.fast.team[i][0], &team_buf );
1174
        g_record( stats.fast.team[i][0], &team_buf );
1175
 
1175
 
1176
        print( "\n");
1176
        print( "\n");
1177
        print( "    %-13s ", config.leg_name[i - 1] );
1177
        print( "    %-13s ", config.leg_name[i - 1] );
1178
        print( "  Team Name: <A HREF=\"%s#Team_%04d\">", p_filename(filebase, "name" ,"html"), team_buf.numb );
1178
        print( "  Name: <A HREF=\"%s#Team_%04d\">", p_filename(filebase, "name" ,"html"), team_buf.numb );
1179
        print( "%-*s", MAX_PERSON_NAME, team_buf.members[i-1].name );
1179
        print( "%-*s", MAX_PERSON_NAME, team_buf.members[i-1].name );
1180
        print( "</A>" );
1180
        print( "</A>" );
1181
        print( "  Team :<A HREF=\"%s#Team_%04d\">", p_filename(filebase, "finish" ,"html"), team_buf.numb );
1181
        print( "  Team :<A HREF=\"%s#Team_%04d\">", p_filename(filebase, "finish" ,"html"), team_buf.numb );
1182
        print( "%4d ", stats.fast.team[i][0] );
1182
        print( "%4d", stats.fast.team[i][0] );
-
 
1183
        print( "</A>" );
-
 
1184
        print( "  Team Name: <A HREF=\"%s#Team_%04d\">", p_filename(filebase, "name" ,"html"), team_buf.numb );
-
 
1185
        print( "%-*s",     MAX_TM_NAME, team_buf.name );
1183
        print( "</A>" );
1186
        print( "</A>" );
1184
        print( "Time:%s ", time_a( stats.fast.time[i][0] ) );
1187
        print( " Time:%s ", time_a( stats.fast.time[i][0] ) );
1185
 
1188
 
1186
    }
1189
    }
1187
 
1190
 
1188
 
1191
 
-
 
1192
 
-
 
1193
 
1189
    print( "<p><A HREF=\"#%s\">Awards Index</A>","INDEX");
1194
    print( "<p><A HREF=\"#%s\">Awards Index</A>","INDEX");
1190
    close_printer();
1195
    close_printer();
1191
}
1196
}
1192
 
1197
 
1193
/*========================================================================
1198
/*========================================================================