Subversion Repositories svn1-original

Rev

Rev 162 | Rev 172 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 162 Rev 164
Line 74... Line 74...
74
//    { '1', "Print team order", pri_team },
74
//    { '1', "Print team order", pri_team },
75
//    { '2', "Print end leg times", pri_leg },
75
//    { '2', "Print end leg times", pri_leg },
76
//    { '3', "Print elapsed leg times", pri_eleg },
76
//    { '3', "Print elapsed leg times", pri_eleg },
77
//    { '4', "Print final results", pri_final },
77
//    { '4', "Print final results", pri_final },
78
//    { '5', "Print final results(All-HTML)", pri_final_html },
78
//    { '5', "Print final results(All-HTML)", pri_final_html },
79
//    { '6', "Print Interim results", pri_interim },
79
//**    { '6', "Print Interim results", pri_interim },
80
//    { '7', "Update event and class placings", srt_place },
80
//    { '7', "Update event and class placings", srt_place },
81
//    { '8', "Display summary information", display_summary },
81
//**    { '8', "Display summary information", display_summary },
82
//    { '9', "Print summary information", pri_summary },
82
//    { '9', "Print summary information", pri_summary },
83
//    { 'a', "Print Awards only", pri_awards_html },
83
//    { 'a', "Print Awards only", pri_awards_html },
84
//    { 'b', "Print Master Index only", pri_master_index },
84
//    { 'b', "Print Master Index only", pri_master_index },
85
//    { 'c', "Print Name Index only", pri_name_index },
85
//    { 'c', "Print Name Index only", pri_name_index },
86
//    { 'e', "Export CSV Report Data", pri_csv_data },
86
//    { 'e', "Export CSV Report Data", pri_csv_data },
Line 2739... Line 2739...
2739
                                      "Totals",
2739
                                      "Totals",
2740
                                      data.total.total,
2740
                                      data.total.total,
2741
                                      data.total.disqualified,
2741
                                      data.total.disqualified,
2742
                                      data.total.non_equestrian );
2742
                                      data.total.non_equestrian );
2743
 
2743
 
2744
    printf( "\nAny key to continue " );
2744
//    printf( "\nAny key to continue " );
2745
    getinp();
2745
//    getinp();
2746
}
2746
}
2747
 
2747
 
2748
/*========================================================================
2748
/*========================================================================
2749
 *
2749
 *
2750
 *  Print summary information
2750
 *  Print summary information