src/Pure/Thy/thy_read.ML
changeset 1320 b94ef890dbf2
parent 1317 83ce32aa4e9b
child 1323 ae24fa249266
equal deleted inserted replaced
1319:f63b036ad690 1320:b94ef890dbf2
  1051                               replicate (~level_diff) "</UL>\n"
  1051                               replicate (~level_diff) "</UL>\n"
  1052                             else []) ^
  1052                             else []) ^
  1053                   "<H3>" ^ space_implode "/" subdir ^ "</H3>\n")
  1053                   "<H3>" ^ space_implode "/" subdir ^ "</H3>\n")
  1054                 else "") ^
  1054                 else "") ^
  1055                "<A HREF = \"" ^ tpath ^ "_sub.html\"><IMG SRC = \"" ^
  1055                "<A HREF = \"" ^ tpath ^ "_sub.html\"><IMG SRC = \"" ^
  1056                tack_on gif_path "red_arrow.gif\" ALT = \\/></A>" ^
  1056                tack_on gif_path "red_arrow.gif\" BORDER=0 ALT = \\/></A>" ^
  1057                "<A HREF = \"" ^ tpath ^ "_sup.html\"><IMG SRC = \"" ^
  1057                "<A HREF = \"" ^ tpath ^ "_sup.html\"><IMG SRC = \"" ^
  1058                tack_on gif_path "blue_arrow.gif\
  1058                tack_on gif_path "blue_arrow.gif\
  1059                \\" ALT = /\\></A> <A HREF = \"" ^ tpath ^
  1059                \\" BORDER=0 ALT = /\\></A> <A HREF = \"" ^ tpath ^
  1060                ".html\">" ^ tname ^ "</A><BR>\n" ^
  1060                ".html\">" ^ tname ^ "</A><BR>\n" ^
  1061                main_entries ts subdir
  1061                main_entries ts subdir
  1062             end;
  1062             end;
  1063 
  1063 
  1064       val out = open_out (tack_on (!index_path) "index.html");
  1064       val out = open_out (tack_on (!index_path) "index.html");