diff -r e7cbfe240078 -r 149d2bc5ddb6 src/Pure/Thy/html.ML --- a/src/Pure/Thy/html.ML Mon Jan 26 13:44:37 2015 +0100 +++ b/src/Pure/Thy/html.ML Mon Jan 26 13:48:29 2015 +0100 @@ -20,8 +20,7 @@ val verbatim: string -> text val begin_document: string -> text val end_document: text - val begin_session_index: string -> (Url.T * string) list -> Url.T -> text - val applet_pages: string -> Url.T * string -> (string * string) list + val begin_session_index: string -> Url.T -> (Url.T * string) list -> text val theory_entry: Url.T * string -> text val theory: string -> (Url.T option * string) list -> text -> text end; @@ -280,42 +279,12 @@ (* session index *) -fun begin_session_index session docs graph = +fun begin_session_index session graph docs = begin_document ("Session " ^ plain session) ^ para ("View " ^ href_path graph "theory dependencies" ^ implode (map (fn (p, name) => "
\nView " ^ href_path p name) docs)) ^ "\n\n
\n

Theories

\n
\n
\n\ - \\n\ - \\n\ - \" ^ end_document) - end; - in map applet_page sizes end; - - fun theory_entry (p, s) = "
  • " ^ href_path p (plain s) ^ "
  • \n";