git: 26e974155c4a - main - www/baculum-*: add baculum.app

From: Sergey A. Osokin <osa_at_FreeBSD.org>
Date: Fri, 08 Apr 2022 18:19:55 UTC
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=26e974155c4a0d5a6de1015d2302d508b31a0cbe

commit 26e974155c4a0d5a6de1015d2302d508b31a0cbe
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2022-04-08 18:16:21 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2022-04-08 18:19:47 +0000

    www/baculum-*: add baculum.app
    
    Connect to the build.
    
    PR:     233061
---
 www/Makefile                                       |    3 +
 www/baculum-api/Makefile                           |   31 +
 www/baculum-api/pkg-descr                          |    7 +
 www/baculum-api/pkg-plist                          |  183 ++
 www/baculum-common/Makefile                        |   89 +
 www/baculum-common/distinfo                        |    3 +
 ...-baculum_protected_Web_Class_WebUserManager.php |   11 +
 www/baculum-common/pkg-descr                       |    3 +
 www/baculum-common/pkg-plist                       | 1938 ++++++++++++++++++++
 www/baculum-web/Makefile                           |   21 +
 www/baculum-web/pkg-descr                          |    6 +
 www/baculum-web/pkg-plist                          |  230 +++
 12 files changed, 2525 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index e20f09bad0a6..f99a8d0130f9 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -38,6 +38,9 @@
     SUBDIR += awstats
     SUBDIR += axis2
     SUBDIR += bacula-web
+    SUBDIR += baculum-api
+    SUBDIR += baculum-common
+    SUBDIR += baculum-web
     SUBDIR += baikal
     SUBDIR += bareos-webui
     SUBDIR += bareos18-webui
