Annotation of annozilla/www/installation.html, revision 1.2
1.1 david 1: <script language="javascript">
2: <!--
3:
4: function triggerURL(url) {
5:
6: if (!InstallTrigger.updateEnabled())
7: return false;
8:
9: else
10: InstallTrigger.startSoftwareUpdate(url);
11:
12: }
13:
14: //-->
15: </script>
16:
17:
18: <!-- MAIN CONTENT -->
19: <P><B>Installation</B><BR>
1.2 ! matthew 20: <p>Sorry, installation is not available yet.</p>
! 21: <!--
1.1 david 22: <p><a href="#" onclick="triggerURL('http://PROJECTNAME.mozdev.org/FILENAME.xpi');">XPI INSTALL LINK</a><br><br>
1.2 ! matthew 23: -->
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>