src/Pure/Thy/html.ML
changeset 27832 992c6d984925
parent 27830 68de2a2780b3
child 27861 911bf8e58c4c
equal deleted inserted replaced
27831:20aea331137f 27832:992c6d984925
   331           back_link back ^
   331           back_link back ^
   332           para browser_size ^
   332           para browser_size ^
   333           "\n</div>\n<hr/>\n<div class=\"graphbrowser\">\n\
   333           "\n</div>\n<hr/>\n<div class=\"graphbrowser\">\n\
   334           \<applet code=\"GraphBrowser/GraphBrowser.class\" \
   334           \<applet code=\"GraphBrowser/GraphBrowser.class\" \
   335           \archive=\"GraphBrowser.jar\" \
   335           \archive=\"GraphBrowser.jar\" \
   336           \width=" ^ width ^ " height=" ^ height ^ ">\n\
   336           \width=" ^ quote width ^ " height=" ^ quote height ^ ">\n\
   337           \<param name=\"graphfile\" value=\"" ^ "session.graph" ^ "\">\n\
   337           \<param name=\"graphfile\" value=\"" ^ "session.graph" ^ "\"/>\n\
   338           \</applet>\n<hr/>" ^ end_document)
   338           \</applet>\n<hr/>" ^ end_document)
   339       end;
   339       end;
   340   in map applet_page sizes end;
   340   in map applet_page sizes end;
   341 
   341 
   342 
   342