Changeset 1279 for trunk/glossary.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/glossary.c

    r1278 r1279  
    5353void htmlGlossary(void) 
    5454{ 
    55         Header_ism3(":: Glossary",0); 
     55        printf("Content-type: text/html\n\n"); 
     56        StyleSheet(); 
     57        printf("<title>%s Glossary Entry</title>\n",cLabel); 
    5658        htmlGlossaryPage(); 
    57         Footer_ism3(); 
     59        exit(0); 
    5860 
    5961}//void htmlGlossary(void) 
     
    6264void htmlGlossaryPage(void) 
    6365{ 
    64         printf("<fieldset><legend><b>%s Glossary Entry</b>\n" 
    65                 "<table>\n" 
    66                 "<tr><td>%s</td></tr>\n" 
    67                 "</table>\n", 
     66        printf("<b>%s Glossary Entry</b><br><br>\n" 
     67                "%s", 
    6868                cLabel 
    6969                ,cText