| |
| 1 |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| 2 |
<html> |
| 3 |
<!-- This launcher works fine with Explorer (with Javascript or without) as |
| 4 |
well as with Mozilla on Windows --> |
| 5 |
<head> |
| 6 |
<title>Mind Map</title> |
| 7 |
<!-- ^ Put the name of your mind map here --> |
| 8 |
</head> |
| 9 |
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> |
| 10 |
<APPLET CODE="freemind.main.FreeMindApplet.class" |
| 11 |
ARCHIVE="freemindbrowser.jar" WIDTH="100%" HEIGHT="100%"> |
| 12 |
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.4"> |
| 13 |
<PARAM NAME="scriptable" VALUE="false"> |
| 14 |
<PARAM NAME="modes" VALUE="freemind.modes.browsemode.BrowseMode"> |
| 15 |
<PARAM NAME="browsemode_initial_map" |
| 16 |
VALUE="file://C:/temp/freemind.html_files/map.mm"> |
| 17 |
<!-- ^ Put the path to your map here --> |
| 18 |
<param NAME="initial_mode" VALUE="Browse"> |
| 19 |
<param NAME="selection_method" VALUE="selection_method_direct"> |
| 20 |
</applet> |
| 21 |
</body> |
| 22 |
</html> |
|
|
|
|
| |