Mercurial > hg > digilib-old
annotate client/digitallibrary/xul/install.html @ 277:0794fa8d594a
Servlet version 1.22b1
- more fast searching (hopefully all working now)
- some simple synchronisation
- some reshuffling of methods to eliminate cruft
author | robcast |
---|---|
date | Fri, 15 Oct 2004 16:59:47 +0200 |
parents | 004a9467b4ec |
children |
rev | line source |
---|---|
111 | 1 <html> |
135 | 2 <head> |
3 | |
248
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
4 <title>Install Alcatraz for Firefox</title> |
135 | 5 |
6 <script type="application/x-javascript"> | |
7 | |
248
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
8 function dynamicButtons() { |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
9 return "google|google()"; |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
10 } |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
11 |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
12 function google() { |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
13 top.location = "http://www.google.com"; |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
14 } |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
15 |
135 | 16 function install() { |
17 InstallTrigger.install ( {'alcatraz' : 'alcatraz.xpi'} ); | |
248
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
18 InstallTrigger.install ( {'jslib' : 'http://downloads.mozdev.org/jslib/xpi/jslib_current.xpi'} ); |
135 | 19 } |
111 | 20 |
135 | 21 </script> |
22 | |
23 </head> | |
24 <body> | |
111 | 25 |
248
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
26 <h3>Alcatraz XUL Package for Firefox</h3> |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
27 <p>Contains a sidebar, a toolbar and the <a href="http://jslib.mozdev.org">jslib-package</a> from mozdev</p> |
135 | 28 <h4>Installation:</h4> |
248
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
29 <ul> |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
30 <li>press the "install alcatraz" button |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
31 <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();"> |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
32 </li> |
135 | 33 |
248
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
34 <li>Restart Firefox and you will find the new toolbar installed. The sidebar can be enabled anytime under View -> Sidebar or with the shortcut [Ctrl]-[a].</li> |
135 | 35 |
248
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
36 </ul> |
204 | 37 |
135 | 38 <hr> |
39 | |
40 <address><a href="mailto:luginbuehl@student.unibe.ch">Christian Luginbuehl</a></address> | |
248
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
41 <script type="text/javascript"> |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
42 <!-- |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
43 document.write("Last modified: " + document.lastModified) |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
44 --> |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
45 </script> |
004a9467b4ec
new sidebar version working with rewritten client code
luginbue
parents:
204
diff
changeset
|
46 </body> |
111 | 47 </html> |