diff --git a/www/baculum-api/Makefile b/www/baculum-api/Makefile
new file mode 100644
index 000000000000..36d73a3ff1d0
--- /dev/null
+++ b/www/baculum-api/Makefile
@@ -0,0 +1,31 @@
+# Created by: Sergey Osipov <sipopo@yandex.ru>
+
+PKGNAMESUFFIX=	-api
+
+COMMENT=	Baculum API
+
+LICENSE=	AGPLv3
+
+RUN_DEPENDS=	baculum-common>0:www/baculum-common
+
+PLIST=		${.CURDIR}/pkg-plist
+
+OPTIONS_DEFINE=	MYSQL PGSQL
+OPTIONS_DEFAULT=PGSQL
+
+MYSQL_DESC=	Enable MySQL PDO support
+PGSQL_DESC=	Enable PostgreSQL PDO support
+
+USE_PHP=	bcmath pdo
+
+.if !empty(PORT_OPTIONS:MMYSQL)
+USE_PHP+=	pdo_mysql
+.endif
+
+.if !empty(PORT_OPTIONS:MPGSQL)
+USE_PHP+=	pdo_pgsql
+.endif
+
+MASTERDIR=	${.CURDIR}/../baculum-common
+
+.include "${MASTERDIR}/Makefile"
diff --git a/www/baculum-api/pkg-descr b/www/baculum-api/pkg-descr
new file mode 100644
index 000000000000..a9b727ed3d66
--- /dev/null
+++ b/www/baculum-api/pkg-descr
@@ -0,0 +1,7 @@
+The Baculum API is a web application that is used to work with the Baculum Web.
+It provides an interface, which serves data for Baculum Web.
+The Baculum API is also capable to take actions with Bconsole, the Bacula configuration and the Bacula components.
+
+There is possible to use the Baculum API separately (without Baculum Web) as a Bacula programming interface but using Baculum Web without Baculum API is not possible.
+
+WWW: https://www.bacula.org/
diff --git a/www/baculum-api/pkg-plist b/www/baculum-api/pkg-plist
new file mode 100644
index 000000000000..83802bca72cf
--- /dev/null
+++ b/www/baculum-api/pkg-plist
@@ -0,0 +1,183 @@
+%%WWWDIR%%/htdocs/protected/API/Class/APIConfig.php
+%%WWWDIR%%/htdocs/protected/API/Class/APIDbModule.php
+%%WWWDIR%%/htdocs/protected/API/Class/APIInterfaces.php
+%%WWWDIR%%/htdocs/protected/API/Class/APIModule.php
+%%WWWDIR%%/htdocs/protected/API/Class/APIServer.php
+%%WWWDIR%%/htdocs/protected/API/Class/APIServerV1.php
+%%WWWDIR%%/htdocs/protected/API/Class/APIServerV2.php
+%%WWWDIR%%/htdocs/protected/API/Class/APIUrlMapping.php
+%%WWWDIR%%/htdocs/protected/API/Class/BAPIException.php
+%%WWWDIR%%/htdocs/protected/API/Class/BLStat.php
+%%WWWDIR%%/htdocs/protected/API/Class/BList.php
+%%WWWDIR%%/htdocs/protected/API/Class/BVFS.php
+%%WWWDIR%%/htdocs/protected/API/Class/BaculaConfig.php
+%%WWWDIR%%/htdocs/protected/API/Class/BaculaSetting.php
+%%WWWDIR%%/htdocs/protected/API/Class/BaculumAPIPage.php
+%%WWWDIR%%/htdocs/protected/API/Class/BaculumAPIServer.php
+%%WWWDIR%%/htdocs/protected/API/Class/BasicAPIUserConfig.php
+%%WWWDIR%%/htdocs/protected/API/Class/Bconsole.php
+%%WWWDIR%%/htdocs/protected/API/Class/ChangerCommand.php
+%%WWWDIR%%/htdocs/protected/API/Class/ClientManager.php
+%%WWWDIR%%/htdocs/protected/API/Class/ClientRecord.php
+%%WWWDIR%%/htdocs/protected/API/Class/ComponentActions.php
+%%WWWDIR%%/htdocs/protected/API/Class/ComponentStatusModule.php
+%%WWWDIR%%/htdocs/protected/API/Class/ConsoleOutputPage.php
+%%WWWDIR%%/htdocs/protected/API/Class/Database.php
+%%WWWDIR%%/htdocs/protected/API/Class/DeviceConfig.php
+%%WWWDIR%%/htdocs/protected/API/Class/FileSetManager.php
+%%WWWDIR%%/htdocs/protected/API/Class/FileSetRecord.php
+%%WWWDIR%%/htdocs/protected/API/Class/JSONTools.php
+%%WWWDIR%%/htdocs/protected/API/Class/JobManager.php
+%%WWWDIR%%/htdocs/protected/API/Class/JobRecord.php
+%%WWWDIR%%/htdocs/protected/API/Class/LogManager.php
+%%WWWDIR%%/htdocs/protected/API/Class/LogRecord.php
+%%WWWDIR%%/htdocs/protected/API/Class/Ls.php
+%%WWWDIR%%/htdocs/protected/API/Class/OAuth2/AuthIdManager.php
+%%WWWDIR%%/htdocs/protected/API/Class/OAuth2/AuthIdRecord.php
+%%WWWDIR%%/htdocs/protected/API/Class/OAuth2/BaculumOAuth2.php
+%%WWWDIR%%/htdocs/protected/API/Class/OAuth2/OAuth2Config.php
+%%WWWDIR%%/htdocs/protected/API/Class/OAuth2/TokenManager.php
+%%WWWDIR%%/htdocs/protected/API/Class/OAuth2/TokenRecord.php
+%%WWWDIR%%/htdocs/protected/API/Class/OAuthUrlMapping.php
+%%WWWDIR%%/htdocs/protected/API/Class/PanelUrlMapping.php
+%%WWWDIR%%/htdocs/protected/API/Class/PoolManager.php
+%%WWWDIR%%/htdocs/protected/API/Class/PoolRecord.php
+%%WWWDIR%%/htdocs/protected/API/Class/StatusClient.php
+%%WWWDIR%%/htdocs/protected/API/Class/StatusDirector.php
+%%WWWDIR%%/htdocs/protected/API/Class/StatusStorage.php
+%%WWWDIR%%/htdocs/protected/API/Class/StorageManager.php
+%%WWWDIR%%/htdocs/protected/API/Class/StorageRecord.php
+%%WWWDIR%%/htdocs/protected/API/Class/VersionManager.php
+%%WWWDIR%%/htdocs/protected/API/Class/VersionRecord.php
+%%WWWDIR%%/htdocs/protected/API/Class/VolumeManager.php
+%%WWWDIR%%/htdocs/protected/API/Class/VolumeRecord.php
+%%WWWDIR%%/htdocs/protected/API/Config
+%%WWWDIR%%/htdocs/protected/API/Lang/en/messages.mo
+%%WWWDIR%%/htdocs/protected/API/Lang/en/messages.po
+%%WWWDIR%%/htdocs/protected/API/Lang/pl/messages.mo
+%%WWWDIR%%/htdocs/protected/API/Lang/pl/messages.po
+%%WWWDIR%%/htdocs/protected/API/Lang/pt/messages.mo
+%%WWWDIR%%/htdocs/protected/API/Lang/pt/messages.po
+%%WWWDIR%%/htdocs/protected/API/Lang/ru/messages.mo
+%%WWWDIR%%/htdocs/protected/API/Lang/ru/messages.po
+%%WWWDIR%%/htdocs/protected/API/Layouts/Main.php
+%%WWWDIR%%/htdocs/protected/API/Layouts/Main.tpl
+%%WWWDIR%%/htdocs/protected/API/Layouts/Wizard.php
+%%WWWDIR%%/htdocs/protected/API/Layouts/Wizard.tpl
+%%WWWDIR%%/htdocs/protected/API/Logs
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Actions.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Authorize.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/BVFSCleanUp.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/BVFSClearCache.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/BVFSGetJobids.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/BVFSLsDirs.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/BVFSLsFiles.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/BVFSRestore.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/BVFSUpdate.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/BVFSVersions.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Catalog.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ChangerDriveLoad.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ChangerDriveLoaded.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ChangerDriveUnload.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ChangerList.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ChangerListAll.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ChangerSlots.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ChangerSlotsTransfer.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Client.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ClientBandwidthLimit.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ClientLs.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ClientShow.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ClientStatus.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Clients.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ClientsShow.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ComponentStatus.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Config.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ConsoleCommand.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/DbSize.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/DirectorStatus.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Directors.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/FileSet.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/FileSetResNames.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/FileSets.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Job.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobBandwidthLimit.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobCancel.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobEstimate.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobFiles.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobListFiles.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobLog.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobResNames.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobRun.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobShow.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobTotals.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Jobs.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobsForClient.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobsOnVolume.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobsRecent.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/JobsShow.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Messages.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/OAuth2Client.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/OAuth2Clients.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Pool.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/PoolShow.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/PoolUpdate.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/PoolUpdateVolumes.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Pools.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/PoolsShow.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/RequestToken.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/RestoreRun.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/ScheduleStatus.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Schedules.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/SlotsUpdate.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Storage.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/StorageMount.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/StorageMountV1.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/StorageRelease.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/StorageReleaseV1.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/StorageShow.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/StorageStatus.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/StorageUmount.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/StorageUmountV1.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Storages.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/StoragesShow.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Volume.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/VolumeLabel.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/VolumeLabelBarcodes.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/VolumePrune.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/VolumePurge.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Volumes.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/VolumesInPool.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/VolumesRequired.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/Welcome.php
+%%WWWDIR%%/htdocs/protected/API/Pages/API/config.xml
+%%WWWDIR%%/htdocs/protected/API/Pages/API/endpoints.xml
+%%WWWDIR%%/htdocs/protected/API/Pages/OAuth2/Authorize.php
+%%WWWDIR%%/htdocs/protected/API/Pages/OAuth2/RequestToken.php
+%%WWWDIR%%/htdocs/protected/API/Pages/OAuth2/config.xml
+%%WWWDIR%%/htdocs/protected/API/Pages/OAuth2/endpoints.xml
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/APIBasicUsers.php
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/APIBasicUsers.tpl
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/APIDevices.page
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/APIDevices.php
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/APIHome.page
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/APIHome.php
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/APIInstallWizard.page
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/APIInstallWizard.php
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/APIOAuth2Clients.php
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/APIOAuth2Clients.tpl
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/APISettings.page
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/APISettings.php
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/config.xml
+%%WWWDIR%%/htdocs/protected/API/Pages/Panel/endpoints.xml
+%%WWWDIR%%/htdocs/protected/API/Pages/Requirements.php
+%%WWWDIR%%/htdocs/protected/API/Portlets/APISideBar.php
+%%WWWDIR%%/htdocs/protected/API/Portlets/APISideBar.tpl
+%%WWWDIR%%/htdocs/protected/API/Portlets/SudoConfig.php
+%%WWWDIR%%/htdocs/protected/API/Portlets/SudoConfig.tpl
+%%WWWDIR%%/htdocs/protected/API/openapi_baculum.json
+@dir %%ETCDIR%%/Config/API
+@dir %%WWWDIR%%/htdocs/framework
+@dir %%WWWDIR%%/htdocs/protected/Common
+@dir %%WWWDIR%%/htdocs/themes
+@dir /var/cache/baculum
+@dir /var/log/baculum
diff --git a/www/baculum-common/Makefile b/www/baculum-common/Makefile
new file mode 100644
index 000000000000..1bb5b852d257
--- /dev/null
+++ b/www/baculum-common/Makefile
@@ -0,0 +1,89 @@
+# Created by: Sergey Osipov <sipopo@yandex.ru>
+
+PORTNAME=	baculum
+PORTVERSION=	11.0.5
+CATEGORIES?=	www
+MASTER_SITES=	SF/bacula/bacula/${PORTVERSION}
+PKGNAMESUFFIX?=	-common
+DISTNAME=	bacula-gui-${PORTVERSION}
+
+MAINTAINER=	sipopo@yandex.ru
+COMMENT?=	common libraries for baculum
+
+LICENSE=	AGPLv3
+LICENSE_FILE=	${WRKSRC}/${PORTNAME}/LICENSE
+
+USES+=		php
+PHP_VER=	74
+
+BCL_VARDIR?=	/var
+BCL_CACHEDIR?=	${BCL_VARDIR}/cache/${PORTNAME}
+BCL_LOGDIR?=	${BCL_VARDIR}/log/${PORTNAME}
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+USE_PHP+=	ctype dom json session xml
+
+OPTIONS_DEFINE?=EXAMPLES
+
+.include <bsd.port.options.mk>
+
+do-install:
+	${MKDIR} ${STAGEDIR}${WWWDIR}/htdocs/protected/Common
+	${MKDIR} ${STAGEDIR}${WWWDIR}/htdocs/framework
+	${MKDIR} ${STAGEDIR}${WWWDIR}/htdocs/themes
+	${MKDIR} ${STAGEDIR}${BCL_CACHEDIR}
+	${MKDIR} ${STAGEDIR}${BCL_LOGDIR}
+	${MKDIR} ${STAGEDIR}${ETCDIR}/Config
+.if ${PKGNAMESUFFIX} == "-common"
+	${CP} -R ${WRKSRC}/${PORTNAME}/framework ${STAGEDIR}${WWWDIR}/htdocs
+	${CP} -R ${WRKSRC}/${PORTNAME}/protected/Common ${STAGEDIR}${WWWDIR}/htdocs/protected
+	${CP} ${WRKSRC}/${PORTNAME}/protected/application.xml ${STAGEDIR}${WWWDIR}/htdocs/protected
+	${CP} -R ${WRKSRC}/${PORTNAME}/themes ${STAGEDIR}${WWWDIR}/htdocs
+	${RLN} ${STAGEDIR}${BCL_CACHEDIR} ${STAGEDIR}${WWWDIR}/htdocs/protected/runtime
+	${RLN} ${STAGEDIR}${BCL_CACHEDIR} ${STAGEDIR}${WWWDIR}/htdocs/assets
+
+.for i in AUTHORS INSTALL LICENSE LICENSE-FOSS README ReleaseNotes UPGRADE index.php
+	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${i} ${STAGEDIR}${WWWDIR}/htdocs/${i}
+.endfor
+.endif
+
+.if ${PKGNAMESUFFIX} == "-api"
+	${MKDIR} ${STAGEDIR}${ETCDIR}/Config/API
+	${CP} -R ${WRKSRC}/${PORTNAME}/protected/API ${STAGEDIR}${WWWDIR}/htdocs/protected
+	${RM} -Rf ${STAGEDIR}${WWWDIR}/htdocs/protected/API/Config
+	${RM} -Rf ${STAGEDIR}${WWWDIR}/htdocs/protected/API/Logs
+	${RLN} ${STAGEDIR}${BCL_LOGDIR} ${STAGEDIR}${WWWDIR}/htdocs/protected/API/Logs
+	${RLN} ${STAGEDIR}${ETCDIR}/Config/API ${STAGEDIR}${WWWDIR}/htdocs/protected/API/Config
+.endif
+.if ${PKGNAMESUFFIX} == "-web"
+	${MKDIR} ${STAGEDIR}${ETCDIR}/Config/WEB
+	${CP} -R ${WRKSRC}/${PORTNAME}/protected/Web ${STAGEDIR}${WWWDIR}/htdocs/protected
+	${RM} -Rf ${STAGEDIR}${WWWDIR}/htdocs/protected/Web/Config
+	${RM} -Rf ${STAGEDIR}${WWWDIR}/htdocs/protected/Web/Logs
+	${RLN} ${STAGEDIR}${BCL_LOGDIR} ${STAGEDIR}${WWWDIR}/htdocs/protected/Web/Logs
+	${RLN} ${STAGEDIR}${ETCDIR}/Config/WEB ${STAGEDIR}${WWWDIR}/htdocs/protected/Web/Config
+.endif
+
+	@${ECHO_CMD} \
+		'@postexec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/htdocs' \
+		>> ${TMPPLIST}
+	@${ECHO_CMD} \
+		'@postexec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${BCL_LOGDIR}' \
+		>> ${TMPPLIST}
+	@${ECHO_CMD} \
+		'@postexec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${BCL_LOGDIR}' \
+		>> ${TMPPLIST}
+	@${ECHO_CMD} \
+		'@postexec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${ETCDIR}' \
+		>> ${TMPPLIST}
+
+post-install:
+.if ${PKGNAMESUFFIX} == "-common"
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${CP} -R ${WRKSRC}/${PORTNAME}/examples/sudo ${STAGEDIR}${EXAMPLESDIR}
+	${CP} ${WRKSRC}/${PORTNAME}/examples/deb/*conf ${STAGEDIR}${EXAMPLESDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/baculum-common/distinfo b/www/baculum-common/distinfo
new file mode 100644
index 000000000000..9f103f5622c6
--- /dev/null
+++ b/www/baculum-common/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1624882099
+SHA256 (bacula-gui-11.0.5.tar.gz) = 44c2b4f0986e56aa85258fee91d40b25848df3ba41e3632a46b2dbd1c9c0114f
+SIZE (bacula-gui-11.0.5.tar.gz) = 5786895
diff --git a/www/baculum-common/files/extra-patch-baculum_protected_Web_Class_WebUserManager.php b/www/baculum-common/files/extra-patch-baculum_protected_Web_Class_WebUserManager.php
new file mode 100644
index 000000000000..19224f4e65ea
--- /dev/null
+++ b/www/baculum-common/files/extra-patch-baculum_protected_Web_Class_WebUserManager.php
@@ -0,0 +1,11 @@
+--- baculum/protected/Web/Class/WebUserManager.php.orig	2021-09-29 12:58:20 UTC
++++ baculum/protected/Web/Class/WebUserManager.php
+@@ -233,7 +233,7 @@ class WebUserManager extends WebModule implements IUse
+ 			 */
+ 			// For basic auth take username from web server.
+ 			if (key_exists('PHP_AUTH_USER' , $_SERVER) && !empty($_SERVER['PHP_AUTH_USER'])) {
+-				$username = $_SERVER['PHP_AUTH_USER'];
++				$username = strtolower($_SERVER['PHP_AUTH_USER']);
+ 				$password = '';
+ 				$this->getModule('auth')->login($username, $password);
+ 				$this->Response->redirect('/');
diff --git a/www/baculum-common/pkg-descr b/www/baculum-common/pkg-descr
new file mode 100644
index 000000000000..9bc6aeedcff1
--- /dev/null
+++ b/www/baculum-common/pkg-descr
@@ -0,0 +1,3 @@
+Baculum - Common libraries for Bacula web/api interface
+
+WWW: https://www.bacula.org/
diff --git a/www/baculum-common/pkg-plist b/www/baculum-common/pkg-plist
new file mode 100644
index 000000000000..7bb6b872d69a
--- /dev/null
+++ b/www/baculum-common/pkg-plist
@@ -0,0 +1,1938 @@
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/baculum-api-apache.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/baculum-api-lighttpd.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/baculum-web-apache.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/baculum-web-lighttpd.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sudo/baculum-api-httpd
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sudo/baculum-api-lighttpd
+%%WWWDIR%%/htdocs/AUTHORS
+%%WWWDIR%%/htdocs/INSTALL
+%%WWWDIR%%/htdocs/LICENSE
+%%WWWDIR%%/htdocs/LICENSE-FOSS
+%%WWWDIR%%/htdocs/README
+%%WWWDIR%%/htdocs/ReleaseNotes
+%%WWWDIR%%/htdocs/UPGRADE
+%%WWWDIR%%/htdocs/assets
+%%WWWDIR%%/htdocs/framework/.htaccess
+%%WWWDIR%%/htdocs/framework/autoload.php
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/.gitignore
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/README.md
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/bower.json
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/component.json
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/composer.json
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/jquery-ui.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/jquery-ui.min.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/package.json
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/accordion.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/all.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/autocomplete.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/base.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/button.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/checkboxradio.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/controlgroup.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/core.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/datepicker.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/dialog.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/draggable.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/images/ui-icons_444444_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/images/ui-icons_555555_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/images/ui-icons_777620_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/images/ui-icons_777777_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/menu.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/progressbar.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/resizable.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/selectable.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/selectmenu.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/slider.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/sortable.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/spinner.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/tabs.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/base/tooltip.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/black-tie/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/blitzer/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/blitzer/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/blitzer/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/cupertino/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dark-hive/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/dot-luv/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/eggplant/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/excite-bike/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/flick/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/flick/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/flick/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/hot-sneaks/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/humanity/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/le-frog/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/mint-choc/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/overcast/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/pepper-grinder/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/redmond/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/smoothness/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/south-street/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/start/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/sunny/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/swanky-purse/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/trontastic/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-darkness/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/ui-lightness/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/jquery-ui.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/jquery-ui.min.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/themes/vader/theme.css
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/.jshintrc
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/core.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/data.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/disable-selection.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effect.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-blind.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-bounce.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-clip.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-drop.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-explode.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-fade.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-fold.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-highlight.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-puff.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-pulsate.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-scale.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-shake.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-size.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-slide.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/effects/effect-transfer.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/escape-selector.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/focusable.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/form-reset-mixin.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/form.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-af.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ar-DZ.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ar.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-az.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-be.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-bg.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-bs.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ca.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-cs.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-cy-GB.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-da.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-de.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-el.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-en-AU.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-en-GB.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-en-NZ.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-eo.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-es.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-et.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-eu.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-fa.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-fi.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-fo.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-fr-CA.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-fr-CH.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-fr.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-gl.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-he.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-hi.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-hr.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-hu.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-hy.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-id.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-is.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-it-CH.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-it.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ja.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ka.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-kk.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-km.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ko.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ky.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-lb.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-lt.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-lv.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-mk.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ml.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ms.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-nb.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-nl-BE.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-nl.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-nn.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-no.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-pl.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-pt-BR.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-pt.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-rm.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ro.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ru.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-sk.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-sl.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-sq.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-sr-SR.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-sr.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-sv.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ta.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-th.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-tj.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-tr.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-uk.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-vi.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-zh-CN.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-zh-HK.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/i18n/datepicker-zh-TW.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/ie.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/jquery-1-7.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/keycode.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/labels.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/core.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/data.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/disable-selection.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/effect.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/escape-selector.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/focusable.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/form-reset-mixin.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/form.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-af.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ar.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-az.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-be.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-bg.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-bs.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ca.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-cs.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-cy-GB.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-da.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-de.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-el.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-en-AU.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-en-GB.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-en-NZ.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-eo.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-es.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-et.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-eu.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fa.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fi.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fo.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fr-CA.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fr-CH.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fr.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-gl.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-he.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-hi.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-hr.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-hu.js
+%%WWWDIR%%/htdocs/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-hy.js
*** 1645 LINES SKIPPED ***