summaryrefslogtreecommitdiff
path: root/www/phraseanet
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-10-07 03:51:44 +0000
committerdholland <dholland@pkgsrc.org>2011-10-07 03:51:44 +0000
commit84e955d96d4f7d6be811f106badabeabfe6dc0a2 (patch)
treeac7bb215e2c13f1c2fc9e7502148c0c87b5e7a71 /www/phraseanet
parente59abff4b5ed3433cb975a9ab810058f31194670 (diff)
downloadpkgsrc-84e955d96d4f7d6be811f106badabeabfe6dc0a2.tar.gz
Remove extra copy of this package that apparently got imported in a
subdir.
Diffstat (limited to 'www/phraseanet')
-rw-r--r--www/phraseanet/phraseanet/DESCR2
-rw-r--r--www/phraseanet/phraseanet/MESSAGE32
-rw-r--r--www/phraseanet/phraseanet/Makefile86
-rw-r--r--www/phraseanet/phraseanet/Makefile.common17
-rw-r--r--www/phraseanet/phraseanet/PLIST5545
-rw-r--r--www/phraseanet/phraseanet/distinfo6
-rw-r--r--www/phraseanet/phraseanet/files/phrasea.conf15
-rw-r--r--www/phraseanet/phraseanet/patches/patch-aa16
8 files changed, 0 insertions, 5719 deletions
diff --git a/www/phraseanet/phraseanet/DESCR b/www/phraseanet/phraseanet/DESCR
deleted file mode 100644
index 31cc1563df2..00000000000
--- a/www/phraseanet/phraseanet/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Digital asset management application that manages pictures, video, sounds,
-and other documents.
diff --git a/www/phraseanet/phraseanet/MESSAGE b/www/phraseanet/phraseanet/MESSAGE
deleted file mode 100644
index ed281616d0c..00000000000
--- a/www/phraseanet/phraseanet/MESSAGE
+++ /dev/null
@@ -1,32 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2011/10/04 08:03:47 manu Exp $
-
-You will need to make Phraseanet accessible through your HTTP server.
-If you are running Apache then you may add the following lines to httpd.conf:
-
- Include ${PKG_SYSCONFDIR}/phrasea.conf
-
-You will also need to enable the following modules in ${PKG_SYSCONFDIR}/php.ini
- extension=apc.so
- extension=mbstring.so
- extension=gettext.so
- extension=phrasea2.so
- extension=mbstring.so
- extension=gettext.so
- extension=dom.so
- extension=exif.so
- extension=fileinfo.so
- extension=ftp.so
- extension=curl.so
- extension=gd.so
- extension=json.so
- extension=iconv.so
- extension=mysql.so
- extension=phrasea2.so
- extension=sockets.so
- extension=xsl.so
- extension=zip.so
- extension=zlib.so
- extension=memcache.so
-
-===========================================================================
diff --git a/www/phraseanet/phraseanet/Makefile b/www/phraseanet/phraseanet/Makefile
deleted file mode 100644
index d714c17513a..00000000000
--- a/www/phraseanet/phraseanet/Makefile
+++ /dev/null
@@ -1,86 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/10/04 08:03:45 manu Exp $
-#
-
-.include "../../www/phraseanet/Makefile.common"
-PKGNAME= phraseanet-${VERS}
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_TOOLS+= pax
-
-DEPENDS+= ${PHP_PKG_PREFIX}-phrasea2:../../www/php-phrasea2
-DEPENDS+= ${PHP_PKG_PREFIX}-apc:../../www/php-apc
-DEPENDS+= ${PHP_PKG_PREFIX}-mbstring:../../converters/php-mbstring
-DEPENDS+= ${PHP_PKG_PREFIX}-gettext:../../devel/php-gettext
-DEPENDS+= ${PHP_PKG_PREFIX}-dom:../../textproc/php-dom
-DEPENDS+= ${PHP_PKG_PREFIX}-exif:../../graphics/php-exif
-DEPENDS+= ${PHP_PKG_PREFIX}-fileinfo:../../sysutils/php-fileinfo
-DEPENDS+= ${PHP_PKG_PREFIX}-ftp:../../net/php-ftp
-DEPENDS+= ${PHP_PKG_PREFIX}-curl:../../www/php-curl
-DEPENDS+= ${PHP_PKG_PREFIX}-gd:../../graphics/php-gd
-DEPENDS+= ${PHP_PKG_PREFIX}-json:../../textproc/php-json
-DEPENDS+= ${PHP_PKG_PREFIX}-iconv:../../converters/php-iconv
-DEPENDS+= ${PHP_PKG_PREFIX}-mysql:../../databases/php-mysql
-DEPENDS+= ${PHP_PKG_PREFIX}-phrasea2:../../www/php-phrasea2
-DEPENDS+= ${PHP_PKG_PREFIX}-sockets:../../net/php-sockets
-DEPENDS+= ${PHP_PKG_PREFIX}-xsl:../../textproc/php-xsl
-DEPENDS+= ${PHP_PKG_PREFIX}-zip:../../archivers/php-zip
-DEPENDS+= ${PHP_PKG_PREFIX}-zlib:../../archivers/php-zlib
-DEPENDS+= ${PHP_PKG_PREFIX}-memcache:../../devel/php-memcache
-DEPENDS+= phraseanet-indexer-${VERS}:../../www/phraseanet-indexer
-DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.2:../../www/ap-php
-DEPENDS+= ImageMagick:../../graphics/ImageMagick
-DEPENDS+= p5-Image-ExifTool:../../graphics/p5-Image-ExifTool
-
-.include "../../mk/bsd.prefs.mk"
-
-PHRASEANETDIR?= ${PREFIX}/share/phraseanet
-APACHE_USER?= www
-APACHE_GROUP?= www
-APACHE_DIRS_PERMS= ${APACHE_USER} ${APACHE_GROUP} 0755
-
-INSTALLATION_DIRS+= share/examples/phraseanet
-CONF_FILES= ${DESTDIR}${PREFIX}/share/examples/phraseanet/phrasea.conf \
- ${PKG_SYSCONFDIR}/phrasea.conf
-
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/config ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/config/stamp ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/config/status ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/config/minilogos ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/config/templates ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/config/topics ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/config/wm ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/logs ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/www/custom ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/www/skins ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/tmp ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/tmp/locks ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/tmp/cache_twig ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/tmp/cache_minify ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/tmp/lazaret ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/tmp/desc_tmp ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/tmp/download ${APACHE_DIRS_PERMS}
-MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/tmp/batches ${APACHE_DIRS_PERMS}
-
-do-build:
- # nothing
-
-pre-install:
- ${FIND} ${WRKSRC:Q} -name "*.orig*" -exec ${RM} -f {} \;
- ${RM} -rf ${WRKSRC}/bin/src
-
-do-install:
- cd ${WRKSRC} && pax -rw . ${DESTDIR}${PHRASEANETDIR}
-
-.for locale in ar_SA de_DE en_GB fr_FR
- ${LN} -s ${DESTDIR}${PHRASEANETDIR}/locale/${locale} \
- ${DESTDIR}${PHRASEANETDIR}/locale/${locale}.UTF8
-.endfor
- ${SED} -e "s|@PHRASEANETDIR@|${PHRASEANETDIR}|g" \
- -e "s|@VARBASE@|${VARBASE}|g" ${FILESDIR}/phrasea.conf > \
- ${DESTDIR}${PREFIX}/share/examples/phraseanet/phrasea.conf
-
-
-.include "../../mk/apache.mk"
-.include "../../lang/php/phpversion.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/phraseanet/phraseanet/Makefile.common b/www/phraseanet/phraseanet/Makefile.common
deleted file mode 100644
index d3e216be9cd..00000000000
--- a/www/phraseanet/phraseanet/Makefile.common
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2011/10/04 08:03:45 manu Exp $
-#
-
-# used by www/phraseanet/Makefile
-# used by www/php-phrasea2/Makefile
-# used by www/phraseanet-indexer/Makefile
-
-VERS= 3.1.4
-DISTNAME= phraseanet-v3.1.4-linux
-CATEGORIES= www multimedia
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phraseanet/}
-EXTRACT_SUFX= .tar.gz
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.phraseanet.com/
-COMMENT= Digital asset management
-LICENSE= gnu-gpl-v3
diff --git a/www/phraseanet/phraseanet/PLIST b/www/phraseanet/phraseanet/PLIST
deleted file mode 100644
index d341727279e..00000000000
--- a/www/phraseanet/phraseanet/PLIST
+++ /dev/null
@@ -1,5545 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/04 08:03:47 manu Exp $
-share/examples/phraseanet/phrasea.conf
-share/phraseanet/lib/stamper/arial.ttf
-share/phraseanet/lib/stamper/stamper.php
-share/phraseanet/lib/tcpdf/images/image_with_alpha.png
-share/phraseanet/lib/tcpdf/images/logo_example.png
-share/phraseanet/lib/tcpdf/images/logo_example.jpg
-share/phraseanet/lib/tcpdf/images/_blank.png
-share/phraseanet/lib/tcpdf/images/alpha.png
-share/phraseanet/lib/tcpdf/images/Thumbs.db
-share/phraseanet/lib/tcpdf/images/image_demo.jpg
-share/phraseanet/lib/tcpdf/images/pelican.ai
-share/phraseanet/lib/tcpdf/images/bug.eps
-share/phraseanet/lib/tcpdf/images/tiger.ai
-share/phraseanet/lib/tcpdf/images/tcpdf_logo.jpg
-share/phraseanet/lib/tcpdf/images/logo_example.gif
-share/phraseanet/lib/tcpdf/images/img.png
-share/phraseanet/lib/tcpdf/doc/com-tecnick-tcpdf/_unicode_data.php.html
-share/phraseanet/lib/tcpdf/doc/com-tecnick-tcpdf/_htmlcolors.php.html
-share/phraseanet/lib/tcpdf/doc/com-tecnick-tcpdf/_barcodes.php.html
-share/phraseanet/lib/tcpdf/doc/com-tecnick-tcpdf/TCPDF.html
-share/phraseanet/lib/tcpdf/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html
-share/phraseanet/lib/tcpdf/doc/com-tecnick-tcpdf/_tcpdf.php.html
-share/phraseanet/lib/tcpdf/doc/com-tecnick-tcpdf/TCPDFBarcode.html
-share/phraseanet/lib/tcpdf/doc/media/background.png
-share/phraseanet/lib/tcpdf/doc/media/style.css
-share/phraseanet/lib/tcpdf/doc/media/empty.png
-share/phraseanet/lib/tcpdf/doc/elementindex.html
-share/phraseanet/lib/tcpdf/doc/index.html
-share/phraseanet/lib/tcpdf/doc/elementindex_com-tecnick-tcpdf.html
-share/phraseanet/lib/tcpdf/doc/errors.html
-share/phraseanet/lib/tcpdf/doc/classtrees_com-tecnick-tcpdf.html
-share/phraseanet/lib/tcpdf/doc/li_com-tecnick-tcpdf.html
-share/phraseanet/lib/tcpdf/config/lang/ita.php
-share/phraseanet/lib/tcpdf/config/lang/eng.php
-share/phraseanet/lib/tcpdf/config/tcpdf_config_alt.php
-share/phraseanet/lib/tcpdf/config/tcpdf_config.php
-share/phraseanet/lib/tcpdf/cache/chapter_demo_2.txt
-share/phraseanet/lib/tcpdf/cache/chapter_demo_1.txt
-share/phraseanet/lib/tcpdf/cache/utf8test.txt
-share/phraseanet/lib/tcpdf/cache/table_data_demo.txt
-share/phraseanet/lib/tcpdf/fonts/utils/src/pfm2afm-src.tar.gz
-share/phraseanet/lib/tcpdf/fonts/utils/src/readme.txt
-share/phraseanet/lib/tcpdf/fonts/utils/src/ttf2ufm-src.tar.gz
-share/phraseanet/lib/tcpdf/fonts/utils/enc/iso-8859-16.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/iso-8859-15.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/iso-8859-11.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/cp1258.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/cp1257.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/cp1255.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/cp1254.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/cp1253.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/cp1252.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/koi8-u.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/cp1251.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/iso-8859-9.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/cp1250.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/iso-8859-7.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/koi8-r.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/iso-8859-5.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/iso-8859-4.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/cp874.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/iso-8859-2.map
-share/phraseanet/lib/tcpdf/fonts/utils/enc/iso-8859-1.map
-share/phraseanet/lib/tcpdf/fonts/utils/makeallttffonts.php
-share/phraseanet/lib/tcpdf/fonts/utils/zlib1.dll
-share/phraseanet/lib/tcpdf/fonts/utils/README.TXT
-share/phraseanet/lib/tcpdf/fonts/utils/makefont.php
-share/phraseanet/lib/tcpdf/fonts/utils/pfm2afm.exe
-share/phraseanet/lib/tcpdf/fonts/utils/pfm2afm
-share/phraseanet/lib/tcpdf/fonts/utils/ttf2ufm.exe
-share/phraseanet/lib/tcpdf/fonts/utils/ttf2ufm
-share/phraseanet/lib/tcpdf/fonts/utils/freetype6.dll
-share/phraseanet/lib/tcpdf/fonts/freefont-20090104/ChangeLog
-share/phraseanet/lib/tcpdf/fonts/freefont-20090104/README
-share/phraseanet/lib/tcpdf/fonts/freefont-20090104/CREDITS
-share/phraseanet/lib/tcpdf/fonts/freefont-20090104/COPYING
-share/phraseanet/lib/tcpdf/fonts/freefont-20090104/INSTALL
-share/phraseanet/lib/tcpdf/fonts/freefont-20090104/AUTHORS
-share/phraseanet/lib/tcpdf/fonts/freefont-20080323/ChangeLog
-share/phraseanet/lib/tcpdf/fonts/freefont-20080323/README
-share/phraseanet/lib/tcpdf/fonts/freefont-20080323/CREDITS
-share/phraseanet/lib/tcpdf/fonts/freefont-20080323/COPYING
-share/phraseanet/lib/tcpdf/fonts/freefont-20080323/INSTALL
-share/phraseanet/lib/tcpdf/fonts/freefont-20080323/AUTHORS
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.29/langcover.txt
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.29/README
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.29/NEWS
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.29/unicover.txt
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.29/AUTHORS
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.29/LICENSE
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.29/status.txt
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.29/BUGS
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.27/langcover.txt
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.27/README
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.27/NEWS
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.27/unicover.txt
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.27/AUTHORS
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.27/LICENSE
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.27/status.txt
-share/phraseanet/lib/tcpdf/fonts/dejavu-fonts-ttf-2.27/BUGS
-share/phraseanet/lib/tcpdf/fonts/dejavusanscondensedb.z
-share/phraseanet/lib/tcpdf/fonts/freemonob.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavuserifb.ctg.z
-share/phraseanet/lib/tcpdf/fonts/freeserif.ctg.z
-share/phraseanet/lib/tcpdf/fonts/courier.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserifbi.z
-share/phraseanet/lib/tcpdf/fonts/almohanad.z
-share/phraseanet/lib/tcpdf/fonts/symbol.php
-share/phraseanet/lib/tcpdf/fonts/dejavusansmonob.php
-share/phraseanet/lib/tcpdf/fonts/dejavusans.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavuserifcondensedi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavusansmono.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserifcondensed.php
-share/phraseanet/lib/tcpdf/fonts/freeserifbi.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserifcondensedi.z
-share/phraseanet/lib/tcpdf/fonts/README.TXT
-share/phraseanet/lib/tcpdf/fonts/freeserifi.php
-share/phraseanet/lib/tcpdf/fonts/dejavusansmonob.z
-share/phraseanet/lib/tcpdf/fonts/freesansi.php
-share/phraseanet/lib/tcpdf/fonts/dejavusansbi.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserifcondensed.z
-share/phraseanet/lib/tcpdf/fonts/kozminproregular.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserifb.php
-share/phraseanet/lib/tcpdf/fonts/freemonobi.z
-share/phraseanet/lib/tcpdf/fonts/dejavuserifi.z
-share/phraseanet/lib/tcpdf/fonts/dejavusans-extralight.z
-share/phraseanet/lib/tcpdf/fonts/dejavusansbi.z
-share/phraseanet/lib/tcpdf/fonts/freeserifb.z
-share/phraseanet/lib/tcpdf/fonts/zarbold.php
-share/phraseanet/lib/tcpdf/fonts/freesansb.z
-share/phraseanet/lib/tcpdf/fonts/dejavusanscondensedbi.z
-share/phraseanet/lib/tcpdf/fonts/dejavusansmono.ctg.z
-share/phraseanet/lib/tcpdf/fonts/timesb.php
-share/phraseanet/lib/tcpdf/fonts/freemonobi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavusanscondensedbi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavusanscondensedi.z
-share/phraseanet/lib/tcpdf/fonts/ZarBold.z
-share/phraseanet/lib/tcpdf/fonts/dejavusansi.php
-share/phraseanet/lib/tcpdf/fonts/freemono.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavusansmonobi.php
-share/phraseanet/lib/tcpdf/fonts/helveticab.php
-share/phraseanet/lib/tcpdf/fonts/helvetica.php
-share/phraseanet/lib/tcpdf/fonts/dejavusanscondensedi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/msungstdlight.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserifcondensedb.php
-share/phraseanet/lib/tcpdf/fonts/ZarBold.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavusansmonoi.z
-share/phraseanet/lib/tcpdf/fonts/freemonobi.php
-share/phraseanet/lib/tcpdf/fonts/freemonoi.php
-share/phraseanet/lib/tcpdf/fonts/dejavusanscondensed.ctg.z
-share/phraseanet/lib/tcpdf/fonts/uni2cid_ag15.php
-share/phraseanet/lib/tcpdf/fonts/freeserif.php
-share/phraseanet/lib/tcpdf/fonts/dejavusansi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/uni2cid_ac15.php
-share/phraseanet/lib/tcpdf/fonts/freeserifi.z
-share/phraseanet/lib/tcpdf/fonts/freesansbi.z
-share/phraseanet/lib/tcpdf/fonts/dejavusansmonoi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/freesansi.z
-share/phraseanet/lib/tcpdf/fonts/dejavusanscondensedbi.php
-share/phraseanet/lib/tcpdf/fonts/freemonob.z
-share/phraseanet/lib/tcpdf/fonts/freeserif.z
-share/phraseanet/lib/tcpdf/fonts/dejavuserifcondensedb.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavusanscondensedb.php
-share/phraseanet/lib/tcpdf/fonts/almohanad.php
-share/phraseanet/lib/tcpdf/fonts/.noencode
-share/phraseanet/lib/tcpdf/fonts/freeserifi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/freesansbi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/freemonoi.z
-share/phraseanet/lib/tcpdf/fonts/helveticabi.php
-share/phraseanet/lib/tcpdf/fonts/freesansi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/kozgopromedium.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserif.php
-share/phraseanet/lib/tcpdf/fonts/dejavusansmonoi.php
-share/phraseanet/lib/tcpdf/fonts/freesans.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavusansmonobi.z
-share/phraseanet/lib/tcpdf/fonts/dejavusansb.z
-share/phraseanet/lib/tcpdf/fonts/dejavuserifcondensedbi.z
-share/phraseanet/lib/tcpdf/fonts/hysmyeongjostdmedium.php
-share/phraseanet/lib/tcpdf/fonts/dejavusanscondensedb.ctg.z
-share/phraseanet/lib/tcpdf/fonts/almohanad.ctg.z
-share/phraseanet/lib/tcpdf/fonts/freesansbi.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserifbi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavuserifi.php
-share/phraseanet/lib/tcpdf/fonts/uni2cid_aj16.php
-share/phraseanet/lib/tcpdf/fonts/dejavusansmono.z
-share/phraseanet/lib/tcpdf/fonts/dejavusans-extralight.php
-share/phraseanet/lib/tcpdf/fonts/freeserifb.php
-share/phraseanet/lib/tcpdf/fonts/freemono.php
-share/phraseanet/lib/tcpdf/fonts/freesansb.php
-share/phraseanet/lib/tcpdf/fonts/dejavusansmonobi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/arialunicid0.php
-share/phraseanet/lib/tcpdf/fonts/dejavusans.php
-share/phraseanet/lib/tcpdf/fonts/dejavusansb.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavuserifcondensedbi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/freemono.z
-share/phraseanet/lib/tcpdf/fonts/dejavusansmonob.ctg.z
-share/phraseanet/lib/tcpdf/fonts/timesi.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserifcondensed.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavusanscondensed.php
-share/phraseanet/lib/tcpdf/fonts/freemonoi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavuserifi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/helveticai.php
-share/phraseanet/lib/tcpdf/fonts/dejavusansbi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/zapfdingbats.php
-share/phraseanet/lib/tcpdf/fonts/freeserifb.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavusans-extralight.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavusanscondensed.z
-share/phraseanet/lib/tcpdf/fonts/freesansb.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavuserifcondensedbi.php
-share/phraseanet/lib/tcpdf/fonts/dejavusansb.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserifcondensedi.php
-share/phraseanet/lib/tcpdf/fonts/dejavusansi.z
-share/phraseanet/lib/tcpdf/fonts/timesbi.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserif.z
-share/phraseanet/lib/tcpdf/fonts/times.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserifcondensedb.z
-share/phraseanet/lib/tcpdf/fonts/freemonob.php
-share/phraseanet/lib/tcpdf/fonts/uni2cid_ak12.php
-share/phraseanet/lib/tcpdf/fonts/freeserifbi.z
-share/phraseanet/lib/tcpdf/fonts/freesans.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserif.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavusanscondensedi.php
-share/phraseanet/lib/tcpdf/fonts/dejavuserifb.z
-share/phraseanet/lib/tcpdf/fonts/freesans.z
-share/phraseanet/lib/tcpdf/fonts/dejavusans.z
-share/phraseanet/lib/tcpdf/fonts/freeserifbi.ctg.z
-share/phraseanet/lib/tcpdf/fonts/dejavuserifbi.php
-share/phraseanet/lib/tcpdf/fonts/stsongstdlight.php
-share/phraseanet/lib/tcpdf/htmlcolors.php
-share/phraseanet/lib/tcpdf/README.TXT
-share/phraseanet/lib/tcpdf/barcodes.php
-share/phraseanet/lib/tcpdf/unicode_data.php
-share/phraseanet/lib/tcpdf/CHANGELOG.TXT
-share/phraseanet/lib/tcpdf/LICENSE.TXT
-share/phraseanet/lib/tcpdf/tcpdf.fdf
-share/phraseanet/lib/tcpdf/2dbarcodes.php
-share/phraseanet/lib/tcpdf/tcpdf.crt
-share/phraseanet/lib/tcpdf/tcpdf.php
-share/phraseanet/lib/tcpdf/tcpdf.pem
-share/phraseanet/lib/conf.d/data_templates/fr-simple.xml
-share/phraseanet/lib/conf.d/data_templates/en-simple.xml
-share/phraseanet/lib/conf.d/bases_structure.xml
-share/phraseanet/lib/conf.d/_GV_template.inc
-share/phraseanet/lib/classes/publi/wordpress.class.php
-share/phraseanet/lib/classes/Twig/Error/Syntax.php
-share/phraseanet/lib/classes/Twig/Error/Loader.php
-share/phraseanet/lib/classes/Twig/Error/Runtime.php
-share/phraseanet/lib/classes/Twig/Extension/Escaper.php
-share/phraseanet/lib/classes/Twig/Extension/Core.php
-share/phraseanet/lib/classes/Twig/Extension/Sandbox.php
-share/phraseanet/lib/classes/Twig/Extension/I18n.php
-share/phraseanet/lib/classes/Twig/Loader/Filesystem.php
-share/phraseanet/lib/classes/Twig/Loader/String.php
-share/phraseanet/lib/classes/Twig/Loader/Array.php
-share/phraseanet/lib/classes/Twig/NodeVisitor/SafeAnalysis.php
-share/phraseanet/lib/classes/Twig/NodeVisitor/Escaper.php
-share/phraseanet/lib/classes/Twig/NodeVisitor/Sandbox.php
-share/phraseanet/lib/classes/Twig/Sandbox/SecurityPolicyInterface.php
-share/phraseanet/lib/classes/Twig/Sandbox/SecurityPolicy.php
-share/phraseanet/lib/classes/Twig/Sandbox/SecurityError.php
-share/phraseanet/lib/classes/Twig/TokenParser/Spaceless.php
-share/phraseanet/lib/classes/Twig/TokenParser/Trans.php
-share/phraseanet/lib/classes/Twig/TokenParser/For.php
-share/phraseanet/lib/classes/Twig/TokenParser/Filter.php
-share/phraseanet/lib/classes/Twig/TokenParser/Display.php
-share/phraseanet/lib/classes/Twig/TokenParser/Include.php
-share/phraseanet/lib/classes/Twig/TokenParser/AutoEscape.php
-share/phraseanet/lib/classes/Twig/TokenParser/Macro.php
-share/phraseanet/lib/classes/Twig/TokenParser/Sandbox.php
-share/phraseanet/lib/classes/Twig/TokenParser/If.php
-share/phraseanet/lib/classes/Twig/TokenParser/Set.php
-share/phraseanet/lib/classes/Twig/TokenParser/Import.php
-share/phraseanet/lib/classes/Twig/TokenParser/Extends.php
-share/phraseanet/lib/classes/Twig/TokenParser/Block.php
-share/phraseanet/lib/classes/Twig/TokenParser/Parent.php
-share/phraseanet/lib/classes/Twig/Grammar/Arguments.php
-share/phraseanet/lib/classes/Twig/Grammar/Number.php
-share/phraseanet/lib/classes/Twig/Grammar/Optional.php
-share/phraseanet/lib/classes/Twig/Grammar/Expression.php
-share/phraseanet/lib/classes/Twig/Grammar/Switch.php
-share/phraseanet/lib/classes/Twig/Grammar/Boolean.php
-share/phraseanet/lib/classes/Twig/Grammar/Array.php
-share/phraseanet/lib/classes/Twig/Grammar/Body.php
-share/phraseanet/lib/classes/Twig/Grammar/Tag.php
-share/phraseanet/lib/classes/Twig/Grammar/Constant.php
-share/phraseanet/lib/classes/Twig/Filter/Function.php
-share/phraseanet/lib/classes/Twig/Filter/Method.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Unary/Pos.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Unary/Not.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Unary/Neg.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Binary/Concat.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Binary/Add.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Binary/FloorDiv.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Binary/Div.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Binary/And.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Binary/Or.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Binary/Mod.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Binary/Mul.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Binary/Sub.php
-share/phraseanet/lib/classes/Twig/Node/Expression/AssignName.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Compare.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Filter.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Conditional.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Binary.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Unary.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Name.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Test.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Array.php
-share/phraseanet/lib/classes/Twig/Node/Expression/GetAttr.php
-share/phraseanet/lib/classes/Twig/Node/Expression/ExtensionReference.php
-share/phraseanet/lib/classes/Twig/Node/Expression/Constant.php
-share/phraseanet/lib/classes/Twig/Node/SandboxedPrint.php
-share/phraseanet/lib/classes/Twig/Node/Trans.php
-share/phraseanet/lib/classes/Twig/Node/For.php
-share/phraseanet/lib/classes/Twig/Node/Module.php
-share/phraseanet/lib/classes/Twig/Node/Text.php
-share/phraseanet/lib/classes/Twig/Node/Spaceless.php
-share/phraseanet/lib/classes/Twig/Node/Include.php
-share/phraseanet/lib/classes/Twig/Node/SandboxedModule.php
-share/phraseanet/lib/classes/Twig/Node/Import.php
-share/phraseanet/lib/classes/Twig/Node/BlockReference.php
-share/phraseanet/lib/classes/Twig/Node/Macro.php
-share/phraseanet/lib/classes/Twig/Node/Expression.php
-share/phraseanet/lib/classes/Twig/Node/Sandbox.php
-share/phraseanet/lib/classes/Twig/Node/If.php
-share/phraseanet/lib/classes/Twig/Node/Print.php
-share/phraseanet/lib/classes/Twig/Node/Set.php
-share/phraseanet/lib/classes/Twig/Node/Block.php
-share/phraseanet/lib/classes/Twig/Node/Parent.php
-share/phraseanet/lib/classes/Twig/Node/AutoEscape.php
-share/phraseanet/lib/classes/Twig/Test/Function.php
-share/phraseanet/lib/classes/Twig/LoaderInterface.php
-share/phraseanet/lib/classes/Twig/README.markdown
-share/phraseanet/lib/classes/Twig/ParserInterface.php
-share/phraseanet/lib/classes/Twig/Grammar.php
-share/phraseanet/lib/classes/Twig/Filter.php
-share/phraseanet/lib/classes/Twig/Node.php
-share/phraseanet/lib/classes/Twig/Token.php
-share/phraseanet/lib/classes/Twig/Lexer.php
-share/phraseanet/lib/classes/Twig/SimpleTokenParser.php
-share/phraseanet/lib/classes/Twig/ExpressionParser.php
-share/phraseanet/lib/classes/Twig/Compiler.php
-share/phraseanet/lib/classes/Twig/TokenStream.php
-share/phraseanet/lib/classes/Twig/LICENSE
-share/phraseanet/lib/classes/Twig/GrammarInterface.php
-share/phraseanet/lib/classes/Twig/Environment.php
-share/phraseanet/lib/classes/Twig/TokenParserBroker.php
-share/phraseanet/lib/classes/Twig/Autoloader.php
-share/phraseanet/lib/classes/Twig/TokenParserBrokerInterface.php
-share/phraseanet/lib/classes/Twig/TemplateInterface.php
-share/phraseanet/lib/classes/Twig/CompilerInterface.php
-share/phraseanet/lib/classes/Twig/Error.php
-share/phraseanet/lib/classes/Twig/NodeVisitorInterface.php
-share/phraseanet/lib/classes/Twig/NodeTraverser.php
-share/phraseanet/lib/classes/Twig/TokenParser.php
-share/phraseanet/lib/classes/Twig/AUTHORS
-share/phraseanet/lib/classes/Twig/TokenParserInterface.php
-share/phraseanet/lib/classes/Twig/Extension.php
-share/phraseanet/lib/classes/Twig/Template.php
-share/phraseanet/lib/classes/Twig/FilterInterface.php
-share/phraseanet/lib/classes/Twig/NodeInterface.php
-share/phraseanet/lib/classes/Twig/CHANGELOG
-share/phraseanet/lib/classes/Twig/TestInterface.php
-share/phraseanet/lib/classes/Twig/SyntaxError.php
-share/phraseanet/lib/classes/Twig/LexerInterface.php
-share/phraseanet/lib/classes/Twig/ExtensionInterface.php
-share/phraseanet/lib/classes/Twig/RuntimeError.php
-share/phraseanet/lib/classes/Twig/Parser.php
-share/phraseanet/lib/classes/event/test.class.php
-share/phraseanet/lib/classes/record/document.class.php
-share/phraseanet/lib/classes/record/image.class.php
-share/phraseanet/lib/classes/record/audio.class.php
-share/phraseanet/lib/classes/record/map.class.php
-share/phraseanet/lib/classes/record/video.class.php
-share/phraseanet/lib/classes/task/upgradetov31.class.php
-share/phraseanet/lib/classes/task/readmeta.class.php
-share/phraseanet/lib/classes/task/writemeta.class.php
-share/phraseanet/lib/classes/task/cindexer.class.php
-share/phraseanet/lib/classes/task/archive.class.php
-share/phraseanet/lib/classes/task/test.class.php
-share/phraseanet/lib/classes/task/outofdate.class.php
-share/phraseanet/lib/classes/task/ftp.class.php
-share/phraseanet/lib/classes/task/subdef.class.php
-share/phraseanet/lib/classes/task/ftpPull.class.php
-share/phraseanet/lib/classes/task/batchupload.class.php
-share/phraseanet/lib/classes/patch/311.class.php
-share/phraseanet/lib/classes/patch/310.class.php
-share/phraseanet/lib/classes/patch/306.class.php
-share/phraseanet/lib/classes/patch/305.class.php
-share/phraseanet/lib/classes/patch/3103.class.php
-share/phraseanet/lib/classes/patch/304.class.php
-share/phraseanet/lib/classes/patch/3102.class.php
-share/phraseanet/lib/classes/patch/303.class.php
-share/phraseanet/lib/classes/report/connexion.class.php
-share/phraseanet/lib/classes/report/nav.class.php
-share/phraseanet/lib/classes/report/activity.class.php
-share/phraseanet/lib/classes/report/push.class.php
-share/phraseanet/lib/classes/report/question.class.php
-share/phraseanet/lib/classes/report/add.class.php
-share/phraseanet/lib/classes/report/download.class.php
-share/phraseanet/lib/classes/report/filter.class.php
-share/phraseanet/lib/classes/report/edit.class.php
-share/phraseanet/lib/classes/notify/validationdone.class.php
-share/phraseanet/lib/classes/notify/register.class.php
-share/phraseanet/lib/classes/notify/validationreminder.class.php
-share/phraseanet/lib/classes/notify/push.class.php
-share/phraseanet/lib/classes/notify/autoregister.class.php
-share/phraseanet/lib/classes/notify/publi.class.php
-share/phraseanet/lib/classes/notify/order.class.php
-share/phraseanet/lib/classes/notify/validate.class.php
-share/phraseanet/lib/classes/notify/orderdeliver.class.php
-share/phraseanet/lib/classes/moov/relocator/bytearray.class.php
-share/phraseanet/lib/classes/moov/relocator/atom.class.php
-share/phraseanet/lib/classes/moov/relocator/transform.class.php
-share/phraseanet/lib/classes/moov/relocator.class.php
-share/phraseanet/lib/classes/moov/readme.txt
-share/phraseanet/lib/classes/moov/LICENSE_DE
-share/phraseanet/lib/classes/moov/LICENSE
-share/phraseanet/lib/classes/xmlrpc/phpxmlrpc2.2.2/lib/compat/array_key_exists.php
-share/phraseanet/lib/classes/xmlrpc/phpxmlrpc2.2.2/lib/compat/is_scalar.php
-share/phraseanet/lib/classes/xmlrpc/phpxmlrpc2.2.2/lib/compat/version_compare.php
-share/phraseanet/lib/classes/xmlrpc/phpxmlrpc2.2.2/lib/compat/is_a.php
-share/phraseanet/lib/classes/xmlrpc/phpxmlrpc2.2.2/lib/compat/is_callable.php
-share/phraseanet/lib/classes/xmlrpc/phpxmlrpc2.2.2/lib/compat/var_export.php
-share/phraseanet/lib/classes/xmlrpc/phpxmlrpc2.2.2/lib/xmlrpc_wrappers.inc
-share/phraseanet/lib/classes/xmlrpc/phpxmlrpc2.2.2/lib/xmlrpc.inc
-share/phraseanet/lib/classes/xmlrpc/phpxmlrpc2.2.2/lib/xmlrpcs.inc
-share/phraseanet/lib/classes/xmlrpc/client.class.php
-share/phraseanet/lib/classes/cache/thumbnail.class.php
-share/phraseanet/lib/classes/cache/status.class.php
-share/phraseanet/lib/classes/cache/feed.class.php
-share/phraseanet/lib/classes/cache/databox.class.php
-share/phraseanet/lib/classes/cache/preview.class.php
-share/phraseanet/lib/classes/cache/user.class.php
-share/phraseanet/lib/classes/cache/record.class.php
-share/phraseanet/lib/classes/cache/baskets.class.php
-share/phraseanet/lib/classes/cache/collection.class.php
-share/phraseanet/lib/classes/cache/basket.class.php
-share/phraseanet/lib/classes/cache/appbox.class.php
-share/phraseanet/lib/classes/lime/test.class.php
-share/phraseanet/lib/classes/graphik/inc/drivers/ming.class.php
-share/phraseanet/lib/classes/graphik/inc/drivers/gd.class.php
-share/phraseanet/lib/classes/graphik/inc/Gradient.class.php
-share/phraseanet/lib/classes/graphik/inc/Text.class.php
-share/phraseanet/lib/classes/graphik/inc/Label.class.php
-share/phraseanet/lib/classes/graphik/inc/Color.class.php
-share/phraseanet/lib/classes/graphik/inc/Border.class.php
-share/phraseanet/lib/classes/graphik/inc/Font.class.php
-share/phraseanet/lib/classes/graphik/inc/Axis.class.php
-share/phraseanet/lib/classes/graphik/inc/Tools.class.php
-share/phraseanet/lib/classes/graphik/inc/Legend.class.php
-share/phraseanet/lib/classes/graphik/inc/Driver.class.php
-share/phraseanet/lib/classes/graphik/inc/Tick.class.php
-share/phraseanet/lib/classes/graphik/inc/Mark.class.php
-share/phraseanet/lib/classes/graphik/inc/Math.class.php
-share/phraseanet/lib/classes/graphik/inc/Shadow.class.php
-share/phraseanet/lib/classes/graphik/inc/Grid.class.php
-share/phraseanet/lib/classes/graphik/font/TuffyBoldItalic.ttf
-share/phraseanet/lib/classes/graphik/font/TuffyBold.ttf
-share/phraseanet/lib/classes/graphik/font/Tuffy.ttf
-share/phraseanet/lib/classes/graphik/font/TuffyItalic.ttf
-share/phraseanet/lib/classes/graphik/doc/image/fond-flou.gif
-share/phraseanet/lib/classes/graphik/doc/image/coin-bd.png
-share/phraseanet/lib/classes/graphik/doc/image/coin-hg-transparent.gif
-share/phraseanet/lib/classes/graphik/doc/image/back-rayures.png
-share/phraseanet/lib/classes/graphik/doc/image/fond.png
-share/phraseanet/lib/classes/graphik/doc/image/coin-hg.gif
-share/phraseanet/lib/classes/graphik/doc/image/coin-bg-long.gif
-share/phraseanet/lib/classes/graphik/doc/image/coin-hd.gif
-share/phraseanet/lib/classes/graphik/doc/image/coin-bg.gif
-share/phraseanet/lib/classes/graphik/doc/image/coin-bd.gif
-share/phraseanet/lib/classes/graphik/doc/image/coin-hd-transparent.gif
-share/phraseanet/lib/classes/graphik/doc/GDDriver.html
-share/phraseanet/lib/classes/graphik/doc/index.html
-share/phraseanet/lib/classes/graphik/doc/FileFont.html
-share/phraseanet/lib/classes/graphik/doc/Font.html
-share/phraseanet/lib/classes/graphik/doc/Positionable.html
-share/phraseanet/lib/classes/graphik/doc/ScatterPlot.html
-share/phraseanet/lib/classes/graphik/doc/Axis.html
-share/phraseanet/lib/classes/graphik/doc/BarPlot.html
-share/phraseanet/lib/classes/graphik/doc/Component.html
-share/phraseanet/lib/classes/graphik/doc/Graph.html
-share/phraseanet/lib/classes/graphik/doc/Driver.html
-share/phraseanet/lib/classes/graphik/doc/Point.html
-share/phraseanet/lib/classes/graphik/doc/BilinearGradient.html
-share/phraseanet/lib/classes/graphik/doc/LinearGradient.html
-share/phraseanet/lib/classes/graphik/doc/LinePlot.html
-share/phraseanet/lib/classes/graphik/doc/TTFFont.html
-share/phraseanet/lib/classes/graphik/doc/FontDriver.html
-share/phraseanet/lib/classes/graphik/doc/FileFontDriver.html
-share/phraseanet/lib/classes/graphik/doc/ComponentGroup.html
-share/phraseanet/lib/classes/graphik/doc/Label.html
-share/phraseanet/lib/classes/graphik/doc/PHPFont.html
-share/phraseanet/lib/classes/graphik/doc/Color.html
-share/phraseanet/lib/classes/graphik/doc/Plot.html
-share/phraseanet/lib/classes/graphik/doc/AntiSpam.html
-share/phraseanet/lib/classes/graphik/doc/RadialGradient.html
-share/phraseanet/lib/classes/graphik/doc/MathFunction.html
-share/phraseanet/lib/classes/graphik/doc/PlotAxis.html
-share/phraseanet/lib/classes/graphik/doc/Vector.html
-share/phraseanet/lib/classes/graphik/doc/Shape.html
-share/phraseanet/lib/classes/graphik/doc/Gradient.html
-share/phraseanet/lib/classes/graphik/doc/Legend.html
-share/phraseanet/lib/classes/graphik/doc/PHPFontDriver.html
-share/phraseanet/lib/classes/graphik/doc/PlotGroup.html
-share/phraseanet/lib/classes/graphik/doc/MathPlot.html
-share/phraseanet/lib/classes/graphik/doc/Mark.html
-share/phraseanet/lib/classes/graphik/doc/Tick.html
-share/phraseanet/lib/classes/graphik/doc/FileImage.html
-share/phraseanet/lib/classes/graphik/doc/Polygon.html
-share/phraseanet/lib/classes/graphik/doc/Line.html
-share/phraseanet/lib/classes/graphik/doc/Shadow.html
-share/phraseanet/lib/classes/graphik/doc/Grid.html
-share/phraseanet/lib/classes/graphik/doc/style.css
-share/phraseanet/lib/classes/graphik/doc/Text.html
-share/phraseanet/lib/classes/graphik/doc/Side.html
-share/phraseanet/lib/classes/graphik/doc/Drawer.html
-share/phraseanet/lib/classes/graphik/doc/Legendable.html
-share/phraseanet/lib/classes/graphik/doc/Image.html
-share/phraseanet/lib/classes/graphik/doc/Border.html
-share/phraseanet/lib/classes/graphik/doc/Pie.html
-share/phraseanet/lib/classes/graphik/doc/Pattern.html
-share/phraseanet/lib/classes/graphik/images/errors/missing-anti-aliasing.png
-share/phraseanet/lib/classes/graphik/images/errors/missing-gd2.png
-share/phraseanet/lib/classes/graphik/images/error.png
-share/phraseanet/lib/classes/graphik/images/book.png
-share/phraseanet/lib/classes/graphik/images/star.png
-share/phraseanet/lib/classes/graphik/images/paperclip.png
-share/phraseanet/lib/classes/graphik/cache/Example-006-time
-share/phraseanet/lib/classes/graphik/cache/Example-006
-share/phraseanet/lib/classes/graphik/cache/Albert-time
-share/phraseanet/lib/classes/graphik/cache/Albert
-share/phraseanet/lib/classes/graphik/cache/Abel-time
-share/phraseanet/lib/classes/graphik/cache/Abel
-share/phraseanet/lib/classes/graphik/patterns/LightLine.php
-share/phraseanet/lib/classes/graphik/patterns/BarDepth.php
-share/phraseanet/lib/classes/graphik/Image.class.php
-share/phraseanet/lib/classes/graphik/common.php
-share/phraseanet/lib/classes/graphik/PATCH.txt
-share/phraseanet/lib/classes/graphik/Pattern.class.php
-share/phraseanet/lib/classes/graphik/Plot.class.php
-share/phraseanet/lib/classes/graphik/AntiSpam.class.php
-share/phraseanet/lib/classes/graphik/Pie.class.php
-share/phraseanet/lib/classes/graphik/DEPRECATED
-share/phraseanet/lib/classes/graphik/TODO
-share/phraseanet/lib/classes/graphik/ScatterPlot.class.php
-share/phraseanet/lib/classes/graphik/Artichow.cfg.php
-share/phraseanet/lib/classes/graphik/Component.class.php
-share/phraseanet/lib/classes/graphik/README
-share/phraseanet/lib/classes/graphik/MathPlot.class.php
-share/phraseanet/lib/classes/graphik/BarPlot.class.php
-share/phraseanet/lib/classes/graphik/Graph.class.php
-share/phraseanet/lib/classes/graphik/ChangeLog
-share/phraseanet/lib/classes/graphik/LinePlot.class.php
-share/phraseanet/lib/classes/session.class.php
-share/phraseanet/lib/classes/p4.class.php
-share/phraseanet/lib/classes/phrasea.class.php
-share/phraseanet/lib/classes/mail.class.php
-share/phraseanet/lib/classes/random.class.php
-share/phraseanet/lib/classes/p4publi.class.php
-share/phraseanet/lib/classes/record.class.php
-share/phraseanet/lib/classes/ZipArchiveImproved.class.php
-share/phraseanet/lib/classes/p4string.class.php
-share/phraseanet/lib/classes/notify.class.php
-share/phraseanet/lib/classes/server.class.php
-share/phraseanet/lib/classes/query.class.php
-share/phraseanet/lib/classes/logs.class.php
-share/phraseanet/lib/classes/cache.class.php
-share/phraseanet/lib/classes/connection.class.php
-share/phraseanet/lib/classes/geonames.class.php
-share/phraseanet/lib/classes/appbox.class.php
-share/phraseanet/lib/classes/exiftool.class.php
-share/phraseanet/lib/classes/httpRequest.class.php
-share/phraseanet/lib/classes/status.class.php
-share/phraseanet/lib/classes/thesaurus.class.php
-share/phraseanet/lib/classes/twitpic.class.php
-share/phraseanet/lib/classes/databox.class.php
-share/phraseanet/lib/classes/phraseadate.class.php
-share/phraseanet/lib/classes/p4date.class.php
-share/phraseanet/lib/classes/liste.class.php
-share/phraseanet/lib/classes/queries.class.php
-share/phraseanet/lib/classes/exportorder.class.php
-share/phraseanet/lib/classes/order.class.php
-share/phraseanet/lib/classes/internalpubli.class.php
-share/phraseanet/lib/classes/homelink.class.php
-share/phraseanet/lib/classes/setup.class.php
-share/phraseanet/lib/classes/eventsmanager.class.php
-share/phraseanet/lib/classes/generalException.class.php
-share/phraseanet/lib/classes/exportElement.class.php
-share/phraseanet/lib/classes/dashboard.class.php
-share/phraseanet/lib/classes/prettydate.class.php
-share/phraseanet/lib/classes/basketCollection.class.php
-share/phraseanet/lib/classes/basketElement.class.php
-share/phraseanet/lib/classes/p4update.php
-share/phraseanet/lib/classes/event.class.php
-share/phraseanet/lib/classes/qparser.class.php
-share/phraseanet/lib/classes/report.class.php
-share/phraseanet/lib/classes/login.class.php
-share/phraseanet/lib/classes/p4utils.class.php
-share/phraseanet/lib/classes/lazaret.class.php
-share/phraseanet/lib/classes/lazaretFile.class.php
-share/phraseanet/lib/classes/patch.class.php
-share/phraseanet/lib/classes/exportftp.class.php
-share/phraseanet/lib/classes/collection.class.php
-share/phraseanet/lib/classes/timezone.class.php
-share/phraseanet/lib/classes/supertwig.class.php
-share/phraseanet/lib/classes/ftpclient.class.php
-share/phraseanet/lib/classes/skins.class.php
-share/phraseanet/lib/classes/p4field.class.php
-share/phraseanet/lib/classes/browser.class.php
-share/phraseanet/lib/classes/p4file.class.php
-share/phraseanet/lib/classes/export.class.php
-share/phraseanet/lib/classes/user.class.php
-share/phraseanet/lib/classes/base.class.php
-share/phraseanet/lib/classes/basket.class.php
-share/phraseanet/lib/classes/phraseatask.class.php
-share/phraseanet/lib/classes/ordermanager.class.php
-share/phraseanet/lib/classes/uuid.class.php
-share/phraseanet/lib/classes/sso.class.php
-share/phraseanet/lib/classes/feed.class.php
-share/phraseanet/lib/classes/cgus.class.php
-share/phraseanet/lib/classes/answer.class.php
-share/phraseanet/lib/classes/format.class.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-de.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-ru.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-tr.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-ca.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-zh.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-ro.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-no.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-cz.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-it.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-hu.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-pl.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-nl.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-et.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-fr.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-es.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-se.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-fo.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-br.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-ar.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-zh_cn.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-fi.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-dk.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-ja.php
-share/phraseanet/lib/PHPMailer_v5.1/language/phpmailer.lang-ch.php
-share/phraseanet/lib/PHPMailer_v5.1/class.phpmailer.php
-share/phraseanet/lib/PHPMailer_v5.1/class.smtp.php
-share/phraseanet/lib/PHPMailer_v5.1/README
-share/phraseanet/lib/PHPMailer_v5.1/class.pop3.php
-share/phraseanet/lib/PHPMailer_v5.1/changelog.txt
-share/phraseanet/lib/PHPMailer_v5.1/aboutus.html
-share/phraseanet/lib/PHPMailer_v5.1/LICENSE
-share/phraseanet/lib/recaptcha/README
-share/phraseanet/lib/recaptcha/LICENSE
-share/phraseanet/lib/recaptcha/recaptchalib.php
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacCyrillic.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/Vietnam.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacArabic.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacKorean.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/PDFDoc.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/Baltic.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacRoman.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/Greek.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacHebrew.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacRomanian.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/Turkish.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/Latin2.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/Thai.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/ShiftJIS.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/JIS.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacCroatian.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/Arabic.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacIceland.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacChineseCN.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacGreek.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/Hebrew.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacChineseTW.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/Cyrillic.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacLatin2.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacTurkish.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacRSymbol.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/Latin.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacJapanese.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/MacThai.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset/Symbol.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/zh_cn.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/zh_tw.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/ja.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/sv.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/de.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/ru.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/tr.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/it.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/pl.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/en_gb.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/nl.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/ko.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/fr.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/es.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/en_ca.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Lang/cs.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/NikonCapture.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/PSP.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/QuickTime.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/OOXML.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/RTF.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Charset.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/DICOM.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Jpeg2000.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/GPS.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Kodak.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/MIE.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/PanasonicRaw.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/JPEGDigest.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/WritePDF.pl
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/APP12.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/README
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/PrintIM.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/EXE.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Matroska.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/MinoltaRaw.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Panasonic.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/NikonCustom.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/TagInfoXML.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/MakerNotes.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/KyoceraRaw.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Leaf.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/APE.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Ricoh.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Minolta.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Unknown.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Pentax.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/PICT.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/WritePNG.pl
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Shortcuts.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Canon.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Casio.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Flash.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/PPM.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/HtmlDump.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Sanyo.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/JPEG.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/M2TS.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/JVC.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/MPF.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/MIFF.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/WriteXMP.pl
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/FlashPix.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Stim.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Shift.pl
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Writer.pl
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/PostScript.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/WriteIPTC.pl
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/RSRC.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/ASF.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/WriteExif.pl
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/AIFF.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/FLAC.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/HTML.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/MIEUnits.pod
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/ZIP.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/iWork.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/MWG.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Sony.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Rawzor.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/WritePostScript.pl
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/H264.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Real.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/WriteCanonRaw.pl
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/MNG.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/PhotoMechanic.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/MPC.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/ITC.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/ICC_Profile.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/BMP.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Nikon.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Samsung.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/CanonVRD.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/AFCP.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/FotoStation.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/PDF.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/AES.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/DjVu.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Olympus.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/SonyIDC.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/HP.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Geotag.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/FujiFilm.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/CaptureOne.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Sigma.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/InDesign.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/IPTC.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/WritePhotoshop.pl
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/GIMP.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Fixup.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Exif.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/CanonCustom.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/MPEG.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/XMP2.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/RIFF.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/PNG.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/BuildTagLookup.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/LNK.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/GeoTiff.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Photoshop.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/ID3.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/BigTIFF.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/SigmaRaw.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/CanonRaw.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/DNG.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Font.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/BZZ.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/GIF.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Microsoft.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/TagLookup.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/TagNames.pod
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/Vorbis.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool/XMP.pm
-share/phraseanet/lib/exiftool/lib/Image/ExifTool.pod
-share/phraseanet/lib/exiftool/lib/Image/ExifTool.pm
-share/phraseanet/lib/exiftool/lib/File/RandomAccess.pm
-share/phraseanet/lib/exiftool/lib/File/RandomAccess.pod
-share/phraseanet/lib/exiftool/html/TagNames/PanasonicRaw.html
-share/phraseanet/lib/exiftool/html/TagNames/PostScript.html
-share/phraseanet/lib/exiftool/html/TagNames/index.html
-share/phraseanet/lib/exiftool/html/TagNames/GIF.html
-share/phraseanet/lib/exiftool/html/TagNames/Microsoft.html
-share/phraseanet/lib/exiftool/html/TagNames/HTML.html
-share/phraseanet/lib/exiftool/html/TagNames/ZIP.html
-share/phraseanet/lib/exiftool/html/TagNames/RTF.html
-share/phraseanet/lib/exiftool/html/TagNames/QuickTime.html
-share/phraseanet/lib/exiftool/html/TagNames/DICOM.html
-share/phraseanet/lib/exiftool/html/TagNames/MWG.html
-share/phraseanet/lib/exiftool/html/TagNames/GPS.html
-share/phraseanet/lib/exiftool/html/TagNames/Kodak.html
-share/phraseanet/lib/exiftool/html/TagNames/Sony.html
-share/phraseanet/lib/exiftool/html/TagNames/Jpeg2000.html
-share/phraseanet/lib/exiftool/html/TagNames/Matroska.html
-share/phraseanet/lib/exiftool/html/TagNames/Rawzor.html
-share/phraseanet/lib/exiftool/html/TagNames/APP12.html
-share/phraseanet/lib/exiftool/html/TagNames/EXE.html
-share/phraseanet/lib/exiftool/html/TagNames/ICC_Profile.html
-share/phraseanet/lib/exiftool/html/TagNames/BMP.html
-share/phraseanet/lib/exiftool/html/TagNames/NikonCapture.html
-share/phraseanet/lib/exiftool/html/TagNames/JFIF.html
-share/phraseanet/lib/exiftool/html/TagNames/Nikon.html
-share/phraseanet/lib/exiftool/html/TagNames/MinoltaRaw.html
-share/phraseanet/lib/exiftool/html/TagNames/Panasonic.html
-share/phraseanet/lib/exiftool/html/TagNames/CanonVRD.html
-share/phraseanet/lib/exiftool/html/TagNames/NikonCustom.html
-share/phraseanet/lib/exiftool/html/TagNames/SonyIDC.html
-share/phraseanet/lib/exiftool/html/TagNames/DjVu.html
-share/phraseanet/lib/exiftool/html/TagNames/Olympus.html
-share/phraseanet/lib/exiftool/html/TagNames/Leaf.html
-share/phraseanet/lib/exiftool/html/TagNames/KyoceraRaw.html
-share/phraseanet/lib/exiftool/html/TagNames/APE.html
-share/phraseanet/lib/exiftool/html/TagNames/Minolta.html
-share/phraseanet/lib/exiftool/html/TagNames/Composite.html
-share/phraseanet/lib/exiftool/html/TagNames/Sigma.html
-share/phraseanet/lib/exiftool/html/TagNames/PICT.html
-share/phraseanet/lib/exiftool/html/TagNames/Pentax.html
-share/phraseanet/lib/exiftool/html/TagNames/Unknown.html
-share/phraseanet/lib/exiftool/html/TagNames/Flash.html
-share/phraseanet/lib/exiftool/html/TagNames/GIMP.html
-share/phraseanet/lib/exiftool/html/TagNames/Sanyo.html
-share/phraseanet/lib/exiftool/html/TagNames/MPEG.html
-share/phraseanet/lib/exiftool/html/TagNames/RIFF.html
-share/phraseanet/lib/exiftool/html/TagNames/M2TS.html
-share/phraseanet/lib/exiftool/html/TagNames/JPEG.html
-share/phraseanet/lib/exiftool/html/TagNames/PNG.html
-share/phraseanet/lib/exiftool/html/TagNames/LNK.html
-share/phraseanet/lib/exiftool/html/TagNames/style.css
-share/phraseanet/lib/exiftool/html/TagNames/Extra.html
-share/phraseanet/lib/exiftool/html/TagNames/MIFF.html
-share/phraseanet/lib/exiftool/html/TagNames/SigmaRaw.html
-share/phraseanet/lib/exiftool/html/TagNames/ASF.html
-share/phraseanet/lib/exiftool/html/TagNames/RSRC.html
-share/phraseanet/lib/exiftool/html/TagNames/DNG.html
-share/phraseanet/lib/exiftool/html/TagNames/CanonRaw.html
-share/phraseanet/lib/exiftool/html/TagNames/Font.html
-share/phraseanet/lib/exiftool/html/TagNames/AIFF.html
-share/phraseanet/lib/exiftool/html/TagNames/FLAC.html
-share/phraseanet/lib/exiftool/html/TagNames/Vorbis.html
-share/phraseanet/lib/exiftool/html/TagNames/XMP.html
-share/phraseanet/lib/exiftool/html/TagNames/OOXML.html
-share/phraseanet/lib/exiftool/html/TagNames/PSP.html
-share/phraseanet/lib/exiftool/html/TagNames/PhotoMechanic.html
-share/phraseanet/lib/exiftool/html/TagNames/iWork.html
-share/phraseanet/lib/exiftool/html/TagNames/EXIF.html
-share/phraseanet/lib/exiftool/html/TagNames/Real.html
-share/phraseanet/lib/exiftool/html/TagNames/H264.html
-share/phraseanet/lib/exiftool/html/TagNames/PrintIM.html
-share/phraseanet/lib/exiftool/html/TagNames/Samsung.html
-share/phraseanet/lib/exiftool/html/TagNames/MNG.html
-share/phraseanet/lib/exiftool/html/TagNames/ITC.html
-share/phraseanet/lib/exiftool/html/TagNames/MPC.html
-share/phraseanet/lib/exiftool/html/TagNames/AFCP.html
-share/phraseanet/lib/exiftool/html/TagNames/MIE.html
-share/phraseanet/lib/exiftool/html/TagNames/FotoStation.html
-share/phraseanet/lib/exiftool/html/TagNames/PDF.html
-share/phraseanet/lib/exiftool/html/TagNames/HP.html
-share/phraseanet/lib/exiftool/html/TagNames/FujiFilm.html
-share/phraseanet/lib/exiftool/html/TagNames/Ricoh.html
-share/phraseanet/lib/exiftool/html/TagNames/IPTC.html
-share/phraseanet/lib/exiftool/html/TagNames/Casio.html
-share/phraseanet/lib/exiftool/html/TagNames/Canon.html
-share/phraseanet/lib/exiftool/html/TagNames/Shortcuts.html
-share/phraseanet/lib/exiftool/html/TagNames/CanonCustom.html
-share/phraseanet/lib/exiftool/html/TagNames/GeoTiff.html
-share/phraseanet/lib/exiftool/html/TagNames/Photoshop.html
-share/phraseanet/lib/exiftool/html/TagNames/MPF.html
-share/phraseanet/lib/exiftool/html/TagNames/JVC.html
-share/phraseanet/lib/exiftool/html/TagNames/ID3.html
-share/phraseanet/lib/exiftool/html/TagNames/FlashPix.html
-share/phraseanet/lib/exiftool/html/TagNames/Stim.html
-share/phraseanet/lib/exiftool/html/idiosyncracies.html
-share/phraseanet/lib/exiftool/html/metafiles.html
-share/phraseanet/lib/exiftool/html/ancient_history.html
-share/phraseanet/lib/exiftool/html/canon_raw.html
-share/phraseanet/lib/exiftool/html/faq.html
-share/phraseanet/lib/exiftool/html/index.html
-share/phraseanet/lib/exiftool/html/install.html
-share/phraseanet/lib/exiftool/html/geotag.html
-share/phraseanet/lib/exiftool/html/verbose.html
-share/phraseanet/lib/exiftool/html/config.html
-share/phraseanet/lib/exiftool/html/exiftool_pod.html
-share/phraseanet/lib/exiftool/html/history.html
-share/phraseanet/lib/exiftool/html/MIE1.1-20070121.pdf
-share/phraseanet/lib/exiftool/html/htmldump.html
-share/phraseanet/lib/exiftool/html/ExifTool.html
-share/phraseanet/lib/exiftool/html/overview.png
-share/phraseanet/lib/exiftool/html/style.css
-share/phraseanet/lib/exiftool/html/models.html
-share/phraseanet/lib/exiftool/html/data_members.html
-share/phraseanet/lib/exiftool/html/standards.html
-share/phraseanet/lib/exiftool/html/writing.html
-share/phraseanet/lib/exiftool/html/filename.html
-share/phraseanet/lib/exiftool/html/commentary.html
-share/phraseanet/lib/exiftool/html/under.html
-share/phraseanet/lib/exiftool/t/images/InDesign.indd
-share/phraseanet/lib/exiftool/t/images/Unknown.jpg
-share/phraseanet/lib/exiftool/t/images/Pentax.jpg
-share/phraseanet/lib/exiftool/t/images/Pentax.avi
-share/phraseanet/lib/exiftool/t/images/iWork.numbers
-share/phraseanet/lib/exiftool/t/images/Matroska.mkv
-share/phraseanet/lib/exiftool/t/images/OpenDoc.ods
-share/phraseanet/lib/exiftool/t/images/APE.ape
-share/phraseanet/lib/exiftool/t/images/Font.afm
-share/phraseanet/lib/exiftool/t/images/ExifTool.jpg
-share/phraseanet/lib/exiftool/t/images/XMP.xmp
-share/phraseanet/lib/exiftool/t/images/Sony.jpg
-share/phraseanet/lib/exiftool/t/images/HTML.html
-share/phraseanet/lib/exiftool/t/images/Canon1DmkIII.jpg
-share/phraseanet/lib/exiftool/t/images/Ricoh2.jpg
-share/phraseanet/lib/exiftool/t/images/CanonVRD.vrd
-share/phraseanet/lib/exiftool/t/images/ZIP.zip
-share/phraseanet/lib/exiftool/t/images/XMP.xml
-share/phraseanet/lib/exiftool/t/images/PSP.psp
-share/phraseanet/lib/exiftool/t/images/PDF2.pdf
-share/phraseanet/lib/exiftool/t/images/AIFF.aif
-share/phraseanet/lib/exiftool/t/images/Geotag.gpx
-share/phraseanet/lib/exiftool/t/images/Real.ram
-share/phraseanet/lib/exiftool/t/images/MIFF.miff
-share/phraseanet/lib/exiftool/t/images/Real.rm
-share/phraseanet/lib/exiftool/t/images/Casio2.jpg
-share/phraseanet/lib/exiftool/t/images/DICOM.dcm
-share/phraseanet/lib/exiftool/t/images/Flash.swf
-share/phraseanet/lib/exiftool/t/images/Olympus.jpg
-share/phraseanet/lib/exiftool/t/images/CaptureOne.eip
-share/phraseanet/lib/exiftool/t/images/Real.ra
-share/phraseanet/lib/exiftool/t/images/JVC2.jpg
-share/phraseanet/lib/exiftool/t/images/NikonD2Hs.jpg
-share/phraseanet/lib/exiftool/t/images/Jpeg2000.jp2
-share/phraseanet/lib/exiftool/t/images/FlashPix.ppt
-share/phraseanet/lib/exiftool/t/images/IPTC-XMP.jpg
-share/phraseanet/lib/exiftool/t/images/Vorbis.ogg
-share/phraseanet/lib/exiftool/t/images/Sigma.jpg
-share/phraseanet/lib/exiftool/t/images/Font.dfont
-share/phraseanet/lib/exiftool/t/images/CanonRaw.crw
-share/phraseanet/lib/exiftool/t/images/Canon.jpg
-share/phraseanet/lib/exiftool/t/images/Casio.jpg
-share/phraseanet/lib/exiftool/t/images/FLAC.flac
-share/phraseanet/lib/exiftool/t/images/NikonD70.jpg
-share/phraseanet/lib/exiftool/t/images/GPS.jpg
-share/phraseanet/lib/exiftool/t/images/Kodak.jpg
-share/phraseanet/lib/exiftool/t/images/Geotag.xml
-share/phraseanet/lib/exiftool/t/images/GeoTiff.tif
-share/phraseanet/lib/exiftool/t/images/XMP.svg
-share/phraseanet/lib/exiftool/t/images/CasioQVCI.jpg
-share/phraseanet/lib/exiftool/t/images/JVC.jpg
-share/phraseanet/lib/exiftool/t/images/PICT.pict
-share/phraseanet/lib/exiftool/t/images/MP3.mp3
-share/phraseanet/lib/exiftool/t/images/QuickTime.mov
-share/phraseanet/lib/exiftool/t/images/BMP.bmp
-share/phraseanet/lib/exiftool/t/images/Nikon.nef
-share/phraseanet/lib/exiftool/t/images/XMP4.xmp
-share/phraseanet/lib/exiftool/t/images/XMP3.xmp
-share/phraseanet/lib/exiftool/t/images/XMP2.xmp
-share/phraseanet/lib/exiftool/t/images/Font.pfm
-share/phraseanet/lib/exiftool/t/images/KyoceraRaw.raw
-share/phraseanet/lib/exiftool/t/images/Panasonic.rw2
-share/phraseanet/lib/exiftool/t/images/MIE.mie
-share/phraseanet/lib/exiftool/t/images/Flash.flv
-share/phraseanet/lib/exiftool/t/images/FLAC.ogg
-share/phraseanet/lib/exiftool/t/images/OlympusE1.jpg
-share/phraseanet/lib/exiftool/t/images/Font.pfb
-share/phraseanet/lib/exiftool/t/images/GIMP.xcf
-share/phraseanet/lib/exiftool/t/images/Font.pfa
-share/phraseanet/lib/exiftool/t/images/MWG.jpg
-share/phraseanet/lib/exiftool/t/images/GIF.gif
-share/phraseanet/lib/exiftool/t/images/Olympus2.jpg
-share/phraseanet/lib/exiftool/t/images/Sanyo.jpg
-share/phraseanet/lib/exiftool/t/images/Geotag.igc
-share/phraseanet/lib/exiftool/t/images/EXE.macho
-share/phraseanet/lib/exiftool/t/images/SigmaDP2.x3f
-share/phraseanet/lib/exiftool/t/images/QuickTime.m4a
-share/phraseanet/lib/exiftool/t/images/Nikon.jpg
-share/phraseanet/lib/exiftool/t/images/OOXML.docx
-share/phraseanet/lib/exiftool/t/images/PPM.ppm
-share/phraseanet/lib/exiftool/t/images/RTF.rtf
-share/phraseanet/lib/exiftool/t/images/Ricoh.jpg
-share/phraseanet/lib/exiftool/t/images/Sony.pmp
-share/phraseanet/lib/exiftool/t/images/ZIP.gz
-share/phraseanet/lib/exiftool/t/images/ASF.wmv
-share/phraseanet/lib/exiftool/t/images/FujiFilm.raf
-share/phraseanet/lib/exiftool/t/images/Photoshop.psd
-share/phraseanet/lib/exiftool/t/images/ExifTool.tif
-share/phraseanet/lib/exiftool/t/images/Minolta.mrw
-share/phraseanet/lib/exiftool/t/images/PNG.png
-share/phraseanet/lib/exiftool/t/images/LNK.lnk
-share/phraseanet/lib/exiftool/t/images/ExtendedXMP.jpg
-share/phraseanet/lib/exiftool/t/images/RIFF.avi
-share/phraseanet/lib/exiftool/t/images/PostScript.eps
-share/phraseanet/lib/exiftool/t/images/Font.ttf
-share/phraseanet/lib/exiftool/t/images/EXE.exe
-share/phraseanet/lib/exiftool/t/images/PhotoMechanic.jpg
-share/phraseanet/lib/exiftool/t/images/Sigma.x3f
-share/phraseanet/lib/exiftool/t/images/ITC.itc
-share/phraseanet/lib/exiftool/t/images/CanonRaw.cr2
-share/phraseanet/lib/exiftool/t/images/Writer.jpg
-share/phraseanet/lib/exiftool/t/images/Panasonic.jpg
-share/phraseanet/lib/exiftool/t/images/FotoStation.jpg
-share/phraseanet/lib/exiftool/t/images/AFCP.jpg
-share/phraseanet/lib/exiftool/t/images/M2TS.mts
-share/phraseanet/lib/exiftool/t/images/EXE.elf
-share/phraseanet/lib/exiftool/t/images/FujiFilm.jpg
-share/phraseanet/lib/exiftool/t/images/BigTIFF.btf
-share/phraseanet/lib/exiftool/t/images/APE.mpc
-share/phraseanet/lib/exiftool/t/images/Minolta.jpg
-share/phraseanet/lib/exiftool/t/images/RIFF.wav
-share/phraseanet/lib/exiftool/t/images/PDF.pdf
-share/phraseanet/lib/exiftool/t/images/DNG.dng
-share/phraseanet/lib/exiftool/t/images/DjVu.djvu
-share/phraseanet/lib/exiftool/t/IPTC-XMP_19.out
-share/phraseanet/lib/exiftool/t/PPM_2.out
-share/phraseanet/lib/exiftool/t/GPS_3.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_15.out
-share/phraseanet/lib/exiftool/t/RIFF_3.out
-share/phraseanet/lib/exiftool/t/Panasonic.t
-share/phraseanet/lib/exiftool/t/IPTC-XMP_11.out
-share/phraseanet/lib/exiftool/t/Real_2.out
-share/phraseanet/lib/exiftool/t/Writer_28.out
-share/phraseanet/lib/exiftool/t/EXE_2.out
-share/phraseanet/lib/exiftool/t/Writer_6.out
-share/phraseanet/lib/exiftool/t/FujiFilm.t
-share/phraseanet/lib/exiftool/t/Writer_2.out
-share/phraseanet/lib/exiftool/t/Font_6.out
-share/phraseanet/lib/exiftool/t/Font_2.out
-share/phraseanet/lib/exiftool/t/Writer_24.out
-share/phraseanet/lib/exiftool/t/Sanyo_3.out
-share/phraseanet/lib/exiftool/t/HTML_2.out
-share/phraseanet/lib/exiftool/t/Photoshop_3.out
-share/phraseanet/lib/exiftool/t/Flash_2.out
-share/phraseanet/lib/exiftool/t/Sony_5.out
-share/phraseanet/lib/exiftool/t/Ricoh.t
-share/phraseanet/lib/exiftool/t/Lang_8.out
-share/phraseanet/lib/exiftool/t/CanonVRD.t
-share/phraseanet/lib/exiftool/t/PhotoMechanic_3.out
-share/phraseanet/lib/exiftool/t/GeoTiff_3.out
-share/phraseanet/lib/exiftool/t/Lang_4.out
-share/phraseanet/lib/exiftool/t/MIFF_2.out
-share/phraseanet/lib/exiftool/t/Olympus_6.out
-share/phraseanet/lib/exiftool/t/Olympus_2.out
-share/phraseanet/lib/exiftool/t/PPM.t
-share/phraseanet/lib/exiftool/t/Lang_16.out
-share/phraseanet/lib/exiftool/t/Writer_19.out
-share/phraseanet/lib/exiftool/t/Sigma_5.out
-share/phraseanet/lib/exiftool/t/InDesign_4.out
-share/phraseanet/lib/exiftool/t/Lang_12.out
-share/phraseanet/lib/exiftool/t/Casio_5.out
-share/phraseanet/lib/exiftool/t/Writer_15.out
-share/phraseanet/lib/exiftool/t/Canon_2.out
-share/phraseanet/lib/exiftool/t/Writer_11.out
-share/phraseanet/lib/exiftool/t/DICOM_2.out
-share/phraseanet/lib/exiftool/t/PDF_20.out
-share/phraseanet/lib/exiftool/t/Writer.t
-share/phraseanet/lib/exiftool/t/Jpeg2000_2.out
-share/phraseanet/lib/exiftool/t/BigTIFF.t
-share/phraseanet/lib/exiftool/t/RTF.t
-share/phraseanet/lib/exiftool/t/IPTC-XMP_32.out
-share/phraseanet/lib/exiftool/t/PNG_2.out
-share/phraseanet/lib/exiftool/t/ExifTool_24.out
-share/phraseanet/lib/exiftool/t/JVC_2.out
-share/phraseanet/lib/exiftool/t/PDF_9.out
-share/phraseanet/lib/exiftool/t/HTML.t
-share/phraseanet/lib/exiftool/t/PDF_5.out
-share/phraseanet/lib/exiftool/t/PSP.t
-share/phraseanet/lib/exiftool/t/FotoStation_2.out
-share/phraseanet/lib/exiftool/t/Panasonic_2.out
-share/phraseanet/lib/exiftool/t/CanonRaw_4.out
-share/phraseanet/lib/exiftool/t/MP3.t
-share/phraseanet/lib/exiftool/t/ExifTool_5.out
-share/phraseanet/lib/exiftool/t/ExifTool_20.out
-share/phraseanet/lib/exiftool/t/DNG_2.out
-share/phraseanet/lib/exiftool/t/FujiFilm_4.out
-share/phraseanet/lib/exiftool/t/ZIP_5.out
-share/phraseanet/lib/exiftool/t/Minolta_4.out
-share/phraseanet/lib/exiftool/t/PDF_19.out
-share/phraseanet/lib/exiftool/t/Pentax_4.out
-share/phraseanet/lib/exiftool/t/ExifTool_9.out
-share/phraseanet/lib/exiftool/t/Writer_41.out
-share/phraseanet/lib/exiftool/t/GeoTiff.t
-share/phraseanet/lib/exiftool/t/Photoshop.t
-share/phraseanet/lib/exiftool/t/PDF_15.out
-share/phraseanet/lib/exiftool/t/MWG_4.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_27.out
-share/phraseanet/lib/exiftool/t/PDF_11.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_23.out
-share/phraseanet/lib/exiftool/t/MIE.t
-share/phraseanet/lib/exiftool/t/ASF.t
-share/phraseanet/lib/exiftool/t/CanonVRD_7.out
-share/phraseanet/lib/exiftool/t/Olympus.t
-share/phraseanet/lib/exiftool/t/AIFF.t
-share/phraseanet/lib/exiftool/t/FLAC.t
-share/phraseanet/lib/exiftool/t/CanonVRD_3.out
-share/phraseanet/lib/exiftool/t/Nikon_2.out
-share/phraseanet/lib/exiftool/t/BMP_2.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_6.out
-share/phraseanet/lib/exiftool/t/GIF_2.out
-share/phraseanet/lib/exiftool/t/Writer_36.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_2.out
-share/phraseanet/lib/exiftool/t/PNG.t
-share/phraseanet/lib/exiftool/t/Writer_32.out
-share/phraseanet/lib/exiftool/t/Kodak_3.out
-share/phraseanet/lib/exiftool/t/GPS_2.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_14.out
-share/phraseanet/lib/exiftool/t/PDF.t
-share/phraseanet/lib/exiftool/t/IPTC-XMP_18.out
-share/phraseanet/lib/exiftool/t/RIFF_2.out
-share/phraseanet/lib/exiftool/t/PostScript.t
-share/phraseanet/lib/exiftool/t/AFCP.t
-share/phraseanet/lib/exiftool/t/Matroska_2.out
-share/phraseanet/lib/exiftool/t/Writer_9.out
-share/phraseanet/lib/exiftool/t/DNG.t
-share/phraseanet/lib/exiftool/t/KyoceraRaw.t
-share/phraseanet/lib/exiftool/t/FotoStation_3.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_10.out
-share/phraseanet/lib/exiftool/t/PICT.t
-share/phraseanet/lib/exiftool/t/Font_5.out
-share/phraseanet/lib/exiftool/t/APE_3.out
-share/phraseanet/lib/exiftool/t/MWG.t
-share/phraseanet/lib/exiftool/t/ExifTool.t
-share/phraseanet/lib/exiftool/t/Writer_27.out
-share/phraseanet/lib/exiftool/t/MP3_2.out
-share/phraseanet/lib/exiftool/t/Sanyo_2.out
-share/phraseanet/lib/exiftool/t/Lang_7.out
-share/phraseanet/lib/exiftool/t/Photoshop_2.out
-share/phraseanet/lib/exiftool/t/GeoTiff_2.out
-share/phraseanet/lib/exiftool/t/Lang_3.out
-share/phraseanet/lib/exiftool/t/Geotag.t
-share/phraseanet/lib/exiftool/t/EXE.t
-share/phraseanet/lib/exiftool/t/Olympus_5.out
-share/phraseanet/lib/exiftool/t/MIE_3.out
-share/phraseanet/lib/exiftool/t/Lang_15.out
-share/phraseanet/lib/exiftool/t/Writer_18.out
-share/phraseanet/lib/exiftool/t/Sigma_4.out
-share/phraseanet/lib/exiftool/t/Lang_11.out
-share/phraseanet/lib/exiftool/t/InDesign_3.out
-share/phraseanet/lib/exiftool/t/Casio_4.out
-share/phraseanet/lib/exiftool/t/Writer_14.out
-share/phraseanet/lib/exiftool/t/QuickTime_3.out
-share/phraseanet/lib/exiftool/t/Writer_10.out
-share/phraseanet/lib/exiftool/t/ITC.t
-share/phraseanet/lib/exiftool/t/PDF_7.out
-share/phraseanet/lib/exiftool/t/Panasonic_4.out
-share/phraseanet/lib/exiftool/t/CanonRaw_6.out
-share/phraseanet/lib/exiftool/t/ExifTool_22.out
-share/phraseanet/lib/exiftool/t/AFCP_3.out
-share/phraseanet/lib/exiftool/t/PostScript_2.out
-share/phraseanet/lib/exiftool/t/CanonRaw_2.out
-share/phraseanet/lib/exiftool/t/ZIP_7.out
-share/phraseanet/lib/exiftool/t/FujiFilm_2.out
-share/phraseanet/lib/exiftool/t/Sanyo.t
-share/phraseanet/lib/exiftool/t/Minolta_2.out
-share/phraseanet/lib/exiftool/t/ZIP_3.out
-share/phraseanet/lib/exiftool/t/Unknown_3.out
-share/phraseanet/lib/exiftool/t/Pentax_2.out
-share/phraseanet/lib/exiftool/t/PDF_17.out
-share/phraseanet/lib/exiftool/t/ExifTool_7.out
-share/phraseanet/lib/exiftool/t/MWG_2.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_29.out
-share/phraseanet/lib/exiftool/t/ExifTool_3.out
-share/phraseanet/lib/exiftool/t/CanonVRD_11.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_25.out
-share/phraseanet/lib/exiftool/t/Nikon_8.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_21.out
-share/phraseanet/lib/exiftool/t/CanonVRD_9.out
-share/phraseanet/lib/exiftool/t/Nikon_4.out
-share/phraseanet/lib/exiftool/t/ExifTool_17.out
-share/phraseanet/lib/exiftool/t/CanonVRD_5.out
-share/phraseanet/lib/exiftool/t/InDesign.t
-share/phraseanet/lib/exiftool/t/Geotag_6.out
-share/phraseanet/lib/exiftool/t/Canon.t
-share/phraseanet/lib/exiftool/t/IPTC-XMP_8.out
-share/phraseanet/lib/exiftool/t/GIF_4.out
-share/phraseanet/lib/exiftool/t/GIMP.t
-share/phraseanet/lib/exiftool/t/Geotag_2.out
-share/phraseanet/lib/exiftool/t/Ricoh_3.out
-share/phraseanet/lib/exiftool/t/Writer_38.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_4.out
-share/phraseanet/lib/exiftool/t/Writer_34.out
-share/phraseanet/lib/exiftool/t/LNK.t
-share/phraseanet/lib/exiftool/t/PPM_3.out
-share/phraseanet/lib/exiftool/t/JVC.t
-share/phraseanet/lib/exiftool/t/Writer_30.out
-share/phraseanet/lib/exiftool/t/PhotoMechanic.t
-share/phraseanet/lib/exiftool/t/IPTC-XMP_16.out
-share/phraseanet/lib/exiftool/t/Real_3.out
-share/phraseanet/lib/exiftool/t/CanonRaw.t
-share/phraseanet/lib/exiftool/t/EXE_3.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_12.out
-share/phraseanet/lib/exiftool/t/Writer_7.out
-share/phraseanet/lib/exiftool/t/Font_7.out
-share/phraseanet/lib/exiftool/t/Unknown.t
-share/phraseanet/lib/exiftool/t/Font_3.out
-share/phraseanet/lib/exiftool/t/Writer_29.out
-share/phraseanet/lib/exiftool/t/Writer_25.out
-share/phraseanet/lib/exiftool/t/Flash_3.out
-share/phraseanet/lib/exiftool/t/TestLib.pm
-share/phraseanet/lib/exiftool/t/Nikon.t
-share/phraseanet/lib/exiftool/t/BMP.t
-share/phraseanet/lib/exiftool/t/Lang_9.out
-share/phraseanet/lib/exiftool/t/Sony_2.out
-share/phraseanet/lib/exiftool/t/Lang_5.out
-share/phraseanet/lib/exiftool/t/Lang_1.out
-share/phraseanet/lib/exiftool/t/Olympus_7.out
-share/phraseanet/lib/exiftool/t/MIE_5.out
-share/phraseanet/lib/exiftool/t/Olympus_3.out
-share/phraseanet/lib/exiftool/t/ASF_2.out
-share/phraseanet/lib/exiftool/t/DjVu_2.out
-share/phraseanet/lib/exiftool/t/Lang_17.out
-share/phraseanet/lib/exiftool/t/AIFF_2.out
-share/phraseanet/lib/exiftool/t/FLAC_2.out
-share/phraseanet/lib/exiftool/t/Kodak.t
-share/phraseanet/lib/exiftool/t/Lang_13.out
-share/phraseanet/lib/exiftool/t/Casio_6.out
-share/phraseanet/lib/exiftool/t/RIFF.t
-share/phraseanet/lib/exiftool/t/Writer_16.out
-share/phraseanet/lib/exiftool/t/Sigma_2.out
-share/phraseanet/lib/exiftool/t/Canon_3.out
-share/phraseanet/lib/exiftool/t/Casio_2.out
-share/phraseanet/lib/exiftool/t/Real.t
-share/phraseanet/lib/exiftool/t/RTF_2.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_37.out
-share/phraseanet/lib/exiftool/t/Jpeg2000_3.out
-share/phraseanet/lib/exiftool/t/PNG_3.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_33.out
-share/phraseanet/lib/exiftool/t/JVC_3.out
-share/phraseanet/lib/exiftool/t/APE.t
-share/phraseanet/lib/exiftool/t/FlashPix_2.out
-share/phraseanet/lib/exiftool/t/PDF_6.out
-share/phraseanet/lib/exiftool/t/Panasonic_3.out
-share/phraseanet/lib/exiftool/t/CanonRaw_5.out
-share/phraseanet/lib/exiftool/t/ExifTool_21.out
-share/phraseanet/lib/exiftool/t/FujiFilm_5.out
-share/phraseanet/lib/exiftool/t/PDF_2.out
-share/phraseanet/lib/exiftool/t/DNG_3.out
-share/phraseanet/lib/exiftool/t/AFCP_2.out
-share/phraseanet/lib/exiftool/t/Writer_42.out
-share/phraseanet/lib/exiftool/t/ZIP_6.out
-share/phraseanet/lib/exiftool/t/Sony.t
-share/phraseanet/lib/exiftool/t/ZIP_2.out
-share/phraseanet/lib/exiftool/t/M2TS.t
-share/phraseanet/lib/exiftool/t/Unknown_2.out
-share/phraseanet/lib/exiftool/t/PDF_16.out
-share/phraseanet/lib/exiftool/t/MWG_5.out
-share/phraseanet/lib/exiftool/t/ExifTool_6.out
-share/phraseanet/lib/exiftool/t/Lang.t
-share/phraseanet/lib/exiftool/t/PDF_12.out
-share/phraseanet/lib/exiftool/t/PhotoMechanic_2.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_28.out
-share/phraseanet/lib/exiftool/t/ExifTool_2.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_24.out
-share/phraseanet/lib/exiftool/t/Nikon_7.out
-share/phraseanet/lib/exiftool/t/DjVu.t
-share/phraseanet/lib/exiftool/t/IPTC-XMP_20.out
-share/phraseanet/lib/exiftool/t/CanonVRD_8.out
-share/phraseanet/lib/exiftool/t/Nikon_3.out
-share/phraseanet/lib/exiftool/t/ExifTool_16.out
-share/phraseanet/lib/exiftool/t/CanonVRD_4.out
-share/phraseanet/lib/exiftool/t/Sigma.t
-share/phraseanet/lib/exiftool/t/Geotag_5.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_7.out
-share/phraseanet/lib/exiftool/t/DICOM.t
-share/phraseanet/lib/exiftool/t/GIF_3.out
-share/phraseanet/lib/exiftool/t/Ricoh_2.out
-share/phraseanet/lib/exiftool/t/Writer_37.out
-share/phraseanet/lib/exiftool/t/Jpeg2000.t
-share/phraseanet/lib/exiftool/t/Writer_33.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_35.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_31.out
-share/phraseanet/lib/exiftool/t/PDF_8.out
-share/phraseanet/lib/exiftool/t/Panasonic_5.out
-share/phraseanet/lib/exiftool/t/CanonRaw_7.out
-share/phraseanet/lib/exiftool/t/ExifTool_23.out
-share/phraseanet/lib/exiftool/t/PostScript_3.out
-share/phraseanet/lib/exiftool/t/PDF_4.out
-share/phraseanet/lib/exiftool/t/Flash.t
-share/phraseanet/lib/exiftool/t/KyoceraRaw_2.out
-share/phraseanet/lib/exiftool/t/FujiFilm_3.out
-share/phraseanet/lib/exiftool/t/ZIP_4.out
-share/phraseanet/lib/exiftool/t/Vorbis_2.out
-share/phraseanet/lib/exiftool/t/Minolta_3.out
-share/phraseanet/lib/exiftool/t/PDF_18.out
-share/phraseanet/lib/exiftool/t/Pentax_3.out
-share/phraseanet/lib/exiftool/t/ExifTool_8.out
-share/phraseanet/lib/exiftool/t/PICT_2.out
-share/phraseanet/lib/exiftool/t/Writer_40.out
-share/phraseanet/lib/exiftool/t/MIFF.t
-share/phraseanet/lib/exiftool/t/PDF_14.out
-share/phraseanet/lib/exiftool/t/CanonVRD_12.out
-share/phraseanet/lib/exiftool/t/ExifTool_4.out
-share/phraseanet/lib/exiftool/t/MWG_3.out
-share/phraseanet/lib/exiftool/t/PDF_10.out
-share/phraseanet/lib/exiftool/t/Nikon_5.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_26.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_22.out
-share/phraseanet/lib/exiftool/t/CanonVRD_6.out
-share/phraseanet/lib/exiftool/t/Geotag_7.out
-share/phraseanet/lib/exiftool/t/CanonVRD_2.out
-share/phraseanet/lib/exiftool/t/Casio.t
-share/phraseanet/lib/exiftool/t/IPTC-XMP_9.out
-share/phraseanet/lib/exiftool/t/Geotag_3.out
-share/phraseanet/lib/exiftool/t/Writer_39.out
-share/phraseanet/lib/exiftool/t/Ricoh_4.out
-share/phraseanet/lib/exiftool/t/QuickTime.t
-share/phraseanet/lib/exiftool/t/Writer_35.out
-share/phraseanet/lib/exiftool/t/Writer_31.out
-share/phraseanet/lib/exiftool/t/FlashPix.t
-share/phraseanet/lib/exiftool/t/Kodak_2.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_17.out
-share/phraseanet/lib/exiftool/t/Real_4.out
-share/phraseanet/lib/exiftool/t/FotoStation.t
-share/phraseanet/lib/exiftool/t/IPTC-XMP_13.out
-share/phraseanet/lib/exiftool/t/EXE_4.out
-share/phraseanet/lib/exiftool/t/Vorbis.t
-share/phraseanet/lib/exiftool/t/ITC_2.out
-share/phraseanet/lib/exiftool/t/Writer_4.out
-share/phraseanet/lib/exiftool/t/Minolta.t
-share/phraseanet/lib/exiftool/t/ZIP.t
-share/phraseanet/lib/exiftool/t/BigTIFF_2.out
-share/phraseanet/lib/exiftool/t/Pentax.t
-share/phraseanet/lib/exiftool/t/Font_4.out
-share/phraseanet/lib/exiftool/t/APE_2.out
-share/phraseanet/lib/exiftool/t/Writer_26.out
-share/phraseanet/lib/exiftool/t/PSP_2.out
-share/phraseanet/lib/exiftool/t/Writer_22.out
-share/phraseanet/lib/exiftool/t/Sony_3.out
-share/phraseanet/lib/exiftool/t/Lang_6.out
-share/phraseanet/lib/exiftool/t/M2TS_2.out
-share/phraseanet/lib/exiftool/t/Lang_2.out
-share/phraseanet/lib/exiftool/t/GIF.t
-share/phraseanet/lib/exiftool/t/MIE_6.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP.t
-share/phraseanet/lib/exiftool/t/MIE_2.out
-share/phraseanet/lib/exiftool/t/Olympus_4.out
-share/phraseanet/lib/exiftool/t/FLAC_3.out
-share/phraseanet/lib/exiftool/t/GPS.t
-share/phraseanet/lib/exiftool/t/Lang_14.out
-share/phraseanet/lib/exiftool/t/Writer_17.out
-share/phraseanet/lib/exiftool/t/Sigma_3.out
-share/phraseanet/lib/exiftool/t/InDesign_2.out
-share/phraseanet/lib/exiftool/t/Lang_10.out
-share/phraseanet/lib/exiftool/t/Casio_3.out
-share/phraseanet/lib/exiftool/t/Writer_13.out
-share/phraseanet/lib/exiftool/t/GIMP_2.out
-share/phraseanet/lib/exiftool/t/Matroska.t
-share/phraseanet/lib/exiftool/t/QuickTime_2.out
-share/phraseanet/lib/exiftool/t/PDF_22.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_34.out
-share/phraseanet/lib/exiftool/t/PNG_4.out
-share/phraseanet/lib/exiftool/t/LNK_2.out
-share/phraseanet/lib/exiftool/t/IPTC-XMP_30.out
-share/phraseanet/lib/exiftool/t/Font.t
-share/phraseanet/lib/exiftool/ExifTool_config
-share/phraseanet/lib/exiftool/gpx_wpt.fmt
-share/phraseanet/lib/exiftool/exiftool.exe
-share/phraseanet/lib/exiftool/Changes
-share/phraseanet/lib/exiftool/kml.fmt
-share/phraseanet/lib/exiftool/MANIFEST
-share/phraseanet/lib/exiftool/iptc2xmp.args
-share/phraseanet/lib/exiftool/README
-share/phraseanet/lib/exiftool/perl-Image-ExifTool.spec
-share/phraseanet/lib/exiftool/xmp2iptc.args
-share/phraseanet/lib/exiftool/exif2xmp.args
-share/phraseanet/lib/exiftool/xmp2exif.args
-share/phraseanet/lib/exiftool/gps2xmp.args
-share/phraseanet/lib/exiftool/xmp2gps.args
-share/phraseanet/lib/exiftool/exiftool
-share/phraseanet/lib/exiftool/Makefile.PL
-share/phraseanet/lib/exiftool/META.yml
-share/phraseanet/lib/exiftool/gpx.fmt
-share/phraseanet/lib/skins/client/959595/images/aaaaaa_40x100_textures_01_flat_0.png
-share/phraseanet/lib/skins/client/959595/images/222222_256x240_icons_icons.png
-share/phraseanet/lib/skins/client/959595/images/454545_256x240_icons_icons.png
-share/phraseanet/lib/skins/client/959595/images/ffffff_40x100_textures_02_glass_75.png
-share/phraseanet/lib/skins/client/959595/images/cd0a0a_256x240_icons_icons.png
-share/phraseanet/lib/skins/client/959595/images/fef1ec_40x100_textures_05_inset_soft_95.png
-share/phraseanet/lib/skins/client/959595/images/ffffff_40x100_textures_02_glass_65.png
-share/phraseanet/lib/skins/client/959595/images/cccccc_40x100_textures_03_highlight_soft_75.png
-share/phraseanet/lib/skins/client/959595/images/e6e6e6_40x100_textures_02_glass_75.png
-share/phraseanet/lib/skins/client/959595/images/fbf9ee_40x100_textures_02_glass_55.png
-share/phraseanet/lib/skins/client/959595/images/dadada_40x100_textures_02_glass_75.png
-share/phraseanet/lib/skins/client/959595/images/888888_256x240_icons_icons.png
-share/phraseanet/lib/skins/client/959595/images/2e83ff_256x240_icons_icons.png
-share/phraseanet/lib/skins/client/959595/ui.datepicker.css
-share/phraseanet/lib/skins/client/959595/ui.core.css
-share/phraseanet/lib/skins/client/959595/ui.theme.css
-share/phraseanet/lib/skins/client/959595/clientcolor.css
-share/phraseanet/lib/skins/client/FFFFFF/images/mode_multi.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/basket.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/download.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/checkok.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/aaaaaa_40x100_textures_01_flat_0.png
-share/phraseanet/lib/skins/client/FFFFFF/images/delete.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/print.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/000000_256x240_256.png
-share/phraseanet/lib/skins/client/FFFFFF/images/alpha_sort.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/FFFFFF_40x100_textures_01_flat_75.png
-share/phraseanet/lib/skins/client/FFFFFF/images/info.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/add.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/compare.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/E9E9E9_1x400_textures_02_glass_65.png
-share/phraseanet/lib/skins/client/FFFFFF/images/E9E9E9_40x100_textures_01_flat_75.png
-share/phraseanet/lib/skins/client/FFFFFF/images/2e83ff_256x240_256.png
-share/phraseanet/lib/skins/client/FFFFFF/images/date_sort.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/F7F7F7_40x100_textures_01_flat_75.png
-share/phraseanet/lib/skins/client/FFFFFF/images/dbdbdb_40x100_textures_01_flat_0.png
-share/phraseanet/lib/skins/client/FFFFFF/images/zoom.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/mode_list.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/mail.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/fef1ec_1x100_textures_05_inset_soft_95.png
-share/phraseanet/lib/skins/client/FFFFFF/images/load.gif
-share/phraseanet/lib/skins/client/FFFFFF/images/cd0a0a_256x240_256.png
-share/phraseanet/lib/skins/client/FFFFFF/images/fbf9ee_1x400_textures_02_glass_55.png
-share/phraseanet/lib/skins/client/FFFFFF/images/next.gif
-share/phraseanet/lib/skins/client/FFFFFF/ui.datepicker.css
-share/phraseanet/lib/skins/client/FFFFFF/ui.core.css
-share/phraseanet/lib/skins/client/FFFFFF/ui.theme.css
-share/phraseanet/lib/skins/client/FFFFFF/clientcolor.css
-share/phraseanet/lib/skins/client/000000/images/ffffff_1x400_textures_02_glass_65.png
-share/phraseanet/lib/skins/client/000000/images/aaaaaa_40x100_textures_01_flat_0.png
-share/phraseanet/lib/skins/client/000000/images/FFFFFF_256x240_256.png
-share/phraseanet/lib/skins/client/000000/images/999999_40x100_textures_01_flat_75.png
-share/phraseanet/lib/skins/client/000000/images/dbdbdb_40x100_textures_01_flat_0.png
-share/phraseanet/lib/skins/client/000000/images/fbf9ee_1x400_textures_02_glass_55.png
-share/phraseanet/lib/skins/client/000000/images/000000_256x240_256.png
-share/phraseanet/lib/skins/client/000000/images/2e83ff_256x240_256.png
-share/phraseanet/lib/skins/client/000000/images/fef1ec_1x100_textures_05_inset_soft_95.png
-share/phraseanet/lib/skins/client/000000/images/cd0a0a_256x240_256.png
-share/phraseanet/lib/skins/client/000000/images/333333_40x100_textures_01_flat_75.png
-share/phraseanet/lib/skins/client/000000/images/000000_40x100_textures_01_flat_75.png
-share/phraseanet/lib/skins/client/000000/ui.datepicker.css
-share/phraseanet/lib/skins/client/000000/ui.core.css
-share/phraseanet/lib/skins/client/000000/ui.theme.css
-share/phraseanet/lib/skins/client/000000/clientcolor.css
-share/phraseanet/lib/skins/client/clientcolor.css
-share/phraseanet/lib/skins/report/images2/ui-bg_flat_75_f6f2f1_40x100.png
-share/phraseanet/lib/skins/report/images2/ui-icons_222222_256x240.png
-share/phraseanet/lib/skins/report/images2/ui-icons_454545_256x240.png
-share/phraseanet/lib/skins/report/images2/wait.gif
-share/phraseanet/lib/skins/report/images2/ui-bg_flat_0_aaaaaa_40x100.png
-share/phraseanet/lib/skins/report/images2/ui-icons_cd0a0a_256x240.png
-share/phraseanet/lib/skins/report/images2/ui-anim_basic_16x16.gif
-share/phraseanet/lib/skins/report/images2/ui-icons_888888_256x240.png
-share/phraseanet/lib/skins/report/images2/ui-bg_flat_75_d2d1cf_40x100.png
-share/phraseanet/lib/skins/report/images2/ui-bg_flat_65_ff9000_40x100.png
-share/phraseanet/lib/skins/report/images2/ui-bg_glass_75_dadada_1x400.png
-share/phraseanet/lib/skins/report/images2/ui-bg_glass_55_fbf9ee_1x400.png
-share/phraseanet/lib/skins/report/images2/ui-icons_2e83ff_256x240.png
-share/phraseanet/lib/skins/report/images2/ui-bg_inset-soft_95_fef1ec_1x100.png
-share/phraseanet/lib/skins/report/images/ui-bg_flat_0_aaaaaa_40x100.png
-share/phraseanet/lib/skins/report/images/ui-icons_222222_256x240.png
-share/phraseanet/lib/skins/report/images/ui-icons_454545_256x240.png
-share/phraseanet/lib/skins/report/images/wait.gif
-share/phraseanet/lib/skins/report/images/ui-icons_cd0a0a_256x240.png
-share/phraseanet/lib/skins/report/images/ui-bg_inset-soft_95_fef1ec_1x100.png
-share/phraseanet/lib/skins/report/images/ui-bg_highlight-soft_75_cccccc_1x100.png
-share/phraseanet/lib/skins/report/images/ui-bg_glass_100_FFD733_1x400.png
-share/phraseanet/lib/skins/report/images/ui-bg_glass_75_e6e6e6_1x400.png
-share/phraseanet/lib/skins/report/images/ui-bg_flat_75_ffffff_40x100.png
-share/phraseanet/lib/skins/report/images/ui-bg_glass_75_dadada_1x400.png
-share/phraseanet/lib/skins/report/images/ui-bg_glass_55_fbf9ee_1x400.png
-share/phraseanet/lib/skins/report/images/ui-icons_888888_256x240.png
-share/phraseanet/lib/skins/report/images/ui-icons_2e83ff_256x240.png
-share/phraseanet/lib/skins/report/jquery.cluetip.css
-share/phraseanet/lib/skins/report/ajax-loader2.gif
-share/phraseanet/lib/skins/report/ajax-loader.gif
-share/phraseanet/lib/skins/report/report-table.css
-share/phraseanet/lib/skins/report/print.css
-share/phraseanet/lib/skins/report/jquery-ui.css
-share/phraseanet/lib/skins/report/jquery-ui-2.css
-share/phraseanet/lib/skins/icons/substitution/application_zip.png
-share/phraseanet/lib/skins/icons/substitution/audio_x-aiff.png
-share/phraseanet/lib/skins/icons/substitution/image_png.png
-share/phraseanet/lib/skins/icons/substitution/application_octet-stream.png
-share/phraseanet/lib/skins/icons/substitution/application_vnd.oasis.opendocument.formula.png
-share/phraseanet/lib/skins/icons/substitution/application_vnd.oasis.opendocument.database.png
-share/phraseanet/lib/skins/icons/substitution/video_x-ms-wmx.png
-share/phraseanet/lib/skins/icons/substitution/audio_x-wav.png
-share/phraseanet/lib/skins/icons/substitution/regroup_thumb.png
-share/phraseanet/lib/skins/icons/substitution/video_x-ms-wmv.png
-share/phraseanet/lib/skins/icons/substitution/video_mpeg.png
-share/phraseanet/lib/skins/icons/substitution/text_plain.png
-share/phraseanet/lib/skins/icons/substitution/text_xml.png
-share/phraseanet/lib/skins/icons/substitution/audio_ogg.png
-share/phraseanet/lib/skins/icons/substitution/text_css.png
-share/phraseanet/lib/skins/icons/substitution/image_tiff.png
-share/phraseanet/lib/skins/icons/substitution/application_vnd.oasis.opendocument.presentation.png
-share/phraseanet/lib/skins/icons/substitution/application_x-bzip.png
-share/phraseanet/lib/skins/icons/substitution/image_x-photoshop.png
-share/phraseanet/lib/skins/icons/substitution/application_vnd.oasis.opendocument.spreadsheet.png
-share/phraseanet/lib/skins/icons/substitution/video_x-ms-video.png
-share/phraseanet/lib/skins/icons/substitution/video_mp4.png
-share/phraseanet/lib/skins/icons/substitution/application_vnd.oasis.opendocument.graphics.png
-share/phraseanet/lib/skins/icons/substitution/application_vnd.oasis.opendocument.chart.png
-share/phraseanet/lib/skins/icons/substitution/audio_mp4.png
-share/phraseanet/lib/skins/icons/substitution/image_bmp.png
-share/phraseanet/lib/skins/icons/substitution/application_x-shockwave-flash.jpg
-share/phraseanet/lib/skins/icons/substitution/application_x-troff-msvideo.png
-share/phraseanet/lib/skins/icons/substitution/video_quicktime.png
-share/phraseanet/lib/skins/icons/substitution/application_vnd.rn-realmedia.png
-share/phraseanet/lib/skins/icons/substitution/application_x-gzip.png
-share/phraseanet/lib/skins/icons/substitution/audio_mpeg.png
-share/phraseanet/lib/skins/icons/substitution/text_html.png
-share/phraseanet/lib/skins/icons/substitution/regroup_doc.png
-share/phraseanet/lib/skins/icons/substitution/audio_xwav.png
-share/phraseanet/lib/skins/icons/substitution/video_avi.png
-share/phraseanet/lib/skins/icons/substitution/application_vnd.oasis.opendocument.image.png
-share/phraseanet/lib/skins/icons/substitution/application_vnd.ms-powerpoint.png
-share/phraseanet/lib/skins/icons/substitution/video_vnd.rn-realvideo.png
-share/phraseanet/lib/skins/icons/substitution/application_pdf.png
-share/phraseanet/lib/skins/icons/substitution/application_excel.png
-share/phraseanet/lib/skins/icons/substitution/audio_x-ms-wma.png
-share/phraseanet/lib/skins/icons/substitution/image_jpeg.png
-share/phraseanet/lib/skins/icons/substitution/audio_x-mpegurl.png
-share/phraseanet/lib/skins/icons/substitution/text_xsl.png
-share/phraseanet/lib/skins/icons/substitution/application_x-tar.png
-share/phraseanet/lib/skins/icons/substitution/audio_wav.png
-share/phraseanet/lib/skins/icons/substitution/audio_vnd.rn-realaudio.png
-share/phraseanet/lib/skins/icons/substitution/video_x-msvideo.png
-share/phraseanet/lib/skins/icons/substitution/application_vnd.oasis.opendocument.presentation-template.png
-share/phraseanet/lib/skins/icons/substitution/application_vnd.oasis.opendocument.text.png
-share/phraseanet/lib/skins/icons/substitution/application_vnd.oasis.opendocument.spreadsheet-template.png
-share/phraseanet/lib/skins/icons/substitution/audio_mid.png
-share/phraseanet/lib/skins/icons/substitution/application_x-msdownload.png
-share/phraseanet/lib/skins/icons/substitution/video_x-ms-asf.png
-share/phraseanet/lib/skins/icons/substitution/image_psd.png
-share/phraseanet/lib/skins/icons/substitution/audio_aiff.png
-share/phraseanet/lib/skins/icons/substitution/application_msword.png
-share/phraseanet/lib/skins/icons/substitution/image_gif.png
-share/phraseanet/lib/skins/icons/substitution/application_x-php.png
-share/phraseanet/lib/skins/icons/substitution/application_x-shockwave-flash.png
-share/phraseanet/lib/skins/icons/substitution/audio_scpls.png
-share/phraseanet/lib/skins/icons/substitution/audio_x-pn-realaudio.png
-share/phraseanet/lib/skins/icons/substitution/image_x-eps.png
-share/phraseanet/lib/skins/icons/substitution/application_postscript.png
-share/phraseanet/lib/skins/icons/prod_zoom_plus.gif
-share/phraseanet/lib/skins/icons/miniadjust00.gif
-share/phraseanet/lib/skins/icons/mtfirst_0.gif
-share/phraseanet/lib/skins/icons/tri_static.gif
-share/phraseanet/lib/skins/icons/diskbase_1.gif
-share/phraseanet/lib/skins/icons/edit_user.png
-share/phraseanet/lib/skins/icons/delete.gif
-share/phraseanet/lib/skins/icons/foldmid20plu.gif
-share/phraseanet/lib/skins/icons/portfolio1.gif
-share/phraseanet/lib/skins/icons/rss16.png
-share/phraseanet/lib/skins/icons/substitution.png
-share/phraseanet/lib/skins/icons/group_back.png
-share/phraseanet/lib/skins/icons/light_haut.gif
-share/phraseanet/lib/skins/icons/guest.gif
-share/phraseanet/lib/skins/icons/ficherep.gif
-share/phraseanet/lib/skins/icons/homelink.png
-share/phraseanet/lib/skins/icons/topics1.gif
-share/phraseanet/lib/skins/icons/monitor-off.png
-share/phraseanet/lib/skins/icons/spacer.gif
-share/phraseanet/lib/skins/icons/uploadLock_0.gif
-share/phraseanet/lib/skins/icons/print_1.gif
-share/phraseanet/lib/skins/icons/vsplitter.png
-share/phraseanet/lib/skins/icons/duplicateDesc.gif
-share/phraseanet/lib/skins/icons/tab_search.png
-share/phraseanet/lib/skins/icons/tabtopics1.gif
-share/phraseanet/lib/skins/icons/editPin_n.gif
-share/phraseanet/lib/skins/icons/tab_advsearch.png
-share/phraseanet/lib/skins/icons/baskLoader.gif
-share/phraseanet/lib/skins/icons/icon_document.gif
-share/phraseanet/lib/skins/icons/button-red.png
-share/phraseanet/lib/skins/icons/nodrop01.gif
-share/phraseanet/lib/skins/icons/foldmidplu.gif
-share/phraseanet/lib/skins/icons/foldbotmin.gif
-share/phraseanet/lib/skins/icons/alpha_sort.gif
-share/phraseanet/lib/skins/icons/chusb7.gif
-share/phraseanet/lib/skins/icons/light_del.gif
-share/phraseanet/lib/skins/icons/chusb3.gif
-share/phraseanet/lib/skins/icons/compare.gif
-share/phraseanet/lib/skins/icons/fond2.gif
-share/phraseanet/lib/skins/icons/cal.png
-share/phraseanet/lib/skins/icons/dico20.gif
-share/phraseanet/lib/skins/icons/vsplitter959595.png
-share/phraseanet/lib/skins/icons/reload.png
-share/phraseanet/lib/skins/icons/uploadnot_0.gif
-share/phraseanet/lib/skins/icons/ticktick.png
-share/phraseanet/lib/skins/icons/ppen_1.gif
-share/phraseanet/lib/skins/icons/HD-down.png
-share/phraseanet/lib/skins/icons/chgcoll_0.gif
-share/phraseanet/lib/skins/icons/group.jpg
-share/phraseanet/lib/skins/icons/loader.gif
-share/phraseanet/lib/skins/icons/up.png
-share/phraseanet/lib/skins/icons/quit.png
-share/phraseanet/lib/skins/icons/grip.gif
-share/phraseanet/lib/skins/icons/trash_0.gif
-share/phraseanet/lib/skins/icons/ccoch0.gif
-share/phraseanet/lib/skins/icons/alaune1.gif
-share/phraseanet/lib/skins/icons/fond.gif
-share/phraseanet/lib/skins/icons/light_print.gif
-share/phraseanet/lib/skins/icons/deleted.png
-share/phraseanet/lib/skins/icons/bask_new_back_light.png
-share/phraseanet/lib/skins/icons/prod_zoom_minus.gif
-share/phraseanet/lib/skins/icons/light_dwnld2.gif
-share/phraseanet/lib/skins/icons/goret.gif
-share/phraseanet/lib/skins/icons/wintrash_1.gif
-share/phraseanet/lib/skins/icons/compression20.gif
-share/phraseanet/lib/skins/icons/ar1left_0.gif
-share/phraseanet/lib/skins/icons/minilogo.gif
-share/phraseanet/lib/skins/icons/indicator.gif
-share/phraseanet/lib/skins/icons/inclin.gif
-share/phraseanet/lib/skins/icons/watermark.jpg
-share/phraseanet/lib/skins/icons/help.png
-share/phraseanet/lib/skins/icons/winfulltrash_1.gif
-share/phraseanet/lib/skins/icons/mttrash_0.gif
-share/phraseanet/lib/skins/icons/ligth-on.png
-share/phraseanet/lib/skins/icons/cursor-move.png
-share/phraseanet/lib/skins/icons/zoom_minus.gif
-share/phraseanet/lib/skins/icons/loaderd9d9d9.gif
-share/phraseanet/lib/skins/icons/light_chu2.gif
-share/phraseanet/lib/skins/icons/demand.gif
-share/phraseanet/lib/skins/icons/play.png
-share/phraseanet/lib/skins/icons/puce_home.png
-share/phraseanet/lib/skins/icons/prod_left.gif
-share/phraseanet/lib/skins/icons/next.gif
-share/phraseanet/lib/skins/icons/imgtools_adm.gif
-share/phraseanet/lib/skins/icons/facebook.ico
-share/phraseanet/lib/skins/icons/imgtools_0.gif
-share/phraseanet/lib/skins/icons/miniadjust03.gif
-share/phraseanet/lib/skins/icons/foldbotplu.gif
-share/phraseanet/lib/skins/icons/mtadd_1.gif
-share/phraseanet/lib/skins/icons/tri_minus.gif
-share/phraseanet/lib/skins/icons/pushed_bask.png
-share/phraseanet/lib/skins/icons/light_chu.gif
-share/phraseanet/lib/skins/icons/diskbase_0.gif
-share/phraseanet/lib/skins/icons/baskLoader000.gif
-share/phraseanet/lib/skins/icons/ar1right_0.gif
-share/phraseanet/lib/skins/icons/langage.gif
-share/phraseanet/lib/skins/icons/portfolio0.gif
-share/phraseanet/lib/skins/icons/adjust03.gif
-share/phraseanet/lib/skins/icons/ok.png
-share/phraseanet/lib/skins/icons/admn_txt_inclin.gif
-share/phraseanet/lib/skins/icons/light_zoom_minus.gif
-share/phraseanet/lib/skins/icons/file-down.gif
-share/phraseanet/lib/skins/icons/editPin_y.gif
-share/phraseanet/lib/skins/icons/disktt_1.gif
-share/phraseanet/lib/skins/icons/topics0.gif
-share/phraseanet/lib/skins/icons/foldbot20bar.gif
-share/phraseanet/lib/skins/icons/mode_list.gif
-share/phraseanet/lib/skins/icons/next_40x13.gif
-share/phraseanet/lib/skins/icons/print_0.gif
-share/phraseanet/lib/skins/icons/tabtopics0.gif
-share/phraseanet/lib/skins/icons/fixhover.png
-share/phraseanet/lib/skins/icons/light_zoom_plus.gif
-share/phraseanet/lib/skins/icons/light_print2.gif
-share/phraseanet/lib/skins/icons/light_ok.gif
-share/phraseanet/lib/skins/icons/light_bas.gif
-share/phraseanet/lib/skins/icons/clearLogs.png
-share/phraseanet/lib/skins/icons/chusb6.gif
-share/phraseanet/lib/skins/icons/galerie1.gif
-share/phraseanet/lib/skins/icons/emptyw20.gif
-share/phraseanet/lib/skins/icons/chusb2.gif
-share/phraseanet/lib/skins/icons/search1.gif
-share/phraseanet/lib/skins/icons/window.png
-share/phraseanet/lib/skins/icons/toplogo.gif
-share/phraseanet/lib/skins/icons/ppen_0.gif
-share/phraseanet/lib/skins/icons/audio.png
-share/phraseanet/lib/skins/icons/tools.png
-share/phraseanet/lib/skins/icons/valid.png
-share/phraseanet/lib/skins/icons/backgroundAdministration.gif
-share/phraseanet/lib/skins/icons/tabsearch1.gif
-share/phraseanet/lib/skins/icons/play-options.png
-share/phraseanet/lib/skins/icons/tabsearch0.gif
-share/phraseanet/lib/skins/icons/publi.gif
-share/phraseanet/lib/skins/icons/alpha.png
-share/phraseanet/lib/skins/icons/ccoch2.gif
-share/phraseanet/lib/skins/icons/public1.gif
-share/phraseanet/lib/skins/icons/foldbot20min.gif
-share/phraseanet/lib/skins/icons/vsplitter2.png
-share/phraseanet/lib/skins/icons/help.gif
-share/phraseanet/lib/skins/icons/bask_new_back.png
-share/phraseanet/lib/skins/icons/star.png
-share/phraseanet/lib/skins/icons/substitution.jpg
-share/phraseanet/lib/skins/icons/rss-b.gif
-share/phraseanet/lib/skins/icons/chgstatus_1.gif
-share/phraseanet/lib/skins/icons/pushdoc_0.gif
-share/phraseanet/lib/skins/icons/date_sort.gif
-share/phraseanet/lib/skins/icons/loader-push.gif
-share/phraseanet/lib/skins/icons/loader404040.gif
-share/phraseanet/lib/skins/icons/light_info.gif
-share/phraseanet/lib/skins/icons/delete_0.gif
-share/phraseanet/lib/skins/icons/ok.gif
-share/phraseanet/lib/skins/icons/user20.gif
-share/phraseanet/lib/skins/icons/bask_back.png
-share/phraseanet/lib/skins/icons/ok_40x13.gif
-share/phraseanet/lib/skins/icons/download.gif
-share/phraseanet/lib/skins/icons/222222_256x240_icons_icons.png
-share/phraseanet/lib/skins/icons/structxml20.gif
-share/phraseanet/lib/skins/icons/filters_op.gif
-share/phraseanet/lib/skins/icons/mttrash_2.gif
-share/phraseanet/lib/skins/icons/pubchutmine.png
-share/phraseanet/lib/skins/icons/prod_right.gif
-share/phraseanet/lib/skins/icons/titrwin.gif
-share/phraseanet/lib/skins/icons/mode_multi.gif
-share/phraseanet/lib/skins/icons/l_field.gif
-share/phraseanet/lib/skins/icons/profil.gif
-share/phraseanet/lib/skins/icons/create_coll.png
-share/phraseanet/lib/skins/icons/foldbot20.gif
-share/phraseanet/lib/skins/icons/reducer.gif
-share/phraseanet/lib/skins/icons/flash_content.gif
-share/phraseanet/lib/skins/icons/myvalid.png
-share/phraseanet/lib/skins/icons/glossary0.gif
-share/phraseanet/lib/skins/icons/last.png
-share/phraseanet/lib/skins/icons/add.png
-share/phraseanet/lib/skins/icons/stop-alt.png
-share/phraseanet/lib/skins/icons/light_home3.png
-share/phraseanet/lib/skins/icons/icon_video.gif
-share/phraseanet/lib/skins/icons/foldbotbar.gif
-share/phraseanet/lib/skins/icons/light_del2.gif
-share/phraseanet/lib/skins/icons/prev_40x13.gif
-share/phraseanet/lib/skins/icons/icon_audio.gif
-share/phraseanet/lib/skins/icons/basket.gif
-share/phraseanet/lib/skins/icons/mtfirst_1.gif
-share/phraseanet/lib/skins/icons/miniadjust01.gif
-share/phraseanet/lib/skins/icons/tabadvsearch0.gif
-share/phraseanet/lib/skins/icons/light_right.gif
-share/phraseanet/lib/skins/icons/upload_0.gif
-share/phraseanet/lib/skins/icons/light_dwnld.gif
-share/phraseanet/lib/skins/icons/triclos_0.gif
-share/phraseanet/lib/skins/icons/next.png
-share/phraseanet/lib/skins/icons/adjust01.gif
-share/phraseanet/lib/skins/icons/foldbot.gif
-share/phraseanet/lib/skins/icons/loaderFFF.gif
-share/phraseanet/lib/skins/icons/prevloaderFFF.gif
-share/phraseanet/lib/skins/icons/tasks.gif
-share/phraseanet/lib/skins/icons/vsplitter2-959595.png
-share/phraseanet/lib/skins/icons/zoom.gif
-share/phraseanet/lib/skins/icons/resizer.gif
-share/phraseanet/lib/skins/icons/answers.gif
-share/phraseanet/lib/skins/icons/titrchu.gif
-share/phraseanet/lib/skins/icons/loader-black.gif
-share/phraseanet/lib/skins/icons/uploadLock_1.gif
-share/phraseanet/lib/skins/icons/foldbot20plu.gif
-share/phraseanet/lib/skins/icons/pbarFrt.gif
-share/phraseanet/lib/skins/icons/db-remove.png
-share/phraseanet/lib/skins/icons/fus_40x13.gif
-share/phraseanet/lib/skins/icons/txt_inclin1.gif
-share/phraseanet/lib/skins/icons/multi.gif
-share/phraseanet/lib/skins/icons/suggested.gif
-share/phraseanet/lib/skins/icons/chusb4.gif
-share/phraseanet/lib/skins/icons/ajax-loader.gif
-share/phraseanet/lib/skins/icons/zoom_plus.gif
-share/phraseanet/lib/skins/icons/alert.png
-share/phraseanet/lib/skins/icons/zoomB.gif
-share/phraseanet/lib/skins/icons/light_print_chu.gif
-share/phraseanet/lib/skins/icons/foldmid20min.gif
-share/phraseanet/lib/skins/icons/foldmid20.gif
-share/phraseanet/lib/skins/icons/scheduler.gif
-share/phraseanet/lib/skins/icons/triop_0.gif
-share/phraseanet/lib/skins/icons/mount_base.png
-share/phraseanet/lib/skins/icons/light_haut2.gif
-share/phraseanet/lib/skins/icons/espaceur.gif
-share/phraseanet/lib/skins/icons/ccoch5.gif
-share/phraseanet/lib/skins/icons/trash_1.gif
-share/phraseanet/lib/skins/icons/ccoch1.gif
-share/phraseanet/lib/skins/icons/trash.png
-share/phraseanet/lib/skins/icons/public0.gif
-share/phraseanet/lib/skins/icons/user.png
-share/phraseanet/lib/skins/icons/print.gif
-share/phraseanet/lib/skins/icons/chgcoll_1.gif
-share/phraseanet/lib/skins/icons/closer.gif
-share/phraseanet/lib/skins/icons/selection.gif
-share/phraseanet/lib/skins/icons/chgstatus_0.gif
-share/phraseanet/lib/skins/icons/mail.gif
-share/phraseanet/lib/skins/icons/previewloader.gif
-share/phraseanet/lib/skins/icons/foldmidmin.gif
-share/phraseanet/lib/skins/icons/light_bas2.gif
-share/phraseanet/lib/skins/icons/menuDivider.gif
-share/phraseanet/lib/skins/icons/add.gif
-share/phraseanet/lib/skins/icons/txt_inclin.gif
-share/phraseanet/lib/skins/icons/foldph20netwk_0.gif
-share/phraseanet/lib/skins/icons/forbidden.jpg
-share/phraseanet/lib/skins/icons/twitter.ico
-share/phraseanet/lib/skins/icons/loader000000.gif
-share/phraseanet/lib/skins/icons/application_pdf.gif
-share/phraseanet/lib/skins/icons/icon_flash.gif
-share/phraseanet/lib/skins/icons/mttrash_1.gif
-share/phraseanet/lib/skins/icons/pubchut.png
-share/phraseanet/lib/skins/icons/info.gif
-share/phraseanet/lib/skins/icons/ftp-loader-blank.gif
-share/phraseanet/lib/skins/icons/nosuggested.gif
-share/phraseanet/lib/skins/icons/test_prev.jpg
-share/phraseanet/lib/skins/icons/foldph20open_0.gif
-share/phraseanet/lib/skins/icons/users.png
-share/phraseanet/lib/skins/icons/foldph20close_0.gif
-share/phraseanet/lib/skins/icons/imgtools_1.gif
-share/phraseanet/lib/skins/icons/miniadjust04.gif
-share/phraseanet/lib/skins/icons/mtadd_2.gif
-share/phraseanet/lib/skins/icons/esc_40x13.gif
-share/phraseanet/lib/skins/icons/rien.gif
-share/phraseanet/lib/skins/icons/copyright.gif
-share/phraseanet/lib/skins/icons/tsort_desc.gif
-share/phraseanet/lib/skins/icons/users20.gif
-share/phraseanet/lib/skins/icons/ccoch3.gif
-share/phraseanet/lib/skins/icons/ftp-loader.gif
-share/phraseanet/lib/skins/icons/recordrep.gif
-share/phraseanet/lib/skins/icons/alaune0.gif
-share/phraseanet/lib/skins/icons/foldph20closeoffline_0.gif
-share/phraseanet/lib/skins/icons/pushdoc_1.gif
-share/phraseanet/lib/skins/icons/file-edit.png
-share/phraseanet/lib/skins/icons/flag_18.gif
-share/phraseanet/lib/skins/icons/backgroundClient.gif
-share/phraseanet/lib/skins/icons/wintrash_0.gif
-share/phraseanet/lib/skins/icons/winshadow.gif
-share/phraseanet/lib/skins/icons/cmdbad.gif
-share/phraseanet/lib/skins/icons/checkok.gif
-share/phraseanet/lib/skins/icons/first.png
-share/phraseanet/lib/skins/icons/fix.png
-share/phraseanet/lib/skins/icons/input_back.png
-share/phraseanet/lib/skins/icons/n_field.gif
-share/phraseanet/lib/skins/icons/filters_cl.gif
-share/phraseanet/lib/skins/icons/cmdok.gif
-share/phraseanet/lib/skins/icons/public.png
-share/phraseanet/lib/skins/icons/prev.png
-share/phraseanet/lib/skins/icons/struct20.gif
-share/phraseanet/lib/skins/icons/glossary1.gif
-share/phraseanet/lib/skins/icons/db.gif
-share/phraseanet/lib/skins/icons/backgroundProduction.gif
-share/phraseanet/lib/skins/icons/goret2.gif
-share/phraseanet/lib/skins/icons/usersConnected.gif
-share/phraseanet/lib/skins/icons/light_left.gif
-share/phraseanet/lib/skins/icons/background.gif
-share/phraseanet/lib/skins/icons/save.png
-share/phraseanet/lib/skins/icons/sg.gif
-share/phraseanet/lib/skins/icons/buttoninfo2.gif
-share/phraseanet/lib/skins/icons/miniadjust02.gif
-share/phraseanet/lib/skins/icons/mtfirst_2.gif
-share/phraseanet/lib/skins/icons/tabadvsearch1.gif
-share/phraseanet/lib/skins/icons/mtadd_0.gif
-share/phraseanet/lib/skins/icons/rss.gif
-share/phraseanet/lib/skins/icons/tab_topics.png
-share/phraseanet/lib/skins/icons/foldmid20bar.gif
-share/phraseanet/lib/skins/icons/upload_1.gif
-share/phraseanet/lib/skins/icons/home.jpg
-share/phraseanet/lib/skins/icons/winfulltrash_0.gif
-share/phraseanet/lib/skins/icons/fusionDesc.gif
-share/phraseanet/lib/skins/icons/macscreen20.gif
-share/phraseanet/lib/skins/icons/light_dwnld_chu.gif
-share/phraseanet/lib/skins/icons/tsort_asc.gif
-share/phraseanet/lib/skins/icons/tri_plus.gif
-share/phraseanet/lib/skins/icons/icon_image.gif
-share/phraseanet/lib/skins/icons/pref20.gif
-share/phraseanet/lib/skins/icons/adjust02.gif
-share/phraseanet/lib/skins/icons/inscript.gif
-share/phraseanet/lib/skins/icons/baskLoaderFFF.gif
-share/phraseanet/lib/skins/icons/main-loader.gif
-share/phraseanet/lib/skins/icons/loader000.gif
-share/phraseanet/lib/skins/icons/loader414141.gif
-share/phraseanet/lib/skins/icons/prevloader000.gif
-share/phraseanet/lib/skins/icons/light_profil.gif
-share/phraseanet/lib/skins/icons/disktt_0.gif
-share/phraseanet/lib/skins/icons/delete.png
-share/phraseanet/lib/skins/icons/button-red-alt.png
-share/phraseanet/lib/skins/icons/light_new.gif
-share/phraseanet/lib/skins/icons/btnok20.gif
-share/phraseanet/lib/skins/icons/foldmid.gif
-share/phraseanet/lib/skins/icons/key.png
-share/phraseanet/lib/skins/icons/bask_back_light.png
-share/phraseanet/lib/skins/icons/edit_0.gif
-share/phraseanet/lib/skins/icons/foldmidbar.gif
-share/phraseanet/lib/skins/icons/prevloader.gif
-share/phraseanet/lib/skins/icons/hsplitter.png
-share/phraseanet/lib/skins/icons/infoB.gif
-share/phraseanet/lib/skins/icons/chusb5.gif
-share/phraseanet/lib/skins/icons/galerie0.gif
-share/phraseanet/lib/skins/icons/search0.gif
-share/phraseanet/lib/skins/icons/chusb1.gif
-share/phraseanet/lib/skins/icons/search.png
-share/phraseanet/lib/skins/icons/quit.gif
-share/phraseanet/lib/skins/icons/load.gif
-share/phraseanet/lib/skins/common/main.css
-share/phraseanet/lib/skins/admin/admincolor.css
-share/phraseanet/lib/skins/prod/959595/images/vsplitter.gif
-share/phraseanet/lib/skins/prod/959595/images/trash_1.gif
-share/phraseanet/lib/skins/prod/959595/images/ui-bg_flat_40_292929_40x100.png
-share/phraseanet/lib/skins/prod/959595/images/homelink.gif
-share/phraseanet/lib/skins/prod/959595/images/upload_1.gif
-share/phraseanet/lib/skins/prod/959595/images/upload_0.gif
-share/phraseanet/lib/skins/prod/959595/images/ui-icons_0077BC_256x240.png
-share/phraseanet/lib/skins/prod/959595/images/ccoch2.gif
-share/phraseanet/lib/skins/prod/959595/images/ui-bg_highlight-hard_40_0077BC_1x100.png
-share/phraseanet/lib/skins/prod/959595/images/trash_0.gif
-share/phraseanet/lib/skins/prod/959595/images/ccoch1.gif
-share/phraseanet/lib/skins/prod/959595/images/ccoch0.gif
-share/phraseanet/lib/skins/prod/959595/images/chgstatus_history.gif
-share/phraseanet/lib/skins/prod/959595/images/chgcoll_1.gif
-share/phraseanet/lib/skins/prod/959595/images/ui-bg_dots-small_20_333333_2x2.png
-share/phraseanet/lib/skins/prod/959595/images/ui-icons_98d2fb_256x240.png
-share/phraseanet/lib/skins/prod/959595/images/chgcoll_history.gif
-share/phraseanet/lib/skins/prod/959595/images/ui-bg_gloss-wave_20_111111_500x100.png
-share/phraseanet/lib/skins/prod/959595/images/chgcoll_0.gif
-share/phraseanet/lib/skins/prod/959595/images/ui-icons_9ccdfc_256x240.png
-share/phraseanet/lib/skins/prod/959595/images/hsplitter.gif
-share/phraseanet/lib/skins/prod/959595/images/ui-bg_dots-medium_30_0077BC_4x4.png
-share/phraseanet/lib/skins/prod/959595/images/ui-bg_flat_0_aaaaaa_40x100.png
-share/phraseanet/lib/skins/prod/959595/images/pushdoc_history.gif
-share/phraseanet/lib/skins/prod/959595/images/chgstatus_1.gif
-share/phraseanet/lib/skins/prod/959595/images/pushdoc_1.gif
-share/phraseanet/lib/skins/prod/959595/images/pushdoc_0.gif
-share/phraseanet/lib/skins/prod/959595/images/chgstatus_0.gif
-share/phraseanet/lib/skins/prod/959595/images/pubchutmine.gif
-share/phraseanet/lib/skins/prod/959595/images/disktt_history.gif
-share/phraseanet/lib/skins/prod/959595/images/disktt_1.gif
-share/phraseanet/lib/skins/prod/959595/images/ui-icons_ffffff_256x240.png
-share/phraseanet/lib/skins/prod/959595/images/disktt_0.gif
-share/phraseanet/lib/skins/prod/959595/images/bask_back.png
-share/phraseanet/lib/skins/prod/959595/images/print_history.gif
-share/phraseanet/lib/skins/prod/959595/images/uploadLock_1.gif
-share/phraseanet/lib/skins/prod/959595/images/print_1.gif
-share/phraseanet/lib/skins/prod/959595/images/uploadLock_0.gif
-share/phraseanet/lib/skins/prod/959595/images/print_0.gif
-share/phraseanet/lib/skins/prod/959595/images/pubchut.gif
-share/phraseanet/lib/skins/prod/959595/images/pubchutmine.png
-share/phraseanet/lib/skins/prod/959595/images/ww_title.gif
-share/phraseanet/lib/skins/prod/959595/images/ui-bg_highlight-hard_15_0077BC_1x100.png
-share/phraseanet/lib/skins/prod/959595/images/suggested.gif
-share/phraseanet/lib/skins/prod/959595/images/pubchut.png
-share/phraseanet/lib/skins/prod/959595/images/uploadnot_0.gif
-share/phraseanet/lib/skins/prod/959595/images/regroup.gif
-share/phraseanet/lib/skins/prod/959595/images/ui-bg_dots-small_30_a32d00_2x2.png
-share/phraseanet/lib/skins/prod/959595/images/ppen_history.gif
-share/phraseanet/lib/skins/prod/959595/images/ppen_1.gif
-share/phraseanet/lib/skins/prod/959595/images/ppen_0.gif
-share/phraseanet/lib/skins/prod/959595/images/chu.gif
-share/phraseanet/lib/skins/prod/959595/images/imgtools_history.gif
-share/phraseanet/lib/skins/prod/959595/images/imgtools_1.gif
-share/phraseanet/lib/skins/prod/959595/images/imgtools_0.gif
-share/phraseanet/lib/skins/prod/959595/prodcolor.css
-share/phraseanet/lib/skins/prod/959595/jquery-ui.css
-share/phraseanet/lib/skins/prod/000000/images/vsplitter.gif
-share/phraseanet/lib/skins/prod/000000/images/trash_1.gif
-share/phraseanet/lib/skins/prod/000000/images/ui-bg_flat_40_292929_40x100.png
-share/phraseanet/lib/skins/prod/000000/images/homelink.gif
-share/phraseanet/lib/skins/prod/000000/images/upload_1.gif
-share/phraseanet/lib/skins/prod/000000/images/upload_0.gif
-share/phraseanet/lib/skins/prod/000000/images/ui-icons_0077BC_256x240.png
-share/phraseanet/lib/skins/prod/000000/images/grip.gif
-share/phraseanet/lib/skins/prod/000000/images/ui-bg_highlight-hard_40_0077BC_1x100.png
-share/phraseanet/lib/skins/prod/000000/images/ccoch2.gif
-share/phraseanet/lib/skins/prod/000000/images/trash_0.gif
-share/phraseanet/lib/skins/prod/000000/images/ccoch1.gif
-share/phraseanet/lib/skins/prod/000000/images/ccoch0.gif
-share/phraseanet/lib/skins/prod/000000/images/pushdoc_history.gif
-share/phraseanet/lib/skins/prod/000000/images/chgcoll_1.gif
-share/phraseanet/lib/skins/prod/000000/images/ui-bg_dots-small_20_333333_2x2.png
-share/phraseanet/lib/skins/prod/000000/images/ui-icons_98d2fb_256x240.png
-share/phraseanet/lib/skins/prod/000000/images/ui-bg_gloss-wave_20_111111_500x100.png
-share/phraseanet/lib/skins/prod/000000/images/chgcoll_history.gif
-share/phraseanet/lib/skins/prod/000000/images/chgcoll_0.gif
-share/phraseanet/lib/skins/prod/000000/images/closer.gif
-share/phraseanet/lib/skins/prod/000000/images/ui-icons_9ccdfc_256x240.png
-share/phraseanet/lib/skins/prod/000000/images/resizer.gif
-share/phraseanet/lib/skins/prod/000000/images/ui-bg_flat_0_aaaaaa_40x100.png
-share/phraseanet/lib/skins/prod/000000/images/chgstatus_history.gif
-share/phraseanet/lib/skins/prod/000000/images/pushdoc_1.gif
-share/phraseanet/lib/skins/prod/000000/images/chgstatus_1.gif
-share/phraseanet/lib/skins/prod/000000/images/chgstatus_0.gif
-share/phraseanet/lib/skins/prod/000000/images/pushdoc_0.gif
-share/phraseanet/lib/skins/prod/000000/images/pubchutmine.gif
-share/phraseanet/lib/skins/prod/000000/images/disktt_history.gif
-share/phraseanet/lib/skins/prod/000000/images/disktt_1.gif
-share/phraseanet/lib/skins/prod/000000/images/ui-icons_ffffff_256x240.png
-share/phraseanet/lib/skins/prod/000000/images/disktt_0.gif
-share/phraseanet/lib/skins/prod/000000/images/print_history.gif
-share/phraseanet/lib/skins/prod/000000/images/hsplitter.gif
-share/phraseanet/lib/skins/prod/000000/images/Copie de upload_0.gif
-share/phraseanet/lib/skins/prod/000000/images/uploadLock_1.gif
-share/phraseanet/lib/skins/prod/000000/images/print_1.gif
-share/phraseanet/lib/skins/prod/000000/images/uploadLock_0.gif
-share/phraseanet/lib/skins/prod/000000/images/print_0.gif
-share/phraseanet/lib/skins/prod/000000/images/ui-bg_dots-medium_30_0077BC_4x4.png
-share/phraseanet/lib/skins/prod/000000/images/pubchut.gif
-share/phraseanet/lib/skins/prod/000000/images/pubchutmine.png
-share/phraseanet/lib/skins/prod/000000/images/titrwin.gif
-share/phraseanet/lib/skins/prod/000000/images/ui-bg_highlight-hard_15_0077BC_1x100.png
-share/phraseanet/lib/skins/prod/000000/images/ww_title.gif
-share/phraseanet/lib/skins/prod/000000/images/ui-bg_dots-small_30_a32d00_2x2.png
-share/phraseanet/lib/skins/prod/000000/images/suggested.gif
-share/phraseanet/lib/skins/prod/000000/images/reducer.gif
-share/phraseanet/lib/skins/prod/000000/images/pubchut.png
-share/phraseanet/lib/skins/prod/000000/images/imgtools_history.gif
-share/phraseanet/lib/skins/prod/000000/images/regroup.gif
-share/phraseanet/lib/skins/prod/000000/images/chu.gif
-share/phraseanet/lib/skins/prod/000000/images/ppen_history.gif
-share/phraseanet/lib/skins/prod/000000/images/ppen_1.gif
-share/phraseanet/lib/skins/prod/000000/images/ppen_0.gif
-share/phraseanet/lib/skins/prod/000000/images/imgtools_1.gif
-share/phraseanet/lib/skins/prod/000000/images/imgtools_0.gif
-share/phraseanet/lib/skins/prod/000000/prodcolor.css
-share/phraseanet/lib/skins/prod/000000/jquery-ui.css
-share/phraseanet/lib/skins/prod/ie8.css
-share/phraseanet/lib/skins/prod/ie7.css
-share/phraseanet/lib/skins/lng/ar_SA_docinfo.xsl
-share/phraseanet/lib/skins/lng/fr_flag_18.gif
-share/phraseanet/lib/skins/lng/de_DE_docinfo.xsl
-share/phraseanet/lib/skins/lng/en_flag_18.gif
-share/phraseanet/lib/skins/lng/inclin-de.gif
-share/phraseanet/lib/skins/lng/fr_FR_docinfo.xsl
-share/phraseanet/lib/skins/lng/inclin-fr.gif
-share/phraseanet/lib/skins/lng/en_GB_docinfo.xsl
-share/phraseanet/lib/skins/lng/inclin-en.gif
-share/phraseanet/lib/skins/lng/inclin-ar.gif
-share/phraseanet/lib/skins/lng/en_US_docinfo.xsl
-share/phraseanet/lib/skins/lightbox/base/images/ui-bg_flat_0_aaaaaa_40x100.png
-share/phraseanet/lib/skins/lightbox/base/images/ui-icons_222222_256x240.png
-share/phraseanet/lib/skins/lightbox/base/images/ui-icons_454545_256x240.png
-share/phraseanet/lib/skins/lightbox/base/images/ui-bg_glass_65_ffffff_1x400.png
-share/phraseanet/lib/skins/lightbox/base/images/ui-icons_cd0a0a_256x240.png
-share/phraseanet/lib/skins/lightbox/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
-share/phraseanet/lib/skins/lightbox/base/images/ui-bg_glass_75_e6e6e6_1x400.png
-share/phraseanet/lib/skins/lightbox/base/images/ui-bg_flat_75_ffffff_40x100.png
-share/phraseanet/lib/skins/lightbox/base/images/ui-bg_glass_75_dadada_1x400.png
-share/phraseanet/lib/skins/lightbox/base/images/ui-bg_glass_55_fbf9ee_1x400.png
-share/phraseanet/lib/skins/lightbox/base/images/ui-icons_888888_256x240.png
-share/phraseanet/lib/skins/lightbox/base/images/ui-bg_glass_95_fef1ec_1x400.png
-share/phraseanet/lib/skins/lightbox/base/images/ui-icons_2e83ff_256x240.png
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.progressbar.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.datepicker.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.button.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.base.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.tabs.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.selectable.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.core.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.all.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.autocomplete.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.theme.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.slider.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.accordion.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.resizable.css
-share/phraseanet/lib/skins/lightbox/base/jquery.ui.dialog.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-icons_222222_256x240.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-icons_ffd27a_256x240.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-icons_228ef1_256x240.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-icons_ffffff_256x240.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-icons_ef8c08_256x240.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.progressbar.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.tabs.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.resizable.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.core.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.slider.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery-ui-1.8.4.custom.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.datepicker.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.button.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.base.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.all.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.selectable.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.theme.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.autocomplete.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.accordion.css
-share/phraseanet/lib/skins/lightbox/ui-lightness/jquery.ui.dialog.css
-share/phraseanet/lib/skins/lightbox/next_pauseie6.png
-share/phraseanet/lib/skins/lightbox/collapsedie6.gif
-share/phraseanet/lib/skins/lightbox/agree-light.png
-share/phraseanet/lib/skins/lightbox/expanded.png
-share/phraseanet/lib/skins/lightbox/right_arrow.png
-share/phraseanet/lib/skins/lightbox/envoyer.png
-share/phraseanet/lib/skins/lightbox/note.gif
-share/phraseanet/lib/skins/lightbox/agree.png
-share/phraseanet/lib/skins/lightbox/toexpand.png
-share/phraseanet/lib/skins/lightbox/disagree-big.png
-share/phraseanet/lib/skins/lightbox/nextie6.png
-share/phraseanet/lib/skins/lightbox/pauseie6.png
-share/phraseanet/lib/skins/lightbox/retour.png
-share/phraseanet/lib/skins/lightbox/next.png
-share/phraseanet/lib/skins/lightbox/oui.gif
-share/phraseanet/lib/skins/lightbox/agree-bigie6.gif
-share/phraseanet/lib/skins/lightbox/playie6.png
-share/phraseanet/lib/skins/lightbox/disagree-lightie6.gif
-share/phraseanet/lib/skins/lightbox/envoyerie6.gif
-share/phraseanet/lib/skins/lightbox/collapsedie6.png
-share/phraseanet/lib/skins/lightbox/prev_pause.png
-share/phraseanet/lib/skins/lightbox/agreeie6.gif
-share/phraseanet/lib/skins/lightbox/disagree-light.png
-share/phraseanet/lib/skins/lightbox/collapsed.png
-share/phraseanet/lib/skins/lightbox/note.png
-share/phraseanet/lib/skins/lightbox/left_arrow.png
-share/phraseanet/lib/skins/lightbox/prev.gif
-share/phraseanet/lib/skins/lightbox/oui.png
-share/phraseanet/lib/skins/lightbox/non.png
-share/phraseanet/lib/skins/lightbox/disagree.png
-share/phraseanet/lib/skins/lightbox/play.gif
-share/phraseanet/lib/skins/lightbox/edit.png
-share/phraseanet/lib/skins/lightbox/agree-big.png
-share/phraseanet/lib/skins/lightbox/save.gif.gif
-share/phraseanet/lib/skins/lightbox/prev_pauseie6.png
-share/phraseanet/lib/skins/lightbox/previe6.png
-share/phraseanet/lib/skins/lightbox/save.gif
-share/phraseanet/lib/skins/lightbox/agree-lightie6.gif
-share/phraseanet/lib/skins/lightbox/pause.png
-share/phraseanet/lib/skins/lightbox/disagree-bigie6.gif
-share/phraseanet/lib/skins/lightbox/prev.png
-share/phraseanet/lib/skins/lightbox/next_pause.png
-share/phraseanet/lib/skins/lightbox/noteie6.png
-share/phraseanet/lib/skins/lightbox/disagreeie6.gif
-share/phraseanet/lib/skins/lightbox/retourie6.gif
-share/phraseanet/lib/skins/lightbox/play.png
-share/phraseanet/lib/skins/lightbox/saveie6.png
-share/phraseanet/lib/skins/lightbox/next.gif
-share/phraseanet/lib/skins/lightbox/save.png
-share/phraseanet/lib/skins/lightbox/expandedie6.png
-share/phraseanet/lib/unicode/DiacriticFolding.txt
-share/phraseanet/lib/unicode/UnicodeData.txt
-share/phraseanet/lib/unicode/noaccent_utf8.php
-share/phraseanet/lib/unicode/CaseFolding.txt
-share/phraseanet/lib/unicode/Blocks.txt
-share/phraseanet/lib/unicode/lownodiacritics_utf8.php
-share/phraseanet/lib/unicode/stub.php
-share/phraseanet/lib/PHPShortener/services/tinyurl.com.php
-share/phraseanet/lib/PHPShortener/services/digg.com.php
-share/phraseanet/lib/PHPShortener/services/u.nu.php
-share/phraseanet/lib/PHPShortener/services/twurl.nl.php
-share/phraseanet/lib/PHPShortener/services/is.gd.php
-share/phraseanet/lib/PHPShortener/services/bit.ly.php
-share/phraseanet/lib/PHPShortener/services/tr.im.php
-share/phraseanet/lib/PHPShortener/phpshortener.class.php
-share/phraseanet/lib/fpdf/font/makefont/iso-8859-16.map
-share/phraseanet/lib/fpdf/font/makefont/iso-8859-15.map
-share/phraseanet/lib/fpdf/font/makefont/iso-8859-11.map
-share/phraseanet/lib/fpdf/font/makefont/cp1258.map
-share/phraseanet/lib/fpdf/font/makefont/cp1257.map
-share/phraseanet/lib/fpdf/font/makefont/cp1255.map
-share/phraseanet/lib/fpdf/font/makefont/cp1254.map
-share/phraseanet/lib/fpdf/font/makefont/makefont.php
-share/phraseanet/lib/fpdf/font/makefont/cp1253.map
-share/phraseanet/lib/fpdf/font/makefont/cp1252.map
-share/phraseanet/lib/fpdf/font/makefont/koi8-u.map
-share/phraseanet/lib/fpdf/font/makefont/cp1251.map
-share/phraseanet/lib/fpdf/font/makefont/iso-8859-9.map
-share/phraseanet/lib/fpdf/font/makefont/cp1250.map
-share/phraseanet/lib/fpdf/font/makefont/iso-8859-7.map
-share/phraseanet/lib/fpdf/font/makefont/koi8-r.map
-share/phraseanet/lib/fpdf/font/makefont/iso-8859-5.map
-share/phraseanet/lib/fpdf/font/makefont/iso-8859-4.map
-share/phraseanet/lib/fpdf/font/makefont/cp874.map
-share/phraseanet/lib/fpdf/font/makefont/iso-8859-2.map
-share/phraseanet/lib/fpdf/font/makefont/iso-8859-1.map
-share/phraseanet/lib/fpdf/font/helveticab.php
-share/phraseanet/lib/fpdf/font/courier.php
-share/phraseanet/lib/fpdf/font/helvetica.php
-share/phraseanet/lib/fpdf/font/symbol.php
-share/phraseanet/lib/fpdf/font/helveticabi.php
-share/phraseanet/lib/fpdf/font/timesb.php
-share/phraseanet/lib/fpdf/font/times.php
-share/phraseanet/lib/fpdf/font/helveticai.php
-share/phraseanet/lib/fpdf/font/zapfdingbats.php
-share/phraseanet/lib/fpdf/font/timesbi.php
-share/phraseanet/lib/fpdf/font/timesi.php
-share/phraseanet/lib/fpdf/fpdf.css
-share/phraseanet/lib/fpdf/fpdf.php
-share/phraseanet/lib/prodUtils.php
-share/phraseanet/lib/push.api.php
-share/phraseanet/lib/bootstrap.php
-share/phraseanet/lib/countries.php
-share/phraseanet/lib/index_utils2.php
-share/phraseanet/lib/adminUtils.php
-share/phraseanet/lib/version.inc
-share/phraseanet/lib/inscript.api.php
-share/phraseanet/lib/clientUtils.php
-share/phraseanet/lib/bootstrap_task.php
-share/phraseanet/lib/geonames.php
-share/phraseanet/lib/getargs.php
-share/phraseanet/config/personnalisation_sample/home.php
-share/phraseanet/config/personnalisation_sample/prelog (sample ldap simple).php
-share/phraseanet/config/personnalisation_sample/topics (sample).xml
-share/phraseanet/config/personnalisation_sample/prelog (sample ldap).php
-share/phraseanet/templates/web/report/panel_hide_button.twig
-share/phraseanet/templates/web/report/report_content.twig
-share/phraseanet/templates/web/report/table_content.twig
-share/phraseanet/templates/web/report/colFilter.twig
-share/phraseanet/templates/web/report/all_content.twig
-share/phraseanet/templates/web/report/generate_tab.twig
-share/phraseanet/templates/web/report/chart.twig
-share/phraseanet/templates/web/report/listColumn.twig
-share/phraseanet/templates/web/report/base.twig
-share/phraseanet/templates/web/report/ajax_report_content.twig
-share/phraseanet/templates/web/report/ajax_data_content.twig
-share/phraseanet/templates/web/login/index_layout_displaycooliris.twig
-share/phraseanet/templates/web/login/index_layout_displayx1.twig
-share/phraseanet/templates/web/login/head.twig
-share/phraseanet/templates/web/login/index.twig
-share/phraseanet/templates/web/login/index_layout_displayscroll.twig
-share/phraseanet/templates/web/common/dialog_export.twig
-share/phraseanet/templates/web/common/thumbnail.twig
-share/phraseanet/templates/web/common/analytics.twig
-share/phraseanet/templates/web/common/menubar.twig
-share/phraseanet/templates/web/common/index.twig
-share/phraseanet/templates/web/upload/lazaret.twig
-share/phraseanet/templates/web/prod/orders/order_box.twig
-share/phraseanet/templates/web/prod/orders/order_item.twig
-share/phraseanet/templates/web/prod/basket_as_validation.twig
-share/phraseanet/templates/web/prod/basket_element.twig
-share/phraseanet/templates/web/prod/basket_default.twig
-share/phraseanet/templates/web/prod/basket.twig
-share/phraseanet/templates/web/lightbox/IE6/basket_options.twig
-share/phraseanet/templates/web/lightbox/IE6/agreement_box.twig
-share/phraseanet/templates/web/lightbox/IE6/validate.twig
-share/phraseanet/templates/web/lightbox/IE6/sc_options_box.twig
-share/phraseanet/templates/web/lightbox/IE6/sc_container.twig
-share/phraseanet/templates/web/lightbox/IE6/index.twig
-share/phraseanet/templates/web/lightbox/basket_content_report.twig
-share/phraseanet/templates/web/lightbox/basket_options.twig
-share/phraseanet/templates/web/lightbox/agreement_box.twig
-share/phraseanet/templates/web/lightbox/thumbnail_basket.twig
-share/phraseanet/templates/web/lightbox/sc_note.twig
-share/phraseanet/templates/web/lightbox/validate.twig
-share/phraseanet/templates/web/lightbox/error.twig
-share/phraseanet/templates/web/lightbox/selector_box.twig
-share/phraseanet/templates/web/lightbox/sc_options_box.twig
-share/phraseanet/templates/web/lightbox/sc_container.twig
-share/phraseanet/templates/web/lightbox/index.twig
-share/phraseanet/templates/mobile/report/settings/setting_download.twig
-share/phraseanet/templates/mobile/report/settings/setting_connexion.twig
-share/phraseanet/templates/mobile/report/settings/setting_date.twig
-share/phraseanet/templates/mobile/report/settings/setting_activity.twig
-share/phraseanet/templates/mobile/report/settings/setting_base.twig
-share/phraseanet/templates/mobile/report/table_content.twig
-share/phraseanet/templates/mobile/report/main.twig
-share/phraseanet/templates/mobile/report/ajax_report_content.twig
-share/phraseanet/templates/mobile/report/generate_tab.twig
-share/phraseanet/templates/mobile/report/report.twig
-share/phraseanet/templates/mobile/report/info.twig
-share/phraseanet/templates/mobile/report/base.twig
-share/phraseanet/templates/mobile/report/header.twig
-share/phraseanet/templates/mobile/login/index.twig
-share/phraseanet/templates/mobile/common/analytics.twig
-share/phraseanet/templates/mobile/common/index.twig
-share/phraseanet/templates/mobile/lightbox/basket_element.twig
-share/phraseanet/templates/mobile/lightbox/sc_note.twig
-share/phraseanet/templates/mobile/lightbox/index.twig
-share/phraseanet/www/client/favicon.ico
-share/phraseanet/www/client/help.php
-share/phraseanet/www/client/clientFeedBack.php
-share/phraseanet/www/client/index.php
-share/phraseanet/www/client/jquery.p4client.1.0.js
-share/phraseanet/www/client/homeinterpubbask.php
-share/phraseanet/www/client/answer.php
-share/phraseanet/www/client/baskets.php
-share/phraseanet/www/report/images/filter_on.png
-share/phraseanet/www/report/images/favicon.ico
-share/phraseanet/www/report/images/loupe2.png
-share/phraseanet/www/report/images/filter.png
-share/phraseanet/www/report/images/config.png
-share/phraseanet/www/report/images/checkbox_unchecked.png
-share/phraseanet/www/report/images/arrow_down.png
-share/phraseanet/www/report/images/checkbox_checked.png
-share/phraseanet/www/report/images/noresults.png
-share/phraseanet/www/report/images/arrow_up.png
-share/phraseanet/www/report/images/print.png
-share/phraseanet/www/report/images/group.png
-share/phraseanet/www/report/images/csv.gif
-share/phraseanet/www/report/charts/drawLinePlotWithLegend.php
-share/phraseanet/www/report/charts/draw_pie.php
-share/phraseanet/www/report/report_mobile.js
-share/phraseanet/www/report/favicon.ico
-share/phraseanet/www/report/ajax_chart.php
-share/phraseanet/www/report/index.php
-share/phraseanet/www/report/tab.php
-share/phraseanet/www/report/ajax_info_dashboard.php
-share/phraseanet/www/report/ajax_table_content.php
-share/phraseanet/www/report/report.js
-share/phraseanet/www/report/ajax_liste_base.php
-share/phraseanet/www/report/export_csv.php
-share/phraseanet/www/report/report.php
-share/phraseanet/www/report/migration.php
-share/phraseanet/www/api/login/_open_session.php
-share/phraseanet/www/api/login/login.php
-share/phraseanet/www/api/upload/_prepare_upload.php
-share/phraseanet/www/api/upload/upload.php
-share/phraseanet/www/api/upload/_upload.php
-share/phraseanet/www/api/upload/_end_upload.php
-share/phraseanet/www/api/testfiles/IMG_1585.jpg
-share/phraseanet/www/api/testfiles/test.jpg
-share/phraseanet/www/api/api_utils.php
-share/phraseanet/www/api/test_upl.php
-share/phraseanet/www/api/test.php
-share/phraseanet/www/login/img/tab-actif.gif
-share/phraseanet/www/login/img/tab-default.gif
-share/phraseanet/www/login/img/tab-hover.gif
-share/phraseanet/www/login/img/opera.png
-share/phraseanet/www/login/img/safari.png
-share/phraseanet/www/login/img/home.jpg
-share/phraseanet/www/login/img/firefox.png
-share/phraseanet/www/login/img/ie.png
-share/phraseanet/www/login/img/chrome.png
-share/phraseanet/www/login/sendmail-confirm.php
-share/phraseanet/www/login/register.php
-share/phraseanet/www/login/homepubli.php
-share/phraseanet/www/login/geonames.js
-share/phraseanet/www/login/reset-password.php
-share/phraseanet/www/login/register-confirm.php
-share/phraseanet/www/login/authenticate.php
-share/phraseanet/www/login/home.js
-share/phraseanet/www/login/forgotpwd.php
-share/phraseanet/www/login/logout.php
-share/phraseanet/www/login/reset-email.php
-share/phraseanet/www/login/index.php
-share/phraseanet/www/login/geonames.css
-share/phraseanet/www/login/account.php
-share/phraseanet/www/login/home.css
-share/phraseanet/www/thesaurus2/xmlhttp/acceptcandidates.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/gethtmlbranch.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/delsy.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/openbranches.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/reject.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/delts.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/searchcandidate.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/getterm.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/newsy.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/changesylng.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/newts.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/accept.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/getsy.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/searchnohits.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/deletenohits.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/killterm.x.php
-share/phraseanet/www/thesaurus2/xmlhttp/changesypos.x.php
-share/phraseanet/www/thesaurus2/images/search.gif
-share/phraseanet/www/thesaurus2/images/down.gif
-share/phraseanet/www/thesaurus2/images/spot.gif
-share/phraseanet/www/thesaurus2/images/up.gif
-share/phraseanet/www/thesaurus2/patch/th_2.0.0.php
-share/phraseanet/www/thesaurus2/patch/th_2.0.4.php
-share/phraseanet/www/thesaurus2/patch/th_2.0.3.php
-share/phraseanet/www/thesaurus2/patch/th_2.0.2.php
-share/phraseanet/www/thesaurus2/patch/th_.php
-share/phraseanet/www/thesaurus2/patch/th_2.0.1.php
-share/phraseanet/www/thesaurus2/rescan.php
-share/phraseanet/www/thesaurus2/win.js
-share/phraseanet/www/thesaurus2/export_topics_dlg.php
-share/phraseanet/www/thesaurus2/linkfield3.php
-share/phraseanet/www/thesaurus2/thesaurus.php
-share/phraseanet/www/thesaurus2/linkfield2.php
-share/phraseanet/www/thesaurus2/blank_thesaurus.xml
-share/phraseanet/www/thesaurus2/blank_cterms.xml
-share/phraseanet/www/thesaurus2/sprintf.js
-share/phraseanet/www/thesaurus2/import.php
-share/phraseanet/www/thesaurus2/index.php
-share/phraseanet/www/thesaurus2/export_text.php
-share/phraseanet/www/thesaurus2/rescan_dlg.php
-share/phraseanet/www/thesaurus2/import_dlg.php
-share/phraseanet/www/thesaurus2/xmlhttp.php
-share/phraseanet/www/thesaurus2/accept.php
-share/phraseanet/www/thesaurus2/properties.php
-share/phraseanet/www/thesaurus2/newsy_dlg.php
-share/phraseanet/www/thesaurus2/xmlhttp.js
-share/phraseanet/www/thesaurus2/export_text_dlg.php
-share/phraseanet/www/thesaurus2/thesaurus.css
-share/phraseanet/www/thesaurus2/newterm.php
-share/phraseanet/www/thesaurus2/loadth.php
-share/phraseanet/www/thesaurus2/export_topics.php
-share/phraseanet/www/thesaurus2/replace.php
-share/phraseanet/www/thesaurus2/thesaurus.js
-share/phraseanet/www/thesaurus2/search.php
-share/phraseanet/www/thesaurus2/linkfield.php
-share/phraseanet/www/thesaurus2/header_utf8.php
-share/phraseanet/www/thesaurus2/replace3.php
-share/phraseanet/www/thesaurus2/replace2.php
-share/phraseanet/www/prod/saveedit_mdesc.php
-share/phraseanet/www/prod/jquery.edit.js
-share/phraseanet/www/prod/newimg.php
-share/phraseanet/www/prod/edit.php
-share/phraseanet/www/prod/thesaurus.php
-share/phraseanet/www/prod/imgfunction.php
-share/phraseanet/www/prod/page0.js
-share/phraseanet/www/prod/chghddocument.php
-share/phraseanet/www/prod/jquery.order.js
-share/phraseanet/www/prod/docfunction.php
-share/phraseanet/www/prod/chgcoll.php
-share/phraseanet/www/prod/push.js
-share/phraseanet/www/prod/homeinterpubbask.php
-share/phraseanet/www/prod/thesaurus_tab.php
-share/phraseanet/www/prod/prodFeedBack.php
-share/phraseanet/www/prod/favicon.ico
-share/phraseanet/www/prod/index.php
-share/phraseanet/www/prod/publish.php
-share/phraseanet/www/prod/chgstatus.php
-share/phraseanet/www/prod/answergrid.php
-share/phraseanet/www/prod/pushdoc.php
-share/phraseanet/www/prod/saveedit.php
-share/phraseanet/www/prod/chgtype.php
-share/phraseanet/www/prod/push.feedback.php
-share/phraseanet/www/prod/share.php
-share/phraseanet/www/prod/chgthumb.php
-share/phraseanet/www/prod/answer.php
-share/phraseanet/www/prod/rotate.php
-share/phraseanet/www/prod/newtemporary.php
-share/phraseanet/www/prod/saveedit_chgrep.php
-share/phraseanet/www/prod/answerlist.php
-share/phraseanet/www/taskmanager/xmlhttp/resetcrashcounter.x.php
-share/phraseanet/www/taskmanager/xmlhttp/settaskstatus.x.php
-share/phraseanet/www/taskmanager/xmlhttp/pingscheduler.x.php
-share/phraseanet/www/taskmanager/xmlhttp/newtask.x.php
-share/phraseanet/www/taskmanager/xmlhttp/setschedstatus.x.php
-share/phraseanet/www/taskmanager/xmlhttp/chgtask.x.php
-share/phraseanet/www/taskmanager/showlog.php
-share/phraseanet/www/admin/taskfacility.php
-share/phraseanet/www/admin/demand.php
-share/phraseanet/www/admin/global_values.php
-share/phraseanet/www/admin/task.pclass.php
-share/phraseanet/www/admin/collorder.php
-share/phraseanet/www/admin/progress1.php
-share/phraseanet/www/admin/progress0.php
-share/phraseanet/www/admin/opentime.php
-share/phraseanet/www/admin/openquota.php
-share/phraseanet/www/admin/statchu.php
-share/phraseanet/www/admin/sitestruct.php
-share/phraseanet/www/admin/Fields.rtf
-share/phraseanet/www/admin/import.php
-share/phraseanet/www/admin/task2utils.php
-share/phraseanet/www/admin/index.php
-share/phraseanet/www/admin/trans.gif
-share/phraseanet/www/admin/exportlistusers.php
-share/phraseanet/www/admin/sugval.php
-share/phraseanet/www/admin/index_infos.php
-share/phraseanet/www/admin/newcoll.php
-share/phraseanet/www/admin/cgus.php
-share/phraseanet/www/admin/paramchu.php
-share/phraseanet/www/admin/pixel.gif
-share/phraseanet/www/admin/exampleImportUsers.csv
-share/phraseanet/www/admin/adminFeedback.php
-share/phraseanet/www/admin/sessionwhois.php
-share/phraseanet/www/admin/statbits.php
-share/phraseanet/www/admin/taskmanager.php
-share/phraseanet/www/admin/publi_settings.php
-share/phraseanet/www/admin/spacer.gif
-share/phraseanet/www/admin/databases.php
-share/phraseanet/www/admin/getinfousr.php
-share/phraseanet/www/admin/task2.php
-share/phraseanet/www/admin/exportlistusers1.php
-share/phraseanet/www/admin/editusr.php
-share/phraseanet/www/admin/openmask.php
-share/phraseanet/www/admin/emptycoll.php
-share/phraseanet/www/admin/favicon.ico
-share/phraseanet/www/admin/createSYLK.php
-share/phraseanet/www/admin/unmount_off_db.php
-share/phraseanet/www/admin/database.php
-share/phraseanet/www/admin/runscheduler.php
-share/phraseanet/www/admin/users.php
-share/phraseanet/www/admin/structure.php
-share/phraseanet/www/admin/task2.js.php
-share/phraseanet/www/admin/collection.php
-share/phraseanet/www/admin/import0.php
-share/phraseanet/www/admin/emptybase.php
-share/phraseanet/www/upload/js/swfupload.queue.js
-share/phraseanet/www/upload/js/handlers.js
-share/phraseanet/www/upload/js/fileprogress.js
-share/phraseanet/www/upload/js/main.js
-share/phraseanet/www/upload/css/images/ui-bg_flat_30_cccccc_40x100.png
-share/phraseanet/www/upload/css/images/ui-icons_222222_256x240.png
-share/phraseanet/www/upload/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
-share/phraseanet/www/upload/css/images/ui-bg_inset-soft_30_73b304_1x100.png
-share/phraseanet/www/upload/css/images/ui-bg_glass_40_ffc73d_1x400.png
-share/phraseanet/www/upload/css/images/ui-bg_glass_20_555555_1x400.png
-share/phraseanet/www/upload/css/images/ui-icons_4b8e0b_256x240.png
-share/phraseanet/www/upload/css/images/ui-icons_ffffff_256x240.png
-share/phraseanet/www/upload/css/images/ui-icons_cccccc_256x240.png
-share/phraseanet/www/upload/css/images/ui-bg_glass_40_0078a3_1x400.png
-share/phraseanet/www/upload/css/images/ui-bg_flat_50_5c5c5c_40x100.png
-share/phraseanet/www/upload/css/images/ui-icons_a83300_256x240.png
-share/phraseanet/www/upload/css/images/ui-bg_gloss-wave_25_333333_500x100.png
-share/phraseanet/www/upload/css/images/ui-bg_inset-soft_25_000000_1x100.png
-share/phraseanet/www/upload/css/default.css
-share/phraseanet/www/upload/css/jquery-ui-1.8.5.custom.css
-share/phraseanet/www/upload/images/header-bg.jpg
-share/phraseanet/www/upload/images/fond400.gif
-share/phraseanet/www/upload/images/cancelbutton.gif
-share/phraseanet/www/upload/images/logo.gif
-share/phraseanet/www/upload/images/fond800.gif
-share/phraseanet/www/upload/images/TestImageNoText_65x29.png
-share/phraseanet/www/upload/swfupload/swfuploadbutton.swf
-share/phraseanet/www/upload/swfupload/swfupload.swf
-share/phraseanet/www/upload/swfupload/swfupload.js
-share/phraseanet/www/upload/lazaret_image.php
-share/phraseanet/www/upload/favicon.ico
-share/phraseanet/www/upload/index.php
-share/phraseanet/www/upload/upload.php
-share/phraseanet/www/upload/uploadFeedback.php
-share/phraseanet/www/setup/installer.php
-share/phraseanet/www/setup/index.php
-share/phraseanet/www/setup/setup.js
-share/phraseanet/www/setup/setup.css
-share/phraseanet/www/xmlhttp/search_th_term_prod.j.php
-share/phraseanet/www/xmlhttp/acceptcandidates.j.php
-share/phraseanet/www/xmlhttp/getsy_prod.x.php
-share/phraseanet/www/xmlhttp/checkcandidatetarget.j.php
-share/phraseanet/www/xmlhttp/openbranches_prod.x.php
-share/phraseanet/www/xmlhttp/openbranches_prod.h.php
-share/phraseanet/www/xmlhttp/getterm_prod.x.php
-share/phraseanet/www/xmlhttp/getterm_prod.h.php
-share/phraseanet/www/xmlhttp/replacecandidate.j.php
-share/phraseanet/www/xmlhttp/editing_presets.j.php
-share/phraseanet/www/xmlhttp/openbranch_prod.j.php
-share/phraseanet/www/xmlhttp/deletecandidates.j.php
-share/phraseanet/www/xmlhttp/chg_status.x.php
-share/phraseanet/www/include/FlexPaper_flash/FlexPaperViewer.swf
-share/phraseanet/www/include/minify/lib/Minify/CSS/UriRewriter.php
-share/phraseanet/www/include/minify/lib/Minify/Controller/Version1.php
-share/phraseanet/www/include/minify/lib/Minify/Controller/MinApp.php
-share/phraseanet/www/include/minify/lib/Minify/Controller/Files.php
-share/phraseanet/www/include/minify/lib/Minify/Controller/Groups.php
-share/phraseanet/www/include/minify/lib/Minify/Controller/Page.php
-share/phraseanet/www/include/minify/lib/Minify/Controller/Base.php
-share/phraseanet/www/include/minify/lib/Minify/Cache/Memcache.php
-share/phraseanet/www/include/minify/lib/Minify/Cache/File.php
-share/phraseanet/www/include/minify/lib/Minify/Javascript.php
-share/phraseanet/www/include/minify/lib/Minify/CSS.php
-share/phraseanet/www/include/minify/lib/Minify/YUICompressor.php
-share/phraseanet/www/include/minify/lib/Minify/Packer.php
-share/phraseanet/www/include/minify/lib/Minify/HTML.php
-share/phraseanet/www/include/minify/lib/Minify/ImportProcessor.php
-share/phraseanet/www/include/minify/lib/Minify/Source.php
-share/phraseanet/www/include/minify/lib/Minify/Build.php
-share/phraseanet/www/include/minify/lib/Minify/CommentPreserver.php
-share/phraseanet/www/include/minify/lib/Minify/Lines.php
-share/phraseanet/www/include/minify/lib/Solar/Dir.php
-share/phraseanet/www/include/minify/lib/HTTP/ConditionalGet.php
-share/phraseanet/www/include/minify/lib/HTTP/Encoder.php
-share/phraseanet/www/include/minify/lib/JSMin.php
-share/phraseanet/www/include/minify/lib/Minify.php
-share/phraseanet/www/include/minify/builder/rewriteTest.js
-share/phraseanet/www/include/minify/builder/index.php
-share/phraseanet/www/include/minify/builder/ocCheck.php
-share/phraseanet/www/include/minify/builder/bm.js
-share/phraseanet/www/include/minify/builder/_index.js
-share/phraseanet/www/include/minify/groupsConfig.php
-share/phraseanet/www/include/minify/index.php
-share/phraseanet/www/include/minify/config.php
-share/phraseanet/www/include/minify/README.txt
-share/phraseanet/www/include/minify/utils.php
-share/phraseanet/www/include/jquery.contextmenu.images/cmenu-gloss-cyan-menu-item-hover.gif
-share/phraseanet/www/include/jquery.contextmenu.images/cmenu-vista-menu-item-hover.gif
-share/phraseanet/www/include/jquery.contextmenu.images/cmenu-vista-bg.gif
-share/phraseanet/www/include/jquery.contextmenu.images/cmenu-xp-bg.gif
-share/phraseanet/www/include/jquery.contextmenu.images/cmenu-gloss-semitransparent-menu-item-hover.png
-share/phraseanet/www/include/jquery.contextmenu.images/cmenu-osx-menu-item-hover.gif
-share/phraseanet/www/include/jquery.contextmenu.images/cmenu-human-menu-item-hover.gif
-share/phraseanet/www/include/jquery.contextmenu.images/cmenu-gloss-menu-item-hover.gif
-share/phraseanet/www/include/swfobject/expressInstall.swf
-share/phraseanet/www/include/swfobject/swfobject.js
-share/phraseanet/www/include/flowplayer/README.txt
-share/phraseanet/www/include/flowplayer/flowplayer.pseudostreaming-3.2.6.swf
-share/phraseanet/www/include/flowplayer/LICENSE.txt
-share/phraseanet/www/include/flowplayer/flowplayer.controls-3.2.4.swf
-share/phraseanet/www/include/flowplayer/flowplayer-3.2.6.swf
-share/phraseanet/www/include/flowplayer/flowplayer-3.2.6.min.js
-share/phraseanet/www/include/jqtouch/jqtouch/jqtouch.transitions.js
-share/phraseanet/www/include/jqtouch/jqtouch/jquery.1.3.2.min.js
-share/phraseanet/www/include/jqtouch/jqtouch/jqtouch.min.js
-share/phraseanet/www/include/jqtouch/jqtouch/jqtouch.js
-share/phraseanet/www/include/jqtouch/jqtouch/jqtouch.min.css
-share/phraseanet/www/include/jqtouch/jqtouch/jqtouch.css
-share/phraseanet/www/include/jqtouch/themes/jqt/img/back_button.png
-share/phraseanet/www/include/jqtouch/themes/jqt/img/button.png
-share/phraseanet/www/include/jqtouch/themes/jqt/img/loadingred.gif
-share/phraseanet/www/include/jqtouch/themes/jqt/img/rowhead.png
-share/phraseanet/www/include/jqtouch/themes/jqt/img/back_button_clicked.png
-share/phraseanet/www/include/jqtouch/themes/jqt/img/button_clicked.png
-share/phraseanet/www/include/jqtouch/themes/jqt/img/chevron_circle.png
-share/phraseanet/www/include/jqtouch/themes/jqt/img/on_off.png
-share/phraseanet/www/include/jqtouch/themes/jqt/img/grayButton.png
-share/phraseanet/www/include/jqtouch/themes/jqt/img/chevron.png
-share/phraseanet/www/include/jqtouch/themes/jqt/img/toolbar.png
-share/phraseanet/www/include/jqtouch/themes/jqt/img/toggle.png
-share/phraseanet/www/include/jqtouch/themes/jqt/img/toggleOn.png
-share/phraseanet/www/include/jqtouch/themes/jqt/img/loading.gif
-share/phraseanet/www/include/jqtouch/themes/jqt/img/whiteButton.png
-share/phraseanet/www/include/jqtouch/themes/jqt/theme.min.css
-share/phraseanet/www/include/jqtouch/themes/jqt/theme.css
-share/phraseanet/www/include/jqtouch/themes/apple/img/listArrowSel.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/listGroup.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/selection.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/cancel.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/blueButton.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/toggle.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/thumb.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/toggleOn.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/whiteButton.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/toolButton.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/on_off.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/chevron.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/toolbar.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/pinstripes.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/loading.gif
-share/phraseanet/www/include/jqtouch/themes/apple/img/grayButton.png
-share/phraseanet/www/include/jqtouch/themes/apple/img/backButton.png
-share/phraseanet/www/include/jqtouch/themes/apple/theme.min.css
-share/phraseanet/www/include/jqtouch/themes/apple/theme.css
-share/phraseanet/www/include/jqtouch/extensions/jqt.autotitles.js
-share/phraseanet/www/include/jqtouch/extensions/jqt.offline.js
-share/phraseanet/www/include/jqtouch/extensions/jqt.floaty.js
-share/phraseanet/www/include/jqtouch/extensions/jqt.location.js
-share/phraseanet/www/include/jqtouch/README.txt
-share/phraseanet/www/include/jqtouch/.htaccess
-share/phraseanet/www/include/jqtouch/LICENSE.txt
-share/phraseanet/www/include/colorpicker/js/layout.js
-share/phraseanet/www/include/colorpicker/js/eye.js
-share/phraseanet/www/include/colorpicker/js/utils.js
-share/phraseanet/www/include/colorpicker/js/colorpicker.js
-share/phraseanet/www/include/colorpicker/css/colorpicker.css
-share/phraseanet/www/include/colorpicker/css/layout.css
-share/phraseanet/www/include/colorpicker/images/colorpicker_background.png
-share/phraseanet/www/include/colorpicker/images/colorpicker_hsb_s.png
-share/phraseanet/www/include/colorpicker/images/custom_hsb_s.png
-share/phraseanet/www/include/colorpicker/images/colorpicker_rgb_r.png
-share/phraseanet/www/include/colorpicker/images/custom_rgb_r.png
-share/phraseanet/www/include/colorpicker/images/slider.png
-share/phraseanet/www/include/colorpicker/images/colorpicker_hex.png
-share/phraseanet/www/include/colorpicker/images/select.png
-share/phraseanet/www/include/colorpicker/images/colorpicker_hsb_h.png
-share/phraseanet/www/include/colorpicker/images/custom_hex.png
-share/phraseanet/www/include/colorpicker/images/custom_hsb_h.png
-share/phraseanet/www/include/colorpicker/images/colorpicker_overlay.png
-share/phraseanet/www/include/colorpicker/images/colorpicker_rgb_g.png
-share/phraseanet/www/include/colorpicker/images/custom_background.png
-share/phraseanet/www/include/colorpicker/images/custom_rgb_g.png
-share/phraseanet/www/include/colorpicker/images/custom_hsb_b.png
-share/phraseanet/www/include/colorpicker/images/blank.gif
-share/phraseanet/www/include/colorpicker/images/colorpicker_hsb_b.png
-share/phraseanet/www/include/colorpicker/images/colorpicker_rgb_b.png
-share/phraseanet/www/include/colorpicker/images/custom_rgb_b.png
-share/phraseanet/www/include/colorpicker/images/colorpicker_indic.gif
-share/phraseanet/www/include/colorpicker/images/Thumbs.db
-share/phraseanet/www/include/colorpicker/images/custom_indic.gif
-share/phraseanet/www/include/colorpicker/images/select2.png
-share/phraseanet/www/include/colorpicker/images/colorpicker_submit.png
-share/phraseanet/www/include/colorpicker/images/custom_submit.png
-share/phraseanet/www/include/colorpicker/images/colorpicker_select.gif
-share/phraseanet/www/include/tablesorter-themes/blue/style.css
-share/phraseanet/www/include/tablesorter-themes/blue/bg.gif
-share/phraseanet/www/include/tablesorter-themes/blue/asc.gif
-share/phraseanet/www/include/tablesorter-themes/blue/desc.gif
-share/phraseanet/www/include/tablesorter-themes/green/style.css
-share/phraseanet/www/include/tablesorter-themes/green/bg.png
-share/phraseanet/www/include/tablesorter-themes/green/asc.png
-share/phraseanet/www/include/tablesorter-themes/green/desc.png
-share/phraseanet/www/include/datepicker-mobile/lang/ar.js
-share/phraseanet/www/include/datepicker-mobile/lang/en.js
-share/phraseanet/www/include/datepicker-mobile/lang/fi.js
-share/phraseanet/www/include/datepicker-mobile/lang/he.js
-share/phraseanet/www/include/datepicker-mobile/lang/de.js
-share/phraseanet/www/include/datepicker-mobile/lang/sv.js
-share/phraseanet/www/include/datepicker-mobile/lang/ru.js
-share/phraseanet/www/include/datepicker-mobile/lang/af.js
-share/phraseanet/www/include/datepicker-mobile/lang/pt.js
-share/phraseanet/www/include/datepicker-mobile/lang/sp.js
-share/phraseanet/www/include/datepicker-mobile/lang/ro.js
-share/phraseanet/www/include/datepicker-mobile/lang/no.js
-share/phraseanet/www/include/datepicker-mobile/lang/it.js
-share/phraseanet/www/include/datepicker-mobile/lang/nl.js
-share/phraseanet/www/include/datepicker-mobile/lang/gr.js
-share/phraseanet/www/include/datepicker-mobile/lang/du.js
-share/phraseanet/www/include/datepicker-mobile/lang/fr.js
-share/phraseanet/www/include/datepicker-mobile/lang/es.js
-share/phraseanet/www/include/datepicker-mobile/lang/ua.js
-share/phraseanet/www/include/datepicker-mobile/datepicker.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/simple/img/icons.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/simple/skins/default/content.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/simple/skins/default/ui.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/content.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/ui.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/simple/langs/en.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/js/color_picker.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/js/image.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/js/link.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/js/source_editor.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/js/charmap.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/js/anchor.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/js/about.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/img/colorpicker.jpg
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/img/icons.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/progress.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/tabs.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_check.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/items.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/buttons.png
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/dialog.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/ui.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/content.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/dialog.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/content.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_black.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/image.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/link.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/themes/advanced/about.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/langs/en.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/langs/ar.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/langs/zh.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/langs/nn.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/langs/fr.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/langs/es.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/element_common.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/ins.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/acronym.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/attributes.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/abbr.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/del.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/cite.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/attributes.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/del.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/acronym.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/paste/js/pastetext.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/paste/js/pasteword.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/paste/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/template/js/template.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/template/css/template.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/template/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/template/blank.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/template/template.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/spellchecker/img/wline.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/spellchecker/css/content.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/spellchecker/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/spellchecker/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/searchreplace/js/searchreplace.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/style/js/props.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/style/css/props.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/style/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/style/props.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/fullpage/js/fullpage.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/fullpage/fullpage.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advlink/js/advlink.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advlink/css/advlink.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/js/merge_cells.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/js/cell.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/js/table.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/js/row.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/css/table.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/css/row.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/css/cell.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/table.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/row.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/cell.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/wordcount/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/wordcount/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/preview/jscripts/embed.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/preview/example.html
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/preview/preview.html
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advimage/js/image.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advimage/img/sample.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advimage/css/advimage.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advimage/image.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/tabfocus/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/tabfocus/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/safari/blank.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advhr/js/rule.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advhr/css/advhr.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/js/emotions.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-smile.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-kiss.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-wink.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-embarassed.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-yell.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-laughing.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-sealed.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-cry.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-cool.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-frown.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-undecided.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-surprised.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-innocent.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/compat2x/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/compat2x/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/example/js/dialog.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/example/img/example.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/example/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/example/dialog.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/example/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/autoresize/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/autoresize/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/inlinepopups/template.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/pagebreak.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/trans.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/pagebreak/css/content.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/pagebreak/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/pagebreak/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/js/media.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/js/embed.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/img/windowsmedia.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/img/shockwave.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/img/trans.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/img/realmedia.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/img/flv_player.swf
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/img/flash.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/img/quicktime.gif
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/css/media.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/css/content.css
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/langs/en_dlg.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/media.htm
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/utils/editable_selects.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/utils/form_utils.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/utils/validate.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/utils/mctabs.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/tiny_mce_popup.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/tiny_mce_src.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/tiny_mce.js
-share/phraseanet/www/include/tinymce/jscripts/tiny_mce/license.txt
-share/phraseanet/www/include/tinymce/changelog.txt
-share/phraseanet/www/include/jquery-treeview/lib/jquery.cookie.js
-share/phraseanet/www/include/jquery-treeview/lib/jquery.js
-share/phraseanet/www/include/jquery-treeview/images/treeview-famfamfam.gif
-share/phraseanet/www/include/jquery-treeview/images/treeview-black.gif
-share/phraseanet/www/include/jquery-treeview/images/treeview-gray.gif
-share/phraseanet/www/include/jquery-treeview/images/treeview-red.gif
-share/phraseanet/www/include/jquery-treeview/images/minus.gif
-share/phraseanet/www/include/jquery-treeview/images/treeview-default.gif
-share/phraseanet/www/include/jquery-treeview/images/treeview-default-line.gif
-share/phraseanet/www/include/jquery-treeview/images/treeview-famfamfam-line.gif
-share/phraseanet/www/include/jquery-treeview/images/treeview-black-line.gif
-share/phraseanet/www/include/jquery-treeview/images/plus.gif
-share/phraseanet/www/include/jquery-treeview/images/file.gif
-share/phraseanet/www/include/jquery-treeview/images/treeview-red-line.gif
-share/phraseanet/www/include/jquery-treeview/images/treeview-default-line.png
-share/phraseanet/www/include/jquery-treeview/images/folder-closed.gif
-share/phraseanet/www/include/jquery-treeview/images/treeview-gray-line.gif
-share/phraseanet/www/include/jquery-treeview/images/folder.gif
-share/phraseanet/www/include/jquery-treeview/todo
-share/phraseanet/www/include/jquery-treeview/jquery.treeview.min.js
-share/phraseanet/www/include/jquery-treeview/changelog.txt
-share/phraseanet/www/include/jquery-treeview/jquery.treeview.js
-share/phraseanet/www/include/jquery-treeview/jquery.treeview.pack.js
-share/phraseanet/www/include/jquery-treeview/jquery.treeview.css
-share/phraseanet/www/include/jquery-treeview/jquery.treeview.async.js
-share/phraseanet/www/include/audio-player/audio-player-uncompressed.js
-share/phraseanet/www/include/audio-player/player.swf
-share/phraseanet/www/include/audio-player/audio-player-noswfobject.js
-share/phraseanet/www/include/audio-player/audio-player.js
-share/phraseanet/www/include/audio-player/license.txt
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-icons_222222_256x240.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-icons_228ef1_256x240.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-icons_ffffff_256x240.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.progressbar.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.tabs.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery-ui-1.8.6.custom.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.core.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.slider.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.autocomplete.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.resizable.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.datepicker.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.button.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.base.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.all.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.selectable.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.theme.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.accordion.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/ui-lightness/jquery.ui.dialog.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-icons_222222_256x240.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-icons_454545_256x240.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-icons_cd0a0a_256x240.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-bg_glass_75_dadada_1x400.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-icons_888888_256x240.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/images/ui-icons_2e83ff_256x240.png
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.progressbar.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.datepicker.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.button.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.base.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.tabs.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.selectable.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.core.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.all.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.autocomplete.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.theme.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.slider.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.accordion.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.resizable.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/themes/base/jquery.ui.dialog.css
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-en-GB.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-fi.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-he.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-ja.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-sv.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-pt-BR.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-de.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-bg.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-fa.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-tr.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-sr.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-zh-CN.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-da.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-kz.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-pt.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-ca.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-lv.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-zh-TW.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-lt.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-sl.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-it.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-th.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-pl.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-az.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-sr-SR.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-hr.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery-ui-i18n.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-nl.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-et.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-fr.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-fr-CH.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-gl.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-ar.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-el.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-zh-HK.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-id.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-af.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-ru.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-sq.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-hy.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-ro.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-uk.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-ms.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-vi.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-sk.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-no.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-hu.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-is.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-eu.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-ko.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-es.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-cs.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-ta.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-bs.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-fo.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/i18n/jquery.ui.datepicker-eo.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/jquery-ui-1.8.6.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/MIT-LICENSE.txt
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/version.txt
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/AUTHORS.txt
-share/phraseanet/www/include/jslibs/jquery-ui-1.8.6/GPL-LICENSE.txt
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/assets/php/getimages2.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/assets/php/getimages.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/assets/carouselariaplugin-min.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/assets/carouselariaplugin.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_imagentext.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_paginationtemplate_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/carousel-ariaplugin_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_imagentext_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/carousel-ariaplugin.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_circular_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_circular.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_reveal_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_pagination_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_selection_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_selection.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_dynloadandreplace_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_imagentext_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/carousel-ariaplugin_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_multirow_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_multirow.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_reveal_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_dynload2_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_reveal.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_paginationtemplate_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_dynloadandreplace.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_pagination_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_pagination.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_selection_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_dynloadandreplace_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_paginationtemplate.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_circular_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_multirow_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_dynload2_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/carousel/csl_dynload2.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/assets/exampleslib.inc
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/assets/crop.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/assets/yui.jpg
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/assets/JSON.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/feedback_crop_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/feedback_crop_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/feedback_crop.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/skinning_crop.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/conn_crop_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/conn_crop_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/conn_crop.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/adv_crop_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/simple_crop_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/adv_crop_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/simple_crop_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/adv_crop.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imagecropper/simple_crop.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/assets/selectFileButton.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/assets/uploader.swf
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/assets/uploadFileButton.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/assets/clearListButton.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/assets/buttonSkin.jpg
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/uploader-advanced-cookie_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/uploader-simple-button.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/uploader-advanced-queue_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/uploader-advanced-cookie.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/uploader-simple-button_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/uploader-advanced-queue.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/uploader-advanced-postvars_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/uploader/uploader-advanced-postvars.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/assets/calendar_icon.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/assets/thumb-n.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/assets/ggbridge.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/assets/ella.jpg
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/assets/add.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/assets/bg-fader.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/assets/gloss.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/assets/checkbox.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/assets/buttonariaplugin.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/assets/yahoo.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/assets/buttonariaplugin-min.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/button-ariaplugin_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example08_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example09_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example09.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example06_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example07_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/button-menu-select_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example14_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example07.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/button-ariaplugin.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example05_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example04_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example13_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example12_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example05.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example13.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example03_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example02_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example11_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example03.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example10_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example11.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example01_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example01.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example02_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/button-menu-swap_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/button-menu-swap.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example09_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example12.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example08_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example07_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example08.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/button-ariaplugin_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example06_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example05_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example06.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example13_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example14_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example14.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example04_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example03_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example12_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example11_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example04.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/button-menu-select_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example01_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example02.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example10_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/btn_example10.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/button-menu-swap_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/button/button-menu-select.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/base/base-in-doc4.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/base/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/base/base-in-doc4_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/base/base-in-doc3_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/base/base-in-doc3.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/base/base-in-doc2_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/base/base-in-doc2.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/base/base-simple_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/base/base-simple.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/base/base-in-doc_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/base/base-in-doc.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/assets/calbtn.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/calcontainer_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/calnavigator.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/formsel_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/calgrp.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/formtxt_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/events_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/intervalcal.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/germany_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/minmax_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/events.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/popup.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/quickstart_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/japan_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/multi.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/taiwan_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/calskin.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/calnavigator_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/render_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/render.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/intervalcal_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/calgrp_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/formsel_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/formsel.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/events_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/calcontainer.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/popup_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/formtxt_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/formtxt.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/multi_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/germany.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/render_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/quickstart.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/japan.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/minmax.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/calendar/taiwan.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imageloader/imgloadtabs_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imageloader/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imageloader/imgloadtabs.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imageloader/imgloadclass_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imageloader/imgloadfold_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imageloader/imgloadbasics_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imageloader/imgloadclass.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imageloader/imgloadfold.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/imageloader/imgloadbasics.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/assets/tabviewariaplugin.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/assets/tabview-core.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/assets/border_tabs.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/assets/skin-sam.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/assets/tabviewariaplugin-min.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/assets/tabview.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/assets/news.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/assets/loading.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/fromscript_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/tabview-ariaplugin_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/tabview-ariaplugin_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/tabview-ariaplugin.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/fromscript_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/fromscript.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/removetab_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/frommarkup_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/removetab_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/removetab.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/frommarkup_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/frommarkup.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/datasrc_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/datasrc_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/skinning_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/datasrc.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/addtab_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/skinning_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/addtab_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/skinning.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/tabview/addtab.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/assets/yui.jpg
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/simple_resize.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/rte_resize.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/ghost_resize.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/eightway_resize_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/ghost_resize_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/anim_resize_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/anim_resize.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/proxy_resize_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/grids_resize_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/proxy_resize.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/eightway_resize.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/skinning_resize.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/grids_resize.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/rte_resize_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/resize/simple_resize_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/assets/js/data.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/assets/js/states_jsfunction.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/assets/img/ac-arrow-dn.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/assets/img/combobox.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/assets/img/ac-arrow-rt.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/assets/php/ysearch_proxy.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/assets/php/yql_proxy.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/assets/php/ysearch_flat.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_xhr_customrequest_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_ysearch_flat_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_basic_xhr.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_formatting_proxyless_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_xhr_customrequest.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_basic_xhr_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_tags_alwaysshow_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_formatting_proxyless.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_itemselect_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_accessible_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_itemselect.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_accessible.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_flickr_xml.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_fn_multfields_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_fn_multfields.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_flickr_xml_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_ysearch_json_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_customize_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_xhr_customrequest_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_basic_array_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_skinning.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_combobox_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_combobox.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_formatting_proxyless_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_ysearch_flat_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_basic_xhr_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_itemselect_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_ysearch_flat.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_fn_multfields_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_accessible_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_tags_alwaysshow_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_flickr_xml_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_ysearch_json_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_ysearch_json.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_customize_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_customize.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_basic_array_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_tags_alwaysshow.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_basic_array.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/autocomplete/ac_combobox_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/assets/overview.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/assets/home.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/assets/yui.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/assets/blank.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/assets/news.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/assets/yui-bhm-navbar-demo.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/assets/products.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/assets/contactus.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/assets/aboutus.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/assets/solution.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/history-calendar_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/history-multiple.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/history-navbar_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/history-navbar.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/history-calendar.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/history-tabview_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/history-tabview.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/history/history-multiple_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/swf/assets/SWFExampleAdvanced.swf
-share/phraseanet/www/include/jslibs/yui2.8/examples/swf/assets/SWFExampleSimple.swf
-share/phraseanet/www/include/jslibs/yui2.8/examples/swf/assets/YUIBridgeExample.zip
-share/phraseanet/www/include/jslibs/yui2.8/examples/swf/swf-simple_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/swf/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/swf/swf-simple.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/swf/swf-advanced_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/swf/swf-advanced.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuiloader/yl-insert.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuiloader/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuiloader/yl-addmodule_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuiloader/yl-basic_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuiloader/yl-basic.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuiloader/yl-addmodule.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuiloader/yl-list.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/js/TaskNode.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/js/log.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/js/json.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/js/key.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/js/dpSyntaxHighlighter.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/js/CheckOnClickNode.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/folders/vline.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/folders/ln.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/folders/tmh.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/folders/lm.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/folders/tp.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/folders/lph.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/folders/tn.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/folders/tm.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/folders/lmh.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/folders/loading.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/folders/tph.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/folders/lp.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/check2.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/ln.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/tmh.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/lm.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/tp.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/lph.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/tn.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/tm.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/lmh.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/check1.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/vline.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/loading.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/check0.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/tph.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/check/lp.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/menu/collapseh.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/menu/expandh.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/menu/collapse.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/menu/expand.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/menu/dash.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/menu/collapseon.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/menu/loading.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/menu/expandon.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/default/vline.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/default/ln.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/default/tmh.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/default/lm.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/default/tp.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/default/lph.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/default/tn.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/default/tm.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/default/lmh.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/default/loading.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/default/tph.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/default/lp.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/navHover2.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/icons.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/header.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/bullet.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/qbottom.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/qtop.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/logo.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/qmiddle.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/img/greybg.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/css/folders/tree.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/css/check/tree.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/css/multi/tree.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/css/local/tree.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/css/menu/tree.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/css/default/tree.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/css/screen.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/css/code.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/assets/ysuggest_proxy.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/customicons_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/tv_markup_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/tv_markup.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/tv_tooltip_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/customicons_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/customicons.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/default_tree_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/dynamic_tree_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/tv_tooltip_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/dynamic_tree_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/default_tree_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/dynamic_tree.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/default_tree.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/tv_tooltip.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/folder_style_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/tv_edit_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/tv_edit.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/folder_style_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/folder_style.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/menu_style_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/menu_style_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/menu_style.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/tv_highlight_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/treeview/tv_highlight.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/assets/slider-bg.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/assets/thumb-n.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/assets/star.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/assets/YQLDataSource.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/assets/vumeter.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/assets/thumb-w.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/assets/thumb-e.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/assets/star-bg.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/pb_vumeter_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/pb_ratings_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/pb_vumeter_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/pb_ratings_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/pb_vumeter.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/pb_ratings.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/pb_events_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/pb_events_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/pb_events.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/pb_basic_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/pb_basic_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/progressbar/pb_basic.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/flickr_active.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/html_editor.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/suit6.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/blankimage.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/exampleslib.inc
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/suit5.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/suit4.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/suit3.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/post.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/suit2.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/suit1.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/calendar_active.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/browser.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/flickr_default.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/suits_active.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/JSON.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/yql_proxy.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/suits_default.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/calendar_default.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/suit8.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/assets/suit7.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/tabview_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/toolbar_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/autoheight_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/switch_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/cal_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/tabview_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/switch_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/autoheight_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/dialog_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/dialog_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/simple_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/icon_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/icon_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/imagebrowser_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/post_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/imagebrowser_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/post_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/simple_adv_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/editor_adv_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/editor_adv_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/skinning_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/flickr_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/code_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/autoheight_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/switch_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/tabview_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/dialog_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/cal_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/cal_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/multi_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/simple_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/icon_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/multi_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/simple_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/imagebrowser_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/post_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/simple_adv_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/simple_adv_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/editor_adv_editor_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/code_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/flickr_editor_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/code_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/flickr_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/editor/multi_editor_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/corner_resize.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/xp-tr.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/skin-close.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/bg.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/aqua-hd-close-over.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/aqua-hd-bg.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/xp-tl.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/aqua-hd-rt.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/skin-chart.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/xp-brdr-rt.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/xp-ft.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/ctx.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/ybox-next.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/aqua-hd-lt.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/aqua-hd-close.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/skin-final.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/xp-brdr-lt.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/xp-close.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/xp-br.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/skin-module.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/xp-bl.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/skin-chart2.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/xp-border-rt.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/ybox-close.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/ybox-back.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/xp-hd.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/skin-corners.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/img/aqua-bg.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/style.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/post.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/somedata.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/get.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/containerariaplugin-min.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/assets/containerariaplugin.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/dialog-quickstart_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/panel-loading_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/panel-loading.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/panelskin2.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/panel_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/tooltip.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/simpledialog-quickstart_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/keylistener_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/tooltip_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/overlaymanager_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/panelskin2_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/module_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/module.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/panelskin1_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/overlay.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/tooltip-multi_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/overlay_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/container-ariaplugin_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/container-effect_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/panel-loading_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/simpledialog-quickstart_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/container-ariaplugin.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/panelskin1.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/container-ariaplugin_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/simpledialog-quickstart.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/panel_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/panel.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/keylistener_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/keylistener.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/panel-resize.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/tooltip_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/dialog-quickstart_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/module_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/dialog-quickstart.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/tooltip-multi_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/overlay_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/tooltip-multi.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/panel-resize_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/container-effect_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/overlaymanager_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/container-effect.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/container/overlaymanager.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/reset/reset-simple_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/reset/reset-simple.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/reset/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/right-thumb.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/thumb-n.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/thumb-rgb.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/bg-fader.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/dual_thumb_highlight.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/r-thumb-round.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/thumb-e.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/thumb-fader.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/l-thumb-round.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/dual_thumb_bg.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/bg-v.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/left-thumb.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/color.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/thumb-w.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/thumb-bar.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/thumb-s.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/bg-v-e.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/assets/bg-h.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider_dual_with_highlight.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider-simple_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider-simple_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider_dual_with_highlight_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider_dual_with_highlight_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider_vert_swapped.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider-simple.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider_dual_thumb_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider_vert_swapped_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider_vert_swapped_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider-ticks_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider-ticks_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider-ticks.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider-rgb_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider-rgb_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider-rgb.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider_dual_thumb_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/slider/slider_dual_thumb.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/assets/checkmark.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/assets/checkbox.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/assets/eventdelegation.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/assets/checkbox.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/custom-event_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/eventsimple.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/event-delegation_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/event-delegation.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/custom-event_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/custom-event.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/event-timing.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/event-focus-blur_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/event-focus-blur_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/event-focus-blur.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/eventsimple_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/eventsimple_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/event/event-delegation_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/assets/getNews.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/assets/text.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/assets/background.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/assets/border.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/assets/simple_get.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/assets/neutral.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/get-script-simple_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/get-script-simple.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/get-css-basic_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/get-css-basic.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/get-script-basic_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/get/get-script-basic.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/hasclass_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/getelementsbyclassname.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/hasclass_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/getstyle_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/getxy_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/getstyle_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/getxy_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/hasclass.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/getstyle.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/getxy.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/getelementsbyclassname_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/dom-explorer_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/getelementsbyclassname_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/removeclass_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/removeclass_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/removeclass.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/addclass_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/dom-explorer_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/addclass_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/setstyle_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/addclass.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/dom-explorer.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/setxy_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/setstyle_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/setxy_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/setstyle.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dom/setxy.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yahoo/assets/composition_diagram.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/yahoo/assets/needs_shim.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/yahoo/yahoo_augment_object.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yahoo/yahoo_type_checking.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yahoo/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yahoo/yahoo_extend.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yahoo/yahoo_ua_detection_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yahoo/yahoo_ua_detection_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yahoo/yahoo_ua_detection.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yahoo/yahoo_augment_proto.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yahoo/yahoo_merge.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yahoo/yahoo_type_checking_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/js/tabview.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/js/logger.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/js/inbox.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/js/buttons.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/js/news.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/js/calendar.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/js/editor.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/js/main.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/css/editor-sprite.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/css/thumb-n.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/css/example.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/css/bg-fader.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/css/sprite.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/css/logo.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/css/editor-sprite-active.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/css/example1.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/progress.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/assets/post4.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/grids_layout_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/page_layout_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/page_layout.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/adv_layout.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/calrte_layout.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/nested_layout_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/grids_layout.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/menu_layout.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/calrte_layout_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/panel_layout_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/panel_layout.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/page_layout_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/adv_layout_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/grids_layout_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/menu_layout_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/nested_layout.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/skinning_layout.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/layout/panel_layout_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/assets/picker_mask.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/assets/hue_bg.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/assets/post.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/assets/colorpicker-dark.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/assets/hue_thumb.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/assets/colorpicker.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/assets/picker_thumb.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/colorpicker-dialog-from-markup.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/colorpicker-skinning.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/colorpicker-custom_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/colorpicker-dialog-from-markup_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/colorpicker-dialog-from-markup_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/colorpicker-dialog-from-script_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/colorpicker-fromscript_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/colorpicker-custom.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/colorpicker-fromscript.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/colorpicker-dialog-from-script_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/colorpicker/colorpicker-dialog-from-script.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/swfstore/assets/hamlet.txt
-share/phraseanet/www/include/jslibs/yui2.8/examples/swfstore/swfstore.swf
-share/phraseanet/www/include/jslibs/yui2.8/examples/swfstore/swfstore-advanced-example_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/swfstore/swfstore-advanced-example_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/swfstore/swfstore-advanced-example.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/swfstore/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/swfstore/swfstore-settings-example_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/swfstore/swfstore-settings-example_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/swfstore/swfstore-settings-example.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/json/assets/jsonConnect.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/json/assets/data.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/json/json_connect.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/json/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/json/json_convert_values_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/json/json_convert_values_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/json/json_convert_values.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/json/json_freeze_thaw_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/json/json_connect_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/json/json_freeze_thaw_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/json/json_freeze_thaw.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/cookie/cookie-subcookie-example.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/cookie/cookie-simple-example.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/cookie/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/cookie/cookie-advanced-example.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-gg_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-doc.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-gf.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-doc-custom_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-gd.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-doc4.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-t5.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-gb.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-doc2.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-t3.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-g.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-t1.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-landmarks_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-t4.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-doc-custom.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-landmarks.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-gf_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-ge_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-gd_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-gc_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-t6_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-gb_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-t5_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-t4_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-g_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-t3_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-t2_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-t1_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-gg.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-ge.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-t6.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-gc.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-doc3.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-doc_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-t2.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-doc4_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-doc3_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/grids/grids-doc2_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuitest/yt-async-event-tests_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuitest/yt-array-tests_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuitest/yt-async-test_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuitest/yt-array-tests.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuitest/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuitest/yt-async-test.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuitest/yt-advanced-test-options_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuitest/yt-advanced-test-options.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuitest/yt-async-event-tests.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuitest/yt-simple-example_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/yuitest/yt-simple-example.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/storage/assets/gears_init.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/storage/storage-advanced_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/storage/storage-simple.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/storage/storage-advanced_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/storage/swfstore.swf
-share/phraseanet/www/include/jslibs/yui2.8/examples/storage/storage-advanced.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/storage/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/storage/storage-simple_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/assets/menuariaplugin-min.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/assets/menuariaplugin.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/assets/grass.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/assets/dolly.jpg
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example08.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/topnavfromjswithanim_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/contextmenu.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/topnavfromjs_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example09_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example07_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example03_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example06.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/leftnavfrommarkupwithanim.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example05_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/leftnavfromjswithanim_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/tablecontextmenu_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/applicationmenubar_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/leftnavfromjs_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example04.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example11_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example01_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example12.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example02.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/leftnavfrommarkupwithanim_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/topnavfrommarkupwithanim_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example10.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/topnavfrommarkup_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/topnavfromjswithanim.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/leftnavfrommarkup_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/treeviewcontextmenu.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example06_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example09.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/leftnavfromjswithanim.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/tablecontextmenu.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/applicationmenubar.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/topnavfrommarkup.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example08_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/treeviewcontextmenu_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/leftnavfrommarkup.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example07.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/menuwaiaria.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example04_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example05.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example12_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/programsmenu_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example02_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example03.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/topnavfrommarkupwithanim.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example10_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example11.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/example01.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/contextmenu_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/topnavfromjs.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/menuwaiaria_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/leftnavfromjs.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/menu/programsmenu.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/assets/dpSyntaxHighlighter.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/assets/profilerviewer.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/assets/dpSyntaxHighlighter.css
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/pv-spanish_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/pv-spanish.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/pv-skin.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/pv-basic_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/pv-basic.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/pv-bootstrap_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/pv-bootstrap.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/pv-german_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/pv-german.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/pv-api_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profilerviewer/pv-api.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/assets/blank.htm
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/assets/circle.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-handles_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-region_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-region_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-region.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-proxy_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-basic_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-proxy_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-basic_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-basic.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-groups_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-proxy.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-groups_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-handles_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-groups.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-handles.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-reorder_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-circle_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-reorder_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-circle_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-reorder.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-shim_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-ontop_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-circle.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-shim_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-shim.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/dragdrop/dd-ontop.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/assets/weather.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/assets/post.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/assets/get.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/assets/sync.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/post_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/xdr.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/callback_customevents.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/abort_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/abort_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/abort.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/weather_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/weather_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/weather.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/xdr_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/post_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/post.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/get_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/xdr_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/get.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/global_customevents_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/global_customevents_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/get_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/global_customevents.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/callback_customevents_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/connection/callback_customevents_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datasource/datasource_yql.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datasource/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datasource/datasource_table_to_array_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datasource/datasource_yql_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datasource/datasource_table_to_array.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datasource/datasource_yql_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/stylesheet/stylesheet_anim_multi_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/stylesheet/stylesheet_theme.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/stylesheet/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/stylesheet/stylesheet_anim_multi_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/stylesheet/stylesheet_anim_multi.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/stylesheet/stylesheet_theme_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/stylesheet/stylesheet_theme_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/fonts/fonts-family_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/fonts/fonts-family.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/fonts/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/fonts/fonts-size_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/fonts/fonts-size.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/fonts/fonts-simple_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/fonts/fonts-simple.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/assets/expressinstall.swf
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/assets/generatedata.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/assets/tube.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-hideseries_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-skins_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-datatable_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-dualaxes.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-styles_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-seriescustomization_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-seriescustomization_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-seriescustomization.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-functionscope_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-stacked_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-dualaxes_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-skins.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-xhr-polling_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-tabview_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-rotation_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-legend_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-rotation.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-quickstart_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-quickstart.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-skins_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-functionscope_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-hideseries_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-hideseries.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-styles_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-styles.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-datatable_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-datatable.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-functionscope.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-stacked_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-stacked.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-dualaxes_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-xhr-polling_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-xhr-polling.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-tabview_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-tabview.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-rotation_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-legend_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-legend.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/charts/charts-quickstart_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/assets/inventory.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/assets/top40.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/assets/areacodes.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/pag_multiple_containers_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/pag_multiple_containers_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/pag_multiple_containers.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/pag_getting_started_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/pag_configuration_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/pag_manual_render_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/pag_manual_render_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/pag_manual_render.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/pag_configuration_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/pag_getting_started_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/pag_getting_started.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/paginator/pag_configuration.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profiler/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profiler/profiler-simple-example.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/profiler/profiler-object-example.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/js/rowexpansion.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/js/data.js
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/img/tr.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/img/br.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/img/tl.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/img/bl.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/php/dynamicfilter/state_cols.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/php/dynamicfilter/state_data.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/php/dynamicfilter/data.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/php/json5000_proxy.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/php/yql_proxy.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/php/ylocal_proxy.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/php/xml_proxy.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/php/JSON.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/php/text_with_headers_proxy.txt
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/php/text_proxy.txt
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/php/json_proxy.php
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/images/dt_history_flow.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/images/arrow_open.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/images/arrow_closed.png
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/images/spinner.gif
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/assets/html/blank.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_dynamicdata_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_xpath.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_basic.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_cellselect_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_fixedscroll_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_nestedheaders.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_contextmenu.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_rowselect_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_complex.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_xhrtext.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_polling_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_row_coloring_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_rowdatamod_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_fixedscroll_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_skinning.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_autocomplete_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_ddrows_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_tabview_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_localfilter_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_xhrjson_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_formatting_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_xhrpostxml_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_clientpagination_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_xpath_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_rowexp_basic.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_clientsorting_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_cellediting.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_nestedheaders_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_rowselect_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_cellselect.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_bhm.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_formatting.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_nestedheaders_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_dynamicfilter_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_colshowhide.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_xhrtext_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_highlighting_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_enhanced_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_row_coloring_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_tabview_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_localfilter_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_autocomplete.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_rowdatamod.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_xhrjson_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_dynamicfilter.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_xpath_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_basic_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_contextmenu_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_dynamicdata.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_highlighting_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_bhm_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_complex_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_colshowhide_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_enhanced_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_rowselect.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_xhrtext_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_polling.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_row_coloring.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_ddrows.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_tabview.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_xhrjson.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_xhrpostxml.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_dynamicdata_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_clientpagination.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_rowexp_basic_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_clientsorting.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_cellediting_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_basic_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_cellselect_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_contextmenu_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_fixedscroll.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_dynamicfilter_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_formatting_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_complex_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_colshowhide_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_bhm_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_polling_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_highlighting.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_enhanced.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_ddrows_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_autocomplete_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_rowdatamod_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_localfilter.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_clientpagination_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_xhrpostxml_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_rowexp_basic_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_clientsorting_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/datatable/dt_cellediting_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/selector/filter_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/selector/query_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/selector/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/selector/query_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/selector/filter_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/selector/query.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/selector/filter.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/anim-chaining_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/easing_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/motion_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/easing.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/motion.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/from_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/colors_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/units_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/from.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/control_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/anim-chaining_log.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/anim-chaining.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/units.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/colors.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/scroll_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/scroll.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/attributes_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/attributes.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/basic_clean.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/basic.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/animation/control.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/logger/log_basic_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/logger/log_reading.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/logger/index.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/logger/log_writing.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/logger/log_autocomplete.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/logger/log_basic.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/logger/log_autocomplete_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/logger/log_skinning_source.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/logger/log_skinning.html
-share/phraseanet/www/include/jslibs/yui2.8/examples/index.html
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.colorpicker
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.slider
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.reset
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.container
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.event
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.yahoo
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.dom
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.get
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.reset-fonts-grids
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.layout
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.swfstore
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.profilerviewer
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.cookie
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.json
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.grids
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.yuitest
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.storage
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.connection
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.menu
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.dragdrop
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.yuiloader-dom-event
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.datasource
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.element
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.fonts
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.yahoo-dom-event
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.stylesheet
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.swfdetect
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.paginator
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.charts
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.profiler
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.datatable
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.selector
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.logger
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.animation
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.imagecropper
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.carousel
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.button
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.uploader
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.utilities
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.reset-fonts
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.base
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.imageloader
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.calendar
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.event-simulate
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.tabview
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.resize
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.autocomplete
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.history
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.swf
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.yuiloader
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.treeview
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.progressbar
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.datemath
-share/phraseanet/www/include/jslibs/yui2.8/releasenotes/README.editor
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/serialization/json/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/serialization/json/JSONToken.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/serialization/json/JSONEncoder.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/serialization/json/JSON.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/serialization/json/JSONTokenizer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/serialization/json/JSONDecoder.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/serialization/json/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/serialization/json/JSONParseError.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/serialization/json/JSONTokenType.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/images/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/images/BitString.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/images/PNGEncoder.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/images/JPGEncoder.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/adobe/images/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yui/util/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yui/util/connection.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yui/util/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/util/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/util/ImageExport.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/util/YUIBridge.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/util/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/VerticalAlignment.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/TileLayout.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/ILayoutMode.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/BorderLayout.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/HorizontalAlignment.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/PercentageSizeUtil.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/BoxLayout.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/FlowLayout.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/BorderConstraints.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/IAdvancedLayoutMode.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/LayoutModeUtil.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/modes/BaseLayoutMode.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/events/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/events/LayoutEvent.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/events/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/ILayoutContainer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/LayoutManager.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/LayoutContainer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/layout/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/display/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/display/BitmapText.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/display/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/events/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/events/AxisEvent.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/events/ChartEvent.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/events/LegendEvent.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/events/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/HorizontalAxisRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/RadialAxisRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/DefaultAxisRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/IAxisRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/CategoryAxis.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/IStackingAxis.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/AxisLabelData.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/BaseAxis.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/AxisData.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/DefaultGridLinesRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/ICartesianAxisRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/ScaleType.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/NumericAxis.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/IOriginAxis.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/VerticalAxisRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/TimeAxis.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/IRadialAxisRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/IGridLinesRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/AxisOrientation.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/TickPosition.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/IClusteringAxis.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/axes/IAxis.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/legend/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/legend/LegendItemData.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/legend/ILegend.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/legend/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/legend/Legend.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/legend/LegendItem.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/ISeriesItemRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/ColumnSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/StackedColumnSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/ISeries.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/LineSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/IStackedSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/ILegendItemSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/ICategorySeries.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/SeriesItemRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/Series.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/PieSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/CartesianSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/BarSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/series/StackedBarSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/skins/IProgrammaticSkin.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/skins/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/skins/TriangleSkin.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/skins/RectangleSkin.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/skins/CircleSkin.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/skins/DiamondSkin.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/skins/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/LineChart.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/IChart.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/IDataTipRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/ICategoryChart.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/Chart.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/PieChart.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/ChartUtil.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/CartesianChart.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/StackedBarChart.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/BarChart.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/ColumnChart.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/StackedColumnChart.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/charts/DataTipRenderer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/utils/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/utils/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/fl/utils/UIComponentUtil.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/DisplayObjectUtil.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/DateUtil.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/JavaScriptUtil.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/NumberUtil.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/GeomUtil.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/AxisLabelUtil.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/TextUtil.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/DynamicRegistration.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/TimeUnit.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/GraphicsUtil.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/utils/InstanceFactory.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/animation/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/animation/AnimationEvent.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/animation/Animation.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/astra/animation/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/charts/TextFormatSerializer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/charts/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/charts/ChartSerializer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/charts/BackgroundImageMode.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/charts/SeriesSerializer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/charts/BackgroundAndBorder.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/charts/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/charts/AxisSerializer.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/YUIAdapter.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/YUILogger.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/com/yahoo/yui/LoggerCategory.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/images/detailSectionHeader.jpg
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/images/inherit-arrow.gif
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/images/titleTableBottom.jpg
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/images/inheritedSummary.gif
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/images/expanded.gif
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/images/titleTableTop.jpg
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/images/collapsed.gif
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/images/titleTableMiddle.jpg
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/images/detailHeaderRule.jpg
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/images/logo.jpg
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/class-summary.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-P.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/mxml-tags.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-N.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/index.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-L.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/cookies.js
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-J.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-classes.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-H.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/package-detail.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-F.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/appendixes.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-D.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-B.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/package-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/title-bar.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/package-summary.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-Y.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/package-frame.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-W.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/index-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-U.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/class-list.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-S.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-Q.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/Uploader.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-O.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-M.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-K.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-I.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-G.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/asdoc.js
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-E.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/style.css
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-C.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-A.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/Charts.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-Z.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-X.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/print.css
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-V.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-T.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/SWFStore.html
-share/phraseanet/www/include/jslibs/yui2.8/as-docs/all-index-R.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/assets/bg_hd.gif
-share/phraseanet/www/include/jslibs/yui2.8/docs/assets/ac-js
-share/phraseanet/www/include/jslibs/yui2.8/docs/assets/yui.png
-share/phraseanet/www/include/jslibs/yui2.8/docs/assets/api-js
-share/phraseanet/www/include/jslibs/yui2.8/docs/assets/reset-fonts-grids-min.css
-share/phraseanet/www/include/jslibs/yui2.8/docs/assets/api.css
-share/phraseanet/www/include/jslibs/yui2.8/docs/CurrentPageReport.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Easing.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Motion.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Type.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/LogWriter.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.DDTarget.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_datatable.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/StorageEngineHTML5.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_selector.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/HTMLNode.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Region.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ImageLoader.srcImgObj.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_imageloader.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_cookie.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/CategoryAxis.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.StackedColumnChart.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/toolbar-button.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/UserAction.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Carousel.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_yuitest.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/ArrayAssert.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/ContainerEffect.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Bezier.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_history.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.UserAction.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/menubar.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/NextPageLink.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_yuiloader.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/ChartTypes.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Config.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ContainerEffect.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Storage.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Subscriber.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Series.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.RootNode.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.MenuBar.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.HTMLNode.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/RowsPerPageDropDown.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/SimpleDialog.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Cookie.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Number.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Tab.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ImageLoader.bgImgObj.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_swfstore.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Sort.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_uploader.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/crop.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Assert.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_element.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Env.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.AssertionError.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_menu.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.tool.TestLogger.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ColumnSet.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_dragdrop.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_autocomplete.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/DualSlider.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ComparisonFailure.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.TVFadeOut.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_datasource.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Profiler.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TestLogger.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ArrayAssert.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Scroll.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/swfstore.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_profiler.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ShouldFail.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.DDProxy.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Slider.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.tool.TestNode.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ScriptNodeDataSource.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Anim.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/LogWriter.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/DragDrop.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/NumericAxis.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/RootNode.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Logger.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Paginator.ui.CurrentPageReport.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Calendar.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.XHRDataSource.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.tool.TestCase.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.RadioCellEditor.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/DD.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Node.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Paginator.ui.FirstPageLink.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/PageLinks.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Color.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_slider.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.SimpleEditor.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_treeview.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_progressbar.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.FunctionDataSource.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/toolbar.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ImageLoader.pngBgImgObj.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.StackedBarChart.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/ColumnSet.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.StyleSheet.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.MenuItem.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.DD.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.BaseCellEditor.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TreeViewEd.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/resize.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Layout.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/menumanager.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/swf.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.OverlayManager.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Paginator.ui.PageLinks.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Chart.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/EventProvider.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/KeyListener.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/yuiloader.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/PreviousPageLink.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TestSuite.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/editor.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.lang.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Region.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.LocalDataSource.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ImageLoader.group.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ColumnResizer.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ScrollingDataTable.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/LastPageLink.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.DateMath.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.YUILoader.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Calendar.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.SliderThumb.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_layout.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Calendar_Core.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/StorageEvent.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ColumnChart.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_json.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/LogReader.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/buttongroup.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/connectionx.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.TVAnim.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/ColorAnim.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_editor.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Lang.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ToolbarButton.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/SliderThumb.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.NumericAxis.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Resize.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.History.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Dom.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.StorageEngineKeyed.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Dom.IEStyle.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TestCase.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/MenuNode.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Module.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/ImageLoader.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_dom.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_yahoo.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.tool.TestSuite.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/menubaritem.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.TimeAxis.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_imagecropper.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_button.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Storage.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TVFadeOut.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TVFadeIn.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/PieChart.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.env.ua.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Date.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ColumnDD.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_resize.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TextNode.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TreeView.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/DateMath.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.UnexpectedValue.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.PieChart.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Column.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.tool.TestReporter.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/MouseEnter.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/index.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.DragDropMgr.ElementWrapper.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ProgressBar.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/simple-editor.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/OverlayManager.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/StorageEngineKeyed.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Element.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_colorpicker.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.BarSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.DataSourceBase.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.EditorWindow.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.MenuNode.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_event-mouseenter.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.StorageEngineSWF.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.CustomEvent.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.FlashAdapter.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.tool.TestManager.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_connection.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/gears_init.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.TreeView.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/DateNode.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Event.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Bezier.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ColumnSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.TextNode.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Motion.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.DualSlider.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.AnimMgr.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Connect.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/history.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Event.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/classmap.js
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Get.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TVAnim.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/ProgressBar.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.env.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/DDProxy.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.StorageEngineGears.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.DropdownCellEditor.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Toolbar.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.TabView.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.StorageEvent.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Attribute.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/layoutunit.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/ColorPicker.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.DataSource.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/JSON.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_animation.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ObjectAssert.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Config.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.tool.Profiler.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Paginator.ui.YourComponent.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ShouldError.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/ObjectAssert.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TestFormat.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TimeAxis.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Anim.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.TVFadeIn.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/contextmenu.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Get.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.CheckboxCellEditor.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/menuariaplugin.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.DateCellEditor.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.KeyListener.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/StorageEngineGears.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.CellEditor.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/StorageEngineSWF.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/DragDropMgr.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_get.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ContextMenu.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.DataTable.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Overlay.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Attribute.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/FirstPageLink.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/DateAssert.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ToolbarButtonAdvanced.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ImageLoader.imgObj.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/FlashAdapter.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.SimpleDialog.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_profilerviewer.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.tool.TestCase.Wait.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Series.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Cookie.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.AutoComplete.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Calendar2up.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Dom.Color.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.EventProvider.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Node.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Delegate.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.TextareaCellEditor.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Paginator.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ColorPicker.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Selector.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.AttributeProvider.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.UnexpectedError.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.lang.JSON.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/CartesianChart.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/AnimMgr.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.TextboxCellEditor.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.tool.TestRunner.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.MenuManager.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Paginator.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Selector.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_charts.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/AttributeProvider.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Carousel.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Uploader.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TestManager.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/LogReader.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/menu.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.CalendarNavigator.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Point.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/profilerviewer.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Dialog.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/index.json
-share/phraseanet/www/include/jslibs/yui2.8/docs/LogMsg.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.StackedBarSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Record.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/ScrollingDataTable.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Element-Delegate.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_storage.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Tab.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/DDTarget.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.DateAssert.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_event-simulate.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Menu.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/swfdetect.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.SWF.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/CalendarNavigator.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Dialog.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_stylesheet.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_paginator.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/LogMsg.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/CustomEvent.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_carousel.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.CartesianSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TestReporter.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TabView.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Panel.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Tooltip.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/RecordSet.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Element.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.StorageEngineHTML5.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ProfilerViewer.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Panel.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.DragDrop.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Assert.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_container.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/layout.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Slider.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/raw.json
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Paginator.ui.NextPageLink.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ButtonGroup.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ContextMenuItem.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/connection_xdr.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/TestRunner.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.SWFDetect.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Logger.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Chain.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_tabview.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.DragDropMgr.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.EditorInfo.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.LineSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Module.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/DataTable.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Overlay.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.ImageCropper.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Tooltip.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.RecordSet.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/IEStyle.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_event.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_logger.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.DateNode.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Paginator.ui.PreviousPageLink.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/connection_core.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_calendar.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.ColorAnim.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/StorageManager.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/AutoComplete.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.LineChart.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Dom.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.MenuBarItem.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/UIComponentTemplate.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.SWFStore.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Axis.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/contextmenuitem.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.CategoryAxis.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/swfobject.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/CellEditor.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Chart.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.CartesianChart.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_event-delegate.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_datemath.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_element-delegate.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.StorageManager.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.DateLocale.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.BarChart.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.CalendarGroup.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Editor.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Easing.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Axis.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.LayoutUnit.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Paginator.ui.LastPageLink.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Uploader.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Button.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.Color.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/DataSource.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Scroll.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.StackedColumnSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/stylesheet.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO_config.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/CalendarGroup.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_swf.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Paginator.ui.RowsPerPageDropdown.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/module_swfdetect.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/menuitem.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.PieSeries.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/Chain.js.html
-share/phraseanet/www/include/jslibs/yui2.8/docs/button.js.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/carousel/tests/protectedMethodTests.js
-share/phraseanet/www/include/jslibs/yui2.8/tests/carousel/tests/AllTests.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/carousel/tests/markupTests.js
-share/phraseanet/www/include/jslibs/yui2.8/tests/carousel/tests/scriptTests.js
-share/phraseanet/www/include/jslibs/yui2.8/tests/button/tests/selected-menuitem-change-test.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/button/tests/button-activeelement-test.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/button/tests/submit-twice-test.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/button/tests/label-replace-test.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/button/tests/label-click-test.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/button/tests/yui-prefix-test.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/button/tests/preventoverlap.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/calendar/tests/calendar.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/imageloader/tests/imageloader.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/autocomplete/tests/autocomplete.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/tabview/tests/tabview.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/swf/tests/YUIBridgeProject.swf
-share/phraseanet/www/include/jslibs/yui2.8/tests/swf/tests/basic.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/yuiloader/tests/yuiloader_rollup.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/yuiloader/tests/yuiloader_config.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/yuiloader/tests/yuiloader.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/progressbar/tests/index.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/event-delegate/tests/delegation.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/event-delegate/tests/delegation2.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/common/tests/smoketests.xml
-share/phraseanet/www/include/jslibs/yui2.8/tests/common/tests/YUI.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/datemath/tests/datemath.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/editor/tests/index.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/editor/tests/tests.js
-share/phraseanet/www/include/jslibs/yui2.8/tests/slider/tests/base_graduated_region.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/slider/tests/grad_win_resize.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/slider/tests/offscreen.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/slider/tests/base_graduated.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/slider/tests/base.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/slider/tests/move_setval.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/slider/tests/base_dual.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/slider/tests/background.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/slider/tests/base_region.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/slider/tests/base_animated.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/container/tests/module.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/container/tests/config.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/event/tests/focusin-focusout.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/event/tests/focusblur.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/dom/tests/dom.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/yahoo/tests/assets/xframe.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/yahoo/tests/yahoo.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/colorpicker/tests/colorpicker.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/json/tests/json.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/cookie/tests/cookie.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/yuitest/tests/yuitest.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/event-mouseenter/tests/mouseenter3.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/event-mouseenter/tests/mouseenter2.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/event-mouseenter/tests/mouseenter.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/menu/tests/menu-unsubscribe.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/menu/tests/keep-open-fix.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/menu/tests/visited-link-test.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/menu/tests/keep-open-repo.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/menu/tests/menu.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/menu/tests/menu-activeelement-test.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/menu/tests/menu-right-click-test.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/storage/tests/testvalues.js
-share/phraseanet/www/include/jslibs/yui2.8/tests/storage/tests/storage.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/dragdrop/tests/index.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/element/tests/mouseenter.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/element/tests/element.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/connection/tests/submitReporter.php
-share/phraseanet/www/include/jslibs/yui2.8/tests/connection/tests/setForm.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/datasource/tests/php/xhr_table.php
-share/phraseanet/www/include/jslibs/yui2.8/tests/datasource/tests/php/proxy_ylocal.php
-share/phraseanet/www/include/jslibs/yui2.8/tests/datasource/tests/datasource.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/datasource/tests/xmlparsing.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/datasource/tests/date.php
-share/phraseanet/www/include/jslibs/yui2.8/tests/stylesheet/tests/stylesheet.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/paginator/tests/example.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/paginator/tests/basic.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/profiler/tests/profiler.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/datatable/tests/datatable/DataTable.js
-share/phraseanet/www/include/jslibs/yui2.8/tests/datatable/tests/datatable/RecordSet.js
-share/phraseanet/www/include/jslibs/yui2.8/tests/datatable/tests/datatable/ColumnSet.js
-share/phraseanet/www/include/jslibs/yui2.8/tests/datatable/tests/datatable.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/datatable/tests/2099844.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/selector/tests/selector.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/animation/tests/animation.html
-share/phraseanet/www/include/jslibs/yui2.8/tests/logger/tests/logger.html
-share/phraseanet/www/include/jslibs/yui2.8/assets/dpSyntaxHighlighter.js
-share/phraseanet/www/include/jslibs/yui2.8/assets/example-hd-bg.gif
-share/phraseanet/www/include/jslibs/yui2.8/assets/yuiDistribution.css
-share/phraseanet/www/include/jslibs/yui2.8/assets/yui.css
-share/phraseanet/www/include/jslibs/yui2.8/assets/yuilib.jpg
-share/phraseanet/www/include/jslibs/yui2.8/assets/yui.gif
-share/phraseanet/www/include/jslibs/yui2.8/assets/bg_hd.gif
-share/phraseanet/www/include/jslibs/yui2.8/assets/dpSyntaxHighlighter.css
-share/phraseanet/www/include/jslibs/yui2.8/assets/yui-candy.jpg
-share/phraseanet/www/include/jslibs/yui2.8/assets/syntax.js
-share/phraseanet/www/include/jslibs/yui2.8/assets/YUIexamples.js
-share/phraseanet/www/include/jslibs/yui2.8/build/carousel/assets/skins/sam/carousel-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/carousel/assets/skins/sam/ajax-loader.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/carousel/assets/skins/sam/carousel.css
-share/phraseanet/www/include/jslibs/yui2.8/build/carousel/assets/carousel-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/carousel/assets/ajax-loader.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/carousel/carousel-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/carousel/carousel-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/carousel/carousel.js
-share/phraseanet/www/include/jslibs/yui2.8/build/imagecropper/assets/skins/sam/imagecropper-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/imagecropper/assets/skins/sam/imagecropper.css
-share/phraseanet/www/include/jslibs/yui2.8/build/imagecropper/assets/imagecropper-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/imagecropper/imagecropper-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/imagecropper/imagecropper-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/imagecropper/imagecropper.js
-share/phraseanet/www/include/jslibs/yui2.8/build/yahoo-dom-event/yahoo-dom-event.js
-share/phraseanet/www/include/jslibs/yui2.8/build/utilities/utilities.js
-share/phraseanet/www/include/jslibs/yui2.8/build/uploader/assets/uploader.swf
-share/phraseanet/www/include/jslibs/yui2.8/build/uploader/uploader-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/uploader/uploader-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/uploader/uploader.js
-share/phraseanet/www/include/jslibs/yui2.8/build/button/assets/skins/sam/button.css
-share/phraseanet/www/include/jslibs/yui2.8/build/button/assets/skins/sam/menu-button-arrow-disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/button/assets/skins/sam/split-button-arrow-focus.png
-share/phraseanet/www/include/jslibs/yui2.8/build/button/assets/skins/sam/split-button-arrow-active.png
-share/phraseanet/www/include/jslibs/yui2.8/build/button/assets/skins/sam/menu-button-arrow.png
-share/phraseanet/www/include/jslibs/yui2.8/build/button/assets/skins/sam/split-button-arrow-disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/button/assets/skins/sam/button-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/button/assets/skins/sam/split-button-arrow-hover.png
-share/phraseanet/www/include/jslibs/yui2.8/build/button/assets/skins/sam/split-button-arrow.png
-share/phraseanet/www/include/jslibs/yui2.8/build/button/assets/button-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/button/button-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/button/button-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/button/button.js
-share/phraseanet/www/include/jslibs/yui2.8/build/base/base-min.css
-share/phraseanet/www/include/jslibs/yui2.8/build/base/base.css
-share/phraseanet/www/include/jslibs/yui2.8/build/reset-fonts/reset-fonts.css
-share/phraseanet/www/include/jslibs/yui2.8/build/calendar/assets/skins/sam/calendar-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/calendar/assets/skins/sam/calendar.css
-share/phraseanet/www/include/jslibs/yui2.8/build/calendar/assets/calrt.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/calendar/assets/calx.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/calendar/assets/calendar-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/calendar/assets/callt.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/calendar/assets/calgrad.png
-share/phraseanet/www/include/jslibs/yui2.8/build/calendar/assets/calendar.css
-share/phraseanet/www/include/jslibs/yui2.8/build/calendar/calendar-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/calendar/calendar-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/calendar/calendar.js
-share/phraseanet/www/include/jslibs/yui2.8/build/imageloader/imageloader-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/imageloader/imageloader-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/imageloader/imageloader.js
-share/phraseanet/www/include/jslibs/yui2.8/build/event-simulate/event-simulate-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/event-simulate/event-simulate.js
-share/phraseanet/www/include/jslibs/yui2.8/build/event-simulate/event-simulate-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/tabview/assets/skins/sam/tabview-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/tabview/assets/skins/sam/tabview.css
-share/phraseanet/www/include/jslibs/yui2.8/build/tabview/assets/tabview-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/tabview/assets/border_tabs.css
-share/phraseanet/www/include/jslibs/yui2.8/build/tabview/assets/skin-sam.css
-share/phraseanet/www/include/jslibs/yui2.8/build/tabview/assets/tabview.css
-share/phraseanet/www/include/jslibs/yui2.8/build/tabview/assets/loading.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/tabview/tabview-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/tabview/tabview.js
-share/phraseanet/www/include/jslibs/yui2.8/build/tabview/tabview-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/resize/assets/skins/sam/layout_sprite.png
-share/phraseanet/www/include/jslibs/yui2.8/build/resize/assets/skins/sam/resize-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/resize/assets/skins/sam/resize.css
-share/phraseanet/www/include/jslibs/yui2.8/build/resize/assets/resize-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/resize/resize-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/resize/resize.js
-share/phraseanet/www/include/jslibs/yui2.8/build/resize/resize-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/autocomplete/assets/skins/sam/autocomplete-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/autocomplete/assets/skins/sam/autocomplete.css
-share/phraseanet/www/include/jslibs/yui2.8/build/autocomplete/assets/autocomplete-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/autocomplete/autocomplete-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/autocomplete/autocomplete-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/autocomplete/autocomplete.js
-share/phraseanet/www/include/jslibs/yui2.8/build/history/assets/blank.html
-share/phraseanet/www/include/jslibs/yui2.8/build/history/history-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/history/history.js
-share/phraseanet/www/include/jslibs/yui2.8/build/history/history-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/swf/swf-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/swf/swf-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/swf/swf.js
-share/phraseanet/www/include/jslibs/yui2.8/build/yuiloader/yuiloader-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/yuiloader/yuiloader-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/yuiloader/yuiloader.js
-share/phraseanet/www/include/jslibs/yui2.8/build/treeview/assets/skins/sam/treeview-loading.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/treeview/assets/skins/sam/treeview-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/treeview/assets/skins/sam/check2.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/treeview/assets/skins/sam/treeview-sprite.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/treeview/assets/skins/sam/check1.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/treeview/assets/skins/sam/treeview.css
-share/phraseanet/www/include/jslibs/yui2.8/build/treeview/assets/skins/sam/loading.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/treeview/assets/skins/sam/check0.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/treeview/assets/treeview-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/treeview/treeview-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/treeview/treeview-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/treeview/treeview.js
-share/phraseanet/www/include/jslibs/yui2.8/build/progressbar/assets/skins/sam/progressbar.css
-share/phraseanet/www/include/jslibs/yui2.8/build/progressbar/assets/skins/sam/bar-h.png
-share/phraseanet/www/include/jslibs/yui2.8/build/progressbar/assets/skins/sam/bar-v.png
-share/phraseanet/www/include/jslibs/yui2.8/build/progressbar/assets/skins/sam/back-h.png
-share/phraseanet/www/include/jslibs/yui2.8/build/progressbar/assets/skins/sam/back-v.png
-share/phraseanet/www/include/jslibs/yui2.8/build/progressbar/assets/skins/sam/progressbar-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/progressbar/assets/progressbar-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/progressbar/progressbar-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/progressbar/progressbar-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/progressbar/progressbar.js
-share/phraseanet/www/include/jslibs/yui2.8/build/event-delegate/event-delegate-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/event-delegate/event-delegate-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/event-delegate/event-delegate.js
-share/phraseanet/www/include/jslibs/yui2.8/build/datemath/datemath-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/datemath/datemath-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/datemath/datemath.js
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/assets/skins/sam/simpleeditor-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/assets/skins/sam/editor-sprite.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/assets/skins/sam/editor.css
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/assets/skins/sam/blankimage.png
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/assets/skins/sam/simpleeditor.css
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/assets/skins/sam/editor-knob.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/assets/skins/sam/editor-sprite-active.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/assets/skins/sam/editor-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/assets/simpleeditor-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/assets/editor-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/simpleeditor-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/simpleeditor-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/simpleeditor.js
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/editor-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/editor-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/editor/editor.js
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/skins/sam/slider-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/skins/sam/slider.css
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/skins/sam/bg-h.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/skins/sam/bg-v.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/right-thumb.png
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/thumb-n.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/slider-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/bg-fader.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/left-thumb.png
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/thumb-w.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/thumb-e.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/thumb-bar.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/thumb-s.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/thumb-fader.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/bg-v-e.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/bg-h.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/slider-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/assets/bg-v.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/slider-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/slider.js
-share/phraseanet/www/include/jslibs/yui2.8/build/slider/slider-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/reset/reset-min.css
-share/phraseanet/www/include/jslibs/yui2.8/build/reset/reset.css
-share/phraseanet/www/include/jslibs/yui2.8/build/container/assets/skins/sam/container-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/container/assets/skins/sam/container.css
-share/phraseanet/www/include/jslibs/yui2.8/build/container/assets/close12_1.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/container/assets/hlp16_1.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/container/assets/alrt16_1.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/container/assets/container-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/container/assets/container.css
-share/phraseanet/www/include/jslibs/yui2.8/build/container/assets/tip16_1.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/container/assets/info16_1.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/container/assets/blck16_1.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/container/assets/warn16_1.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/container/container_core-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/container/container-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/container/container.js
-share/phraseanet/www/include/jslibs/yui2.8/build/container/container_core-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/container/container_core.js
-share/phraseanet/www/include/jslibs/yui2.8/build/container/container-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/event/event-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/event/event-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/event/event.js
-share/phraseanet/www/include/jslibs/yui2.8/build/get/get-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/get/get-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/get/get.js
-share/phraseanet/www/include/jslibs/yui2.8/build/dom/dom-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/dom/dom-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/dom/dom.js
-share/phraseanet/www/include/jslibs/yui2.8/build/reset-fonts-grids/reset-fonts-grids.css
-share/phraseanet/www/include/jslibs/yui2.8/build/yahoo/yahoo-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/yahoo/yahoo-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/yahoo/yahoo.js
-share/phraseanet/www/include/jslibs/yui2.8/build/layout/assets/skins/sam/layout_sprite.png
-share/phraseanet/www/include/jslibs/yui2.8/build/layout/assets/skins/sam/layout-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/layout/assets/skins/sam/layout.css
-share/phraseanet/www/include/jslibs/yui2.8/build/layout/assets/layout-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/layout/layout-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/layout/layout-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/layout/layout.js
-share/phraseanet/www/include/jslibs/yui2.8/build/colorpicker/assets/skins/sam/picker_mask.png
-share/phraseanet/www/include/jslibs/yui2.8/build/colorpicker/assets/skins/sam/hue_bg.png
-share/phraseanet/www/include/jslibs/yui2.8/build/colorpicker/assets/skins/sam/colorpicker-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/colorpicker/assets/skins/sam/colorpicker.css
-share/phraseanet/www/include/jslibs/yui2.8/build/colorpicker/assets/colorpicker-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/colorpicker/assets/picker_mask.png
-share/phraseanet/www/include/jslibs/yui2.8/build/colorpicker/assets/hue_thumb.png
-share/phraseanet/www/include/jslibs/yui2.8/build/colorpicker/assets/picker_thumb.png
-share/phraseanet/www/include/jslibs/yui2.8/build/colorpicker/colorpicker-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/colorpicker/colorpicker-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/colorpicker/colorpicker.js
-share/phraseanet/www/include/jslibs/yui2.8/build/swfstore/swfstore-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/swfstore/swfstore.swf
-share/phraseanet/www/include/jslibs/yui2.8/build/swfstore/swf.js
-share/phraseanet/www/include/jslibs/yui2.8/build/swfstore/swfstore-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/swfstore/swfstore.js
-share/phraseanet/www/include/jslibs/yui2.8/build/json/json-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/json/json-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/json/json.js
-share/phraseanet/www/include/jslibs/yui2.8/build/cookie/cookie-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/cookie/cookie-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/cookie/cookie.js
-share/phraseanet/www/include/jslibs/yui2.8/build/grids/grids-min.css
-share/phraseanet/www/include/jslibs/yui2.8/build/grids/grids.css
-share/phraseanet/www/include/jslibs/yui2.8/build/yuitest/assets/skins/sam/yuitest-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/yuitest/assets/skins/sam/yuitest.css
-share/phraseanet/www/include/jslibs/yui2.8/build/yuitest/assets/testlogger.css
-share/phraseanet/www/include/jslibs/yui2.8/build/yuitest/assets/yuitest-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/yuitest/yuitest_core-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/yuitest/yuitest_core-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/yuitest/yuitest_core.js
-share/phraseanet/www/include/jslibs/yui2.8/build/yuitest/yuitest-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/yuitest/yuitest-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/yuitest/yuitest.js
-share/phraseanet/www/include/jslibs/yui2.8/build/event-mouseenter/event-mouseenter-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/event-mouseenter/event-mouseenter-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/event-mouseenter/event-mouseenter.js
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/skins/sam/menuitem_checkbox.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/skins/sam/menu-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/skins/sam/menubaritem_submenuindicator_disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/skins/sam/menu.css
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/skins/sam/menubaritem_submenuindicator.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/skins/sam/menuitem_checkbox_disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/skins/sam/menuitem_submenuindicator.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menu.css
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menubaritem_submenuindicator_disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menuitem_checkbox.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menuitem_submenuindicator_selected.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menu_up_arrow.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menuitem_checkbox_disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menuitem_submenuindicator.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menubaritem_submenuindicator_selected.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menu_up_arrow_disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menuitem_submenuindicator_disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menu_down_arrow.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menubaritem_submenuindicator.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menuitem_checkbox_selected.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menu-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/assets/menu_down_arrow_disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/menu-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/menu-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/menu/menu.js
-share/phraseanet/www/include/jslibs/yui2.8/build/profilerviewer/assets/skins/sam/asc.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/profilerviewer/assets/skins/sam/profilerviewer-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/profilerviewer/assets/skins/sam/profilerviewer.css
-share/phraseanet/www/include/jslibs/yui2.8/build/profilerviewer/assets/skins/sam/header_background.png
-share/phraseanet/www/include/jslibs/yui2.8/build/profilerviewer/assets/skins/sam/wait.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/profilerviewer/assets/skins/sam/desc.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/profilerviewer/assets/profilerviewer-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/profilerviewer/profilerviewer-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/profilerviewer/profilerviewer-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/profilerviewer/profilerviewer.js
-share/phraseanet/www/include/jslibs/yui2.8/build/storage/storage-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/storage/storage-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/storage/storage.js
-share/phraseanet/www/include/jslibs/yui2.8/build/dragdrop/dragdrop-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/dragdrop/dragdrop-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/dragdrop/dragdrop.js
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/treeview-loading.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/blankimage.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/menubaritem_submenuindicator_disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/editor.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/bar-h.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/hue_bg.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/picker_mask.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/container.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/slider.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/layout.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/wait.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/profilerviewer.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/menuitem_checkbox_disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/colorpicker.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/treeview-sprite.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/split-button-arrow-hover.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/editor-sprite.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/yuitest.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/sprite.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/menu.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/split-button-arrow-focus.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/layout_sprite.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/back-v.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/split-button-arrow-active.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/menu-button-arrow.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/menubaritem_submenuindicator.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/menuitem_checkbox.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/dt-arrow-dn.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/editor-knob.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/header_background.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/paginator.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/asc.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/datatable.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/back-h.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/imagecropper.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/logger.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/dt-arrow-up.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/editor-sprite-active.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/ajax-loader.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/carousel.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/check2.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/button.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/check1.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/check0.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/calendar.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/bg-v.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/menuitem_submenuindicator.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/sprite.psd
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/menu-button-arrow-disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/bar-v.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/tabview.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/resize.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/split-button-arrow.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/menuitem_submenuindicator_disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/autocomplete.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/simpleeditor.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/desc.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/treeview.css
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/split-button-arrow-disabled.png
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/bg-h.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/loading.gif
-share/phraseanet/www/include/jslibs/yui2.8/build/assets/skins/sam/progressbar.css
-share/phraseanet/www/include/jslibs/yui2.8/build/element-delegate/element-delegate-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/element-delegate/element-delegate-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/element-delegate/element-delegate.js
-share/phraseanet/www/include/jslibs/yui2.8/build/connection/connection_core-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/connection/connection-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/connection/connection.swf
-share/phraseanet/www/include/jslibs/yui2.8/build/connection/connection-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/connection/connection.js
-share/phraseanet/www/include/jslibs/yui2.8/build/connection/connection_core-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/connection/connection_core.js
-share/phraseanet/www/include/jslibs/yui2.8/build/datasource/datasource-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/datasource/datasource-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/datasource/datasource.js
-share/phraseanet/www/include/jslibs/yui2.8/build/yuiloader-dom-event/yuiloader-dom-event.js
-share/phraseanet/www/include/jslibs/yui2.8/build/stylesheet/stylesheet-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/stylesheet/stylesheet-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/stylesheet/stylesheet.js
-share/phraseanet/www/include/jslibs/yui2.8/build/element/element-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/element/element-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/element/element.js
-share/phraseanet/www/include/jslibs/yui2.8/build/fonts/fonts-min.css
-share/phraseanet/www/include/jslibs/yui2.8/build/fonts/fonts.css
-share/phraseanet/www/include/jslibs/yui2.8/build/swfdetect/swfdetect-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/swfdetect/swfdetect-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/swfdetect/swfdetect.js
-share/phraseanet/www/include/jslibs/yui2.8/build/paginator/assets/skins/sam/paginator-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/paginator/assets/skins/sam/paginator.css
-share/phraseanet/www/include/jslibs/yui2.8/build/paginator/assets/paginator-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/paginator/paginator-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/paginator/paginator-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/paginator/paginator.js
-share/phraseanet/www/include/jslibs/yui2.8/build/charts/assets/charts.swf
-share/phraseanet/www/include/jslibs/yui2.8/build/charts/charts-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/charts/charts-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/charts/charts.js
-share/phraseanet/www/include/jslibs/yui2.8/build/profiler/profiler-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/profiler/profiler-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/profiler/profiler.js
-share/phraseanet/www/include/jslibs/yui2.8/build/datatable/assets/skins/sam/datatable-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/datatable/assets/skins/sam/datatable.css
-share/phraseanet/www/include/jslibs/yui2.8/build/datatable/assets/skins/sam/dt-arrow-up.png
-share/phraseanet/www/include/jslibs/yui2.8/build/datatable/assets/skins/sam/dt-arrow-dn.png
-share/phraseanet/www/include/jslibs/yui2.8/build/datatable/assets/datatable-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/datatable/assets/datatable.css
-share/phraseanet/www/include/jslibs/yui2.8/build/datatable/datatable-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/datatable/datatable-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/datatable/datatable.js
-share/phraseanet/www/include/jslibs/yui2.8/build/selector/selector-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/selector/selector-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/selector/selector.js
-share/phraseanet/www/include/jslibs/yui2.8/build/logger/assets/skins/sam/logger-skin.css
-share/phraseanet/www/include/jslibs/yui2.8/build/logger/assets/skins/sam/logger.css
-share/phraseanet/www/include/jslibs/yui2.8/build/logger/assets/logger-core.css
-share/phraseanet/www/include/jslibs/yui2.8/build/logger/assets/logger.css
-share/phraseanet/www/include/jslibs/yui2.8/build/logger/logger-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/logger/logger-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/logger/logger.js
-share/phraseanet/www/include/jslibs/yui2.8/build/animation/animation-debug.js
-share/phraseanet/www/include/jslibs/yui2.8/build/animation/animation-min.js
-share/phraseanet/www/include/jslibs/yui2.8/build/animation/animation.js
-share/phraseanet/www/include/jslibs/yui2.8/index.html
-share/phraseanet/www/include/jslibs/yui2.8/README
-share/phraseanet/www/include/jslibs/jquery-1.4.4.js
-share/phraseanet/www/include/jslibs/json2.js
-share/phraseanet/www/include/jslibs/jquery.tablesorter.2.0.3.js
-share/phraseanet/www/include/jslibs/jquery.contextmenu.css
-share/phraseanet/www/include/jslibs/jquery.sprintf.1.0.3.js
-share/phraseanet/www/include/jslibs/jquery-ui-1.7.2.js
-share/phraseanet/www/include/jslibs/jquery.contextmenu.js
-share/phraseanet/www/include/jslibs/jquery.mousewheel.js
-share/phraseanet/www/include/jslibs/jquery.cluetip.js
-share/phraseanet/www/include/jslibs/jquery.cookie.js
-share/phraseanet/www/include/jslibs/flowplayer.controls-3.1.5.swf
-share/phraseanet/www/include/jslibs/jquery.slide-mobile.js
-share/phraseanet/www/include/jslibs/jquery.form.2.49.js
-share/phraseanet/www/include/jslibs/jquery.color.animation.js
-share/phraseanet/www/include/jslibs/jquery.print.js
-share/phraseanet/www/include/jslibs/flowplayer-3.1.5.swf
-share/phraseanet/www/include/jslibs/jquery.gvChart-0.1.js
-share/phraseanet/www/include/jslibs/jquery.multiselect.js
-share/phraseanet/www/include/jslibs/jquery.validate.password.js
-share/phraseanet/www/include/jslibs/jquery-ui-i18n.js
-share/phraseanet/www/include/jslibs/flowplayer-3.1.4.min.js
-share/phraseanet/www/include/jslibs/jquery.validate.js
-share/phraseanet/www/include/jslibs/jquery.contextmenu_scroll.js
-share/phraseanet/www/include/geonames.feedback.php
-share/phraseanet/www/include/download_prepare.php
-share/phraseanet/www/include/magic.mime.mgc
-share/phraseanet/www/include/player_flv_multi.swf
-share/phraseanet/www/include/directprev.php
-share/phraseanet/www/include/jquery.p4.modal.js
-share/phraseanet/www/include/magic.mime
-share/phraseanet/www/include/jquery.common.js
-share/phraseanet/www/include/download_anonymous.php
-share/phraseanet/www/include/jquery.p4.preview.js
-share/phraseanet/www/include/download_prepare.exe.php
-share/phraseanet/www/include/ajaxgetback.php
-share/phraseanet/www/include/jquery.nicoslider.js
-share/phraseanet/www/include/jquery.tooltip.js
-share/phraseanet/www/include/player_homelink.swf
-share/phraseanet/www/include/printpage.php
-share/phraseanet/www/include/sendmailpage.php
-share/phraseanet/www/include/printpage_pdf.php
-share/phraseanet/www/include/player_scroll.swf
-share/phraseanet/www/include/delses.php
-share/phraseanet/www/include/multiexports.php
-share/phraseanet/www/include/download.php
-share/phraseanet/www/include/overview.php
-share/phraseanet/www/include/updses.php
-share/phraseanet/www/include/cguUtils.php
-share/phraseanet/www/include/magic.mgc
-share/phraseanet/www/include/player_mp3_multi.swf
-share/phraseanet/www/include/magic
-share/phraseanet/www/include/error.php
-share/phraseanet/www/lightbox/validator.php
-share/phraseanet/www/lightbox/index.php
-share/phraseanet/www/lightbox/jquery.lightbox.ie6.js
-share/phraseanet/www/lightbox/lightboxie6.css
-share/phraseanet/www/lightbox/jquery.lightbox.js
-share/phraseanet/www/lightbox/feedback.php
-share/phraseanet/www/lightbox/lightbox.css
-share/phraseanet/www/crossdomain.xml
-share/phraseanet/www/.htaccess
-share/phraseanet/www/atomfeed.php
-share/phraseanet/www/cooliris.php
-share/phraseanet/www/favicon.ico
-share/phraseanet/www/index.php
-share/phraseanet/www/robots.txt
-share/phraseanet/test/extension.php
-share/phraseanet/test/cache.php
-share/phraseanet/locale/fr_FR/LC_MESSAGES/phraseanet.po
-share/phraseanet/locale/fr_FR/LC_MESSAGES/test.po
-share/phraseanet/locale/fr_FR/LC_MESSAGES/test.mo
-share/phraseanet/locale/fr_FR/LC_MESSAGES/phraseanet.mo
-share/phraseanet/locale/nb_NO/LC_MESSAGES/phraseanet.po
-share/phraseanet/locale/nb_NO/LC_MESSAGES/phraseanet.mo
-share/phraseanet/locale/en_GB/LC_MESSAGES/phraseanet.po
-share/phraseanet/locale/en_GB/LC_MESSAGES/test.po
-share/phraseanet/locale/en_GB/LC_MESSAGES/test.mo
-share/phraseanet/locale/en_GB/LC_MESSAGES/phraseanet.mo
-share/phraseanet/locale/ar_SA/LC_MESSAGES/phraseanet.po
-share/phraseanet/locale/ar_SA/LC_MESSAGES/test.po
-share/phraseanet/locale/ar_SA/LC_MESSAGES/test.mo
-share/phraseanet/locale/ar_SA/LC_MESSAGES/phraseanet.mo
-share/phraseanet/locale/es_LA/LC_MESSAGES/phraseanet.po
-share/phraseanet/locale/es_LA/LC_MESSAGES/phraseanet.mo
-share/phraseanet/locale/zh_CN/LC_MESSAGES/phraseanet.po
-share/phraseanet/locale/zh_CN/LC_MESSAGES/phraseanet.mo
-share/phraseanet/locale/de_DE/LC_MESSAGES/phraseanet.po
-share/phraseanet/locale/de_DE/LC_MESSAGES/test.po
-share/phraseanet/locale/de_DE/LC_MESSAGES/test.mo
-share/phraseanet/locale/de_DE/LC_MESSAGES/phraseanet.mo
-share/phraseanet/README.txt
-share/phraseanet/license.txt
-share/phraseanet/bin/changefield.exe.php
-share/phraseanet/bin/config-check.exe.php
-share/phraseanet/bin/dumpbase.exe.php
-share/phraseanet/bin/runtask.exe.php
-share/phraseanet/bin/schedtask.php
-share/phraseanet/bin/scheduler.exe.php
-share/phraseanet/bin/testextension2.php
-share/phraseanet/locale/ar_SA.UTF8
-share/phraseanet/locale/de_DE.UTF8
-share/phraseanet/locale/en_GB.UTF8
-share/phraseanet/locale/fr_FR.UTF8
diff --git a/www/phraseanet/phraseanet/distinfo b/www/phraseanet/phraseanet/distinfo
deleted file mode 100644
index df06ab5cf7f..00000000000
--- a/www/phraseanet/phraseanet/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/10/04 08:03:47 manu Exp $
-
-SHA1 (phraseanet-v3.1.4-linux.tar.gz) = 46e423c87b4ba74a24ff8ebc9214c83ece1ec628
-RMD160 (phraseanet-v3.1.4-linux.tar.gz) = 3a2389b8effd0e6882f5d98eb70fe8fb55989114
-Size (phraseanet-v3.1.4-linux.tar.gz) = 73712035 bytes
-SHA1 (patch-aa) = dc21061743afb24cb698346112bfeddd9eba03c7
diff --git a/www/phraseanet/phraseanet/files/phrasea.conf b/www/phraseanet/phraseanet/files/phrasea.conf
deleted file mode 100644
index 7b96e159599..00000000000
--- a/www/phraseanet/phraseanet/files/phrasea.conf
+++ /dev/null
@@ -1,15 +0,0 @@
- DocumentRoot "@PHRASEANETDIR@/www"
-
- <Directory "@PHRASEANETDIR@/www">
- DirectoryIndex index.php
- Options Indexes FollowSymLinks
- AllowOverride All
- </Directory>
-
- Alias /web @PHRASEANETDIR@/datas/web
-
- ErrorLog @VARBASE@/log/httpd/phraseanet_error_log
- CustomLog @VARBASE@/log/httpd/phrseanet_access_log combined
- LogLevel warn
- php_admin_value error_reporting 6143
-
diff --git a/www/phraseanet/phraseanet/patches/patch-aa b/www/phraseanet/phraseanet/patches/patch-aa
deleted file mode 100644
index 0067082f530..00000000000
--- a/www/phraseanet/phraseanet/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./www/login/index.php.orig 2011-09-11 07:16:52.000000000 +0200
-+++ ./www/login/index.php 2011-09-11 07:18:12.000000000 +0200
-@@ -114,8 +114,13 @@
- </div>'.recaptcha_get_html(GV_captcha_public_key).'</div>';
- }
-
-
-+if(file_exists(GV_RootPath.'config/personnalisation/sso.class.php'))
-+{
-+ include(GV_RootPath.'config/personnalisation/sso.class.php');
-+}
-+
- $twig = new supertwig();
-
- $twig->display('login/index.twig', array(
- 'module_name' => _('Accueil'),