view client/digitallibrary/xul/install.html @ 552:785fc58b68b1 digilibPDF

more cleanup and refactoring
author robcast
date Wed, 15 Dec 2010 08:58:01 +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 &quot;install alcatraz&quot; 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 -&gt; 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>