Mercurial > hg > digilib
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 |
rev | line source |
---|---|
107 | 1 <html> |
131 | 2 <head> |
3 | |
244
71c51fb57ce1
new sidebar version working with rewritten client code
luginbue
parents:
200
diff
changeset
|
4 <title>Install Alcatraz for Firefox</title> |
131 | 5 |
6 <script type="application/x-javascript"> | |
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 | 16 function install() { |
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 | 19 } |
107 | 20 |
131 | 21 </script> |
22 | |
23 </head> | |
24 <body> | |
107 | 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 | 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 "install alcatraz" 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 | 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 -> Sidebar or with the shortcut [Ctrl]-[a].</li> |
131 | 35 |
244
71c51fb57ce1
new sidebar version working with rewritten client code
luginbue
parents:
200
diff
changeset
|
36 </ul> |
200 | 37 |
131 | 38 <hr> |
39 | |
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 | 47 </html> |