~ubuntu-branches/ubuntu/utopic/freemind/utopic

« back to all changes in this revision

Viewing changes to freemind/html/freemindbrowser.html

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-01-03 14:19:19 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100103141919-m5az7dkicy21hqop
Tags: 0.9.0~rc6+dfsg-1ubuntu1
* Merge from Debian unstable (LP: #182927), remaining changes:
  - debian/copyright: add license/copyright for
    freemind/freemind/main/ExampleFileFilter.java

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
2
<html>
3
 
<!-- This launcher works fine with Explorer (with Javascript or without) as
4
 
     well as with Mozilla on Windows -->
 
3
<!-- Launcher tested with Mozilla 1.6 under Linux -->
 
4
<!-- Launcher tested with Konqueror 3.1.1 under Linux -->
5
5
<head>
6
 
  <title>Mind Map</title>
7
 
  <!--   ^ Put the name of your mind map here -->
 
6
<meta name="generator" content=
 
7
"HTML Tidy for Linux/x86 (vers 1st March 2004), see www.w3.org">
 
8
<title>Mind Map</title>
 
9
<!--   ^ Put the name of your mind map here -->
 
10
<style type="text/css">
 
11
body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }
 
12
</style>
8
13
</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="http://freemind.sourceforge.net/maps/freemind.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">
 
14
<body>
 
15
<applet code="freemind.main.FreeMindApplet.class"
 
16
        archive="freemindbrowser.jar" width="100%" height="100%">
 
17
        <param name="type" value="application/x-java-applet;version=1.4">
 
18
        <param name="scriptable" value="false">
 
19
        <param name="modes" value="freemind.modes.browsemode.BrowseMode">
 
20
        <param name="browsemode_initial_map"
 
21
                value="./freemind.mm">
 
22
        <!--          ^ Put the path to your map here, if it starts with a dot,         
 
23
        the file is searched in the filesystem from the path, the html resides in. .  -->
 
24
        <param name="initial_mode" value="Browse">
 
25
        <param name="selection_method" value="selection_method_direct">
20
26
</applet>
 
27
 
21
28
</body>
22
29
</html>
23
 
 
24