annotate client/digitallibrary/xul/install.html @ 248:6b1d5d9f9aa0

servlet version 1.19b5 - filename and dpi in request - filename and dpi in dlInfo-*
author robcast
date Wed, 25 Aug 2004 01:06:30 +0200
parents 71c51fb57ce1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
107
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
1 <html>
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
2 <head>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
3
244
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
4 <title>Install Alcatraz for Firefox</title>
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
5
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
6 <script type="application/x-javascript">
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
7
244
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
8 function dynamicButtons() {
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
9 return "google|google()";
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
10 }
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
11
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
12 function google() {
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
13 top.location = "http://www.google.com";
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
14 }
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
15
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
16 function install() {
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
17 InstallTrigger.install ( {'alcatraz' : 'alcatraz.xpi'} );
244
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
18 InstallTrigger.install ( {'jslib' : 'http://downloads.mozdev.org/jslib/xpi/jslib_current.xpi'} );
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
19 }
107
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
20
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
21 </script>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
22
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
23 </head>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
24 <body>
107
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
25
244
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
26 <h3>Alcatraz XUL Package for Firefox</h3>
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
27 <p>Contains a sidebar, a toolbar and the <a href="http://jslib.mozdev.org">jslib-package</a> from mozdev</p>
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
28 <h4>Installation:</h4>
244
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
29 <ul>
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
30 <li>press the &quot;install alcatraz&quot; button
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
31 <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();">
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
32 </li>
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
33
244
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
34 <li>Restart Firefox and you will find the new toolbar installed. The sidebar can be enabled anytime under View -&gt; Sidebar or with the shortcut [Ctrl]-[a].</li>
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
35
244
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
36 </ul>
200
8271535c7014 original-size working now - probably
luginbue
parents: 131
diff changeset
37
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
38 <hr>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
39
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
40 <address><a href="mailto:luginbuehl@student.unibe.ch">Christian Luginbuehl</a></address>
244
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
41 <script type="text/javascript">
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
42 <!--
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
43 document.write("Last modified: " + document.lastModified)
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
44 -->
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
45 </script>
71c51fb57ce1 new sidebar version working with rewritten client code
luginbue
parents: 200
diff changeset
46 </body>
107
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
47 </html>