Changeset 1279 for trunk/main.c

Show
Ignore:
Timestamp:
03/18/10 15:27:22 (2 years ago)
Author:
Hugo
Message:

unxsVZ: glossary.c mods, updated OpenRow?()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/main.c

    r1277 r1279  
    500500        if(js) 
    501501                jsCalendarHeader(); 
    502  
     502         
     503        printf("<script language='JavaScript' src='/css/popups.js'></script>\n"); 
    503504        printf("</head><body><form action=unxsVZ.cgi method=post><blockquote>\n"); 
    504505        printf("<img src=/images/unxslogo.gif>&nbsp;&nbsp;\n"); 
     
    11441145void OpenRow(const char *cFieldLabel, const char *cColor) 
    11451146{ 
    1146         printf("<tr><td width=20%% valign=top><font color=%.32s>%.32s</td><td>",cColor,cFieldLabel); 
     1147        printf("<tr><td width=20%% valign=top><a class=darkLink " 
     1148                "href=# onClick=\"open_popup('?gcFunction=Glossary&cLabel=%2$s')\">" 
     1149                "<font color=%1$s>%2$s</font></td><td>",cColor,cFieldLabel); 
    11471150 
    11481151}//void OpenRow()