1 - type_file := ".html";
4 "<!DOCTYPE HTML SYSTEM>\n\
5 \<!-- Generated by Lisaac shorter / html style -->\n\
9 \Lisaac prototype interface\n\
12 \<body BGCOLOR=\"#FFFFFF\">\n\
20 "<strong><font color=\"#A020F0\">" + token + "</font></strong>";
23 "<strong><font color=\"#A020F0\">" + token + "</font></strong>";
26 "<font color=\"#A020F0\">" + token + "</font>";
29 "<font color=\"#5F9EA0\">" + token + "</font>";
32 "<font color=\"#BC8F8F\">" + token + "</font>";
35 "<font color=\"#B8860B\">" + token + "</font>";
38 "<font color=\"#008000\">"+token+"</font>";
41 "<a href=\"" + token + ".html\">\
42 \<font color=\"#008000\">"+token+"</font></a>";
44 - comment_header_line :=
45 "<em><font color=\"#FF0000\">//" + token + "</font></em>";
48 "<em><font color=\"#FF0000\">//" + token + "</font></em>";
50 - comment_slot_line :=
51 "<em><font color=\"#FF0000\">//" + token + "</font></em>";
54 "<em><font color=\"#FF0FF0\">//" + token + "</font></em>";
57 "<em><font color=\"#8080FF\">//" + token + "</font></em>";
60 "<em><font color=\"#808000\">//" + token + "</font></em>";
63 "<em><font color=\"#5F9EA0\">" + token + "</font></em>";
66 "<strong><font color=\"#0000FF\">" + token + "</font></strong>";
69 "<font color=\"#0000FF\">" + token + "</font>";
72 "<strong><font color=\"#FF0000\">" + token + "</font></strong>";
75 "<font color=\"#FF0000\">" + token + "</font>";
78 "<em><strong><font color=\"#A4DEA4\">" + token + "</font></strong></em>";
85 "<html><head><title>Lisaac Documentation</title></head>\n\
86 \<frameset cols=\"260,*\" border=\"3\" frameborder=\"yes\" \
87 \framespacing=\"5\" scrolling=\"auto\">\n\
88 \ <frameset rows=\"30%,*\" border=\"3\" frameborder=\"yes\" \
89 \framespacing=\"5\" scrolling=\"no\">\n\
90 \ <frame src=\"directory_list.html\" frameborder=\"yes\" scrolling=\"auto\">\n\
91 \ <frame src=\"file_list.html\" frameborder=\"yes\" scrolling=\"auto\" \
94 \ <frame src=\"default.html\" name=\"content\">\n\
97 \<h3>Frame Error</h3>\n\
98 \<p>This web site works only with frames.</p>\n\
103 "<html><head><title>Proto</title></head>\n\
104 \<body bgcolor=\"red\">\n\
105 \Content proto documentation.\n\
109 - directory_list_begin :=
110 "<html><head><title>List Directories</title></head>\n\
111 \<body bgcolor=\"#FFFFFF\">\n\
112 \<a href=\"file_list.html\" target=\"file\">All</a>\n";
114 - directory_list_item :=
115 "<br><a href=\""+token+".html\" target=\"file\">"+token+"</a>\n";
117 - directory_list_end :=
122 "<html><head><title>All Files</title></head>\n\
123 \<body bgcolor=\"#F0F0FF\" link=\"black\" vlink=\"black\">\n";
126 "<br><a href=\""+token+".html\" target=\"content\">"+token+"</a>\n";