(file) Return to PegasusDocTOC.awk CVS log (file) (dir) Up to [Pegasus] / pegasus / doc / DevManual

Diff for /pegasus/doc/DevManual/PegasusDocTOC.awk between version 1.3.2.3 and 1.3.2.4

version 1.3.2.3, 2001/09/21 05:47:58 version 1.3.2.4, 2001/09/27 12:40:00
Line 64 
Line 64 
 is = "" is = ""
 lv = 0 lv = 0
 # Print the TOC Header # Print the TOC Header
 print "<html>"  # print "<html>"
 print "<head>"  #print "<head>"
 print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1252\">"  #print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1252\">"
 print "<title>PegasusDocumentTOC</title>"  #print "<title>PegasusDocumentTOC</title>"
 print "<base target=\"main\">"  #print "<base target=\"main\">"
 print "</head>"  #print "</head>"
 print "<body bgcolor=\"#FF9966\">"  #print "<body bgcolor=\"#FF9966\">"
 print "<p align=\"center\"><img border=\"0\" src=\"/pegasus/images/pegicon2.gif\" width=\"100\" height=\"100\"></p>" print "<p align=\"center\"><img border=\"0\" src=\"/pegasus/images/pegicon2.gif\" width=\"100\" height=\"100\"></p>"
 print "<p>&nbsp;</p>" print "<p>&nbsp;</p>"
 print "<p><b><font size=\"5\">Contents</font></b></p>" print "<p><b><font size=\"5\">Contents</font></b></p>"
Line 111 
Line 111 
 #print "<LI><I><A HREF=\"toc.html\">Alphabetic index</A></I>" #print "<LI><I><A HREF=\"toc.html\">Alphabetic index</A></I>"
 print "<LI><I><A HREF=\"HIER.html\">Hierarchy of classes</A></I>" print "<LI><I><A HREF=\"HIER.html\">Hierarchy of classes</A></I>"
 print "</UL>" print "</UL>"
 print "</body>"  # print "</body>"
 print "</html>"  # print "</html>"
 } }
 # #
 # functions # functions


Legend:
Removed from v.1.3.2.3  
changed lines
  Added in v.1.3.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2