Mercurial > hg > digilib-old
view client/digitallibrary/xul/install.html @ 555:88ed97d08b97 digilibPDF
still refactoring
author | robcast |
---|---|
date | Thu, 16 Dec 2010 14:31:48 +0100 |
parents | 004a9467b4ec |
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>