git: f8b16d75a0f7 - main - audio/ampache: Update to 5.0.0
Chris Rees
crees at FreeBSD.org
Wed Sep 1 15:34:43 UTC 2021
The branch main has been updated by crees:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f8b16d75a0f79fb71e15d334f95e290e624b41bc
commit f8b16d75a0f79fb71e15d334f95e290e624b41bc
Author: Chris Rees <crees at FreeBSD.org>
AuthorDate: 2021-09-01 14:37:37 +0000
Commit: Chris Rees <crees at FreeBSD.org>
CommitDate: 2021-09-01 15:34:34 +0000
audio/ampache: Update to 5.0.0
Huge numbers of features added and several changes-- please refer to
UPDATING for required actions.
Release notes: https://github.com/ampache/ampache/releases/tag/5.0.0
---
UPDATING | 22 +
audio/ampache/Makefile | 6 +-
audio/ampache/distinfo | 6 +-
audio/ampache/files/500.ampache-cron.in | 5 +-
audio/ampache/pkg-plist | 16802 +++++++++++++++++-------------
5 files changed, 9587 insertions(+), 7254 deletions(-)
diff --git a/UPDATING b/UPDATING
index baec7681a92a..ce067577210c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,28 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20210901:
+ AFFECTS: users of audio/ampache
+ AUTHOR: crees at FreeBSD.org
+
+ With the upgrade to Ampache 5.0.0, the root Ampache folder has changed
+ to %%WWWDIR%%/ampache/public. Please update your web server aliases,
+ for example if you use Apache, then in httpd.conf make sure the lines
+ look like this:
+
+ Alias /ampache /usr/local/www/ampache/public
+
+ <Directory "/usr/local/www/ampache/public">
+
+ If you have customised your .htaccess files to allow for a different
+ alias, you'll need to move them to the new location after upgrading:
+
+ # sh -c 'cd /usr/local/www/ampache && for f in */.htaccess; do mv $f public/$f; done'
+
+ More upgrade notes can be found on Github:
+
+ https://github.com/ampache/ampache/releases/tag/5.0.0
+
20210823:
AFFECTS: users of mail/mu
AUTHOR: hrs at FreeBSD.org
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile
index 995e4924b01f..bab27c15a7bf 100644
--- a/audio/ampache/Makefile
+++ b/audio/ampache/Makefile
@@ -1,7 +1,7 @@
# Created by: Philippe Audeoud <jadawin at tuxaco.net>
PORTNAME= ampache
-PORTVERSION= 4.3.0
+PORTVERSION= 5.0.0
DISTVERSIONSUFFIX= _all
CATEGORIES= audio www
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/
@@ -14,10 +14,12 @@ LICENSE= AGPLv3+
USES= cpe zip gettext php:flavors mysql
USE_PHP= pdo pdo_mysql hash session json intl simplexml curl dom xml
+IGNORE_WITH_PHP=73 80
NO_WRKSUBDIR= yes
NO_BUILD= yes
SUB_FILES= 500.ampache-cron
+SUB_LIST= WWWOWN="${WWWOWN}"
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
OPTIONS_DEFINE= DOCS
@@ -25,7 +27,7 @@ OPTIONS_DEFINE= DOCS
post-patch:
.for h in channel play rest
${REINPLACE_CMD} 's,[[:space:]]*RewriteRule [^[:space:]]*[[:space:]],&/ampache,' \
- ${WRKSRC}/$h/.htaccess.dist
+ ${WRKSRC}/public/$h/.htaccess.dist
.endfor
${REINPLACE_CMD} 's,^;web_path = "",web_path = "/${PORTNAME}",' \
${WRKSRC}/config/ampache.cfg.php.dist
diff --git a/audio/ampache/distinfo b/audio/ampache/distinfo
index 252bfed76216..21031157ae36 100644
--- a/audio/ampache/distinfo
+++ b/audio/ampache/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612622345
-SHA256 (ampache-4.3.0_all.zip) = 51cee899a93c8bfe8a1b495a6fadce2f4e1973969e434452ab04221f5eebd0e8
-SIZE (ampache-4.3.0_all.zip) = 62752685
+TIMESTAMP = 1630503927
+SHA256 (ampache-5.0.0_all.zip) = c8e7c797c6219726060264414b3149c2b1b825a18695d111cf417a084a7350bb
+SIZE (ampache-5.0.0_all.zip) = 65176889
diff --git a/audio/ampache/files/500.ampache-cron.in b/audio/ampache/files/500.ampache-cron.in
index 486b6c2e3cdb..6c2af1b5b62a 100644
--- a/audio/ampache/files/500.ampache-cron.in
+++ b/audio/ampache/files/500.ampache-cron.in
@@ -12,10 +12,11 @@ case "${daily_ampache_gc_enable:-no}" in
;;
*)
phpcmd=%%LOCALBASE%%/bin/php
- cronscript=%%WWWDIR%%/bin/cron.inc
+ cronscript="%%WWWDIR%%/bin/cli run:cronProcess"
- if ! $phpcmd $cronscript >/dev/null 2>&1 ; then
+ if ! su -m %%WWWOWN%% -c "$phpcmd $cronscript" >/dev/null 2>&1 ; then
echo 'ampache cron script failed- try running it manually'
+ echo "# $phpcmd $cronscript"
rc=2
fi
;;
diff --git a/audio/ampache/pkg-plist b/audio/ampache/pkg-plist
index d065198c5870..00396d4627a4 100644
--- a/audio/ampache/pkg-plist
+++ b/audio/ampache/pkg-plist
@@ -1,8 +1,7 @@
etc/periodic/daily/500.ampache-cron
man/man1/ampache.1.gz
- at owner %%WWWOWN%%
- at group %%WWWGRP%%
%%PORTDOCS%%%%DOCSDIR%%/ACKNOWLEDGEMENTS.md
+%%PORTDOCS%%%%DOCSDIR%%/API-Errors.md
%%PORTDOCS%%%%DOCSDIR%%/API-JSON-methods.md
%%PORTDOCS%%%%DOCSDIR%%/API-XML-methods.md
%%PORTDOCS%%%%DOCSDIR%%/API-acls.md
@@ -16,6677 +15,25 @@ man/man1/ampache.1.gz
%%PORTDOCS%%%%DOCSDIR%%/examples/ampache_cron.service
%%PORTDOCS%%%%DOCSDIR%%/examples/ampache_cron.timer
%%PORTDOCS%%%%DOCSDIR%%/examples/ampache_cron.xml
+%%PORTDOCS%%%%DOCSDIR%%/examples/ampache_podcasts.service
+%%PORTDOCS%%%%DOCSDIR%%/examples/ampache_podcasts.timer
%%PORTDOCS%%%%DOCSDIR%%/examples/channel_restart.service
%%PORTDOCS%%%%DOCSDIR%%/examples/channel_restart.timer
%%PORTDOCS%%%%DOCSDIR%%/examples/channel_run.service
%%PORTDOCS%%%%DOCSDIR%%/examples/inotifywait.service
%%PORTDOCS%%%%DOCSDIR%%/examples/inotifywait.sh
%%PORTDOCS%%%%DOCSDIR%%/templates/CHANGELOG.md
-%%WWWDIR%%/.maintenance.example
+%%WWWDIR%%/CONTRIBUTING.md
%%WWWDIR%%/README.md
%%WWWDIR%%/SECURITY.md
-%%WWWDIR%%/admin/access.php
-%%WWWDIR%%/admin/catalog.php
-%%WWWDIR%%/admin/duplicates.php
-%%WWWDIR%%/admin/export.php
-%%WWWDIR%%/admin/index.php
-%%WWWDIR%%/admin/license.php
-%%WWWDIR%%/admin/mail.php
-%%WWWDIR%%/admin/modules.php
-%%WWWDIR%%/admin/shout.php
-%%WWWDIR%%/admin/system.php
-%%WWWDIR%%/admin/users.php
-%%WWWDIR%%/albums.php
-%%WWWDIR%%/artists.php
-%%WWWDIR%%/arts.php
-%%WWWDIR%%/batch.php
-%%WWWDIR%%/bin/.htaccess
-%%WWWDIR%%/bin/broadcast.inc
-%%WWWDIR%%/bin/calculate_art_size.inc
-%%WWWDIR%%/bin/catalog_update.inc
-%%WWWDIR%%/bin/channel_run.inc
-%%WWWDIR%%/bin/clean_art_table.inc
-%%WWWDIR%%/bin/compute_cache.inc
-%%WWWDIR%%/bin/cron.inc
+%%WWWDIR%%/bin/cli
%%WWWDIR%%/bin/daap_register.bat
-%%WWWDIR%%/bin/delete_disabled.inc
-%%WWWDIR%%/bin/dump_album_art.inc
-%%WWWDIR%%/bin/fix_filenames.inc
-%%WWWDIR%%/bin/install/add_user.inc
-%%WWWDIR%%/bin/install/install_db.inc
-%%WWWDIR%%/bin/install/update_db.inc
-%%WWWDIR%%/bin/print_tags.inc
-%%WWWDIR%%/bin/sort_files.inc
-%%WWWDIR%%/bin/update_db.inc
-%%WWWDIR%%/bin/update_file.inc
-%%WWWDIR%%/bin/websocket_run.inc
-%%WWWDIR%%/bin/write_playlists.inc
-%%WWWDIR%%/broadcast.php
-%%WWWDIR%%/browse.php
-%%WWWDIR%%/channel.php
-%%WWWDIR%%/channel/favicon.ico
-%%WWWDIR%%/channel/images/corner_bottomleft.jpg
-%%WWWDIR%%/channel/images/corner_bottomright.jpg
-%%WWWDIR%%/channel/images/corner_topleft.jpg
-%%WWWDIR%%/channel/images/corner_topright.jpg
-%%WWWDIR%%/channel/images/icecast.png
-%%WWWDIR%%/channel/images/key.png
-%%WWWDIR%%/channel/images/tunein.png
-%%WWWDIR%%/channel/index.php
-%%WWWDIR%%/channel/style.css
+%%WWWDIR%%/bin/installer
%%WWWDIR%%/composer.json
%%WWWDIR%%/composer.lock
-%%WWWDIR%%/composer.phar
-%%WWWDIR%%/config/.htaccess
-%%WWWDIR%%/config/ampache.cfg.php.dist
-%%WWWDIR%%/cookie_disclaimer.php
-%%WWWDIR%%/crossdomain.xml
-%%WWWDIR%%/daap/.htaccess
-%%WWWDIR%%/daap/index.php
-%%WWWDIR%%/democratic.php
-%%WWWDIR%%/favicon.ico
-%%WWWDIR%%/graph.php
-%%WWWDIR%%/image.php
-%%WWWDIR%%/images/ampache-dark.png
-%%WWWDIR%%/images/ampache-light.png
-%%WWWDIR%%/images/ampache-reborn-dark.png
-%%WWWDIR%%/images/ampache-reborn-light.png
-%%WWWDIR%%/images/ampache.png
-%%WWWDIR%%/images/background.light.png
-%%WWWDIR%%/images/background.png
-%%WWWDIR%%/images/blank-pixel.gif
-%%WWWDIR%%/images/blankalbum.png
-%%WWWDIR%%/images/blankuser.png
-%%WWWDIR%%/images/close.png
-%%WWWDIR%%/images/fileupload-border.png
-%%WWWDIR%%/images/fileupload-icons.png
-%%WWWDIR%%/images/icon_add.png
-%%WWWDIR%%/images/icon_add12.png
-%%WWWDIR%%/images/icon_add2.png
-%%WWWDIR%%/images/icon_add_key.png
-%%WWWDIR%%/images/icon_add_tag.png
-%%WWWDIR%%/images/icon_add_user.png
-%%WWWDIR%%/images/icon_add_wanted.png
-%%WWWDIR%%/images/icon_admin.png
-%%WWWDIR%%/images/icon_album.png
-%%WWWDIR%%/images/icon_all.png
-%%WWWDIR%%/images/icon_ampache.png
-%%WWWDIR%%/images/icon_batch_download.png
-%%WWWDIR%%/images/icon_broadcast.png
-%%WWWDIR%%/images/icon_cancel.png
-%%WWWDIR%%/images/icon_clean.png
-%%WWWDIR%%/images/icon_cog.png
-%%WWWDIR%%/images/icon_comment.png
-%%WWWDIR%%/images/icon_delete.png
-%%WWWDIR%%/images/icon_disable.png
-%%WWWDIR%%/images/icon_download.png
-%%WWWDIR%%/images/icon_drag.png
-%%WWWDIR%%/images/icon_duckduckgo.png
-%%WWWDIR%%/images/icon_edit.png
-%%WWWDIR%%/images/icon_edit2.png
-%%WWWDIR%%/images/icon_enable.png
-%%WWWDIR%%/images/icon_equalizer.png
-%%WWWDIR%%/images/icon_feed.png
-%%WWWDIR%%/images/icon_file_refresh.png
-%%WWWDIR%%/images/icon_flag.png
-%%WWWDIR%%/images/icon_flag_off.png
-%%WWWDIR%%/images/icon_flow.png
-%%WWWDIR%%/images/icon_fullscreen.png
-%%WWWDIR%%/images/icon_google.png
-%%WWWDIR%%/images/icon_home.png
-%%WWWDIR%%/images/icon_image.png
-%%WWWDIR%%/images/icon_info.png
-%%WWWDIR%%/images/icon_lastfm.png
-%%WWWDIR%%/images/icon_link.png
-%%WWWDIR%%/images/icon_lock.png
-%%WWWDIR%%/images/icon_logout.png
-%%WWWDIR%%/images/icon_mail.png
-%%WWWDIR%%/images/icon_microphone.png
-%%WWWDIR%%/images/icon_minimize.png
-%%WWWDIR%%/images/icon_money.png
-%%WWWDIR%%/images/icon_multilines.png
-%%WWWDIR%%/images/icon_musicbrainz.png
-%%WWWDIR%%/images/icon_next.png
-%%WWWDIR%%/images/icon_next_hover.png
-%%WWWDIR%%/images/icon_pause.png
-%%WWWDIR%%/images/icon_pause_hover.png
-%%WWWDIR%%/images/icon_play.png
-%%WWWDIR%%/images/icon_play_add.png
-%%WWWDIR%%/images/icon_play_add_preview.png
-%%WWWDIR%%/images/icon_play_hover.png
-%%WWWDIR%%/images/icon_play_next.png
-%%WWWDIR%%/images/icon_play_preview.png
-%%WWWDIR%%/images/icon_playlist_add.png
-%%WWWDIR%%/images/icon_playlist_add_all.png
-%%WWWDIR%%/images/icon_plugin.png
-%%WWWDIR%%/images/icon_preferences.png
-%%WWWDIR%%/images/icon_prev.png
-%%WWWDIR%%/images/icon_prev_hover.png
-%%WWWDIR%%/images/icon_random.png
-%%WWWDIR%%/images/icon_replaygain.png
-%%WWWDIR%%/images/icon_run.png
-%%WWWDIR%%/images/icon_save.png
-%%WWWDIR%%/images/icon_server_lightning.png
-%%WWWDIR%%/images/icon_share.png
-%%WWWDIR%%/images/icon_share_facebook.png
-%%WWWDIR%%/images/icon_share_googleplus.png
-%%WWWDIR%%/images/icon_share_twitter.png
-%%WWWDIR%%/images/icon_sort.png
-%%WWWDIR%%/images/icon_statistics.png
-%%WWWDIR%%/images/icon_stop.png
-%%WWWDIR%%/images/icon_stop_hover.png
-%%WWWDIR%%/images/icon_tick.png
-%%WWWDIR%%/images/icon_upload.png
-%%WWWDIR%%/images/icon_view.png
-%%WWWDIR%%/images/icon_visualizer.png
-%%WWWDIR%%/images/icon_volumedn.png
-%%WWWDIR%%/images/icon_volumemute.png
-%%WWWDIR%%/images/icon_volumeup.png
-%%WWWDIR%%/images/icon_volumeup_light.png
-%%WWWDIR%%/images/icon_wand.png
-%%WWWDIR%%/images/icon_wikipedia.png
-%%WWWDIR%%/images/icon_world_link.png
-%%WWWDIR%%/images/ratings/star_rating.gif
-%%WWWDIR%%/images/ratings/x.gif
-%%WWWDIR%%/images/ratings/x_off.gif
-%%WWWDIR%%/images/top_bg.jpg
-%%WWWDIR%%/images/topmenu-album.png
-%%WWWDIR%%/images/topmenu-artist.png
-%%WWWDIR%%/images/topmenu-favorite.png
-%%WWWDIR%%/images/topmenu-flag.png
-%%WWWDIR%%/images/topmenu-home.png
-%%WWWDIR%%/images/topmenu-logout.png
-%%WWWDIR%%/images/topmenu-playlist.png
-%%WWWDIR%%/images/topmenu-radio.png
-%%WWWDIR%%/images/topmenu-tagcloud.png
-%%WWWDIR%%/images/topmenu-upload.png
+ at sample %%WWWDIR%%/config/ampache.cfg.php.dist %%WWWDIR%%/config/ampache.cfg.php
+ at sample %%WWWDIR%%/config/registration_agreement.php.dist %%WWWDIR%%/config/registration_agreement.php
%%WWWDIR%%/index.php
-%%WWWDIR%%/install.php
-%%WWWDIR%%/labels.php
-%%WWWDIR%%/lib/.htaccess
-%%WWWDIR%%/lib/batch.lib.php
-%%WWWDIR%%/lib/class/DatabaseObject.php
-%%WWWDIR%%/lib/class/Interfaces/Model.php
-%%WWWDIR%%/lib/class/Metadata/Metadata.php
-%%WWWDIR%%/lib/class/Metadata/Model/Metadata.php
-%%WWWDIR%%/lib/class/Metadata/Model/MetadataField.php
-%%WWWDIR%%/lib/class/Metadata/Repository/Metadata.php
-%%WWWDIR%%/lib/class/Metadata/Repository/MetadataField.php
-%%WWWDIR%%/lib/class/Repository.php
-%%WWWDIR%%/lib/class/access.class.php
-%%WWWDIR%%/lib/class/ajax.class.php
-%%WWWDIR%%/lib/class/album.class.php
-%%WWWDIR%%/lib/class/ampache_rss.class.php
-%%WWWDIR%%/lib/class/ampconfig.class.php
-%%WWWDIR%%/lib/class/amperror.class.php
-%%WWWDIR%%/lib/class/api.class.php
-%%WWWDIR%%/lib/class/art.class.php
-%%WWWDIR%%/lib/class/artist.class.php
-%%WWWDIR%%/lib/class/artist_event.class.php
-%%WWWDIR%%/lib/class/auth.class.php
-%%WWWDIR%%/lib/class/autoupdate.class.php
-%%WWWDIR%%/lib/class/bookmark.class.php
-%%WWWDIR%%/lib/class/broadcast.class.php
-%%WWWDIR%%/lib/class/broadcast_server.class.php
-%%WWWDIR%%/lib/class/browse.class.php
-%%WWWDIR%%/lib/class/catalog.class.php
-%%WWWDIR%%/lib/class/channel.class.php
-%%WWWDIR%%/lib/class/clip.class.php
-%%WWWDIR%%/lib/class/core.class.php
-%%WWWDIR%%/lib/class/daap_api.class.php
-%%WWWDIR%%/lib/class/database_object.abstract.php
-%%WWWDIR%%/lib/class/dba.class.php
-%%WWWDIR%%/lib/class/democratic.class.php
-%%WWWDIR%%/lib/class/graph.class.php
-%%WWWDIR%%/lib/class/json_data.class.php
-%%WWWDIR%%/lib/class/label.class.php
-%%WWWDIR%%/lib/class/ldap.class.php
-%%WWWDIR%%/lib/class/library_item.interface.php
-%%WWWDIR%%/lib/class/license.class.php
-%%WWWDIR%%/lib/class/live_stream.class.php
-%%WWWDIR%%/lib/class/localplay.class.php
-%%WWWDIR%%/lib/class/localplay_controller.abstract.php
-%%WWWDIR%%/lib/class/mailer.class.php
-%%WWWDIR%%/lib/class/media.interface.php
-%%WWWDIR%%/lib/class/memory_object.class.php
-%%WWWDIR%%/lib/class/movie.class.php
-%%WWWDIR%%/lib/class/openid.class.php
-%%WWWDIR%%/lib/class/personal_video.class.php
-%%WWWDIR%%/lib/class/playable_item.interface.php
-%%WWWDIR%%/lib/class/playlist.class.php
-%%WWWDIR%%/lib/class/playlist_object.abstract.php
-%%WWWDIR%%/lib/class/plugin.class.php
-%%WWWDIR%%/lib/class/podcast.class.php
-%%WWWDIR%%/lib/class/podcast_episode.class.php
-%%WWWDIR%%/lib/class/preference.class.php
-%%WWWDIR%%/lib/class/privatemsg.class.php
-%%WWWDIR%%/lib/class/query.class.php
-%%WWWDIR%%/lib/class/random.class.php
-%%WWWDIR%%/lib/class/rating.class.php
-%%WWWDIR%%/lib/class/recommendation.class.php
-%%WWWDIR%%/lib/class/registration.class.php
-%%WWWDIR%%/lib/class/scrobbler.class.php
-%%WWWDIR%%/lib/class/scrobbler_async.class.php
-%%WWWDIR%%/lib/class/search.class.php
-%%WWWDIR%%/lib/class/session.class.php
-%%WWWDIR%%/lib/class/share.class.php
-%%WWWDIR%%/lib/class/shoutbox.class.php
-%%WWWDIR%%/lib/class/slideshow.class.php
-%%WWWDIR%%/lib/class/song.class.php
-%%WWWDIR%%/lib/class/song_preview.class.php
-%%WWWDIR%%/lib/class/stats.class.php
-%%WWWDIR%%/lib/class/stream.class.php
-%%WWWDIR%%/lib/class/stream_playlist.class.php
-%%WWWDIR%%/lib/class/stream_url.class.php
-%%WWWDIR%%/lib/class/subsonic_api.class.php
-%%WWWDIR%%/lib/class/subsonic_xml_data.class.php
-%%WWWDIR%%/lib/class/tag.class.php
-%%WWWDIR%%/lib/class/tmp_playlist.class.php
-%%WWWDIR%%/lib/class/tvshow.class.php
-%%WWWDIR%%/lib/class/tvshow_episode.class.php
-%%WWWDIR%%/lib/class/tvshow_season.class.php
-%%WWWDIR%%/lib/class/ui.class.php
-%%WWWDIR%%/lib/class/update.class.php
-%%WWWDIR%%/lib/class/upload.class.php
-%%WWWDIR%%/lib/class/upnp_api.class.php
-%%WWWDIR%%/lib/class/user.class.php
-%%WWWDIR%%/lib/class/useractivity.class.php
-%%WWWDIR%%/lib/class/userflag.class.php
-%%WWWDIR%%/lib/class/vainfo.class.php
-%%WWWDIR%%/lib/class/video.class.php
-%%WWWDIR%%/lib/class/wanted.class.php
-%%WWWDIR%%/lib/class/waveform.class.php
-%%WWWDIR%%/lib/class/webdav_auth.class.php
-%%WWWDIR%%/lib/class/webdav_catalog.class.php
-%%WWWDIR%%/lib/class/webdav_directory.class.php
-%%WWWDIR%%/lib/class/webdav_file.class.php
-%%WWWDIR%%/lib/class/webplayer.class.php
-%%WWWDIR%%/lib/class/xml_data.class.php
-%%WWWDIR%%/lib/components/bootstrap/bootstrap-built.js
-%%WWWDIR%%/lib/components/bootstrap/css/bootstrap-theme.css
-%%WWWDIR%%/lib/components/bootstrap/css/bootstrap-theme.css.map
-%%WWWDIR%%/lib/components/bootstrap/css/bootstrap-theme.min.css
-%%WWWDIR%%/lib/components/bootstrap/css/bootstrap-theme.min.css.map
-%%WWWDIR%%/lib/components/bootstrap/css/bootstrap.css
-%%WWWDIR%%/lib/components/bootstrap/css/bootstrap.css.map
-%%WWWDIR%%/lib/components/bootstrap/css/bootstrap.min.css
-%%WWWDIR%%/lib/components/bootstrap/css/bootstrap.min.css.map
-%%WWWDIR%%/lib/components/bootstrap/fonts/glyphicons-halflings-regular.eot
-%%WWWDIR%%/lib/components/bootstrap/fonts/glyphicons-halflings-regular.svg
-%%WWWDIR%%/lib/components/bootstrap/fonts/glyphicons-halflings-regular.ttf
-%%WWWDIR%%/lib/components/bootstrap/fonts/glyphicons-halflings-regular.woff
-%%WWWDIR%%/lib/components/bootstrap/fonts/glyphicons-halflings-regular.woff2
-%%WWWDIR%%/lib/components/bootstrap/js/affix.js
-%%WWWDIR%%/lib/components/bootstrap/js/alert.js
-%%WWWDIR%%/lib/components/bootstrap/js/bootstrap.js
-%%WWWDIR%%/lib/components/bootstrap/js/bootstrap.min.js
-%%WWWDIR%%/lib/components/bootstrap/js/button.js
-%%WWWDIR%%/lib/components/bootstrap/js/carousel.js
-%%WWWDIR%%/lib/components/bootstrap/js/collapse.js
-%%WWWDIR%%/lib/components/bootstrap/js/dropdown.js
-%%WWWDIR%%/lib/components/bootstrap/js/modal.js
-%%WWWDIR%%/lib/components/bootstrap/js/npm.js
-%%WWWDIR%%/lib/components/bootstrap/js/popover.js
-%%WWWDIR%%/lib/components/bootstrap/js/scrollspy.js
-%%WWWDIR%%/lib/components/bootstrap/js/tab.js
-%%WWWDIR%%/lib/components/bootstrap/js/tooltip.js
-%%WWWDIR%%/lib/components/bootstrap/js/transition.js
-%%WWWDIR%%/lib/components/bootstrap/less/alerts.less
-%%WWWDIR%%/lib/components/bootstrap/less/badges.less
-%%WWWDIR%%/lib/components/bootstrap/less/bootstrap.less
-%%WWWDIR%%/lib/components/bootstrap/less/breadcrumbs.less
-%%WWWDIR%%/lib/components/bootstrap/less/button-groups.less
-%%WWWDIR%%/lib/components/bootstrap/less/buttons.less
-%%WWWDIR%%/lib/components/bootstrap/less/carousel.less
-%%WWWDIR%%/lib/components/bootstrap/less/close.less
-%%WWWDIR%%/lib/components/bootstrap/less/code.less
-%%WWWDIR%%/lib/components/bootstrap/less/component-animations.less
-%%WWWDIR%%/lib/components/bootstrap/less/dropdowns.less
-%%WWWDIR%%/lib/components/bootstrap/less/forms.less
-%%WWWDIR%%/lib/components/bootstrap/less/glyphicons.less
-%%WWWDIR%%/lib/components/bootstrap/less/grid.less
-%%WWWDIR%%/lib/components/bootstrap/less/input-groups.less
-%%WWWDIR%%/lib/components/bootstrap/less/jumbotron.less
-%%WWWDIR%%/lib/components/bootstrap/less/labels.less
-%%WWWDIR%%/lib/components/bootstrap/less/list-group.less
-%%WWWDIR%%/lib/components/bootstrap/less/media.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/alerts.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/background-variant.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/border-radius.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/buttons.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/center-block.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/clearfix.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/forms.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/gradients.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/grid-framework.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/grid.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/hide-text.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/image.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/labels.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/list-group.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/nav-divider.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/nav-vertical-align.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/opacity.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/pagination.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/panels.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/progress-bar.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/reset-filter.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/reset-text.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/resize.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/responsive-visibility.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/size.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/tab-focus.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/table-row.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/text-emphasis.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/text-overflow.less
-%%WWWDIR%%/lib/components/bootstrap/less/mixins/vendor-prefixes.less
-%%WWWDIR%%/lib/components/bootstrap/less/modals.less
-%%WWWDIR%%/lib/components/bootstrap/less/navbar.less
-%%WWWDIR%%/lib/components/bootstrap/less/navs.less
-%%WWWDIR%%/lib/components/bootstrap/less/normalize.less
-%%WWWDIR%%/lib/components/bootstrap/less/pager.less
-%%WWWDIR%%/lib/components/bootstrap/less/pagination.less
-%%WWWDIR%%/lib/components/bootstrap/less/panels.less
-%%WWWDIR%%/lib/components/bootstrap/less/popovers.less
-%%WWWDIR%%/lib/components/bootstrap/less/print.less
-%%WWWDIR%%/lib/components/bootstrap/less/progress-bars.less
-%%WWWDIR%%/lib/components/bootstrap/less/responsive-embed.less
-%%WWWDIR%%/lib/components/bootstrap/less/responsive-utilities.less
-%%WWWDIR%%/lib/components/bootstrap/less/scaffolding.less
-%%WWWDIR%%/lib/components/bootstrap/less/tables.less
-%%WWWDIR%%/lib/components/bootstrap/less/theme.less
-%%WWWDIR%%/lib/components/bootstrap/less/thumbnails.less
-%%WWWDIR%%/lib/components/bootstrap/less/tooltip.less
-%%WWWDIR%%/lib/components/bootstrap/less/type.less
-%%WWWDIR%%/lib/components/bootstrap/less/utilities.less
-%%WWWDIR%%/lib/components/bootstrap/less/variables.less
-%%WWWDIR%%/lib/components/bootstrap/less/wells.less
-%%WWWDIR%%/lib/components/datetimepicker/datetimepicker-built.css
-%%WWWDIR%%/lib/components/datetimepicker/datetimepicker-built.js
-%%WWWDIR%%/lib/components/datetimepicker/jquery.datetimepicker.css
-%%WWWDIR%%/lib/components/datetimepicker/jquery.datetimepicker.js
-%%WWWDIR%%/lib/components/jQuery-Knob/jQuery-Knob-built.js
-%%WWWDIR%%/lib/components/jQuery-Knob/js/jquery.knob.js
-%%WWWDIR%%/lib/components/jQuery-contextMenu/dist/jquery.contextMenu.css
-%%WWWDIR%%/lib/components/jQuery-contextMenu/dist/jquery.contextMenu.js
-%%WWWDIR%%/lib/components/jQuery-contextMenu/dist/jquery.contextMenu.min.css
-%%WWWDIR%%/lib/components/jQuery-contextMenu/dist/jquery.contextMenu.min.css.map
-%%WWWDIR%%/lib/components/jQuery-contextMenu/dist/jquery.contextMenu.min.js
-%%WWWDIR%%/lib/components/jQuery-contextMenu/dist/jquery.contextMenu.min.js.map
-%%WWWDIR%%/lib/components/jQuery-contextMenu/jQuery-contextMenu-built.css
-%%WWWDIR%%/lib/components/jQuery-contextMenu/jQuery-contextMenu-built.js
-%%WWWDIR%%/lib/components/jplayer/dist/jplayer/jquery.jplayer.js
-%%WWWDIR%%/lib/components/jplayer/jplayer-built.js
-%%WWWDIR%%/lib/components/jquery-cookie/jquery-cookie-built.js
-%%WWWDIR%%/lib/components/jquery-cookie/jquery.cookie.js
-%%WWWDIR%%/lib/components/jquery-qrcode/jquery-qrcode-built.js
-%%WWWDIR%%/lib/components/jquery-qrcode/src/jquery.qrcode.js
-%%WWWDIR%%/lib/components/jquery-qrcode/src/qrcode.js
-%%WWWDIR%%/lib/components/jquery-ui/jquery-ui-built.js
-%%WWWDIR%%/lib/components/jquery-ui/jquery-ui.js
-%%WWWDIR%%/lib/components/jquery-ui/jquery-ui.min.js
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/accordion.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/all.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/autocomplete.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/base.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/button.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/checkboxradio.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/controlgroup.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/core.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/datepicker.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/dialog.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/draggable.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-icons_444444_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-icons_555555_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-icons_777620_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-icons_777777_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/menu.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/progressbar.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/resizable.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/selectable.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/selectmenu.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/slider.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/sortable.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/spinner.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/tabs.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/base/tooltip.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/flick/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/flick/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/flick/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/start/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/jquery-ui.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/jquery-ui.min.css
-%%WWWDIR%%/lib/components/jquery-ui/themes/vader/theme.css
-%%WWWDIR%%/lib/components/jquery-ui/ui/core.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/data.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/disable-selection.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effect.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-blind.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-bounce.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-clip.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-drop.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-explode.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-fade.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-fold.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-highlight.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-puff.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-pulsate.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-scale.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-shake.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-size.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-slide.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/effects/effect-transfer.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/escape-selector.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/focusable.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/form-reset-mixin.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/form.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/i18n/datepicker-af.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/i18n/datepicker-ar-DZ.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/i18n/datepicker-ar.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/i18n/datepicker-az.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/i18n/datepicker-be.js
-%%WWWDIR%%/lib/components/jquery-ui/ui/i18n/datepicker-bg.js
*** 15986 LINES SKIPPED ***
More information about the dev-commits-ports-all
mailing list