diff options
author | ivan <ivan> | 2002-05-09 10:08:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-05-09 10:08:20 +0000 |
commit | e6055dffd01995988d3ca0e75adc58e1321561e8 (patch) | |
tree | c1721f411452253107f44589e6da06717ca4ff4f | |
parent | 0522831b021c55984699ce20fd4e19950d055161 (diff) |
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | README | 8 | ||||
-rwxr-xr-x | homepage.pl | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ Revision history for Perl extension HTML::Widgets::SelectLayers. -0.02 unreleased +0.02 Thu May 9 03:05:15 2002 - enable form_select 0.01 Thu Mar 7 04:36:46 2002 @@ -1,5 +1,5 @@ -HTML::Widgets::SelectLayers version 0.01 -======================================== +HTML::Widgets::SelectLayers +=========================== This module implements an HTML widget with multiple layers. Only one layer is visible at any given time, controlled by a <SELECT> box. For an example @@ -7,8 +7,8 @@ see http://www.420.am/selectlayers/ This HTML generated by this module uses JavaScript, but nevertheless attempts to be as cross-browser as possible, testing for features via DOM support rather -than specific browsers or versions. It has been tested under Mozilla 0.9.8, -Netscape 4.77, IE 5.5, Konqueror 2.2.2, and Opera 5.0. +than specific browsers or versions. It has been tested under Mozilla 0.9.8 and +1.0rc1, Netscape 4.77, IE 5.5, Konqueror 2.2.2, and Opera 5.0. INSTALLATION diff --git a/homepage.pl b/homepage.pl index 7e112d2..765ec18 100755 --- a/homepage.pl +++ b/homepage.pl @@ -14,7 +14,7 @@ tie my %o, 'Tie::IxHash', my %html = ( - 'download' => '<A HREF="HTML-Widgets-SelectLayers-0.01.tar.gz">Download HTML-Widgets-SelectLayers-0.01.tar.gz</a>', + 'download' => '<A HREF="HTML-Widgets-SelectLayers-0.02.tar.gz">Download HTML-Widgets-SelectLayers-0.02.tar.gz</a>', 'installation' => '<PRE> perl Makefile.PL |