The Thickbox module is a wrapper for the jQuery plugin ThickBox.

ThickBox is a webpage UI dialog widget written in JavaScript on top of the
jQuery library. Its function is to show a single image, multiple images,
inline content, iframed content, or content served through AJAX in a hybrid
modal.

WWW: http://drupal.org/project/thickbox

PR:		ports/120583
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
This commit is contained in:
Martin Wilke 2008-02-16 17:12:20 +00:00
parent 94dcdb5511
commit d2922db9d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207351
4 changed files with 38 additions and 0 deletions

View File

@ -147,6 +147,7 @@
SUBDIR += drupal5-tapir
SUBDIR += drupal5-taxonomy_access
SUBDIR += drupal5-taxonomy_ticker
SUBDIR += drupal5-thickbox
SUBDIR += drupal5-tinymce
SUBDIR += drupal5-token
SUBDIR += drupal5-ubrowser

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: drupal5-thickbox
# Date created: 11 February 2008
# Whom: Jeremy Iverson <jeremy@algenta.com>
#
# $FreeBSD$
#
PORTNAME= thickbox
DISTVERSION= 5.x-1.1
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
MAINTAINER= jeremy@algenta.com
COMMENT= Thickbox module for Drupal 5
DRUPAL5_MODULE= yes
MODULE_DIRS= po
MODULE_FILES= loading_animation.gif thickbox_auto.js thickbox_login.js \
thickbox.css thickbox.info thickbox.install thickbox.js \
thickbox.module \
po/ja.po po/nl.po po/thickbox.pot
DOC_FILES= LICENSE.txt README.txt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (drupal/thickbox-5.x-1.1.tar.gz) = c5397bc31bb2fb87a199563583695818
SHA256 (drupal/thickbox-5.x-1.1.tar.gz) = be126544b0fba6bdbf881c0923b98e71d996d0e8a943fe6afdfeaaa1f930998d
SIZE (drupal/thickbox-5.x-1.1.tar.gz) = 21924

View File

@ -0,0 +1,8 @@
The Thickbox module is a wrapper for the jQuery plugin ThickBox.
ThickBox is a webpage UI dialog widget written in JavaScript on top of the
jQuery library. Its function is to show a single image, multiple images,
inline content, iframed content, or content served through AJAX in a hybrid
modal.
WWW: http://drupal.org/project/thickbox