Mercurial > hg > digilib-old
view client/digitallibrary/xul/install.html @ 248:004a9467b4ec
new sidebar version working with rewritten client code
author | luginbue |
---|---|
date | Thu, 12 Aug 2004 01:48:04 +0200 |
parents | 37a697fd8ec6 |
children |
line wrap: on
line source
<html> <head> <title>Install Alcatraz for Firefox</title> <script type="application/x-javascript"> function dynamicButtons() { return "google|google()"; } function google() { top.location = "http://www.google.com"; } function install() { InstallTrigger.install ( {'alcatraz' : 'alcatraz.xpi'} ); InstallTrigger.install ( {'jslib' : 'http://downloads.mozdev.org/jslib/xpi/jslib_current.xpi'} ); } </script> </head> <body> <h3>Alcatraz XUL Package for Firefox</h3> <p>Contains a sidebar, a toolbar and the <a href="http://jslib.mozdev.org">jslib-package</a> from mozdev</p> <h4>Installation:</h4> <ul> <li>press the "install alcatraz" button <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();"> </li> <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> </ul> <hr> <address><a href="mailto:luginbuehl@student.unibe.ch">Christian Luginbuehl</a></address> <script type="text/javascript"> <!-- document.write("Last modified: " + document.lastModified) --> </script> </body> </html>