diff options
author | dsainty <dsainty@pkgsrc.org> | 2008-12-16 01:39:55 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2008-12-16 01:39:55 +0000 |
commit | 0be83ae91cb068b11b9500c45ded327dc5037343 (patch) | |
tree | a257a389e736e0a548edf4bfeb2aaa409d8a4c10 /www | |
parent | 82a135e1d8ccf5068bfadf82653f88fbd375d032 (diff) | |
download | pkgsrc-0be83ae91cb068b11b9500c45ded327dc5037343.tar.gz |
Import PEAR::HTML_TreeMenu version 1.2.1:
The PEAR::HTML_TreeMenu PHP package provides methods for HTML tree menus.
PHP Based api creates a tree structure using a couple of small PHP classes.
This can then be converted to javascript using the printMenu() method. The
tree is dynamic in IE 4 or higher, NN6/Mozilla and Opera 7, and maintains state
(the collapsed/expanded status of the branches) by using cookies.
Other browsers display the tree fully expanded. Each node can have an
optional link and icon.
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-HTML_TreeMenu/DESCR | 8 | ||||
-rw-r--r-- | www/pear-HTML_TreeMenu/Makefile | 12 | ||||
-rw-r--r-- | www/pear-HTML_TreeMenu/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/www/pear-HTML_TreeMenu/DESCR b/www/pear-HTML_TreeMenu/DESCR new file mode 100644 index 00000000000..ce001fc0f22 --- /dev/null +++ b/www/pear-HTML_TreeMenu/DESCR @@ -0,0 +1,8 @@ +The PEAR::HTML_TreeMenu PHP package provides methods for HTML tree menus. + +PHP Based api creates a tree structure using a couple of small PHP classes. +This can then be converted to javascript using the printMenu() method. The +tree is dynamic in IE 4 or higher, NN6/Mozilla and Opera 7, and maintains state +(the collapsed/expanded status of the branches) by using cookies. +Other browsers display the tree fully expanded. Each node can have an +optional link and icon. diff --git a/www/pear-HTML_TreeMenu/Makefile b/www/pear-HTML_TreeMenu/Makefile new file mode 100644 index 00000000000..74a917cc20e --- /dev/null +++ b/www/pear-HTML_TreeMenu/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/16 01:39:55 dsainty Exp $ + +DISTNAME= HTML_TreeMenu-1.2.1 +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= PHP class for generating tree menus + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/pear-HTML_TreeMenu/distinfo b/www/pear-HTML_TreeMenu/distinfo new file mode 100644 index 00000000000..ea158732d94 --- /dev/null +++ b/www/pear-HTML_TreeMenu/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/12/16 01:39:55 dsainty Exp $ + +SHA1 (pear/HTML_TreeMenu-1.2.1.tgz) = 1db309f1e4de4672fae731b74ed86a2be2e08884 +RMD160 (pear/HTML_TreeMenu-1.2.1.tgz) = 9d8a50508a07cc6674abc584a1fbd1e7e1712d69 +Size (pear/HTML_TreeMenu-1.2.1.tgz) = 50327 bytes |