Subversion Repositories svn1-original

Rev

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

Rev 95 Rev 156
Line 57... Line 57...
57
 
57
 
58
unsigned char manstart;                          /* Manual start time entry */
58
unsigned char manstart;                          /* Manual start time entry */
59
 
59
 
60
 
60
 
61
menu_table  sup_menu[] = {
61
menu_table  sup_menu[] = {
62
    { '1', "Load team information from external file", tupload },
62
    //{ '1', "Load team information from external file", tupload },
63
    { '2', "Store team information from external file", tdnload_store },
63
    //{ '2', "Store team information from external file", tdnload_store },
64
    { '3', "Create external team information file", tdnload },
64
    { '3', "Create external team information file", tdnload },
65
    { '4', "Create external leg data file", dnload },
65
    { '4', "Create external leg data file", dnload },
66
    { '5', "Upload time information", upload },
66
    { '5', "Upload time information", upload },
67
    { 'q', "Return to main menu", 0 },
67
    { 'q', "Return to main menu", 0 },
68
    { '\0' }
68
    { '\0' }