# HG changeset patch # User berghofe # Date 960372897 -7200 # Node ID a5bfcd4c2a5e022baa559dcaf74cfb9706a65dfc # Parent 28ee037278a61831dadb35ee9eb32306ee444916 Removed codebase attribute from applet_pages. diff -r 28ee037278a6 -r a5bfcd4c2a5e src/Pure/Thy/html.ML --- a/src/Pure/Thy/html.ML Wed Jun 07 12:14:29 2000 +0200 +++ b/src/Pure/Thy/html.ML Wed Jun 07 12:14:57 2000 +0200 @@ -26,7 +26,7 @@ val begin_index: Url.T * string -> Url.T * string -> Url.T option -> Url.T option -> Url.T -> text val end_index: text - val applet_pages: string -> Url.T -> Url.T * string -> bool -> (string * string) list + val applet_pages: string -> Url.T * string -> bool -> (string * string) list val theory_entry: Url.T * string -> text val session_entries: (Url.T * string) list -> text val verbatim_source: Symbol.symbol list -> text @@ -168,7 +168,7 @@ fun choice chs s = space_implode " " (map (fn (s', lnk) => enclose "[" "]" (if s = s' then keyword s' else href_name lnk s')) chs); -fun applet_pages session codebase back alt_graph = +fun applet_pages session back alt_graph = let val choices = [("none", "small", "small.html"), ("none", "medium", "medium.html"), @@ -196,7 +196,7 @@ back_link back ^ para (subsessions ^ browser_size) ^ "\n
\n\n\ + \width=" ^ width ^ " height=" ^ height ^ ">\n\ \\n\ \\n
" ^ end_document)