summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2014-10-03 19:28:37 +0000
committerMikhail Teterin <mi@FreeBSD.org>2014-10-03 19:28:37 +0000
commit27a845b37d61d028b6fa43baf710c679b5193e3c (patch)
tree3b5c5a5f98f34d51252613ce545414bce392bb44 /www
parentSupport multiple ListenAddress ports (diff)
Upgrade from 3.7.24 to 6.0.27.
Notes
Notes: svn path=/head/; revision=369932
Diffstat (limited to 'www')
-rw-r--r--www/groupoffice/Makefile12
-rw-r--r--www/groupoffice/distinfo4
-rw-r--r--www/groupoffice/files/patch-config58
-rw-r--r--www/groupoffice/pkg-plist15630
4 files changed, 9543 insertions, 6161 deletions
diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile
index 3124ca96be5a..a1ffc93971cb 100644
--- a/www/groupoffice/Makefile
+++ b/www/groupoffice/Makefile
@@ -3,20 +3,20 @@
PORTNAME= groupoffice
DISTVERSIONPREFIX= com-
-DISTVERSION= 3.7.24
+DISTVERSION= 6.0.27
CATEGORIES= www
-MASTER_SITES= SF/group-office/3.7
+MASTER_SITES= SF/group-office/${DISTVERSION:R}
MAINTAINER= ports@FreeBSD.org
COMMENT= Modular web application framework vor office
RESTRICTED= Free for personal use only
NO_BUILD= yes
-USE_PHP= mysql session mbstring pcre xml
+USE_PHP= mysqli session mbstring pcre xml
WANT_PHP_WEB= yes
USE_MYSQL= yes
-WWWDIR?= ${PREFIX}/www/${PORTNAME}3
+WWWDIR?= ${PREFIX}/www/${PORTNAME}${DISTVERSION:R:R}
SUB_FILES= pkg-message
@@ -27,6 +27,10 @@ IMAP_DESC= IMAP support
GD_DESC= Gallery support (GD)
WBXML_DESC= Synchronization Support
+post-patch:
+ ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${WRKSRC}/go/base/Config.php
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIMAP}
diff --git a/www/groupoffice/distinfo b/www/groupoffice/distinfo
index 8ecc252c097b..f2d463f0385e 100644
--- a/www/groupoffice/distinfo
+++ b/www/groupoffice/distinfo
@@ -1,2 +1,2 @@
-SHA256 (groupoffice-com-3.7.24.tar.gz) = 052d1685717f500c664623246c59550c0a4c892b90890e2f384e2942061d0380
-SIZE (groupoffice-com-3.7.24.tar.gz) = 11946455
+SHA256 (groupoffice-com-6.0.27.tar.gz) = 34883a9eea23c2d099544b11b644186224f00e47e81531841a507451c00de263
+SIZE (groupoffice-com-6.0.27.tar.gz) = 31323327
diff --git a/www/groupoffice/files/patch-config b/www/groupoffice/files/patch-config
new file mode 100644
index 000000000000..160c1fd46ce7
--- /dev/null
+++ b/www/groupoffice/files/patch-config
@@ -0,0 +1,58 @@
+--- go/base/Config.php 2014-10-01 03:32:37.000000000 -0400
++++ go/base/Config.php 2014-10-03 15:12:30.000000000 -0400
+@@ -727,5 +727,5 @@
+ * @access public
+ */
+- var $cmd_zip = '/usr/bin/zip';
++ var $cmd_zip = '%%LOCALBASE%%/bin/zip';
+
+ /**
+@@ -734,5 +734,5 @@
+ * @access public
+ */
+- var $cmd_unzip = '/usr/bin/unzip';
++ var $cmd_unzip = '%%LOCALBASE%%/bin/unzip';
+
+ /**
+@@ -741,5 +741,5 @@
+ * @access public
+ */
+- var $cmd_tar = '/bin/tar';
++ var $cmd_tar = '/usr/bin/tar';
+
+ /**
+@@ -757,5 +757,5 @@
+ * @access public
+ */
+- var $cmd_sudo = '/usr/bin/sudo';
++ var $cmd_sudo = '%%LOCALBASE%%/bin/sudo';
+
+ /**
+@@ -765,5 +765,5 @@
+ * @access public
+ */
+- var $cmd_xml2wbxml = '/usr/bin/xml2wbxml';
++ var $cmd_xml2wbxml = '%%LOCALBASE%%/bin/xml2wbxml';
+
+ /**
+@@ -773,5 +773,5 @@
+ * @access public
+ */
+- var $cmd_wbxml2xml = '/usr/bin/wbxml2xml';
++ var $cmd_wbxml2xml = '%%LOCALBASE%%/bin/wbxml2xml';
+
+ /**
+@@ -781,5 +781,5 @@
+ * @access public
+ */
+- var $cmd_tnef = '/usr/bin/tnef';
++ var $cmd_tnef = '%%LOCALBASE%%/bin/tnef';
+
+ /**
+@@ -789,5 +789,5 @@
+ * @access public
+ */
+- var $cmd_php = 'php';
++ var $cmd_php = '%%LOCALBASE%%/bin/php';
+
+
diff --git a/www/groupoffice/pkg-plist b/www/groupoffice/pkg-plist
index 9ac28c699a36..2e63556d1ff3 100644
--- a/www/groupoffice/pkg-plist
+++ b/www/groupoffice/pkg-plist
@@ -2,2600 +2,1620 @@
@group www
%%WWWDIR%%/CHANGELOG.TXT
%%WWWDIR%%/FAQ.TXT
-%%WWWDIR%%/Group-Office.php
-%%WWWDIR%%/HtmlEditorSpellCheck.php
+%%WWWDIR%%/GO.php
%%WWWDIR%%/INSTALL.TXT
%%WWWDIR%%/LICENSE.AGPL
%%WWWDIR%%/LICENSE.TXT
%%WWWDIR%%/RELEASE.TXT
-%%WWWDIR%%/about.php
-%%WWWDIR%%/action.php
-%%WWWDIR%%/change_lost_password.php
-%%WWWDIR%%/classes/3th_party/3th_party.php
-%%WWWDIR%%/classes/Date.class.inc.php
-%%WWWDIR%%/classes/File.class.inc.php
-%%WWWDIR%%/classes/Image.class.inc.php
-%%WWWDIR%%/classes/Number.class.inc.php
-%%WWWDIR%%/classes/String.class.inc.php
-%%WWWDIR%%/classes/TagParser.class.inc.php
-%%WWWDIR%%/classes/UUID.class.inc.php
-%%WWWDIR%%/classes/XSSclean.class.inc.php
-%%WWWDIR%%/classes/advanced_query.class.inc.php
-%%WWWDIR%%/classes/base/.new.ldap.user
-%%WWWDIR%%/classes/base/auth.class.inc.php
-%%WWWDIR%%/classes/base/config.class.inc.php
-%%WWWDIR%%/classes/base/events.class.inc.php
-%%WWWDIR%%/classes/base/exceptions.class.inc.php
-%%WWWDIR%%/classes/base/groups.class.inc.php
-%%WWWDIR%%/classes/base/language.class.inc.php
-%%WWWDIR%%/classes/base/ldap.class.inc.php
-%%WWWDIR%%/classes/base/links.class.inc.php
-%%WWWDIR%%/classes/base/modules.class.inc.php
-%%WWWDIR%%/classes/base/quota.class.inc.php
-%%WWWDIR%%/classes/base/reminder.class.inc.php
-%%WWWDIR%%/classes/base/search.class.inc.php
-%%WWWDIR%%/classes/base/security.class.inc.php
-%%WWWDIR%%/classes/base/theme.class.inc.php
-%%WWWDIR%%/classes/base/userlog.class.inc.php
-%%WWWDIR%%/classes/base/users.class.inc.php
-%%WWWDIR%%/classes/cache.class.inc.php
-%%WWWDIR%%/classes/cryptastic.class.inc.php
-%%WWWDIR%%/classes/database/base_db.class.inc.php
-%%WWWDIR%%/classes/database/mysql.class.inc.php
-%%WWWDIR%%/classes/database/mysqlold.class.inc.php
-%%WWWDIR%%/classes/database/sql_export.class.inc.php
-%%WWWDIR%%/classes/export/csv_export_query.class.inc.php
-%%WWWDIR%%/classes/export/custom_export_query.class.inc.php
-%%WWWDIR%%/classes/export/export_query.class.inc.php
-%%WWWDIR%%/classes/export/html_export_query.class.inc.php
-%%WWWDIR%%/classes/export/pdf_export_query.class.inc.php
-%%WWWDIR%%/classes/filesystem.class.inc
-%%WWWDIR%%/classes/go_template_parser.class.inc.php
-%%WWWDIR%%/classes/highlighter.class.inc
-%%WWWDIR%%/classes/holidays.class.inc.php
-%%WWWDIR%%/classes/html/html_element.class.inc.php
-%%WWWDIR%%/classes/html/input.class.inc.php
-%%WWWDIR%%/classes/html/select.class.inc.php
-%%WWWDIR%%/classes/html2text.class.inc
-%%WWWDIR%%/classes/htmlparser.class.inc
-%%WWWDIR%%/classes/ical2array.class.inc
-%%WWWDIR%%/classes/mail/Go2Mime.class.inc.php
-%%WWWDIR%%/classes/mail/GoSwift.class.inc.php
-%%WWWDIR%%/classes/mail/RFC822.class.inc
-%%WWWDIR%%/classes/mail/TemplateDecorator.class.inc.php
-%%WWWDIR%%/classes/mail/imap.class.inc
-%%WWWDIR%%/classes/mail/imap_base.class.inc.php
-%%WWWDIR%%/classes/mail/mimeDecode.class.inc
-%%WWWDIR%%/classes/mail/smtp_restrict.class.inc.php
-%%WWWDIR%%/classes/mail/swift/CHANGES
-%%WWWDIR%%/classes/mail/swift/LICENSE
-%%WWWDIR%%/classes/mail/swift/README
-%%WWWDIR%%/classes/mail/swift/VERSION
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Attachment.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/ByteStream/ArrayByteStream.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/ByteStream/FileByteStream.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReader.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReader/UsAsciiReader.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReader/Utf8Reader.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReaderFactory.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterStream.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterStream/NgCharacterStream.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/DependencyContainer.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/DependencyException.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/EmbeddedFile.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Encoder.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Encoder/Base64Encoder.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Encoder/QpEncoder.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Encoder/Rfc2231Encoder.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Encoding.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/CommandEvent.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/CommandListener.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/Event.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/EventDispatcher.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/EventListener.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/EventObject.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/ResponseEvent.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/ResponseListener.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/SendEvent.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/SendListener.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/SimpleEventDispatcher.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/TransportChangeEvent.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/TransportChangeListener.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/TransportExceptionEvent.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/TransportExceptionListener.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/FailoverTransport.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/FileStream.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Filterable.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Image.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/InputByteStream.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/IoException.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache/ArrayKeyCache.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache/DiskKeyCache.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache/KeyCacheInputStream.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache/NullKeyCache.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/LoadBalancedTransport.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/MailTransport.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mailer.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mailer/RecipientIterator.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Message.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Attachment.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/CharsetObserver.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ContentEncoder.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/EmbeddedFile.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/EncodingObserver.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Header.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/HeaderEncoder.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/HeaderFactory.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/HeaderSet.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/AbstractHeader.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/DateHeader.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/IdentificationHeader.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/MailboxHeader.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/PathHeader.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Message.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/MimeEntity.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/MimePart.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ParameterizedHeader.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/SimpleHeaderFactory.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/SimpleHeaderSet.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/SimpleMessage.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/SimpleMimeEntity.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/MimePart.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/OutputByteStream.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/AntiFloodPlugin.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Decorator/Replacements.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/DecoratorPlugin.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Logger.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/LoggerPlugin.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Loggers/EchoLogger.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Pop/Pop3Connection.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Pop/Pop3Exception.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Reporter.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/ReporterPlugin.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Reporters/HitReporter.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Sleeper.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/ThrottlerPlugin.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Timer.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Preferences.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/ReplacementFilterFactory.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/RfcComplianceException.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/SendmailTransport.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Smime/Message.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/SmtpTransport.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/StreamFilter.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/StreamFilters/StringReplacementFilter.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/SwiftException.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/AbstractSmtpTransport.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/Esmtp/Authenticator.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/EsmtpHandler.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/EsmtpTransport.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/FailoverTransport.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/IoBuffer.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/LoadBalancedTransport.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/MailInvoker.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/MailTransport.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/SendmailTransport.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/SimpleMailInvoker.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/SmtpAgent.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/StreamBuffer.php
-%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/TransportException.php
-%%WWWDIR%%/classes/mail/swift/lib/dependency_maps/cache_deps.php
-%%WWWDIR%%/classes/mail/swift/lib/dependency_maps/mime_deps.php
-%%WWWDIR%%/classes/mail/swift/lib/dependency_maps/transport_deps.php
-%%WWWDIR%%/classes/mail/swift/lib/mime_types.php
-%%WWWDIR%%/classes/mail/swift/lib/preferences.php
-%%WWWDIR%%/classes/mail/swift/lib/swift_init.php
-%%WWWDIR%%/classes/mail/swift/lib/swift_required.php
-%%WWWDIR%%/classes/mail/swift/lib/swift_required_pear.php
-%%WWWDIR%%/classes/pdfCustomTagHandler.class.inc.php
-%%WWWDIR%%/classes/pear/Mail/mime.php
-%%WWWDIR%%/classes/pear/Mail/mimePart.php
-%%WWWDIR%%/classes/pear/Net/SMTP.php
-%%WWWDIR%%/classes/pear/Net/Sieve.php
-%%WWWDIR%%/classes/pear/Net/Socket.php
-%%WWWDIR%%/classes/pear/PEAR.php
-%%WWWDIR%%/classes/pear/PEAR5.php
-%%WWWDIR%%/classes/rtf.class.inc.php
-%%WWWDIR%%/classes/securimage/AHGBold.ttf
-%%WWWDIR%%/classes/securimage/LICENSE.txt
-%%WWWDIR%%/classes/securimage/README.FONT.txt
-%%WWWDIR%%/classes/securimage/README.txt
-%%WWWDIR%%/classes/securimage/audio/0.mp3
-%%WWWDIR%%/classes/securimage/audio/0.wav
-%%WWWDIR%%/classes/securimage/audio/1.mp3
-%%WWWDIR%%/classes/securimage/audio/1.wav
-%%WWWDIR%%/classes/securimage/audio/2.mp3
-%%WWWDIR%%/classes/securimage/audio/2.wav
-%%WWWDIR%%/classes/securimage/audio/3.mp3
-%%WWWDIR%%/classes/securimage/audio/3.wav
-%%WWWDIR%%/classes/securimage/audio/4.mp3
-%%WWWDIR%%/classes/securimage/audio/4.wav
-%%WWWDIR%%/classes/securimage/audio/5.mp3
-%%WWWDIR%%/classes/securimage/audio/5.wav
-%%WWWDIR%%/classes/securimage/audio/6.mp3
-%%WWWDIR%%/classes/securimage/audio/6.wav
-%%WWWDIR%%/classes/securimage/audio/7.mp3
-%%WWWDIR%%/classes/securimage/audio/7.wav
-%%WWWDIR%%/classes/securimage/audio/8.mp3
-%%WWWDIR%%/classes/securimage/audio/8.wav
-%%WWWDIR%%/classes/securimage/audio/9.mp3
-%%WWWDIR%%/classes/securimage/audio/9.wav
-%%WWWDIR%%/classes/securimage/audio/A.mp3
-%%WWWDIR%%/classes/securimage/audio/A.wav
-%%WWWDIR%%/classes/securimage/audio/B.mp3
-%%WWWDIR%%/classes/securimage/audio/B.wav
-%%WWWDIR%%/classes/securimage/audio/C.mp3
-%%WWWDIR%%/classes/securimage/audio/C.wav
-%%WWWDIR%%/classes/securimage/audio/D.mp3
-%%WWWDIR%%/classes/securimage/audio/D.wav
-%%WWWDIR%%/classes/securimage/audio/E.mp3
-%%WWWDIR%%/classes/securimage/audio/E.wav
-%%WWWDIR%%/classes/securimage/audio/F.mp3
-%%WWWDIR%%/classes/securimage/audio/F.wav
-%%WWWDIR%%/classes/securimage/audio/G.mp3
-%%WWWDIR%%/classes/securimage/audio/G.wav
-%%WWWDIR%%/classes/securimage/audio/H.mp3
-%%WWWDIR%%/classes/securimage/audio/H.wav
-%%WWWDIR%%/classes/securimage/audio/I.mp3
-%%WWWDIR%%/classes/securimage/audio/I.wav
-%%WWWDIR%%/classes/securimage/audio/J.mp3
-%%WWWDIR%%/classes/securimage/audio/J.wav
-%%WWWDIR%%/classes/securimage/audio/K.mp3
-%%WWWDIR%%/classes/securimage/audio/K.wav
-%%WWWDIR%%/classes/securimage/audio/L.mp3
-%%WWWDIR%%/classes/securimage/audio/L.wav
-%%WWWDIR%%/classes/securimage/audio/M.mp3
-%%WWWDIR%%/classes/securimage/audio/M.wav
-%%WWWDIR%%/classes/securimage/audio/N.mp3
-%%WWWDIR%%/classes/securimage/audio/N.wav
-%%WWWDIR%%/classes/securimage/audio/O.mp3
-%%WWWDIR%%/classes/securimage/audio/O.wav
-%%WWWDIR%%/classes/securimage/audio/P.mp3
-%%WWWDIR%%/classes/securimage/audio/P.wav
-%%WWWDIR%%/classes/securimage/audio/Q.mp3
-%%WWWDIR%%/classes/securimage/audio/Q.wav
-%%WWWDIR%%/classes/securimage/audio/R.mp3
-%%WWWDIR%%/classes/securimage/audio/R.wav
-%%WWWDIR%%/classes/securimage/audio/S.mp3
-%%WWWDIR%%/classes/securimage/audio/S.wav
-%%WWWDIR%%/classes/securimage/audio/T.mp3
-%%WWWDIR%%/classes/securimage/audio/T.wav
-%%WWWDIR%%/classes/securimage/audio/U.mp3
-%%WWWDIR%%/classes/securimage/audio/U.wav
-%%WWWDIR%%/classes/securimage/audio/V.mp3
-%%WWWDIR%%/classes/securimage/audio/V.wav
-%%WWWDIR%%/classes/securimage/audio/W.mp3
-%%WWWDIR%%/classes/securimage/audio/W.wav
-%%WWWDIR%%/classes/securimage/audio/X.mp3
-%%WWWDIR%%/classes/securimage/audio/X.wav
-%%WWWDIR%%/classes/securimage/audio/Y.mp3
-%%WWWDIR%%/classes/securimage/audio/Y.wav
-%%WWWDIR%%/classes/securimage/audio/Z.mp3
-%%WWWDIR%%/classes/securimage/audio/Z.wav
-%%WWWDIR%%/classes/securimage/backgrounds/bg3.jpg
-%%WWWDIR%%/classes/securimage/backgrounds/bg4.jpg
-%%WWWDIR%%/classes/securimage/backgrounds/bg5.jpg
-%%WWWDIR%%/classes/securimage/backgrounds/bg6.png
-%%WWWDIR%%/classes/securimage/database/.htaccess
-%%WWWDIR%%/classes/securimage/database/index.html
-%%WWWDIR%%/classes/securimage/database/securimage.sqlite
-%%WWWDIR%%/classes/securimage/example_form.php
-%%WWWDIR%%/classes/securimage/gdfonts/automatic.gdf
-%%WWWDIR%%/classes/securimage/images/audio_icon.gif
-%%WWWDIR%%/classes/securimage/images/refresh.gif
-%%WWWDIR%%/classes/securimage/securimage.php
-%%WWWDIR%%/classes/securimage/securimage_play.php
-%%WWWDIR%%/classes/securimage/securimage_play.swf
-%%WWWDIR%%/classes/securimage/securimage_show.php
-%%WWWDIR%%/classes/securimage/securimage_show_example.php
-%%WWWDIR%%/classes/securimage/securimage_show_example2.php
-%%WWWDIR%%/classes/securimage/words/words.txt
-%%WWWDIR%%/classes/smarty/Config_File.class.php
-%%WWWDIR%%/classes/smarty/Smarty.class.php
-%%WWWDIR%%/classes/smarty/Smarty_Compiler.class.php
-%%WWWDIR%%/classes/smarty/debug.tpl
-%%WWWDIR%%/classes/smarty/internals/core.assemble_plugin_filepath.php
-%%WWWDIR%%/classes/smarty/internals/core.assign_smarty_interface.php
-%%WWWDIR%%/classes/smarty/internals/core.create_dir_structure.php
-%%WWWDIR%%/classes/smarty/internals/core.display_debug_console.php
-%%WWWDIR%%/classes/smarty/internals/core.get_include_path.php
-%%WWWDIR%%/classes/smarty/internals/core.get_microtime.php
-%%WWWDIR%%/classes/smarty/internals/core.get_php_resource.php
-%%WWWDIR%%/classes/smarty/internals/core.is_secure.php
-%%WWWDIR%%/classes/smarty/internals/core.is_trusted.php
-%%WWWDIR%%/classes/smarty/internals/core.load_plugins.php
-%%WWWDIR%%/classes/smarty/internals/core.load_resource_plugin.php
-%%WWWDIR%%/classes/smarty/internals/core.process_cached_inserts.php
-%%WWWDIR%%/classes/smarty/internals/core.process_compiled_include.php
-%%WWWDIR%%/classes/smarty/internals/core.read_cache_file.php
-%%WWWDIR%%/classes/smarty/internals/core.rm_auto.php
-%%WWWDIR%%/classes/smarty/internals/core.rmdir.php
-%%WWWDIR%%/classes/smarty/internals/core.run_insert_handler.php
-%%WWWDIR%%/classes/smarty/internals/core.smarty_include_php.php
-%%WWWDIR%%/classes/smarty/internals/core.write_cache_file.php
-%%WWWDIR%%/classes/smarty/internals/core.write_compiled_include.php
-%%WWWDIR%%/classes/smarty/internals/core.write_compiled_resource.php
-%%WWWDIR%%/classes/smarty/internals/core.write_file.php
-%%WWWDIR%%/classes/smarty/plugins/block.textformat.php
-%%WWWDIR%%/classes/smarty/plugins/compiler.assign.php
-%%WWWDIR%%/classes/smarty/plugins/function.assign_debug_info.php
-%%WWWDIR%%/classes/smarty/plugins/function.config_load.php
-%%WWWDIR%%/classes/smarty/plugins/function.counter.php
-%%WWWDIR%%/classes/smarty/plugins/function.cycle.php
-%%WWWDIR%%/classes/smarty/plugins/function.debug.php
-%%WWWDIR%%/classes/smarty/plugins/function.eval.php
-%%WWWDIR%%/classes/smarty/plugins/function.fetch.php
-%%WWWDIR%%/classes/smarty/plugins/function.html_checkboxes.php
-%%WWWDIR%%/classes/smarty/plugins/function.html_image.php
-%%WWWDIR%%/classes/smarty/plugins/function.html_options.php
-%%WWWDIR%%/classes/smarty/plugins/function.html_radios.php
-%%WWWDIR%%/classes/smarty/plugins/function.html_select_date.php
-%%WWWDIR%%/classes/smarty/plugins/function.html_select_time.php
-%%WWWDIR%%/classes/smarty/plugins/function.html_table.php
-%%WWWDIR%%/classes/smarty/plugins/function.mailto.php
-%%WWWDIR%%/classes/smarty/plugins/function.math.php
-%%WWWDIR%%/classes/smarty/plugins/function.popup.php
-%%WWWDIR%%/classes/smarty/plugins/function.popup_init.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.capitalize.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.cat.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.count_characters.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.count_paragraphs.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.count_sentences.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.count_words.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.date_format.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.debug_print_var.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.default.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.escape.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.indent.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.lower.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.nl2br.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.regex_replace.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.replace.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.spacify.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.string_format.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.strip.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.strip_tags.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.truncate.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.upper.php
-%%WWWDIR%%/classes/smarty/plugins/modifier.wordwrap.php
-%%WWWDIR%%/classes/smarty/plugins/outputfilter.trimwhitespace.php
-%%WWWDIR%%/classes/smarty/plugins/shared.escape_special_chars.php
-%%WWWDIR%%/classes/smarty/plugins/shared.make_timestamp.php
-%%WWWDIR%%/classes/tcpdf/2dbarcodes.php
-%%WWWDIR%%/classes/tcpdf/CHANGELOG.TXT
-%%WWWDIR%%/classes/tcpdf/LICENSE.TXT
-%%WWWDIR%%/classes/tcpdf/README.TXT
-%%WWWDIR%%/classes/tcpdf/barcodes.php
-%%WWWDIR%%/classes/tcpdf/config/lang/afr.php
-%%WWWDIR%%/classes/tcpdf/config/lang/ara.php
-%%WWWDIR%%/classes/tcpdf/config/lang/aze.php
-%%WWWDIR%%/classes/tcpdf/config/lang/bel.php
-%%WWWDIR%%/classes/tcpdf/config/lang/bra.php
-%%WWWDIR%%/classes/tcpdf/config/lang/cat.php
-%%WWWDIR%%/classes/tcpdf/config/lang/ces.php
-%%WWWDIR%%/classes/tcpdf/config/lang/chi.php
-%%WWWDIR%%/classes/tcpdf/config/lang/cym.php
-%%WWWDIR%%/classes/tcpdf/config/lang/dan.php
-%%WWWDIR%%/classes/tcpdf/config/lang/eng.php
-%%WWWDIR%%/classes/tcpdf/config/lang/est.php
-%%WWWDIR%%/classes/tcpdf/config/lang/eus.php
-%%WWWDIR%%/classes/tcpdf/config/lang/fra.php
-%%WWWDIR%%/classes/tcpdf/config/lang/ger.php
-%%WWWDIR%%/classes/tcpdf/config/lang/gle.php
-%%WWWDIR%%/classes/tcpdf/config/lang/glg.php
-%%WWWDIR%%/classes/tcpdf/config/lang/hat.php
-%%WWWDIR%%/classes/tcpdf/config/lang/heb.php
-%%WWWDIR%%/classes/tcpdf/config/lang/hrv.php
-%%WWWDIR%%/classes/tcpdf/config/lang/hun.php
-%%WWWDIR%%/classes/tcpdf/config/lang/hye.php
-%%WWWDIR%%/classes/tcpdf/config/lang/ind.php
-%%WWWDIR%%/classes/tcpdf/config/lang/ita.php
-%%WWWDIR%%/classes/tcpdf/config/lang/kat.php
-%%WWWDIR%%/classes/tcpdf/config/lang/kor.php
-%%WWWDIR%%/classes/tcpdf/config/lang/mkd.php
-%%WWWDIR%%/classes/tcpdf/config/lang/mlt.php
-%%WWWDIR%%/classes/tcpdf/config/lang/msa.php
-%%WWWDIR%%/classes/tcpdf/config/lang/nld.php
-%%WWWDIR%%/classes/tcpdf/config/lang/nob.php
-%%WWWDIR%%/classes/tcpdf/config/lang/pol.php
-%%WWWDIR%%/classes/tcpdf/config/lang/por.php
-%%WWWDIR%%/classes/tcpdf/config/lang/ron.php
-%%WWWDIR%%/classes/tcpdf/config/lang/rus.php
-%%WWWDIR%%/classes/tcpdf/config/lang/slv.php
-%%WWWDIR%%/classes/tcpdf/config/lang/spa.php
-%%WWWDIR%%/classes/tcpdf/config/lang/sqi.php
-%%WWWDIR%%/classes/tcpdf/config/lang/srp.php
-%%WWWDIR%%/classes/tcpdf/config/lang/swa.php
-%%WWWDIR%%/classes/tcpdf/config/lang/swe.php
-%%WWWDIR%%/classes/tcpdf/config/lang/urd.php
-%%WWWDIR%%/classes/tcpdf/config/lang/yid.php
-%%WWWDIR%%/classes/tcpdf/config/lang/zho.php
-%%WWWDIR%%/classes/tcpdf/config/tcpdf_config.php
-%%WWWDIR%%/classes/tcpdf/config/tcpdf_config_alt.php
-%%WWWDIR%%/classes/tcpdf/fonts/dejavusans.ctg.z
-%%WWWDIR%%/classes/tcpdf/fonts/dejavusans.php
-%%WWWDIR%%/classes/tcpdf/fonts/dejavusans.z
-%%WWWDIR%%/classes/tcpdf/fonts/dejavusansb.ctg.z
-%%WWWDIR%%/classes/tcpdf/fonts/dejavusansb.php
-%%WWWDIR%%/classes/tcpdf/fonts/dejavusansb.z
-%%WWWDIR%%/classes/tcpdf/fonts/dejavusansbi.ctg.z
-%%WWWDIR%%/classes/tcpdf/fonts/dejavusansbi.php
-%%WWWDIR%%/classes/tcpdf/fonts/dejavusansbi.z
-%%WWWDIR%%/classes/tcpdf/fonts/dejavusansi.ctg.z
-%%WWWDIR%%/classes/tcpdf/fonts/dejavusansi.php
-%%WWWDIR%%/classes/tcpdf/fonts/dejavusansi.z
-%%WWWDIR%%/classes/tcpdf/fonts/helvetica.php
-%%WWWDIR%%/classes/tcpdf/fonts/helveticab.php
-%%WWWDIR%%/classes/tcpdf/fonts/helveticabi.php
-%%WWWDIR%%/classes/tcpdf/fonts/helveticai.php
-%%WWWDIR%%/classes/tcpdf/htmlcolors.php
-%%WWWDIR%%/classes/tcpdf/pdf417.php
-%%WWWDIR%%/classes/tcpdf/qrcode.php
-%%WWWDIR%%/classes/tcpdf/spotcolors.php
-%%WWWDIR%%/classes/tcpdf/tcpdf.crt
-%%WWWDIR%%/classes/tcpdf/tcpdf.fdf
-%%WWWDIR%%/classes/tcpdf/tcpdf.p12
-%%WWWDIR%%/classes/tcpdf/tcpdf.php
-%%WWWDIR%%/classes/tcpdf/unicode_data.php
-%%WWWDIR%%/classes/xml/GOXML.class.inc.php
-%%WWWDIR%%/classes/xml/wbxml.class.inc.php
-%%WWWDIR%%/cli-functions.inc.php
-%%WWWDIR%%/compress.php
+%%WWWDIR%%/composer.json
+%%WWWDIR%%/composer.lock
%%WWWDIR%%/config.php
-%%WWWDIR%%/controls/download_temp_file.php
-%%WWWDIR%%/controls/phpthumb/docs/phpthumb.changelog.txt
-%%WWWDIR%%/controls/phpthumb/docs/phpthumb.faq.txt
-%%WWWDIR%%/controls/phpthumb/docs/phpthumb.license.commercial.txt
-%%WWWDIR%%/controls/phpthumb/docs/phpthumb.license.txt
-%%WWWDIR%%/controls/phpthumb/docs/phpthumb.readme.txt
-%%WWWDIR%%/controls/phpthumb/fonts/readme.txt
-%%WWWDIR%%/controls/phpthumb/images/readme.txt
-%%WWWDIR%%/controls/phpthumb/index.php
-%%WWWDIR%%/controls/phpthumb/phpThumb.config.php
-%%WWWDIR%%/controls/phpthumb/phpThumb.php
-%%WWWDIR%%/controls/phpthumb/phpthumb.bmp.php
-%%WWWDIR%%/controls/phpthumb/phpthumb.class.php
-%%WWWDIR%%/controls/phpthumb/phpthumb.filters.php
-%%WWWDIR%%/controls/phpthumb/phpthumb.functions.php
-%%WWWDIR%%/controls/phpthumb/phpthumb.gif.php
-%%WWWDIR%%/controls/phpthumb/phpthumb.ico.php
-%%WWWDIR%%/controls/phpthumb/phpthumb.unsharp.php
-%%WWWDIR%%/controls/thumb.php
-%%WWWDIR%%/controls/win32/libwbxml/LICENSE.GPL
-%%WWWDIR%%/controls/win32/libwbxml/libexpat.dll
-%%WWWDIR%%/controls/win32/libwbxml/libwbxml2.dll
-%%WWWDIR%%/controls/win32/libwbxml/wbxml2xml.exe
-%%WWWDIR%%/controls/win32/libwbxml/xml2wbxml.exe
-%%WWWDIR%%/controls/win32/unzip.exe
-%%WWWDIR%%/controls/win32/zip.exe
-%%WWWDIR%%/controls/wjhk.jupload.jar
-%%WWWDIR%%/cron.php
-%%WWWDIR%%/default_scripts.inc.php
-%%WWWDIR%%/dialog.php
-%%WWWDIR%%/export_query.php
-%%WWWDIR%%/ext/INCLUDE_ORDER.txt
-%%WWWDIR%%/ext/adapter/ext/ext-base-debug.js
-%%WWWDIR%%/ext/adapter/ext/ext-base.js
-%%WWWDIR%%/ext/adapter/jquery/ext-jquery-adapter-debug.js
-%%WWWDIR%%/ext/adapter/jquery/ext-jquery-adapter.js
-%%WWWDIR%%/ext/adapter/prototype/ext-prototype-adapter-debug.js
-%%WWWDIR%%/ext/adapter/prototype/ext-prototype-adapter.js
-%%WWWDIR%%/ext/adapter/yui/ext-yui-adapter-debug.js
-%%WWWDIR%%/ext/adapter/yui/ext-yui-adapter.js
-%%WWWDIR%%/ext/ext-all-debug-w-comments.js
-%%WWWDIR%%/ext/ext-all-debug.js
-%%WWWDIR%%/ext/ext-all.js
-%%WWWDIR%%/ext/ext.jsb2
-%%WWWDIR%%/ext/gpl-3.0.txt
-%%WWWDIR%%/ext/index.html
-%%WWWDIR%%/ext/license.txt
-%%WWWDIR%%/ext/release-notes.html
-%%WWWDIR%%/ext/resources/charts.swf
-%%WWWDIR%%/ext/resources/css/README.txt
-%%WWWDIR%%/ext/resources/css/debug.css
-%%WWWDIR%%/ext/resources/css/ext-all-notheme.css
-%%WWWDIR%%/ext/resources/css/ext-all.css
-%%WWWDIR%%/ext/resources/css/reset-min.css
-%%WWWDIR%%/ext/resources/css/structure/borders.css
-%%WWWDIR%%/ext/resources/css/structure/box.css
-%%WWWDIR%%/ext/resources/css/structure/button.css
-%%WWWDIR%%/ext/resources/css/structure/combo.css
-%%WWWDIR%%/ext/resources/css/structure/core.css
-%%WWWDIR%%/ext/resources/css/structure/date-picker.css
-%%WWWDIR%%/ext/resources/css/structure/dd.css
-%%WWWDIR%%/ext/resources/css/structure/debug.css
-%%WWWDIR%%/ext/resources/css/structure/dialog.css
-%%WWWDIR%%/ext/resources/css/structure/editor.css
-%%WWWDIR%%/ext/resources/css/structure/form.css
-%%WWWDIR%%/ext/resources/css/structure/grid.css
-%%WWWDIR%%/ext/resources/css/structure/layout.css
-%%WWWDIR%%/ext/resources/css/structure/list-view.css
-%%WWWDIR%%/ext/resources/css/structure/menu.css
-%%WWWDIR%%/ext/resources/css/structure/panel-reset.css
-%%WWWDIR%%/ext/resources/css/structure/panel.css
-%%WWWDIR%%/ext/resources/css/structure/pivotgrid.css
-%%WWWDIR%%/ext/resources/css/structure/progress.css
-%%WWWDIR%%/ext/resources/css/structure/qtips.css
-%%WWWDIR%%/ext/resources/css/structure/reset.css
-%%WWWDIR%%/ext/resources/css/structure/resizable.css
-%%WWWDIR%%/ext/resources/css/structure/slider.css
-%%WWWDIR%%/ext/resources/css/structure/tabs.css
-%%WWWDIR%%/ext/resources/css/structure/toolbar.css
-%%WWWDIR%%/ext/resources/css/structure/tree.css
-%%WWWDIR%%/ext/resources/css/structure/window.css
-%%WWWDIR%%/ext/resources/css/theme-access/borders.css
-%%WWWDIR%%/ext/resources/css/theme-access/box.css
-%%WWWDIR%%/ext/resources/css/theme-access/button.css
-%%WWWDIR%%/ext/resources/css/theme-access/combo.css
-%%WWWDIR%%/ext/resources/css/theme-access/core.css
-%%WWWDIR%%/ext/resources/css/theme-access/date-picker.css
-%%WWWDIR%%/ext/resources/css/theme-access/dd.css
-%%WWWDIR%%/ext/resources/css/theme-access/debug.css
-%%WWWDIR%%/ext/resources/css/theme-access/dialog.css
-%%WWWDIR%%/ext/resources/css/theme-access/editor.css
-%%WWWDIR%%/ext/resources/css/theme-access/form.css
-%%WWWDIR%%/ext/resources/css/theme-access/grid.css
-%%WWWDIR%%/ext/resources/css/theme-access/layout.css
-%%WWWDIR%%/ext/resources/css/theme-access/list-view.css
-%%WWWDIR%%/ext/resources/css/theme-access/menu.css
-%%WWWDIR%%/ext/resources/css/theme-access/panel.css
-%%WWWDIR%%/ext/resources/css/theme-access/progress.css
-%%WWWDIR%%/ext/resources/css/theme-access/qtips.css
-%%WWWDIR%%/ext/resources/css/theme-access/resizable.css
-%%WWWDIR%%/ext/resources/css/theme-access/slider.css
-%%WWWDIR%%/ext/resources/css/theme-access/tabs.css
-%%WWWDIR%%/ext/resources/css/theme-access/toolbar.css
-%%WWWDIR%%/ext/resources/css/theme-access/tree.css
-%%WWWDIR%%/ext/resources/css/theme-access/window.css
-%%WWWDIR%%/ext/resources/css/theme-gray/borders.css
-%%WWWDIR%%/ext/resources/css/theme-gray/box.css
-%%WWWDIR%%/ext/resources/css/theme-gray/button.css
-%%WWWDIR%%/ext/resources/css/theme-gray/combo.css
-%%WWWDIR%%/ext/resources/css/theme-gray/core.css
-%%WWWDIR%%/ext/resources/css/theme-gray/date-picker.css
-%%WWWDIR%%/ext/resources/css/theme-gray/dd.css
-%%WWWDIR%%/ext/resources/css/theme-gray/debug.css
-%%WWWDIR%%/ext/resources/css/theme-gray/dialog.css
-%%WWWDIR%%/ext/resources/css/theme-gray/editor.css
-%%WWWDIR%%/ext/resources/css/theme-gray/form.css
-%%WWWDIR%%/ext/resources/css/theme-gray/grid.css
-%%WWWDIR%%/ext/resources/css/theme-gray/layout.css
-%%WWWDIR%%/ext/resources/css/theme-gray/list-view.css
-%%WWWDIR%%/ext/resources/css/theme-gray/menu.css
-%%WWWDIR%%/ext/resources/css/theme-gray/panel.css
-%%WWWDIR%%/ext/resources/css/theme-gray/pivotgrid.css
-%%WWWDIR%%/ext/resources/css/theme-gray/progress.css
-%%WWWDIR%%/ext/resources/css/theme-gray/qtips.css
-%%WWWDIR%%/ext/resources/css/theme-gray/resizable.css
-%%WWWDIR%%/ext/resources/css/theme-gray/slider.css
-%%WWWDIR%%/ext/resources/css/theme-gray/tabs.css
-%%WWWDIR%%/ext/resources/css/theme-gray/toolbar.css
-%%WWWDIR%%/ext/resources/css/theme-gray/tree.css
-%%WWWDIR%%/ext/resources/css/theme-gray/window.css
-%%WWWDIR%%/ext/resources/css/visual/borders.css
-%%WWWDIR%%/ext/resources/css/visual/box.css
-%%WWWDIR%%/ext/resources/css/visual/button.css
-%%WWWDIR%%/ext/resources/css/visual/combo.css
-%%WWWDIR%%/ext/resources/css/visual/core.css
-%%WWWDIR%%/ext/resources/css/visual/date-picker.css
-%%WWWDIR%%/ext/resources/css/visual/dd.css
-%%WWWDIR%%/ext/resources/css/visual/debug.css
-%%WWWDIR%%/ext/resources/css/visual/dialog.css
-%%WWWDIR%%/ext/resources/css/visual/editor.css
-%%WWWDIR%%/ext/resources/css/visual/form.css
-%%WWWDIR%%/ext/resources/css/visual/grid.css
-%%WWWDIR%%/ext/resources/css/visual/layout.css
-%%WWWDIR%%/ext/resources/css/visual/list-view.css
-%%WWWDIR%%/ext/resources/css/visual/menu.css
-%%WWWDIR%%/ext/resources/css/visual/panel.css
-%%WWWDIR%%/ext/resources/css/visual/pivotgrid.css
-%%WWWDIR%%/ext/resources/css/visual/progress.css
-%%WWWDIR%%/ext/resources/css/visual/qtips.css
-%%WWWDIR%%/ext/resources/css/visual/resizable.css
-%%WWWDIR%%/ext/resources/css/visual/slider.css
-%%WWWDIR%%/ext/resources/css/visual/tabs.css
-%%WWWDIR%%/ext/resources/css/visual/toolbar.css
-%%WWWDIR%%/ext/resources/css/visual/tree.css
-%%WWWDIR%%/ext/resources/css/visual/window.css
-%%WWWDIR%%/ext/resources/css/xtheme-access.css
-%%WWWDIR%%/ext/resources/css/xtheme-blue.css
-%%WWWDIR%%/ext/resources/css/xtheme-gray.css
-%%WWWDIR%%/ext/resources/css/yourtheme.css
-%%WWWDIR%%/ext/resources/expressinstall.swf
-%%WWWDIR%%/ext/resources/images/access/box/corners-blue.gif
-%%WWWDIR%%/ext/resources/images/access/box/corners.gif
-%%WWWDIR%%/ext/resources/images/access/box/l-blue.gif
-%%WWWDIR%%/ext/resources/images/access/box/l.gif
-%%WWWDIR%%/ext/resources/images/access/box/r-blue.gif
-%%WWWDIR%%/ext/resources/images/access/box/r.gif
-%%WWWDIR%%/ext/resources/images/access/box/tb-blue.gif
-%%WWWDIR%%/ext/resources/images/access/box/tb.gif
-%%WWWDIR%%/ext/resources/images/access/button/arrow.gif
-%%WWWDIR%%/ext/resources/images/access/button/btn.gif
-%%WWWDIR%%/ext/resources/images/access/button/group-cs.gif
-%%WWWDIR%%/ext/resources/images/access/button/group-lr.gif
-%%WWWDIR%%/ext/resources/images/access/button/group-tb.gif
-%%WWWDIR%%/ext/resources/images/access/button/s-arrow-b-noline.gif
-%%WWWDIR%%/ext/resources/images/access/button/s-arrow-b.gif
-%%WWWDIR%%/ext/resources/images/access/button/s-arrow-bo.gif
-%%WWWDIR%%/ext/resources/images/access/button/s-arrow-noline.gif
-%%WWWDIR%%/ext/resources/images/access/button/s-arrow-o.gif
-%%WWWDIR%%/ext/resources/images/access/button/s-arrow.gif
-%%WWWDIR%%/ext/resources/images/access/editor/tb-sprite.gif
-%%WWWDIR%%/ext/resources/images/access/form/checkbox.gif
-%%WWWDIR%%/ext/resources/images/access/form/clear-trigger.gif
-%%WWWDIR%%/ext/resources/images/access/form/clear-trigger.psd
-%%WWWDIR%%/ext/resources/images/access/form/date-trigger.gif
-%%WWWDIR%%/ext/resources/images/access/form/date-trigger.psd
-%%WWWDIR%%/ext/resources/images/access/form/error-tip-corners.gif
-%%WWWDIR%%/ext/resources/images/access/form/exclamation.gif
-%%WWWDIR%%/ext/resources/images/access/form/radio.gif
-%%WWWDIR%%/ext/resources/images/access/form/search-trigger.gif
-%%WWWDIR%%/ext/resources/images/access/form/search-trigger.psd
-%%WWWDIR%%/ext/resources/images/access/form/text-bg.gif
-%%WWWDIR%%/ext/resources/images/access/form/trigger-tpl.gif
-%%WWWDIR%%/ext/resources/images/access/form/trigger.gif
-%%WWWDIR%%/ext/resources/images/access/form/trigger.psd
-%%WWWDIR%%/ext/resources/images/access/grid/arrow-left-white.gif
-%%WWWDIR%%/ext/resources/images/access/grid/arrow-right-white.gif
-%%WWWDIR%%/ext/resources/images/access/grid/col-move-bottom.gif
-%%WWWDIR%%/ext/resources/images/access/grid/col-move-top.gif
-%%WWWDIR%%/ext/resources/images/access/grid/columns.gif
-%%WWWDIR%%/ext/resources/images/access/grid/dirty.gif
-%%WWWDIR%%/ext/resources/images/access/grid/done.gif
-%%WWWDIR%%/ext/resources/images/access/grid/drop-no.gif
-%%WWWDIR%%/ext/resources/images/access/grid/drop-yes.gif
-%%WWWDIR%%/ext/resources/images/access/grid/footer-bg.gif
-%%WWWDIR%%/ext/resources/images/access/grid/grid-blue-hd.gif
-%%WWWDIR%%/ext/resources/images/access/grid/grid-blue-split.gif
-%%WWWDIR%%/ext/resources/images/access/grid/grid-hrow.gif
-%%WWWDIR%%/ext/resources/images/access/grid/grid-loading.gif
-%%WWWDIR%%/ext/resources/images/access/grid/grid-split.gif
-%%WWWDIR%%/ext/resources/images/access/grid/grid-vista-hd.gif
-%%WWWDIR%%/ext/resources/images/access/grid/grid3-hd-btn.gif
-%%WWWDIR%%/ext/resources/images/access/grid/grid3-hrow-over.gif
-%%WWWDIR%%/ext/resources/images/access/grid/grid3-hrow.gif
-%%WWWDIR%%/ext/resources/images/access/grid/grid3-special-col-bg.gif
-%%WWWDIR%%/ext/resources/images/access/grid/grid3-special-col-sel-bg.gif
-%%WWWDIR%%/ext/resources/images/access/grid/group-by.gif
-%%WWWDIR%%/ext/resources/images/access/grid/group-collapse.gif
-%%WWWDIR%%/ext/resources/images/access/grid/group-expand-sprite.gif
-%%WWWDIR%%/ext/resources/images/access/grid/group-expand.gif
-%%WWWDIR%%/ext/resources/images/access/grid/hd-pop.gif
-%%WWWDIR%%/ext/resources/images/access/grid/hmenu-asc.gif
-%%WWWDIR%%/ext/resources/images/access/grid/hmenu-desc.gif
-%%WWWDIR%%/ext/resources/images/access/grid/hmenu-lock.gif
-%%WWWDIR%%/ext/resources/images/access/grid/hmenu-lock.png
-%%WWWDIR%%/ext/resources/images/access/grid/hmenu-unlock.gif
-%%WWWDIR%%/ext/resources/images/access/grid/hmenu-unlock.png
-%%WWWDIR%%/ext/resources/images/access/grid/invalid_line.gif
-%%WWWDIR%%/ext/resources/images/access/grid/loading.gif
-%%WWWDIR%%/ext/resources/images/access/grid/mso-hd.gif
-%%WWWDIR%%/ext/resources/images/access/grid/nowait.gif
-%%WWWDIR%%/ext/resources/images/access/grid/page-first-disabled.gif
-%%WWWDIR%%/ext/resources/images/access/grid/page-first.gif
-%%WWWDIR%%/ext/resources/images/access/grid/page-last-disabled.gif
-%%WWWDIR%%/ext/resources/images/access/grid/page-last.gif
-%%WWWDIR%%/ext/resources/images/access/grid/page-next-disabled.gif
-%%WWWDIR%%/ext/resources/images/access/grid/page-next.gif
-%%WWWDIR%%/ext/resources/images/access/grid/page-prev-disabled.gif
-%%WWWDIR%%/ext/resources/images/access/grid/page-prev.gif
-%%WWWDIR%%/ext/resources/images/access/grid/pick-button.gif
-%%WWWDIR%%/ext/resources/images/access/grid/refresh.gif
-%%WWWDIR%%/ext/resources/images/access/grid/row-check-sprite.gif
-%%WWWDIR%%/ext/resources/images/access/grid/row-expand-sprite.gif
-%%WWWDIR%%/ext/resources/images/access/grid/row-over.gif
-%%WWWDIR%%/ext/resources/images/access/grid/row-sel.gif
-%%WWWDIR%%/ext/resources/images/access/grid/sort-hd.gif
-%%WWWDIR%%/ext/resources/images/access/grid/sort_asc.gif
-%%WWWDIR%%/ext/resources/images/access/grid/sort_desc.gif
-%%WWWDIR%%/ext/resources/images/access/grid/wait.gif
-%%WWWDIR%%/ext/resources/images/access/menu/checked.gif
-%%WWWDIR%%/ext/resources/images/access/menu/group-checked.gif
-%%WWWDIR%%/ext/resources/images/access/menu/item-over.gif
-%%WWWDIR%%/ext/resources/images/access/menu/menu-parent.gif
-%%WWWDIR%%/ext/resources/images/access/menu/menu.gif
-%%WWWDIR%%/ext/resources/images/access/menu/unchecked.gif
-%%WWWDIR%%/ext/resources/images/access/panel/corners-sprite.gif
-%%WWWDIR%%/ext/resources/images/access/panel/left-right.gif
-%%WWWDIR%%/ext/resources/images/access/panel/light-hd.gif
-%%WWWDIR%%/ext/resources/images/access/panel/tool-sprite-tpl.gif
-%%WWWDIR%%/ext/resources/images/access/panel/tool-sprites.gif
-%%WWWDIR%%/ext/resources/images/access/panel/tools-sprites-trans.gif
-%%WWWDIR%%/ext/resources/images/access/panel/top-bottom.gif
-%%WWWDIR%%/ext/resources/images/access/panel/white-corners-sprite.gif
-%%WWWDIR%%/ext/resources/images/access/panel/white-left-right.gif
-%%WWWDIR%%/ext/resources/images/access/panel/white-top-bottom.gif
-%%WWWDIR%%/ext/resources/images/access/progress/progress-bg.gif
-%%WWWDIR%%/ext/resources/images/access/qtip/close.gif
-%%WWWDIR%%/ext/resources/images/access/qtip/tip-anchor-sprite.gif
-%%WWWDIR%%/ext/resources/images/access/qtip/tip-sprite.gif
-%%WWWDIR%%/ext/resources/images/access/shared/glass-bg.gif
-%%WWWDIR%%/ext/resources/images/access/shared/hd-sprite.gif
-%%WWWDIR%%/ext/resources/images/access/shared/left-btn.gif
-%%WWWDIR%%/ext/resources/images/access/shared/right-btn.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/e-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/e-handle.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/ne-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/ne-handle.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/nw-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/nw-handle.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/s-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/s-handle.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/se-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/se-handle.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/square.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/sw-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/access/sizer/sw-handle.gif
-%%WWWDIR%%/ext/resources/images/access/slider/slider-bg.png
-%%WWWDIR%%/ext/resources/images/access/slider/slider-thumb.png
-%%WWWDIR%%/ext/resources/images/access/slider/slider-v-bg.png
-%%WWWDIR%%/ext/resources/images/access/slider/slider-v-thumb.png
-%%WWWDIR%%/ext/resources/images/access/tabs/scroll-left.gif
-%%WWWDIR%%/ext/resources/images/access/tabs/scroll-right.gif
-%%WWWDIR%%/ext/resources/images/access/tabs/tab-btm-inactive-left-bg.gif
-%%WWWDIR%%/ext/resources/images/access/tabs/tab-btm-inactive-right-bg.gif
-%%WWWDIR%%/ext/resources/images/access/tabs/tab-btm-left-bg.gif
-%%WWWDIR%%/ext/resources/images/access/tabs/tab-btm-right-bg.gif
-%%WWWDIR%%/ext/resources/images/access/tabs/tab-close.gif
-%%WWWDIR%%/ext/resources/images/access/tabs/tab-strip-bg.gif
-%%WWWDIR%%/ext/resources/images/access/tabs/tab-strip-btm-bg.gif
-%%WWWDIR%%/ext/resources/images/access/tabs/tabs-sprite.gif
-%%WWWDIR%%/ext/resources/images/access/toolbar/bg.gif
-%%WWWDIR%%/ext/resources/images/access/toolbar/btn-arrow-light.gif
-%%WWWDIR%%/ext/resources/images/access/toolbar/btn-arrow.gif
-%%WWWDIR%%/ext/resources/images/access/toolbar/btn-over-bg.gif
-%%WWWDIR%%/ext/resources/images/access/toolbar/gray-bg.gif
-%%WWWDIR%%/ext/resources/images/access/toolbar/more.gif
-%%WWWDIR%%/ext/resources/images/access/toolbar/s-arrow-bo.gif
-%%WWWDIR%%/ext/resources/images/access/toolbar/tb-btn-sprite.gif
-%%WWWDIR%%/ext/resources/images/access/toolbar/tb-xl-btn-sprite.gif
-%%WWWDIR%%/ext/resources/images/access/toolbar/tb-xl-sep.gif
-%%WWWDIR%%/ext/resources/images/access/tree/arrows.gif
-%%WWWDIR%%/ext/resources/images/access/tree/drop-add.gif
-%%WWWDIR%%/ext/resources/images/access/tree/drop-between.gif
-%%WWWDIR%%/ext/resources/images/access/tree/drop-no.gif
-%%WWWDIR%%/ext/resources/images/access/tree/drop-over.gif
-%%WWWDIR%%/ext/resources/images/access/tree/drop-under.gif
-%%WWWDIR%%/ext/resources/images/access/tree/drop-yes.gif
-%%WWWDIR%%/ext/resources/images/access/tree/elbow-end-minus-nl.gif
-%%WWWDIR%%/ext/resources/images/access/tree/elbow-end-minus.gif
-%%WWWDIR%%/ext/resources/images/access/tree/elbow-end-plus-nl.gif
-%%WWWDIR%%/ext/resources/images/access/tree/elbow-end-plus.gif
-%%WWWDIR%%/ext/resources/images/access/tree/elbow-end.gif
-%%WWWDIR%%/ext/resources/images/access/tree/elbow-line.gif
-%%WWWDIR%%/ext/resources/images/access/tree/elbow-minus-nl.gif
-%%WWWDIR%%/ext/resources/images/access/tree/elbow-minus.gif
-%%WWWDIR%%/ext/resources/images/access/tree/elbow-plus-nl.gif
-%%WWWDIR%%/ext/resources/images/access/tree/elbow-plus.gif
-%%WWWDIR%%/ext/resources/images/access/tree/elbow.gif
-%%WWWDIR%%/ext/resources/images/access/tree/folder-open.gif
-%%WWWDIR%%/ext/resources/images/access/tree/folder.gif
-%%WWWDIR%%/ext/resources/images/access/tree/leaf.gif
-%%WWWDIR%%/ext/resources/images/access/tree/loading.gif
-%%WWWDIR%%/ext/resources/images/access/tree/s.gif
-%%WWWDIR%%/ext/resources/images/access/window/icon-error.gif
-%%WWWDIR%%/ext/resources/images/access/window/icon-info.gif
-%%WWWDIR%%/ext/resources/images/access/window/icon-question.gif
-%%WWWDIR%%/ext/resources/images/access/window/icon-warning.gif
-%%WWWDIR%%/ext/resources/images/access/window/left-corners.png
-%%WWWDIR%%/ext/resources/images/access/window/left-right.png
-%%WWWDIR%%/ext/resources/images/access/window/right-corners.png
-%%WWWDIR%%/ext/resources/images/access/window/top-bottom.png
-%%WWWDIR%%/ext/resources/images/default/box/corners-blue.gif
-%%WWWDIR%%/ext/resources/images/default/box/corners.gif
-%%WWWDIR%%/ext/resources/images/default/box/l-blue.gif
-%%WWWDIR%%/ext/resources/images/default/box/l.gif
-%%WWWDIR%%/ext/resources/images/default/box/r-blue.gif
-%%WWWDIR%%/ext/resources/images/default/box/r.gif
-%%WWWDIR%%/ext/resources/images/default/box/tb-blue.gif
-%%WWWDIR%%/ext/resources/images/default/box/tb.gif
-%%WWWDIR%%/ext/resources/images/default/button/arrow.gif
-%%WWWDIR%%/ext/resources/images/default/button/btn.gif
-%%WWWDIR%%/ext/resources/images/default/button/group-cs.gif
-%%WWWDIR%%/ext/resources/images/default/button/group-lr.gif
-%%WWWDIR%%/ext/resources/images/default/button/group-tb.gif
-%%WWWDIR%%/ext/resources/images/default/button/s-arrow-b-noline.gif
-%%WWWDIR%%/ext/resources/images/default/button/s-arrow-b.gif
-%%WWWDIR%%/ext/resources/images/default/button/s-arrow-bo.gif
-%%WWWDIR%%/ext/resources/images/default/button/s-arrow-noline.gif
-%%WWWDIR%%/ext/resources/images/default/button/s-arrow-o.gif
-%%WWWDIR%%/ext/resources/images/default/button/s-arrow.gif
-%%WWWDIR%%/ext/resources/images/default/dd/drop-add.gif
-%%WWWDIR%%/ext/resources/images/default/dd/drop-no.gif
-%%WWWDIR%%/ext/resources/images/default/dd/drop-yes.gif
-%%WWWDIR%%/ext/resources/images/default/editor/tb-sprite.gif
-%%WWWDIR%%/ext/resources/images/default/form/checkbox.gif
-%%WWWDIR%%/ext/resources/images/default/form/clear-trigger.gif
-%%WWWDIR%%/ext/resources/images/default/form/clear-trigger.psd
-%%WWWDIR%%/ext/resources/images/default/form/date-trigger.gif
-%%WWWDIR%%/ext/resources/images/default/form/date-trigger.psd
-%%WWWDIR%%/ext/resources/images/default/form/error-tip-corners.gif
-%%WWWDIR%%/ext/resources/images/default/form/exclamation.gif
-%%WWWDIR%%/ext/resources/images/default/form/radio.gif
-%%WWWDIR%%/ext/resources/images/default/form/search-trigger.gif
-%%WWWDIR%%/ext/resources/images/default/form/search-trigger.psd
-%%WWWDIR%%/ext/resources/images/default/form/text-bg.gif
-%%WWWDIR%%/ext/resources/images/default/form/trigger-square.gif
-%%WWWDIR%%/ext/resources/images/default/form/trigger-square.psd
-%%WWWDIR%%/ext/resources/images/default/form/trigger-tpl.gif
-%%WWWDIR%%/ext/resources/images/default/form/trigger.gif
-%%WWWDIR%%/ext/resources/images/default/form/trigger.psd
-%%WWWDIR%%/ext/resources/images/default/gradient-bg.gif
-%%WWWDIR%%/ext/resources/images/default/grid/arrow-left-white.gif
-%%WWWDIR%%/ext/resources/images/default/grid/arrow-right-white.gif
-%%WWWDIR%%/ext/resources/images/default/grid/col-move-bottom.gif
-%%WWWDIR%%/ext/resources/images/default/grid/col-move-top.gif
-%%WWWDIR%%/ext/resources/images/default/grid/columns.gif
-%%WWWDIR%%/ext/resources/images/default/grid/dirty.gif
-%%WWWDIR%%/ext/resources/images/default/grid/done.gif
-%%WWWDIR%%/ext/resources/images/default/grid/drop-no.gif
-%%WWWDIR%%/ext/resources/images/default/grid/drop-yes.gif
-%%WWWDIR%%/ext/resources/images/default/grid/footer-bg.gif
-%%WWWDIR%%/ext/resources/images/default/grid/grid-blue-hd.gif
-%%WWWDIR%%/ext/resources/images/default/grid/grid-blue-split.gif
-%%WWWDIR%%/ext/resources/images/default/grid/grid-hrow.gif
-%%WWWDIR%%/ext/resources/images/default/grid/grid-loading.gif
-%%WWWDIR%%/ext/resources/images/default/grid/grid-split.gif
-%%WWWDIR%%/ext/resources/images/default/grid/grid-vista-hd.gif
-%%WWWDIR%%/ext/resources/images/default/grid/grid3-hd-btn.gif
-%%WWWDIR%%/ext/resources/images/default/grid/grid3-hrow-over.gif
-%%WWWDIR%%/ext/resources/images/default/grid/grid3-hrow.gif
-%%WWWDIR%%/ext/resources/images/default/grid/grid3-rowheader.gif
-%%WWWDIR%%/ext/resources/images/default/grid/grid3-special-col-bg.gif
-%%WWWDIR%%/ext/resources/images/default/grid/grid3-special-col-sel-bg.gif
-%%WWWDIR%%/ext/resources/images/default/grid/group-by.gif
-%%WWWDIR%%/ext/resources/images/default/grid/group-collapse.gif
-%%WWWDIR%%/ext/resources/images/default/grid/group-expand-sprite.gif
-%%WWWDIR%%/ext/resources/images/default/grid/group-expand.gif
-%%WWWDIR%%/ext/resources/images/default/grid/hd-pop.gif
-%%WWWDIR%%/ext/resources/images/default/grid/hmenu-asc.gif
-%%WWWDIR%%/ext/resources/images/default/grid/hmenu-desc.gif
-%%WWWDIR%%/ext/resources/images/default/grid/hmenu-lock.gif
-%%WWWDIR%%/ext/resources/images/default/grid/hmenu-lock.png
-%%WWWDIR%%/ext/resources/images/default/grid/hmenu-unlock.gif
-%%WWWDIR%%/ext/resources/images/default/grid/hmenu-unlock.png
-%%WWWDIR%%/ext/resources/images/default/grid/invalid_line.gif
-%%WWWDIR%%/ext/resources/images/default/grid/loading.gif
-%%WWWDIR%%/ext/resources/images/default/grid/mso-hd.gif
-%%WWWDIR%%/ext/resources/images/default/grid/nowait.gif
-%%WWWDIR%%/ext/resources/images/default/grid/page-first-disabled.gif
-%%WWWDIR%%/ext/resources/images/default/grid/page-first.gif
-%%WWWDIR%%/ext/resources/images/default/grid/page-last-disabled.gif
-%%WWWDIR%%/ext/resources/images/default/grid/page-last.gif
-%%WWWDIR%%/ext/resources/images/default/grid/page-next-disabled.gif
-%%WWWDIR%%/ext/resources/images/default/grid/page-next.gif
-%%WWWDIR%%/ext/resources/images/default/grid/page-prev-disabled.gif
-%%WWWDIR%%/ext/resources/images/default/grid/page-prev.gif
-%%WWWDIR%%/ext/resources/images/default/grid/pick-button.gif
-%%WWWDIR%%/ext/resources/images/default/grid/refresh-disabled.gif
-%%WWWDIR%%/ext/resources/images/default/grid/refresh.gif
-%%WWWDIR%%/ext/resources/images/default/grid/row-check-sprite.gif
-%%WWWDIR%%/ext/resources/images/default/grid/row-expand-sprite.gif
-%%WWWDIR%%/ext/resources/images/default/grid/row-over.gif
-%%WWWDIR%%/ext/resources/images/default/grid/row-sel.gif
-%%WWWDIR%%/ext/resources/images/default/grid/sort-hd.gif
-%%WWWDIR%%/ext/resources/images/default/grid/sort_asc.gif
-%%WWWDIR%%/ext/resources/images/default/grid/sort_desc.gif
-%%WWWDIR%%/ext/resources/images/default/grid/wait.gif
-%%WWWDIR%%/ext/resources/images/default/layout/collapse.gif
-%%WWWDIR%%/ext/resources/images/default/layout/expand.gif
-%%WWWDIR%%/ext/resources/images/default/layout/gradient-bg.gif
-%%WWWDIR%%/ext/resources/images/default/layout/mini-bottom.gif
-%%WWWDIR%%/ext/resources/images/default/layout/mini-left.gif
-%%WWWDIR%%/ext/resources/images/default/layout/mini-right.gif
-%%WWWDIR%%/ext/resources/images/default/layout/mini-top.gif
-%%WWWDIR%%/ext/resources/images/default/layout/ns-collapse.gif
-%%WWWDIR%%/ext/resources/images/default/layout/ns-expand.gif
-%%WWWDIR%%/ext/resources/images/default/layout/panel-close.gif
-%%WWWDIR%%/ext/resources/images/default/layout/panel-title-bg.gif
-%%WWWDIR%%/ext/resources/images/default/layout/panel-title-light-bg.gif
-%%WWWDIR%%/ext/resources/images/default/layout/stick.gif
-%%WWWDIR%%/ext/resources/images/default/layout/stuck.gif
-%%WWWDIR%%/ext/resources/images/default/layout/tab-close-on.gif
-%%WWWDIR%%/ext/resources/images/default/layout/tab-close.gif
-%%WWWDIR%%/ext/resources/images/default/menu/checked.gif
-%%WWWDIR%%/ext/resources/images/default/menu/group-checked.gif
-%%WWWDIR%%/ext/resources/images/default/menu/item-over.gif
-%%WWWDIR%%/ext/resources/images/default/menu/menu-parent.gif
-%%WWWDIR%%/ext/resources/images/default/menu/menu.gif
-%%WWWDIR%%/ext/resources/images/default/menu/unchecked.gif
-%%WWWDIR%%/ext/resources/images/default/panel/corners-sprite.gif
-%%WWWDIR%%/ext/resources/images/default/panel/left-right.gif
-%%WWWDIR%%/ext/resources/images/default/panel/light-hd.gif
-%%WWWDIR%%/ext/resources/images/default/panel/tool-sprite-tpl.gif
-%%WWWDIR%%/ext/resources/images/default/panel/tool-sprites.gif
-%%WWWDIR%%/ext/resources/images/default/panel/tools-sprites-trans.gif
-%%WWWDIR%%/ext/resources/images/default/panel/top-bottom.gif
-%%WWWDIR%%/ext/resources/images/default/panel/top-bottom.png
-%%WWWDIR%%/ext/resources/images/default/panel/white-corners-sprite.gif
-%%WWWDIR%%/ext/resources/images/default/panel/white-left-right.gif
-%%WWWDIR%%/ext/resources/images/default/panel/white-top-bottom.gif
-%%WWWDIR%%/ext/resources/images/default/progress/progress-bg.gif
-%%WWWDIR%%/ext/resources/images/default/qtip/bg.gif
-%%WWWDIR%%/ext/resources/images/default/qtip/close.gif
-%%WWWDIR%%/ext/resources/images/default/qtip/tip-anchor-sprite.gif
-%%WWWDIR%%/ext/resources/images/default/qtip/tip-sprite.gif
-%%WWWDIR%%/ext/resources/images/default/s.gif
-%%WWWDIR%%/ext/resources/images/default/shadow-c.png
-%%WWWDIR%%/ext/resources/images/default/shadow-lr.png
-%%WWWDIR%%/ext/resources/images/default/shadow.png
-%%WWWDIR%%/ext/resources/images/default/shared/blue-loading.gif
-%%WWWDIR%%/ext/resources/images/default/shared/calendar.gif
-%%WWWDIR%%/ext/resources/images/default/shared/glass-bg.gif
-%%WWWDIR%%/ext/resources/images/default/shared/hd-sprite.gif
-%%WWWDIR%%/ext/resources/images/default/shared/large-loading.gif
-%%WWWDIR%%/ext/resources/images/default/shared/left-btn.gif
-%%WWWDIR%%/ext/resources/images/default/shared/loading-balls.gif
-%%WWWDIR%%/ext/resources/images/default/shared/right-btn.gif
-%%WWWDIR%%/ext/resources/images/default/shared/warning.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/e-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/e-handle.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/ne-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/ne-handle.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/nw-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/nw-handle.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/s-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/s-handle.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/se-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/se-handle.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/square.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/sw-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/default/sizer/sw-handle.gif
-%%WWWDIR%%/ext/resources/images/default/slider/slider-bg.png
-%%WWWDIR%%/ext/resources/images/default/slider/slider-thumb.png
-%%WWWDIR%%/ext/resources/images/default/slider/slider-v-bg.png
-%%WWWDIR%%/ext/resources/images/default/slider/slider-v-thumb.png
-%%WWWDIR%%/ext/resources/images/default/tabs/scroll-left.gif
-%%WWWDIR%%/ext/resources/images/default/tabs/scroll-right.gif
-%%WWWDIR%%/ext/resources/images/default/tabs/scroller-bg.gif
-%%WWWDIR%%/ext/resources/images/default/tabs/tab-btm-inactive-left-bg.gif
-%%WWWDIR%%/ext/resources/images/default/tabs/tab-btm-inactive-right-bg.gif
-%%WWWDIR%%/ext/resources/images/default/tabs/tab-btm-left-bg.gif
-%%WWWDIR%%/ext/resources/images/default/tabs/tab-btm-over-left-bg.gif
-%%WWWDIR%%/ext/resources/images/default/tabs/tab-btm-over-right-bg.gif
-%%WWWDIR%%/ext/resources/images/default/tabs/tab-btm-right-bg.gif
-%%WWWDIR%%/ext/resources/images/default/tabs/tab-close.gif
-%%WWWDIR%%/ext/resources/images/default/tabs/tab-strip-bg.gif
-%%WWWDIR%%/ext/resources/images/default/tabs/tab-strip-bg.png
-%%WWWDIR%%/ext/resources/images/default/tabs/tab-strip-btm-bg.gif
-%%WWWDIR%%/ext/resources/images/default/tabs/tabs-sprite.gif
-%%WWWDIR%%/ext/resources/images/default/toolbar/bg.gif
-%%WWWDIR%%/ext/resources/images/default/toolbar/btn-arrow-light.gif
-%%WWWDIR%%/ext/resources/images/default/toolbar/btn-arrow.gif
-%%WWWDIR%%/ext/resources/images/default/toolbar/btn-over-bg.gif
-%%WWWDIR%%/ext/resources/images/default/toolbar/gray-bg.gif
-%%WWWDIR%%/ext/resources/images/default/toolbar/more.gif
-%%WWWDIR%%/ext/resources/images/default/toolbar/tb-bg.gif
-%%WWWDIR%%/ext/resources/images/default/toolbar/tb-btn-sprite.gif
-%%WWWDIR%%/ext/resources/images/default/toolbar/tb-xl-btn-sprite.gif
-%%WWWDIR%%/ext/resources/images/default/toolbar/tb-xl-sep.gif
-%%WWWDIR%%/ext/resources/images/default/tree/arrows.gif
-%%WWWDIR%%/ext/resources/images/default/tree/drop-add.gif
-%%WWWDIR%%/ext/resources/images/default/tree/drop-between.gif
-%%WWWDIR%%/ext/resources/images/default/tree/drop-no.gif
-%%WWWDIR%%/ext/resources/images/default/tree/drop-over.gif
-%%WWWDIR%%/ext/resources/images/default/tree/drop-under.gif
-%%WWWDIR%%/ext/resources/images/default/tree/drop-yes.gif
-%%WWWDIR%%/ext/resources/images/default/tree/elbow-end-minus-nl.gif
-%%WWWDIR%%/ext/resources/images/default/tree/elbow-end-minus.gif
-%%WWWDIR%%/ext/resources/images/default/tree/elbow-end-plus-nl.gif
-%%WWWDIR%%/ext/resources/images/default/tree/elbow-end-plus.gif
-%%WWWDIR%%/ext/resources/images/default/tree/elbow-end.gif
-%%WWWDIR%%/ext/resources/images/default/tree/elbow-line.gif
-%%WWWDIR%%/ext/resources/images/default/tree/elbow-minus-nl.gif
-%%WWWDIR%%/ext/resources/images/default/tree/elbow-minus.gif
-%%WWWDIR%%/ext/resources/images/default/tree/elbow-plus-nl.gif
-%%WWWDIR%%/ext/resources/images/default/tree/elbow-plus.gif
-%%WWWDIR%%/ext/resources/images/default/tree/elbow.gif
-%%WWWDIR%%/ext/resources/images/default/tree/folder-open.gif
-%%WWWDIR%%/ext/resources/images/default/tree/folder.gif
-%%WWWDIR%%/ext/resources/images/default/tree/leaf.gif
-%%WWWDIR%%/ext/resources/images/default/tree/loading.gif
-%%WWWDIR%%/ext/resources/images/default/tree/s.gif
-%%WWWDIR%%/ext/resources/images/default/window/icon-error.gif
-%%WWWDIR%%/ext/resources/images/default/window/icon-info.gif
-%%WWWDIR%%/ext/resources/images/default/window/icon-question.gif
-%%WWWDIR%%/ext/resources/images/default/window/icon-warning.gif
-%%WWWDIR%%/ext/resources/images/default/window/left-corners.png
-%%WWWDIR%%/ext/resources/images/default/window/left-corners.psd
-%%WWWDIR%%/ext/resources/images/default/window/left-right.png
-%%WWWDIR%%/ext/resources/images/default/window/left-right.psd
-%%WWWDIR%%/ext/resources/images/default/window/right-corners.png
-%%WWWDIR%%/ext/resources/images/default/window/right-corners.psd
-%%WWWDIR%%/ext/resources/images/default/window/top-bottom.png
-%%WWWDIR%%/ext/resources/images/default/window/top-bottom.psd
-%%WWWDIR%%/ext/resources/images/gray/button/btn-arrow.gif
-%%WWWDIR%%/ext/resources/images/gray/button/btn-sprite.gif
-%%WWWDIR%%/ext/resources/images/gray/button/btn.gif
-%%WWWDIR%%/ext/resources/images/gray/button/group-cs.gif
-%%WWWDIR%%/ext/resources/images/gray/button/group-lr.gif
-%%WWWDIR%%/ext/resources/images/gray/button/group-tb.gif
-%%WWWDIR%%/ext/resources/images/gray/button/s-arrow-bo.gif
-%%WWWDIR%%/ext/resources/images/gray/button/s-arrow-o.gif
-%%WWWDIR%%/ext/resources/images/gray/form/clear-trigger.gif
-%%WWWDIR%%/ext/resources/images/gray/form/date-trigger.gif
-%%WWWDIR%%/ext/resources/images/gray/form/search-trigger.gif
-%%WWWDIR%%/ext/resources/images/gray/form/trigger-square.gif
-%%WWWDIR%%/ext/resources/images/gray/form/trigger.gif
-%%WWWDIR%%/ext/resources/images/gray/gradient-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/col-move-bottom.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/col-move-top.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/grid3-hd-btn.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/grid3-hrow-over.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/grid3-hrow-over2.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/grid3-hrow.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/grid3-hrow2.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/grid3-special-col-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/grid3-special-col-bg2.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/grid3-special-col-sel-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/group-collapse.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/group-expand-sprite.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/group-expand.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/page-first.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/page-last.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/page-next.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/page-prev.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/refresh.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/row-expand-sprite.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/sort-hd.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/sort_asc.gif
-%%WWWDIR%%/ext/resources/images/gray/grid/sort_desc.gif
-%%WWWDIR%%/ext/resources/images/gray/menu/group-checked.gif
-%%WWWDIR%%/ext/resources/images/gray/menu/item-over-disabled.gif
-%%WWWDIR%%/ext/resources/images/gray/menu/item-over.gif
-%%WWWDIR%%/ext/resources/images/gray/menu/menu-parent.gif
-%%WWWDIR%%/ext/resources/images/gray/panel/corners-sprite.gif
-%%WWWDIR%%/ext/resources/images/gray/panel/left-right.gif
-%%WWWDIR%%/ext/resources/images/gray/panel/light-hd.gif
-%%WWWDIR%%/ext/resources/images/gray/panel/tool-sprite-tpl.gif
-%%WWWDIR%%/ext/resources/images/gray/panel/tool-sprites.gif
-%%WWWDIR%%/ext/resources/images/gray/panel/tools-sprites-trans.gif
-%%WWWDIR%%/ext/resources/images/gray/panel/top-bottom.gif
-%%WWWDIR%%/ext/resources/images/gray/panel/top-bottom.png
-%%WWWDIR%%/ext/resources/images/gray/panel/white-corners-sprite.gif
-%%WWWDIR%%/ext/resources/images/gray/panel/white-left-right.gif
-%%WWWDIR%%/ext/resources/images/gray/panel/white-top-bottom.gif
-%%WWWDIR%%/ext/resources/images/gray/progress/progress-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/qtip/bg.gif
-%%WWWDIR%%/ext/resources/images/gray/qtip/close.gif
-%%WWWDIR%%/ext/resources/images/gray/qtip/tip-anchor-sprite.gif
-%%WWWDIR%%/ext/resources/images/gray/qtip/tip-sprite.gif
-%%WWWDIR%%/ext/resources/images/gray/s.gif
-%%WWWDIR%%/ext/resources/images/gray/shared/hd-sprite.gif
-%%WWWDIR%%/ext/resources/images/gray/shared/left-btn.gif
-%%WWWDIR%%/ext/resources/images/gray/shared/right-btn.gif
-%%WWWDIR%%/ext/resources/images/gray/sizer/e-handle.gif
-%%WWWDIR%%/ext/resources/images/gray/sizer/ne-handle.gif
-%%WWWDIR%%/ext/resources/images/gray/sizer/nw-handle.gif
-%%WWWDIR%%/ext/resources/images/gray/sizer/s-handle.gif
-%%WWWDIR%%/ext/resources/images/gray/sizer/se-handle.gif
-%%WWWDIR%%/ext/resources/images/gray/sizer/square.gif
-%%WWWDIR%%/ext/resources/images/gray/sizer/sw-handle.gif
-%%WWWDIR%%/ext/resources/images/gray/slider/slider-thumb.png
-%%WWWDIR%%/ext/resources/images/gray/slider/slider-v-thumb.png
-%%WWWDIR%%/ext/resources/images/gray/tabs/scroll-left.gif
-%%WWWDIR%%/ext/resources/images/gray/tabs/scroll-right.gif
-%%WWWDIR%%/ext/resources/images/gray/tabs/scroller-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/tabs/tab-btm-inactive-left-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/tabs/tab-btm-inactive-right-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/tabs/tab-btm-left-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/tabs/tab-btm-over-left-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/tabs/tab-btm-over-right-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/tabs/tab-btm-right-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/tabs/tab-close.gif
-%%WWWDIR%%/ext/resources/images/gray/tabs/tab-strip-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/tabs/tab-strip-bg.png
-%%WWWDIR%%/ext/resources/images/gray/tabs/tab-strip-btm-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/tabs/tabs-sprite.gif
-%%WWWDIR%%/ext/resources/images/gray/toolbar/bg.gif
-%%WWWDIR%%/ext/resources/images/gray/toolbar/btn-arrow-light.gif
-%%WWWDIR%%/ext/resources/images/gray/toolbar/btn-arrow.gif
-%%WWWDIR%%/ext/resources/images/gray/toolbar/btn-over-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/toolbar/gray-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/toolbar/more.gif
-%%WWWDIR%%/ext/resources/images/gray/toolbar/tb-bg.gif
-%%WWWDIR%%/ext/resources/images/gray/toolbar/tb-btn-sprite.gif
-%%WWWDIR%%/ext/resources/images/gray/tree/arrows.gif
-%%WWWDIR%%/ext/resources/images/gray/tree/elbow-end-minus-nl.gif
-%%WWWDIR%%/ext/resources/images/gray/tree/elbow-end-minus.gif
-%%WWWDIR%%/ext/resources/images/gray/tree/elbow-end-plus-nl.gif
-%%WWWDIR%%/ext/resources/images/gray/tree/elbow-end-plus.gif
-%%WWWDIR%%/ext/resources/images/gray/window/icon-error.gif
-%%WWWDIR%%/ext/resources/images/gray/window/icon-info.gif
-%%WWWDIR%%/ext/resources/images/gray/window/icon-question.gif
-%%WWWDIR%%/ext/resources/images/gray/window/icon-warning.gif
-%%WWWDIR%%/ext/resources/images/gray/window/left-corners.png
-%%WWWDIR%%/ext/resources/images/gray/window/left-right.png
-%%WWWDIR%%/ext/resources/images/gray/window/right-corners.png
-%%WWWDIR%%/ext/resources/images/gray/window/top-bottom.png
-%%WWWDIR%%/ext/resources/images/vista/basic-dialog/bg-center.gif
-%%WWWDIR%%/ext/resources/images/vista/basic-dialog/bg-left.gif
-%%WWWDIR%%/ext/resources/images/vista/basic-dialog/bg-right.gif
-%%WWWDIR%%/ext/resources/images/vista/basic-dialog/close.gif
-%%WWWDIR%%/ext/resources/images/vista/basic-dialog/collapse.gif
-%%WWWDIR%%/ext/resources/images/vista/basic-dialog/dlg-bg.gif
-%%WWWDIR%%/ext/resources/images/vista/basic-dialog/e-handle.gif
-%%WWWDIR%%/ext/resources/images/vista/basic-dialog/expand.gif
-%%WWWDIR%%/ext/resources/images/vista/basic-dialog/hd-sprite.gif
-%%WWWDIR%%/ext/resources/images/vista/basic-dialog/s-handle.gif
-%%WWWDIR%%/ext/resources/images/vista/basic-dialog/se-handle.gif
-%%WWWDIR%%/ext/resources/images/vista/basic-dialog/w-handle.gif
-%%WWWDIR%%/ext/resources/images/vista/gradient-bg.gif
-%%WWWDIR%%/ext/resources/images/vista/grid/grid-split.gif
-%%WWWDIR%%/ext/resources/images/vista/grid/grid-vista-hd.gif
-%%WWWDIR%%/ext/resources/images/vista/layout/collapse.gif
-%%WWWDIR%%/ext/resources/images/vista/layout/expand.gif
-%%WWWDIR%%/ext/resources/images/vista/layout/gradient-bg.gif
-%%WWWDIR%%/ext/resources/images/vista/layout/ns-collapse.gif
-%%WWWDIR%%/ext/resources/images/vista/layout/ns-expand.gif
-%%WWWDIR%%/ext/resources/images/vista/layout/panel-close.gif
-%%WWWDIR%%/ext/resources/images/vista/layout/panel-title-bg.gif
-%%WWWDIR%%/ext/resources/images/vista/layout/panel-title-light-bg.gif
-%%WWWDIR%%/ext/resources/images/vista/layout/stick.gif
-%%WWWDIR%%/ext/resources/images/vista/layout/tab-close-on.gif
-%%WWWDIR%%/ext/resources/images/vista/layout/tab-close.gif
-%%WWWDIR%%/ext/resources/images/vista/qtip/bg.gif
-%%WWWDIR%%/ext/resources/images/vista/qtip/tip-sprite.gif
-%%WWWDIR%%/ext/resources/images/vista/s.gif
-%%WWWDIR%%/ext/resources/images/vista/sizer/e-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/vista/sizer/e-handle.gif
-%%WWWDIR%%/ext/resources/images/vista/sizer/ne-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/vista/sizer/ne-handle.gif
-%%WWWDIR%%/ext/resources/images/vista/sizer/nw-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/vista/sizer/nw-handle.gif
-%%WWWDIR%%/ext/resources/images/vista/sizer/s-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/vista/sizer/s-handle.gif
-%%WWWDIR%%/ext/resources/images/vista/sizer/se-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/vista/sizer/se-handle.gif
-%%WWWDIR%%/ext/resources/images/vista/sizer/sw-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/vista/sizer/sw-handle.gif
-%%WWWDIR%%/ext/resources/images/vista/tabs/tab-btm-inactive-left-bg.gif
-%%WWWDIR%%/ext/resources/images/vista/tabs/tab-btm-inactive-right-bg.gif
-%%WWWDIR%%/ext/resources/images/vista/tabs/tab-btm-left-bg.gif
-%%WWWDIR%%/ext/resources/images/vista/tabs/tab-btm-right-bg.gif
-%%WWWDIR%%/ext/resources/images/vista/tabs/tab-sprite.gif
-%%WWWDIR%%/ext/resources/images/vista/toolbar/gray-bg.gif
-%%WWWDIR%%/ext/resources/images/vista/toolbar/tb-btn-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/README.txt
-%%WWWDIR%%/ext/resources/images/yourtheme/box/corners-blue.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/box/corners.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/box/l-blue.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/box/l.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/box/r-blue.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/box/r.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/box/tb-blue.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/box/tb.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/button/arrow.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/button/btn.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/button/group-cs.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/button/group-lr.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/button/group-tb.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/button/s-arrow-b-noline.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/button/s-arrow-b.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/button/s-arrow-bo.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/button/s-arrow-noline.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/button/s-arrow-o.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/button/s-arrow.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/dd/drop-add.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/dd/drop-no.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/dd/drop-yes.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/editor/tb-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/form/checkbox.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/form/clear-trigger.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/form/clear-trigger.psd
-%%WWWDIR%%/ext/resources/images/yourtheme/form/date-trigger.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/form/date-trigger.psd
-%%WWWDIR%%/ext/resources/images/yourtheme/form/error-tip-corners.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/form/exclamation.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/form/radio.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/form/search-trigger.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/form/search-trigger.psd
-%%WWWDIR%%/ext/resources/images/yourtheme/form/text-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/form/trigger-square.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/form/trigger-square.psd
-%%WWWDIR%%/ext/resources/images/yourtheme/form/trigger-tpl.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/form/trigger.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/form/trigger.psd
-%%WWWDIR%%/ext/resources/images/yourtheme/gradient-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/arrow-left-white.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/arrow-right-white.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/col-move-bottom.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/col-move-top.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/columns.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/dirty.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/done.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/drop-no.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/drop-yes.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/footer-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/grid-blue-hd.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/grid-blue-split.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/grid-hrow.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/grid-loading.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/grid-split.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/grid-vista-hd.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/grid3-hd-btn.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/grid3-hrow-over.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/grid3-hrow.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/grid3-special-col-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/grid3-special-col-sel-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/group-by.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/group-collapse.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/group-expand-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/group-expand.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/hd-pop.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/hmenu-asc.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/hmenu-desc.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/hmenu-lock.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/hmenu-lock.png
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/hmenu-unlock.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/hmenu-unlock.png
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/invalid_line.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/loading.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/mso-hd.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/nowait.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/page-first-disabled.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/page-first.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/page-last-disabled.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/page-last.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/page-next-disabled.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/page-next.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/page-prev-disabled.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/page-prev.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/pick-button.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/refresh.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/row-check-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/row-expand-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/row-over.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/row-sel.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/sort-hd.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/sort_asc.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/sort_desc.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/grid/wait.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/collapse.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/expand.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/gradient-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/mini-bottom.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/mini-left.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/mini-right.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/mini-top.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/ns-collapse.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/ns-expand.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/panel-close.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/panel-title-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/panel-title-light-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/stick.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/stuck.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/tab-close-on.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/layout/tab-close.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/menu/checked.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/menu/group-checked.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/menu/item-over.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/menu/menu-parent.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/menu/menu.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/menu/unchecked.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/panel/corners-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/panel/left-right.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/panel/light-hd.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/panel/tool-sprite-tpl.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/panel/tool-sprites.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/panel/tools-sprites-trans.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/panel/top-bottom.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/panel/top-bottom.png
-%%WWWDIR%%/ext/resources/images/yourtheme/panel/white-corners-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/panel/white-left-right.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/panel/white-top-bottom.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/progress/progress-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/qtip/bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/qtip/close.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/qtip/tip-anchor-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/qtip/tip-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/s.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/shadow-c.png
-%%WWWDIR%%/ext/resources/images/yourtheme/shadow-lr.png
-%%WWWDIR%%/ext/resources/images/yourtheme/shadow.png
-%%WWWDIR%%/ext/resources/images/yourtheme/shared/blue-loading.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/shared/calendar.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/shared/glass-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/shared/hd-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/shared/large-loading.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/shared/left-btn.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/shared/loading-balls.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/shared/right-btn.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/shared/warning.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/e-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/e-handle.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/ne-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/ne-handle.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/nw-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/nw-handle.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/s-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/s-handle.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/se-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/se-handle.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/square.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/sw-handle-dark.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/sizer/sw-handle.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/slider/slider-bg.png
-%%WWWDIR%%/ext/resources/images/yourtheme/slider/slider-thumb.png
-%%WWWDIR%%/ext/resources/images/yourtheme/slider/slider-v-bg.png
-%%WWWDIR%%/ext/resources/images/yourtheme/slider/slider-v-thumb.png
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/scroll-left.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/scroll-right.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/scroller-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/tab-btm-inactive-left-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/tab-btm-inactive-right-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/tab-btm-left-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/tab-btm-over-left-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/tab-btm-over-right-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/tab-btm-right-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/tab-close.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/tab-strip-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/tab-strip-bg.png
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/tab-strip-btm-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tabs/tabs-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/toolbar/bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/toolbar/btn-arrow-light.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/toolbar/btn-arrow.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/toolbar/btn-over-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/toolbar/gray-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/toolbar/more.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/toolbar/tb-bg.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/toolbar/tb-btn-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/toolbar/tb-xl-btn-sprite.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/toolbar/tb-xl-sep.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/arrows.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/drop-add.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/drop-between.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/drop-no.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/drop-over.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/drop-under.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/drop-yes.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/elbow-end-minus-nl.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/elbow-end-minus.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/elbow-end-plus-nl.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/elbow-end-plus.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/elbow-end.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/elbow-line.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/elbow-minus-nl.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/elbow-minus.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/elbow-plus-nl.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/elbow-plus.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/elbow.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/folder-open.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/folder.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/leaf.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/loading.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/tree/s.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/window/icon-error.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/window/icon-info.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/window/icon-question.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/window/icon-warning.gif
-%%WWWDIR%%/ext/resources/images/yourtheme/window/left-corners.png
-%%WWWDIR%%/ext/resources/images/yourtheme/window/left-corners.psd
-%%WWWDIR%%/ext/resources/images/yourtheme/window/left-right.png
-%%WWWDIR%%/ext/resources/images/yourtheme/window/left-right.psd
-%%WWWDIR%%/ext/resources/images/yourtheme/window/right-corners.png
-%%WWWDIR%%/ext/resources/images/yourtheme/window/right-corners.psd
-%%WWWDIR%%/ext/resources/images/yourtheme/window/top-bottom.png
-%%WWWDIR%%/ext/resources/images/yourtheme/window/top-bottom.psd
-%%WWWDIR%%/ext/src/adapter/ext-base-dom-more.js
-%%WWWDIR%%/ext/src/adapter/jquery-bridge.js
-%%WWWDIR%%/ext/src/adapter/prototype-bridge.js
-%%WWWDIR%%/ext/src/adapter/yui-bridge.js
-%%WWWDIR%%/ext/src/core/CompositeElement.js
-%%WWWDIR%%/ext/src/core/CompositeElementLite-more.js
-%%WWWDIR%%/ext/src/core/DomHelper-more.js
-%%WWWDIR%%/ext/src/core/Element-more.js
-%%WWWDIR%%/ext/src/core/Element.alignment.js
-%%WWWDIR%%/ext/src/core/Element.dd.js
-%%WWWDIR%%/ext/src/core/Element.fx-more.js
-%%WWWDIR%%/ext/src/core/Element.insertion-more.js
-%%WWWDIR%%/ext/src/core/Element.keys.js
-%%WWWDIR%%/ext/src/core/Element.position-more.js
-%%WWWDIR%%/ext/src/core/Element.scroll-more.js
-%%WWWDIR%%/ext/src/core/Element.style-more.js
-%%WWWDIR%%/ext/src/core/Element.traversal-more.js
-%%WWWDIR%%/ext/src/core/Error.js
-%%WWWDIR%%/ext/src/core/EventManager-more.js
-%%WWWDIR%%/ext/src/core/Ext-more.js
-%%WWWDIR%%/ext/src/core/Template-more.js
-%%WWWDIR%%/ext/src/data/Api.js
-%%WWWDIR%%/ext/src/data/ArrayReader.js
-%%WWWDIR%%/ext/src/data/ArrayStore.js
-%%WWWDIR%%/ext/src/data/DataField.js
-%%WWWDIR%%/ext/src/data/DataProxy.js
-%%WWWDIR%%/ext/src/data/DataReader.js
-%%WWWDIR%%/ext/src/data/DataWriter.js
-%%WWWDIR%%/ext/src/data/DirectProxy.js
-%%WWWDIR%%/ext/src/data/DirectStore.js
-%%WWWDIR%%/ext/src/data/GroupingStore.js
-%%WWWDIR%%/ext/src/data/HttpProxy.js
-%%WWWDIR%%/ext/src/data/JsonReader.js
-%%WWWDIR%%/ext/src/data/JsonStore.js
-%%WWWDIR%%/ext/src/data/JsonWriter.js
-%%WWWDIR%%/ext/src/data/MemoryProxy.js
-%%WWWDIR%%/ext/src/data/Record.js
-%%WWWDIR%%/ext/src/data/Request.js
-%%WWWDIR%%/ext/src/data/Response.js
-%%WWWDIR%%/ext/src/data/ScriptTagProxy.js
-%%WWWDIR%%/ext/src/data/SortTypes.js
-%%WWWDIR%%/ext/src/data/Store.js
-%%WWWDIR%%/ext/src/data/StoreMgr.js
-%%WWWDIR%%/ext/src/data/Tree.js
-%%WWWDIR%%/ext/src/data/Types.js
-%%WWWDIR%%/ext/src/data/XmlReader.js
-%%WWWDIR%%/ext/src/data/XmlStore.js
-%%WWWDIR%%/ext/src/data/XmlWriter.js
-%%WWWDIR%%/ext/src/dd/DDCore.js
-%%WWWDIR%%/ext/src/dd/DragSource.js
-%%WWWDIR%%/ext/src/dd/DragTracker.js
-%%WWWDIR%%/ext/src/dd/DragZone.js
-%%WWWDIR%%/ext/src/dd/DropTarget.js
-%%WWWDIR%%/ext/src/dd/DropZone.js
-%%WWWDIR%%/ext/src/dd/Registry.js
-%%WWWDIR%%/ext/src/dd/ScrollManager.js
-%%WWWDIR%%/ext/src/dd/StatusProxy.js
-%%WWWDIR%%/ext/src/debug.js
-%%WWWDIR%%/ext/src/direct/Direct.js
-%%WWWDIR%%/ext/src/direct/Event.js
-%%WWWDIR%%/ext/src/direct/JsonProvider.js
-%%WWWDIR%%/ext/src/direct/PollingProvider.js
-%%WWWDIR%%/ext/src/direct/Provider.js
-%%WWWDIR%%/ext/src/direct/RemotingProvider.js
-%%WWWDIR%%/ext/src/direct/Transaction.js
-%%WWWDIR%%/ext/src/error-checking.js
-%%WWWDIR%%/ext/src/ext-core/examples/carousel/carousel.js
-%%WWWDIR%%/ext/src/ext-core/examples/jsonp/jsonp.js
-%%WWWDIR%%/ext/src/ext-core/examples/lightbox/lightbox.js
-%%WWWDIR%%/ext/src/ext-core/examples/menu/menu.js
-%%WWWDIR%%/ext/src/ext-core/examples/rating/rating.js
-%%WWWDIR%%/ext/src/ext-core/examples/tabs/tabs.js
-%%WWWDIR%%/ext/src/ext-core/src/adapter/ext-base-ajax.js
-%%WWWDIR%%/ext/src/ext-core/src/adapter/ext-base-anim-extra.js
-%%WWWDIR%%/ext/src/ext-core/src/adapter/ext-base-anim.js
-%%WWWDIR%%/ext/src/ext-core/src/adapter/ext-base-begin.js
-%%WWWDIR%%/ext/src/ext-core/src/adapter/ext-base-dom.js
-%%WWWDIR%%/ext/src/ext-core/src/adapter/ext-base-end.js
-%%WWWDIR%%/ext/src/ext-core/src/adapter/ext-base-event.js
-%%WWWDIR%%/ext/src/ext-core/src/adapter/ext-base-point.js
-%%WWWDIR%%/ext/src/ext-core/src/adapter/ext-base-region.js
-%%WWWDIR%%/ext/src/ext-core/src/core/CompositeElementLite.js
-%%WWWDIR%%/ext/src/ext-core/src/core/DomHelper.js
-%%WWWDIR%%/ext/src/ext-core/src/core/DomQuery.js
-%%WWWDIR%%/ext/src/ext-core/src/core/Element.fx.js
-%%WWWDIR%%/ext/src/ext-core/src/core/Element.insertion.js
-%%WWWDIR%%/ext/src/ext-core/src/core/Element.js
-%%WWWDIR%%/ext/src/ext-core/src/core/Element.position.js
-%%WWWDIR%%/ext/src/ext-core/src/core/Element.scroll.js
-%%WWWDIR%%/ext/src/ext-core/src/core/Element.style.js
-%%WWWDIR%%/ext/src/ext-core/src/core/Element.traversal.js
-%%WWWDIR%%/ext/src/ext-core/src/core/EventManager.js
-%%WWWDIR%%/ext/src/ext-core/src/core/Ext.js
-%%WWWDIR%%/ext/src/ext-core/src/core/Fx.js
-%%WWWDIR%%/ext/src/ext-core/src/core/Loader.js
-%%WWWDIR%%/ext/src/ext-core/src/core/Template.js
-%%WWWDIR%%/ext/src/ext-core/src/data/Connection.js
-%%WWWDIR%%/ext/src/ext-core/src/util/DelayedTask.js
-%%WWWDIR%%/ext/src/ext-core/src/util/JSON.js
-%%WWWDIR%%/ext/src/ext-core/src/util/Observable.js
-%%WWWDIR%%/ext/src/ext-core/src/util/TaskMgr.js
-%%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build/logger/logger-min.js
-%%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build/yahoo-dom-event/yahoo-dom-event.js
-%%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build/yuitest/yuitest-min.js
-%%WWWDIR%%/ext/src/locale/ext-lang-af.js
-%%WWWDIR%%/ext/src/locale/ext-lang-am.js
-%%WWWDIR%%/ext/src/locale/ext-lang-bg.js
-%%WWWDIR%%/ext/src/locale/ext-lang-ca.js
-%%WWWDIR%%/ext/src/locale/ext-lang-cs.js
-%%WWWDIR%%/ext/src/locale/ext-lang-da.js
-%%WWWDIR%%/ext/src/locale/ext-lang-de.js
-%%WWWDIR%%/ext/src/locale/ext-lang-el_GR.js
-%%WWWDIR%%/ext/src/locale/ext-lang-en.js
-%%WWWDIR%%/ext/src/locale/ext-lang-en_GB.js
-%%WWWDIR%%/ext/src/locale/ext-lang-es.js
-%%WWWDIR%%/ext/src/locale/ext-lang-fa.js
-%%WWWDIR%%/ext/src/locale/ext-lang-fi.js
-%%WWWDIR%%/ext/src/locale/ext-lang-fr.js
-%%WWWDIR%%/ext/src/locale/ext-lang-fr_CA.js
-%%WWWDIR%%/ext/src/locale/ext-lang-gr.js
-%%WWWDIR%%/ext/src/locale/ext-lang-he.js
-%%WWWDIR%%/ext/src/locale/ext-lang-hr.js
-%%WWWDIR%%/ext/src/locale/ext-lang-hu.js
-%%WWWDIR%%/ext/src/locale/ext-lang-id.js
-%%WWWDIR%%/ext/src/locale/ext-lang-it.js
-%%WWWDIR%%/ext/src/locale/ext-lang-ja.js
-%%WWWDIR%%/ext/src/locale/ext-lang-ko.js
-%%WWWDIR%%/ext/src/locale/ext-lang-lt.js
-%%WWWDIR%%/ext/src/locale/ext-lang-lv.js
-%%WWWDIR%%/ext/src/locale/ext-lang-mk.js
-%%WWWDIR%%/ext/src/locale/ext-lang-nl.js
-%%WWWDIR%%/ext/src/locale/ext-lang-no_NB.js
-%%WWWDIR%%/ext/src/locale/ext-lang-no_NN.js
-%%WWWDIR%%/ext/src/locale/ext-lang-pl.js
-%%WWWDIR%%/ext/src/locale/ext-lang-pt.js
-%%WWWDIR%%/ext/src/locale/ext-lang-pt_BR.js
-%%WWWDIR%%/ext/src/locale/ext-lang-pt_PT.js
-%%WWWDIR%%/ext/src/locale/ext-lang-ro.js
-%%WWWDIR%%/ext/src/locale/ext-lang-ru.js
-%%WWWDIR%%/ext/src/locale/ext-lang-sk.js
-%%WWWDIR%%/ext/src/locale/ext-lang-sl.js
-%%WWWDIR%%/ext/src/locale/ext-lang-sr.js
-%%WWWDIR%%/ext/src/locale/ext-lang-sr_RS.js
-%%WWWDIR%%/ext/src/locale/ext-lang-sv.js
-%%WWWDIR%%/ext/src/locale/ext-lang-sv_SE.js
-%%WWWDIR%%/ext/src/locale/ext-lang-th.js
-%%WWWDIR%%/ext/src/locale/ext-lang-tr.js
-%%WWWDIR%%/ext/src/locale/ext-lang-ukr.js
-%%WWWDIR%%/ext/src/locale/ext-lang-vn.js
-%%WWWDIR%%/ext/src/locale/ext-lang-zh_CN.js
-%%WWWDIR%%/ext/src/locale/ext-lang-zh_TW.js
-%%WWWDIR%%/ext/src/state/CookieProvider.js
-%%WWWDIR%%/ext/src/state/Provider.js
-%%WWWDIR%%/ext/src/state/StateManager.js
-%%WWWDIR%%/ext/src/util/AbstractManager.js
-%%WWWDIR%%/ext/src/util/CSS.js
-%%WWWDIR%%/ext/src/util/ClickRepeater.js
-%%WWWDIR%%/ext/src/util/Cookies.js
-%%WWWDIR%%/ext/src/util/Date.js
-%%WWWDIR%%/ext/src/util/Format.js
-%%WWWDIR%%/ext/src/util/Function.js
-%%WWWDIR%%/ext/src/util/History.js
-%%WWWDIR%%/ext/src/util/KeyMap.js
-%%WWWDIR%%/ext/src/util/KeyNav.js
-%%WWWDIR%%/ext/src/util/MixedCollection.js
-%%WWWDIR%%/ext/src/util/Observable-more.js
-%%WWWDIR%%/ext/src/util/TextMetrics.js
-%%WWWDIR%%/ext/src/util/UpdateManager.js
-%%WWWDIR%%/ext/src/util/XTemplate.js
-%%WWWDIR%%/ext/src/widgets/Action.js
-%%WWWDIR%%/ext/src/widgets/BoxComponent.js
-%%WWWDIR%%/ext/src/widgets/Button.js
-%%WWWDIR%%/ext/src/widgets/ButtonGroup.js
-%%WWWDIR%%/ext/src/widgets/ColorPalette.js
-%%WWWDIR%%/ext/src/widgets/Component.js
-%%WWWDIR%%/ext/src/widgets/ComponentMgr.js
-%%WWWDIR%%/ext/src/widgets/Container.js
-%%WWWDIR%%/ext/src/widgets/CycleButton.js
-%%WWWDIR%%/ext/src/widgets/DataView.js
-%%WWWDIR%%/ext/src/widgets/DatePicker.js
-%%WWWDIR%%/ext/src/widgets/Editor.js
-%%WWWDIR%%/ext/src/widgets/Layer.js
-%%WWWDIR%%/ext/src/widgets/LoadMask.js
-%%WWWDIR%%/ext/src/widgets/MessageBox.js
-%%WWWDIR%%/ext/src/widgets/PagingToolbar.js
-%%WWWDIR%%/ext/src/widgets/Panel.js
-%%WWWDIR%%/ext/src/widgets/PanelDD.js
-%%WWWDIR%%/ext/src/widgets/ProgressBar.js
-%%WWWDIR%%/ext/src/widgets/Resizable.js
-%%WWWDIR%%/ext/src/widgets/Shadow.js
-%%WWWDIR%%/ext/src/widgets/Slider.js
-%%WWWDIR%%/ext/src/widgets/SplitBar.js
-%%WWWDIR%%/ext/src/widgets/SplitButton.js
-%%WWWDIR%%/ext/src/widgets/TabPanel.js
-%%WWWDIR%%/ext/src/widgets/Toolbar.js
-%%WWWDIR%%/ext/src/widgets/Viewport.js
-%%WWWDIR%%/ext/src/widgets/Window.js
-%%WWWDIR%%/ext/src/widgets/WindowManager.js
-%%WWWDIR%%/ext/src/widgets/chart/Chart.js
-%%WWWDIR%%/ext/src/widgets/chart/EventProxy.js
-%%WWWDIR%%/ext/src/widgets/chart/FlashComponent.js
-%%WWWDIR%%/ext/src/widgets/chart/swfobject.js
-%%WWWDIR%%/ext/src/widgets/form/Action.js
-%%WWWDIR%%/ext/src/widgets/form/BasicForm.js
-%%WWWDIR%%/ext/src/widgets/form/Checkbox.js
-%%WWWDIR%%/ext/src/widgets/form/CheckboxGroup.js
-%%WWWDIR%%/ext/src/widgets/form/Combo.js
-%%WWWDIR%%/ext/src/widgets/form/CompositeField.js
-%%WWWDIR%%/ext/src/widgets/form/DateField.js
-%%WWWDIR%%/ext/src/widgets/form/DisplayField.js
-%%WWWDIR%%/ext/src/widgets/form/Field.js
-%%WWWDIR%%/ext/src/widgets/form/FieldSet.js
-%%WWWDIR%%/ext/src/widgets/form/Form.js
-%%WWWDIR%%/ext/src/widgets/form/Hidden.js
-%%WWWDIR%%/ext/src/widgets/form/HtmlEditor.js
-%%WWWDIR%%/ext/src/widgets/form/Label.js
-%%WWWDIR%%/ext/src/widgets/form/NumberField.js
-%%WWWDIR%%/ext/src/widgets/form/Radio.js
-%%WWWDIR%%/ext/src/widgets/form/RadioGroup.js
-%%WWWDIR%%/ext/src/widgets/form/SliderField.js
-%%WWWDIR%%/ext/src/widgets/form/TextArea.js
-%%WWWDIR%%/ext/src/widgets/form/TextField.js
-%%WWWDIR%%/ext/src/widgets/form/TimeField.js
-%%WWWDIR%%/ext/src/widgets/form/TriggerField.js
-%%WWWDIR%%/ext/src/widgets/form/VTypes.js
-%%WWWDIR%%/ext/src/widgets/grid/AbstractSelectionModel.js
-%%WWWDIR%%/ext/src/widgets/grid/CellSelectionModel.js
-%%WWWDIR%%/ext/src/widgets/grid/CheckboxSelectionModel.js
-%%WWWDIR%%/ext/src/widgets/grid/Column.js
-%%WWWDIR%%/ext/src/widgets/grid/ColumnDD.js
-%%WWWDIR%%/ext/src/widgets/grid/ColumnModel.js
-%%WWWDIR%%/ext/src/widgets/grid/ColumnSplitDD.js
-%%WWWDIR%%/ext/src/widgets/grid/EditorGrid.js
-%%WWWDIR%%/ext/src/widgets/grid/GridDD.js
-%%WWWDIR%%/ext/src/widgets/grid/GridEditor.js
-%%WWWDIR%%/ext/src/widgets/grid/GridPanel.js
-%%WWWDIR%%/ext/src/widgets/grid/GridView.js
-%%WWWDIR%%/ext/src/widgets/grid/GroupingView.js
-%%WWWDIR%%/ext/src/widgets/grid/PivotAxis.js
-%%WWWDIR%%/ext/src/widgets/grid/PivotGrid.js
-%%WWWDIR%%/ext/src/widgets/grid/PivotGridView.js
-%%WWWDIR%%/ext/src/widgets/grid/PropertyGrid.js
-%%WWWDIR%%/ext/src/widgets/grid/RowNumberer.js
-%%WWWDIR%%/ext/src/widgets/grid/RowSelectionModel.js
-%%WWWDIR%%/ext/src/widgets/layout/AbsoluteLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/AccordionLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/AnchorLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/AutoLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/BorderLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/BoxLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/CardLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/ColumnLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/ContainerLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/FitLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/FormLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/HBoxLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/MenuLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/TableLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/ToolbarLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/VBoxLayout.js
-%%WWWDIR%%/ext/src/widgets/layout/box/MenuOverflow.js
-%%WWWDIR%%/ext/src/widgets/layout/box/ScrollerOverflow.js
-%%WWWDIR%%/ext/src/widgets/list/Column.js
-%%WWWDIR%%/ext/src/widgets/list/ColumnResizer.js
-%%WWWDIR%%/ext/src/widgets/list/ListView.js
-%%WWWDIR%%/ext/src/widgets/list/Sorter.js
-%%WWWDIR%%/ext/src/widgets/menu/BaseItem.js
-%%WWWDIR%%/ext/src/widgets/menu/CheckItem.js
-%%WWWDIR%%/ext/src/widgets/menu/ColorMenu.js
-%%WWWDIR%%/ext/src/widgets/menu/DateMenu.js
-%%WWWDIR%%/ext/src/widgets/menu/Item.js
-%%WWWDIR%%/ext/src/widgets/menu/Menu.js
-%%WWWDIR%%/ext/src/widgets/menu/MenuMgr.js
-%%WWWDIR%%/ext/src/widgets/menu/Separator.js
-%%WWWDIR%%/ext/src/widgets/menu/TextItem.js
-%%WWWDIR%%/ext/src/widgets/tips/QuickTip.js
-%%WWWDIR%%/ext/src/widgets/tips/QuickTips.js
-%%WWWDIR%%/ext/src/widgets/tips/SliderTip.js
-%%WWWDIR%%/ext/src/widgets/tips/Tip.js
-%%WWWDIR%%/ext/src/widgets/tips/ToolTip.js
-%%WWWDIR%%/ext/src/widgets/tree/AsyncTreeNode.js
-%%WWWDIR%%/ext/src/widgets/tree/TreeDragZone.js
-%%WWWDIR%%/ext/src/widgets/tree/TreeDropZone.js
-%%WWWDIR%%/ext/src/widgets/tree/TreeEditor.js
-%%WWWDIR%%/ext/src/widgets/tree/TreeEventModel.js
-%%WWWDIR%%/ext/src/widgets/tree/TreeFilter.js
-%%WWWDIR%%/ext/src/widgets/tree/TreeLoader.js
-%%WWWDIR%%/ext/src/widgets/tree/TreeNode.js
-%%WWWDIR%%/ext/src/widgets/tree/TreeNodeUI.js
-%%WWWDIR%%/ext/src/widgets/tree/TreePanel.js
-%%WWWDIR%%/ext/src/widgets/tree/TreeSelectionModel.js
-%%WWWDIR%%/ext/src/widgets/tree/TreeSorter.js
+%%WWWDIR%%/controller/AclGroupController.php
+%%WWWDIR%%/controller/AclUserController.php
+%%WWWDIR%%/controller/AdvancedSearchController.php
+%%WWWDIR%%/controller/AuthController.php
+%%WWWDIR%%/controller/BatchEditController.php
+%%WWWDIR%%/controller/CoreController.php
+%%WWWDIR%%/controller/CronController.php
+%%WWWDIR%%/controller/DeveloperController.php
+%%WWWDIR%%/controller/ExportController.php
+%%WWWDIR%%/controller/ExternalController.php
+%%WWWDIR%%/controller/LinkFolderController.php
+%%WWWDIR%%/controller/MaintenanceController.php
+%%WWWDIR%%/controller/ReminderController.php
+%%WWWDIR%%/controller/SearchController.php
+%%WWWDIR%%/controller/SettingsController.php
%%WWWDIR%%/favicon.ico
-%%WWWDIR%%/functions.inc.php
+%%WWWDIR%%/go/GO.php
+%%WWWDIR%%/go/base/Config.php
+%%WWWDIR%%/go/base/Language.php
+%%WWWDIR%%/go/base/Model.php
+%%WWWDIR%%/go/base/Module.php
+%%WWWDIR%%/go/base/ModuleCollection.php
+%%WWWDIR%%/go/base/Object.php
+%%WWWDIR%%/go/base/Observable.php
+%%WWWDIR%%/go/base/Request.php
+%%WWWDIR%%/go/base/Router.php
+%%WWWDIR%%/go/base/Session.php
+%%WWWDIR%%/go/base/authorized/Actions.php
+%%WWWDIR%%/go/base/cache/Apc.php
+%%WWWDIR%%/go/base/cache/CacheInterface.php
+%%WWWDIR%%/go/base/cache/Disk.php
+%%WWWDIR%%/go/base/cache/None.php
+%%WWWDIR%%/go/base/cache/XCache.php
+%%WWWDIR%%/go/base/component/MultiSelectGrid.php
+%%WWWDIR%%/go/base/component/Plupload.php
+%%WWWDIR%%/go/base/component/SummaryLog.php
+%%WWWDIR%%/go/base/controller/AbstractController.php
+%%WWWDIR%%/go/base/controller/AbstractExportController.php
+%%WWWDIR%%/go/base/controller/AbstractJsonController.php
+%%WWWDIR%%/go/base/controller/AbstractModelController.php
+%%WWWDIR%%/go/base/controller/AbstractMultiSelectModelController.php
+%%WWWDIR%%/go/base/cron/AbstractCron.php
+%%WWWDIR%%/go/base/cron/CalculateDiskUsage.php
+%%WWWDIR%%/go/base/cron/CronCollection.php
+%%WWWDIR%%/go/base/cron/CronGroup.php
+%%WWWDIR%%/go/base/cron/CronJob.php
+%%WWWDIR%%/go/base/cron/CronSettings.php
+%%WWWDIR%%/go/base/cron/CronUser.php
+%%WWWDIR%%/go/base/cron/EmailReminders.php
+%%WWWDIR%%/go/base/csv/Reader.php
+%%WWWDIR%%/go/base/csv/Writer.php
+%%WWWDIR%%/go/base/data/AbstractStore.php
+%%WWWDIR%%/go/base/data/ArrayStore.php
+%%WWWDIR%%/go/base/data/Column.php
+%%WWWDIR%%/go/base/data/ColumnModel.php
+%%WWWDIR%%/go/base/data/DbStore.php
+%%WWWDIR%%/go/base/data/JsonResponse.php
+%%WWWDIR%%/go/base/data/Store.php
+%%WWWDIR%%/go/base/db/ActiveRecord.php
+%%WWWDIR%%/go/base/db/ActiveStatement.php
+%%WWWDIR%%/go/base/db/Columns.php
+%%WWWDIR%%/go/base/db/Connection.php
+%%WWWDIR%%/go/base/db/FindCriteria.php
+%%WWWDIR%%/go/base/db/FindParams.php
+%%WWWDIR%%/go/base/db/MultilingualActiveRecord.php
+%%WWWDIR%%/go/base/db/PDO.php
+%%WWWDIR%%/go/base/db/Query.php
+%%WWWDIR%%/go/base/db/Statement.php
+%%WWWDIR%%/go/base/db/Transaction.php
+%%WWWDIR%%/go/base/db/Utils.php
+%%WWWDIR%%/go/base/exception/AccessDenied.php
+%%WWWDIR%%/go/base/exception/BadPassword.php
+%%WWWDIR%%/go/base/exception/CliOnly.php
+%%WWWDIR%%/go/base/exception/Database.php
+%%WWWDIR%%/go/base/exception/InsufficientDiskspace.php
+%%WWWDIR%%/go/base/exception/MissingParameter.php
+%%WWWDIR%%/go/base/exception/NoCron.php
+%%WWWDIR%%/go/base/exception/NotFound.php
+%%WWWDIR%%/go/base/exception/RelationDeleteRestrict.php
+%%WWWDIR%%/go/base/exception/Save.php
+%%WWWDIR%%/go/base/exception/SecurityTokenMismatch.php
+%%WWWDIR%%/go/base/exception/Validation.php
+%%WWWDIR%%/go/base/exception/ViesDown.php
+%%WWWDIR%%/go/base/export/AbstractExport.php
+%%WWWDIR%%/go/base/export/ExportCSV.php
+%%WWWDIR%%/go/base/export/ExportHTML.php
+%%WWWDIR%%/go/base/export/ExportPDF.php
+%%WWWDIR%%/go/base/export/ExportXLS.php
+%%WWWDIR%%/go/base/export/Settings.php
+%%WWWDIR%%/go/base/fs/Base.php
+%%WWWDIR%%/go/base/fs/CsvFile.php
+%%WWWDIR%%/go/base/fs/File.php
+%%WWWDIR%%/go/base/fs/Folder.php
+%%WWWDIR%%/go/base/fs/LogFile.php
+%%WWWDIR%%/go/base/fs/MemoryFile.php
+%%WWWDIR%%/go/base/fs/XlsFile.php
+%%WWWDIR%%/go/base/fs/Zip.php
+%%WWWDIR%%/go/base/html/Checkbox.php
+%%WWWDIR%%/go/base/html/Error.php
+%%WWWDIR%%/go/base/html/Form.php
+%%WWWDIR%%/go/base/html/Hidden.php
+%%WWWDIR%%/go/base/html/Input.php
+%%WWWDIR%%/go/base/html/Password.php
+%%WWWDIR%%/go/base/html/Radio.php
+%%WWWDIR%%/go/base/html/Reset.php
+%%WWWDIR%%/go/base/html/Scripts.php
+%%WWWDIR%%/go/base/html/Select.php
+%%WWWDIR%%/go/base/html/Submit.php
+%%WWWDIR%%/go/base/html/Textarea.php
+%%WWWDIR%%/go/base/ldap/Connection.php
+%%WWWDIR%%/go/base/ldap/Record.php
+%%WWWDIR%%/go/base/ldap/Result.php
+%%WWWDIR%%/go/base/mail/AdminNotifier.php
+%%WWWDIR%%/go/base/mail/EmailRecipients.php
+%%WWWDIR%%/go/base/mail/Imap.php
+%%WWWDIR%%/go/base/mail/ImapAuthenticationFailedException.php
+%%WWWDIR%%/go/base/mail/ImapBase.php
+%%WWWDIR%%/go/base/mail/ImapBodyStruct.php
+%%WWWDIR%%/go/base/mail/Mailer.php
+%%WWWDIR%%/go/base/mail/Message.php
+%%WWWDIR%%/go/base/mail/MimeDecode.php
+%%WWWDIR%%/go/base/mail/SmimeMessage.php
+%%WWWDIR%%/go/base/mail/SystemMessage.php
+%%WWWDIR%%/go/base/mail/Transport.php
+%%WWWDIR%%/go/base/mail/Utils.php
+%%WWWDIR%%/go/base/mail/exception/MailboxNotFound.php
+%%WWWDIR%%/go/base/model/AbstractExport.php
+%%WWWDIR%%/go/base/model/AbstractSettingsCollection.php
+%%WWWDIR%%/go/base/model/AbstractUserDefaultModel.php
+%%WWWDIR%%/go/base/model/Acl.php
+%%WWWDIR%%/go/base/model/AclUsersGroups.php
+%%WWWDIR%%/go/base/model/AdvancedSearch.php
+%%WWWDIR%%/go/base/model/Group.php
+%%WWWDIR%%/go/base/model/Grouped.php
+%%WWWDIR%%/go/base/model/Holiday.php
+%%WWWDIR%%/go/base/model/LinkFolder.php
+%%WWWDIR%%/go/base/model/ModelCache.php
+%%WWWDIR%%/go/base/model/ModelCollection.php
+%%WWWDIR%%/go/base/model/ModelType.php
+%%WWWDIR%%/go/base/model/Module.php
+%%WWWDIR%%/go/base/model/Reminder.php
+%%WWWDIR%%/go/base/model/ReminderUser.php
+%%WWWDIR%%/go/base/model/SavedExport.php
+%%WWWDIR%%/go/base/model/SearchCacheRecord.php
+%%WWWDIR%%/go/base/model/Setting.php
+%%WWWDIR%%/go/base/model/State.php
+%%WWWDIR%%/go/base/model/User.php
+%%WWWDIR%%/go/base/model/UserGroup.php
+%%WWWDIR%%/go/base/model/WorkingWeek.php
+%%WWWDIR%%/go/base/rpc/AbstractController.php
+%%WWWDIR%%/go/base/storeexport/AbstractExport.php
+%%WWWDIR%%/go/base/storeexport/ExportCSV.php
+%%WWWDIR%%/go/base/storeexport/ExportHTML.php
+%%WWWDIR%%/go/base/storeexport/ExportPDF.php
+%%WWWDIR%%/go/base/storeexport/ExportXLS.php
+%%WWWDIR%%/go/base/storeexport/Settings.php
+%%WWWDIR%%/go/base/util/ArrayUtil.php
+%%WWWDIR%%/go/base/util/Cli.php
+%%WWWDIR%%/go/base/util/Common.php
+%%WWWDIR%%/go/base/util/ConfigEditor.php
+%%WWWDIR%%/go/base/util/Cron.php
+%%WWWDIR%%/go/base/util/Crypt.php
+%%WWWDIR%%/go/base/util/Date.php
+%%WWWDIR%%/go/base/util/Excel.php
+%%WWWDIR%%/go/base/util/Fpdi.php
+%%WWWDIR%%/go/base/util/Ftp.php
+%%WWWDIR%%/go/base/util/Html2Text.php
+%%WWWDIR%%/go/base/util/HtmlReplacer.php
+%%WWWDIR%%/go/base/util/Http.php
+%%WWWDIR%%/go/base/util/HttpClient.php
+%%WWWDIR%%/go/base/util/Image.php
+%%WWWDIR%%/go/base/util/Number.php
+%%WWWDIR%%/go/base/util/Odf.php
+%%WWWDIR%%/go/base/util/Pdf.php
+%%WWWDIR%%/go/base/util/PdfGantt.php
+%%WWWDIR%%/go/base/util/ReflectionClass.php
+%%WWWDIR%%/go/base/util/Rtf.php
+%%WWWDIR%%/go/base/util/SQL.php
+%%WWWDIR%%/go/base/util/ScriptLoader.php
+%%WWWDIR%%/go/base/util/SpellChecker.php
+%%WWWDIR%%/go/base/util/String.php
+%%WWWDIR%%/go/base/util/TagParser.php
+%%WWWDIR%%/go/base/util/TemplateParser.php
+%%WWWDIR%%/go/base/util/UUID.php
+%%WWWDIR%%/go/base/util/Validate.php
+%%WWWDIR%%/go/base/util/XMLRPCClient.php
+%%WWWDIR%%/go/base/util/charset/Xmac.php
+%%WWWDIR%%/go/base/util/date/DateTime.php
+%%WWWDIR%%/go/base/util/date/RecurrencePattern.php
+%%WWWDIR%%/go/base/util/icalendar/Rrule.php
+%%WWWDIR%%/go/base/util/minify/CSSMin.php
+%%WWWDIR%%/go/base/util/minify/JSMin.php
+%%WWWDIR%%/go/base/view/AbstractView.php
+%%WWWDIR%%/go/base/view/ExportView.php
+%%WWWDIR%%/go/base/view/Extjs3.php
+%%WWWDIR%%/go/base/view/FileView.php
+%%WWWDIR%%/go/base/view/JsonView.php
+%%WWWDIR%%/go/base/view/Theme.php
+%%WWWDIR%%/go/base/vobject/Iterator.php
+%%WWWDIR%%/go/base/vobject/Reader.php
+%%WWWDIR%%/go/base/vobject/VCalendar.php
+%%WWWDIR%%/go/base/vobject/VTimezone.php
+%%WWWDIR%%/go/base/wbxml/Convertor.php
+%%WWWDIR%%/go/base/wbxml/Decoder.php
+%%WWWDIR%%/go/base/wbxml/Encoder.php
+%%WWWDIR%%/go/vendor/Cron/AbstractField.php
+%%WWWDIR%%/go/vendor/Cron/CronExpression.php
+%%WWWDIR%%/go/vendor/Cron/DayOfMonthField.php
+%%WWWDIR%%/go/vendor/Cron/DayOfWeekField.php
+%%WWWDIR%%/go/vendor/Cron/FieldFactory.php
+%%WWWDIR%%/go/vendor/Cron/FieldInterface.php
+%%WWWDIR%%/go/vendor/Cron/HoursField.php
+%%WWWDIR%%/go/vendor/Cron/LICENSE
+%%WWWDIR%%/go/vendor/Cron/MinutesField.php
+%%WWWDIR%%/go/vendor/Cron/MonthField.php
+%%WWWDIR%%/go/vendor/Cron/README.md
+%%WWWDIR%%/go/vendor/Cron/YearField.php
+%%WWWDIR%%/go/vendor/Markdown/License.md
+%%WWWDIR%%/go/vendor/Markdown/Michelf/Markdown.inc.php
+%%WWWDIR%%/go/vendor/Markdown/Michelf/Markdown.php
+%%WWWDIR%%/go/vendor/Markdown/Michelf/MarkdownExtra.inc.php
+%%WWWDIR%%/go/vendor/Markdown/Michelf/MarkdownExtra.php
+%%WWWDIR%%/go/vendor/Markdown/Michelf/MarkdownInterface.inc.php
+%%WWWDIR%%/go/vendor/Markdown/Michelf/MarkdownInterface.php
+%%WWWDIR%%/go/vendor/Markdown/Readme.md
+%%WWWDIR%%/go/vendor/Markdown/Readme.php
+%%WWWDIR%%/go/vendor/Markdown/composer.json
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Autoloader.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/APC.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/CacheBase.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/DiscISAM.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/ICache.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/Igbinary.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/Memcache.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/Memory.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/MemoryGZip.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/MemorySerialized.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/PHPTemp.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/SQLite.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/SQLite3.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/Wincache.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorageFactory.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CalcEngine/CyclicReferenceStack.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CalcEngine/Logger.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Database.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/DateTime.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Engineering.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Exception.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/ExceptionHandler.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Financial.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/FormulaParser.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/FormulaToken.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Function.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Functions.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Logical.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/LookupRef.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/MathTrig.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Statistical.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/TextData.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Token/Stack.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/functionlist.txt
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/AdvancedValueBinder.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/DataType.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/DataValidation.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/DefaultValueBinder.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/Hyperlink.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/IValueBinder.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/DataSeries.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/DataSeriesValues.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Exception.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Layout.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Legend.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/PlotArea.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Renderer/jpgraph.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Title.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Comment.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/DocumentProperties.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/DocumentSecurity.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Exception.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/HashTable.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/IComparable.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/IOFactory.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/NamedRange.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Abstract.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/CSV.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/DefaultReadFilter.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2003XML.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2007.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2007/Chart.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2007/Theme.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel5.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel5/Escher.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Exception.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Gnumeric.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/HTML.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/IReadFilter.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/IReader.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/OOCalc.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/SYLK.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/ReferenceHelper.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText/ITextElement.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText/Run.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText/TextElement.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Settings.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/CodePage.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Date.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Drawing.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Excel5.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/File.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Font.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/CHANGELOG.TXT
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/CholeskyDecomposition.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/EigenvalueDecomposition.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/LUDecomposition.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/Matrix.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/QRDecomposition.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/SingularValueDecomposition.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/utils/Error.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/utils/Maths.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/ChainedBlockStream.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/PPS.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/PPS/File.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/PPS/Root.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLERead.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PCLZip/gnu-lgpl.txt
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PCLZip/pclzip.lib.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PCLZip/readme.txt
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PasswordHasher.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/String.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/TimeZone.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/XMLWriter.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/ZipArchive.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/ZipStreamWrapper.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/bestFitClass.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/exponentialBestFitClass.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/linearBestFitClass.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/logarithmicBestFitClass.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/polynomialBestFitClass.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/powerBestFitClass.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/trendClass.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Alignment.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Border.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Borders.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Color.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Conditional.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Fill.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Font.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/NumberFormat.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Protection.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Supervisor.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter/Column.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter/Column/Rule.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/BaseDrawing.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/CellIterator.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/ColumnDimension.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Drawing.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Drawing/Shadow.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/HeaderFooter.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/HeaderFooterDrawing.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/MemoryDrawing.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/PageMargins.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/PageSetup.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Protection.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Row.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/RowDimension.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/RowIterator.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/SheetView.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/WorksheetIterator.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Abstract.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/CSV.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Chart.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Comments.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/ContentTypes.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/DocProps.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Drawing.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Rels.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/StringTable.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Style.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Theme.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Workbook.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Worksheet.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/WriterPart.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/BIFFwriter.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Escher.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Font.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Parser.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Workbook.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Worksheet.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Xf.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Exception.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/HTML.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/IWriter.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF/Core.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF/DomPDF.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF/mPDF.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF/tcPDF.php
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/cs/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/cs/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/da/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/da/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/de/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/de/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/en/uk/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/es/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/es/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fi/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fi/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fr/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fr/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/hu/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/hu/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/it/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/it/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/nl/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/nl/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/no/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/no/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pl/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pl/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/br/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/br/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/ru/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/ru/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/sv/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/sv/functions
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/tr/config
+%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/tr/functions
+%%WWWDIR%%/go/vendor/SabreDAV/.travis.yml
+%%WWWDIR%%/go/vendor/SabreDAV/ChangeLog
+%%WWWDIR%%/go/vendor/SabreDAV/LICENSE
+%%WWWDIR%%/go/vendor/SabreDAV/README.md
+%%WWWDIR%%/go/vendor/SabreDAV/bin/googlecode_upload.py
+%%WWWDIR%%/go/vendor/SabreDAV/bin/migrateto17.php
+%%WWWDIR%%/go/vendor/SabreDAV/bin/naturalselection.py
+%%WWWDIR%%/go/vendor/SabreDAV/bin/sabredav
+%%WWWDIR%%/go/vendor/SabreDAV/bin/sabredav.php
+%%WWWDIR%%/go/vendor/SabreDAV/bin/vobjectvalidate.php
+%%WWWDIR%%/go/vendor/SabreDAV/build.xml
+%%WWWDIR%%/go/vendor/SabreDAV/composer.json
+%%WWWDIR%%/go/vendor/SabreDAV/composer.lock
+%%WWWDIR%%/go/vendor/SabreDAV/docs/caldav-ctag.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/caldav-notifications.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/caldav-proxy.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/caldav-sharing.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/draft-daboo-carddav-directory-gateway-02.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/draft-desruisseaux-caldav-sched-10.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/draft-ietf-httpbis-p1-messaging-11.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/draft-ietf-httpbis-p4-conditional-11.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/draft-ietf-httpbis-p5-range-11.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/draft-ietf-httpbis-p6-cache-11.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/draft-nottingham-http-new-status-04.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc2425.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc2426.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc2518.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc2616.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc2617.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc3253.pdf
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc3744.pdf
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc4437.pdf
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc4790.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc4791.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc4918.pdf
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc5051.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc5397.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc5545.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc5546.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc5689.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc5785.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc5789.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc6047.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc6321.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc6350.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc6351.txt
+%%WWWDIR%%/go/vendor/SabreDAV/docs/rfc6352.txt
+%%WWWDIR%%/go/vendor/SabreDAV/examples/addressbookserver.php
+%%WWWDIR%%/go/vendor/SabreDAV/examples/basicauth.php
+%%WWWDIR%%/go/vendor/SabreDAV/examples/calendarserver.php
+%%WWWDIR%%/go/vendor/SabreDAV/examples/digestauth.php
+%%WWWDIR%%/go/vendor/SabreDAV/examples/fileserver.php
+%%WWWDIR%%/go/vendor/SabreDAV/examples/groupwareserver.php
+%%WWWDIR%%/go/vendor/SabreDAV/examples/simplefsserver.php
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/mysql.addressbook.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/mysql.calendars.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/mysql.locks.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/mysql.principals.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/mysql.users.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/pgsql.addressbook.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/pgsql.calendars.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/pgsql.locks.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/pgsql.principals.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/pgsql.users.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/sqlite.addressbooks.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/sqlite.calendars.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/sqlite.locks.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/sqlite.principals.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/sql/sqlite.users.sql
+%%WWWDIR%%/go/vendor/SabreDAV/examples/webserver/apache2_htaccess.conf
+%%WWWDIR%%/go/vendor/SabreDAV/examples/webserver/apache2_vhost.conf
+%%WWWDIR%%/go/vendor/SabreDAV/examples/webserver/apache2_vhost_cgi.conf
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Backend/AbstractBackend.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Backend/BackendInterface.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Backend/NotificationSupport.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Backend/PDO.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Backend/SharingSupport.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Calendar.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/CalendarObject.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/CalendarQueryParser.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/CalendarQueryValidator.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/CalendarRootNode.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Exception/InvalidComponentType.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/ICSExportPlugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/ICalendar.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/ICalendarObject.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/IShareableCalendar.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/ISharedCalendar.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications/Collection.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications/ICollection.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications/INode.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications/INotificationType.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications/Node.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification/Invite.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Plugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Principal/Collection.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Principal/IProxyRead.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Principal/IProxyWrite.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Principal/ProxyRead.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Principal/ProxyWrite.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Principal/User.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Property/AllowedSharingModes.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Property/Invite.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCalendarData.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCollationSet.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Schedule/IMip.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Schedule/IOutbox.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Schedule/Outbox.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/ShareableCalendar.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/SharedCalendar.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/SharingPlugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/UserCalendars.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Version.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/AddressBook.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/AddressBookQueryParser.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/AddressBookRoot.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Backend/AbstractBackend.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Backend/BackendInterface.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Backend/PDO.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Card.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/IAddressBook.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/ICard.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/IDirectory.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Plugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Property/SupportedAddressData.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/UserAddressBooks.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/VCFExportPlugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Version.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth/Backend/Apache.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth/Backend/BackendInterface.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth/Backend/File.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth/Backend/PDO.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth/Plugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/GuessContentType.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/MapGetToPropFind.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/Plugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets/favicon.ico
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/addressbook.png
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/calendar.png
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/card.png
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/collection.png
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/file.png
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/parent.png
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/principal.png
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Client.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Collection.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/BadRequest.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/Conflict.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/ConflictingLock.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/FileNotFound.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/Forbidden.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/InsufficientStorage.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/InvalidResourceType.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/Locked.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/MethodNotAllowed.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/NotAuthenticated.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/NotFound.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/NotImplemented.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/PaymentRequired.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/PreconditionFailed.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/ReportNotSupported.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/ServiceUnavailable.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception/UnsupportedMediaType.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/FS/Directory.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/FS/File.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/FS/Node.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/FSExt/Directory.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/FSExt/File.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/FSExt/Node.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/File.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/ICollection.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/IExtendedCollection.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/IFile.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/INode.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/IProperties.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/IQuota.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks/Backend/BackendInterface.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks/Backend/FS.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks/Backend/File.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks/Backend/PDO.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks/LockInfo.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks/Plugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Mount/Plugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Node.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/ObjectTree.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/PartialUpdate/IFile.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/PartialUpdate/Plugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property/GetLastModified.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property/Href.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property/HrefList.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property/IHref.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property/LockDiscovery.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property/ResourceType.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property/Response.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property/ResponseList.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property/SupportedLock.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property/SupportedReportSet.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/PropertyInterface.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Server.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/ServerPlugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/SimpleCollection.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/SimpleFile.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/StringUtil.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/TemporaryFileFilterPlugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Tree.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Tree/Filesystem.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/URLUtil.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/UUIDUtil.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Version.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/XMLUtil.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/AbstractPrincipalCollection.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Exception/AceConflict.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Exception/NeedPrivileges.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Exception/NoAbstract.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/IACL.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/IPrincipal.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/IPrincipalCollection.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Plugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Principal.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend/PDO.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/PrincipalCollection.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Property/Acl.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Property/AclRestrictions.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Property/Principal.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Version.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/HTTP/AWSAuth.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/HTTP/AbstractAuth.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/HTTP/BasicAuth.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/HTTP/DigestAuth.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/HTTP/Request.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/HTTP/Response.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/HTTP/Util.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/HTTP/Version.php
+%%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/autoload.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Backend/AbstractTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Backend/Mock.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/CalendarObjectTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/CalendarQueryParserTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/CalendarTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/FreeBusyReportTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/FreeBusyRequestTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/ICSExportPluginTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Issue166Test.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Issue172Test.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Issue203Test.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Issue205Test.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Issue211Test.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Issue220Test.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Issue228Test.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Notifications/CollectionTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Notifications/NodeTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Notifications/Notification/InviteReplyTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Notifications/Notification/InviteTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Notifications/Notification/SystemStatusTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/OutboxPostTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/PluginTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Principal/CollectionTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Principal/ProxyReadTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Principal/UserTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Property/AllowedSharingModesTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Property/InviteTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Property/ScheduleCalendarTranspTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Property/SupportedCalendarComponentSetTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Schedule/IMip/Mock.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Schedule/OutboxTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/ShareableCalendarTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/SharedCalendarTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/SharingPluginTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/TestUtil.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/UserCalendarsSharedCalendarsTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/UserCalendarsTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/ValidateICalTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/VersionTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/AbstractPluginTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/AddressBookQueryParserTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/AddressBookQueryTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/AddressBookRootTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/AddressBookTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/Backend/Mock.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/CardTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/IDirectoryTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/MultiGetTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/PluginTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/Property/SupportedAddressDataTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/SogoStripContentTypeTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/TestUtil.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/UserAddressBooksTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/VCFExportTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/ValidateFilterTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/ValidateVCardTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/VersionTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/AbstractServer.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth/Backend/ApacheTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth/Backend/FileTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth/Backend/Mock.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth/PluginTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/BasicNodeTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Browser/GuessContentTypeTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Browser/PluginTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ClientMock.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ClientTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Exception/LockedTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Exception/PaymentRequiredTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Exception/PaymentRequiredTest.php.bak
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ExceptionTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/FSExt/FileTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/FSExt/NodeTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/FSExt/ServerTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/HTTPPreferParsingTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Issue33Test.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks/Backend/AbstractTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks/Backend/FSTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks/Backend/FileTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks/Backend/PDOTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks/GetIfConditionsTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks/MSWordTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks/PluginTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Mount/PluginTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ObjectTreeTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/PartialUpdate/FileMock.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/PartialUpdate/PluginTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Property/GetLastModifiedTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Property/HrefListTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Property/HrefTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Property/ResourceTypeTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Property/ResponseListTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Property/ResponseTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Property/SupportedReportSetTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerCopyMoveTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerEventsTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerEventsTest.php.bak
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerFinderBlockTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerFinderBlockTest.php.bak
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerMKCOLTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerMKCOLTest.php.bak
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerPluginTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerPluginTest.php.bak
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerPreconditionTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerPropsTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerPropsTest.php.bak
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerRangeTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerRangeTest.php.bak
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerSimpleTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerUpdatePropertiesTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/ServerUpdatePropertiesTest.php.bak
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/SimpleFileTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/StringUtilTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/TemporaryFileFilterTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/TestPlugin.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/TestPlugin.php.bak
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Tree/FilesystemTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/TreeTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/URLUtilTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/UUIDUtilTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/XMLUtilTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/ACLMethodTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/AllowAccessTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/BlockAccessTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Exception/AceConflictTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Exception/NoAbstractTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/ExpandPropertiesTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/MockACLNode.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/MockPrincipal.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PluginAdminTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PluginPropertiesTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend/Mock.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PrincipalCollectionTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PrincipalTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Property/ACLRestrictionsTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Property/ACLTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Property/CurrentUserPrivilegeSetTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Property/PrincipalTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Property/SupportedPrivilegeSetTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/SimplePluginTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/VersionTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVServerTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/HTTP/AWSAuthTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/HTTP/BasicAuthTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/HTTP/DigestAuthTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/HTTP/RequestTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/HTTP/ResponseMock.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/HTTP/ResponseTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/HTTP/UtilTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/HTTP/VersionTest.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/TestUtil.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/bootstrap.php
+%%WWWDIR%%/go/vendor/SabreDAV/tests/composer.vobject3.json
+%%WWWDIR%%/go/vendor/SabreDAV/tests/phpunit.xml
+%%WWWDIR%%/go/vendor/VObject/.gitignore
+%%WWWDIR%%/go/vendor/VObject/.travis.yml
+%%WWWDIR%%/go/vendor/VObject/ChangeLog
+%%WWWDIR%%/go/vendor/VObject/LICENSE
+%%WWWDIR%%/go/vendor/VObject/README.md
+%%WWWDIR%%/go/vendor/VObject/bin/bench.php
+%%WWWDIR%%/go/vendor/VObject/bin/generateicalendardata.php
+%%WWWDIR%%/go/vendor/VObject/bin/vobject
+%%WWWDIR%%/go/vendor/VObject/composer.json
+%%WWWDIR%%/go/vendor/VObject/doc/DesignFor3_0.md
+%%WWWDIR%%/go/vendor/VObject/doc/MigratingFrom2to3.md
+%%WWWDIR%%/go/vendor/VObject/doc/usage_2.md
+%%WWWDIR%%/go/vendor/VObject/doc/usage_3.md
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Cli.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Component.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Component/VAlarm.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Component/VCalendar.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Component/VCard.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Component/VEvent.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Component/VFreeBusy.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Component/VJournal.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Component/VTodo.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/DateTimeParser.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Document.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/ElementList.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/EofException.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/FreeBusyGenerator.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Node.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Parameter.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/ParseException.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Parser/Json.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Parser/MimeDir.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Parser/Parser.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/Binary.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/Boolean.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/FlatText.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/Float.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/ICalendar/CalAddress.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/ICalendar/Date.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/ICalendar/DateTime.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/ICalendar/Duration.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/ICalendar/Period.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/ICalendar/Recur.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/Integer.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/Text.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/Time.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/Unknown.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/Uri.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/UtcOffset.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/VCard/Date.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/VCard/DateAndOrTime.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/VCard/DateTime.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/VCard/LanguageTag.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/VCard/TimeStamp.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Reader.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/RecurrenceIterator.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Splitter/ICalendar.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Splitter/SplitterInterface.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Splitter/VCard.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/StringUtil.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/TimeZoneUtil.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/VCardConverter.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Version.php
+%%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/includes.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/AttachIssueTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/CliTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Component/VAlarmTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Component/VCalendarTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Component/VCardTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Component/VEventTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Component/VFreeBusyTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Component/VJournalTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Component/VTodoTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/ComponentTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/DateTimeParserTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/DocumentTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/ElementListTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/EmClientTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/FreeBusyGeneratorTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Issue153Test.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Issue154Test.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Issue36WorkAroundTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Issue40Test.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Issue48Test.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Issue50Test.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Issue64Test.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/JCalTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/JCardTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/LineFoldingIssueTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/ParameterTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Parser/JsonTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Parser/QuotedPrintableTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/BooleanTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/CompoundTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/FloatTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/ICalendar/DateTimeTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/ICalendar/DurationTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/ICalendar/RecurTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/TextTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/VCard/DateAndOrTimeTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/VCard/LanguageTagTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/PropertyTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/ReaderTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/RecurrenceIteratorFifthTuesdayProblemTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/RecurrenceIteratorIncorrectExpandTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/RecurrenceIteratorInfiniteLoopProblemTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/RecurrenceIteratorMinusOneProblemTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/RecurrenceIteratorMissingOverriddenTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/RecurrenceIteratorTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/SlashRTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Splitter/ICalendarTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Splitter/VCardTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/StringUtilTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/TimeZoneUtilTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/VCard21Test.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/VCardConverterTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/VersionTest.php
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/issue153.vcf
+%%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/issue64.vcf
+%%WWWDIR%%/go/vendor/VObject/tests/bootstrap.php
+%%WWWDIR%%/go/vendor/VObject/tests/phpunit.xml
+%%WWWDIR%%/go/vendor/fpdi/filters/FilterASCII85.php
+%%WWWDIR%%/go/vendor/fpdi/filters/FilterASCII85_FPDI.php
+%%WWWDIR%%/go/vendor/fpdi/filters/FilterLZW.php
+%%WWWDIR%%/go/vendor/fpdi/filters/FilterLZW_FPDI.php
+%%WWWDIR%%/go/vendor/fpdi/fpdf_tpl.php
+%%WWWDIR%%/go/vendor/fpdi/fpdi.php
+%%WWWDIR%%/go/vendor/fpdi/fpdi2tcpdf_bridge.php
+%%WWWDIR%%/go/vendor/fpdi/fpdi_pdf_parser.php
+%%WWWDIR%%/go/vendor/fpdi/pdf_context.php
+%%WWWDIR%%/go/vendor/fpdi/pdf_parser.php
+%%WWWDIR%%/go/vendor/jupload/wjhk.jupload.jar
+%%WWWDIR%%/go/vendor/odtphp/library/Segment.php
+%%WWWDIR%%/go/vendor/odtphp/library/SegmentIterator.php
+%%WWWDIR%%/go/vendor/odtphp/library/odf.php
+%%WWWDIR%%/go/vendor/odtphp/library/zip/PclZipProxy.php
+%%WWWDIR%%/go/vendor/odtphp/library/zip/PhpZipProxy.php
+%%WWWDIR%%/go/vendor/odtphp/library/zip/ZipInterface.php
+%%WWWDIR%%/go/vendor/odtphp/library/zip/pclzip/pclzip.lib.php
+%%WWWDIR%%/go/vendor/pear/Mail/mime.php
+%%WWWDIR%%/go/vendor/pear/Mail/mimePart.php
+%%WWWDIR%%/go/vendor/pear/Net/SMTP.php
+%%WWWDIR%%/go/vendor/pear/Net/Sieve.php
+%%WWWDIR%%/go/vendor/pear/Net/Socket.php
+%%WWWDIR%%/go/vendor/pear/PEAR.php
+%%WWWDIR%%/go/vendor/pear/PEAR5.php
+%%WWWDIR%%/go/vendor/swift/CHANGES
+%%WWWDIR%%/go/vendor/swift/LICENSE
+%%WWWDIR%%/go/vendor/swift/README
+%%WWWDIR%%/go/vendor/swift/VERSION
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Attachment.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream/ArrayByteStream.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream/FileByteStream.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader/UsAsciiReader.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader/Utf8Reader.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReaderFactory.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterStream.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterStream/NgCharacterStream.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ConfigurableSpool.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/DependencyContainer.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/DependencyException.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/EmbeddedFile.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder/Base64Encoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder/QpEncoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder/Rfc2231Encoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoding.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/CommandEvent.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/CommandListener.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/Event.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/EventDispatcher.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/EventListener.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/EventObject.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/ResponseEvent.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/ResponseListener.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/SendEvent.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/SendListener.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/SimpleEventDispatcher.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/TransportChangeEvent.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/TransportChangeListener.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/TransportExceptionEvent.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/TransportExceptionListener.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/FailoverTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/FileSpool.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/FileStream.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Filterable.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Image.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/InputByteStream.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/IoException.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/ArrayKeyCache.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/DiskKeyCache.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/DummyKeyCache.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/KeyCacheInputStream.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/NullKeyCache.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/LoadBalancedTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/MailTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mailer.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mailer/RecipientIterator.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/MemorySpool.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Message.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Attachment.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/CharsetObserver.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/EmbeddedFile.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/EncodingObserver.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Grammar.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Header.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderEncoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderFactory.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderSet.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/AbstractHeader.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/DateHeader.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/IdentificationHeader.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/MailboxHeader.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/PathHeader.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Message.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/MimeEntity.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/MimePart.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ParameterizedHeader.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/SimpleHeaderFactory.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/SimpleHeaderSet.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/SimpleMessage.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/SimpleMimeEntity.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/MimePart.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/NullTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/OutputByteStream.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/AntiFloodPlugin.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Decorator/Replacements.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/DecoratorPlugin.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/ImpersonatePlugin.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Logger.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/LoggerPlugin.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Loggers/EchoLogger.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/MessageLogger.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Pop/Pop3Connection.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Pop/Pop3Exception.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/RedirectingPlugin.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Reporter.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/ReporterPlugin.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Reporters/HitReporter.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Sleeper.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/ThrottlerPlugin.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Timer.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Preferences.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ReplacementFilterFactory.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/RfcComplianceException.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/SendmailTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/SignedMessage.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Signer.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Signers/BodySigner.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Signers/DKIMSigner.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Signers/DomainKeySigner.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Signers/HeaderSigner.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Signers/SMimeSigner.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/SmtpTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Spool.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/SpoolTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/StreamFilter.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/StreamFilters/StringReplacementFilter.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/SwiftException.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/AbstractSmtpTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/Esmtp/Authenticator.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/EsmtpHandler.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/EsmtpTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/FailoverTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/IoBuffer.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/LoadBalancedTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/MailInvoker.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/MailTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/NullTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/SendmailTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/SimpleMailInvoker.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/SmtpAgent.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/SpoolTransport.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/StreamBuffer.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/TransportException.php
+%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Validate.php
+%%WWWDIR%%/go/vendor/swift/lib/dependency_maps/cache_deps.php
+%%WWWDIR%%/go/vendor/swift/lib/dependency_maps/message_deps.php
+%%WWWDIR%%/go/vendor/swift/lib/dependency_maps/mime_deps.php
+%%WWWDIR%%/go/vendor/swift/lib/dependency_maps/transport_deps.php
+%%WWWDIR%%/go/vendor/swift/lib/mime_types.php
+%%WWWDIR%%/go/vendor/swift/lib/preferences.php
+%%WWWDIR%%/go/vendor/swift/lib/swift_init.php
+%%WWWDIR%%/go/vendor/swift/lib/swift_required.php
+%%WWWDIR%%/go/vendor/swift/lib/swift_required_pear.php
+%%WWWDIR%%/go/vendor/tcpdf/2dbarcodes.php
+%%WWWDIR%%/go/vendor/tcpdf/CHANGELOG.TXT
+%%WWWDIR%%/go/vendor/tcpdf/LICENSE.TXT
+%%WWWDIR%%/go/vendor/tcpdf/README.TXT
+%%WWWDIR%%/go/vendor/tcpdf/barcodes.php
+%%WWWDIR%%/go/vendor/tcpdf/composer.json
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/afr.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/ara.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/aze.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/bel.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/bra.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/bul.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/cat.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/ces.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/chi.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/cym.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/dan.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/eng.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/est.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/eus.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/far.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/fra.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/ger.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/gle.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/glg.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/hat.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/heb.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/hrv.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/hun.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/hye.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/ind.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/ita.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/jpn.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/kat.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/kor.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/mkd.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/mlt.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/msa.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/nld.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/nob.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/pol.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/por.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/ron.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/rus.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/slv.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/spa.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/sqi.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/srp.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/swa.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/swe.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/ukr.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/urd.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/yid.php
+%%WWWDIR%%/go/vendor/tcpdf/config/lang/zho.php
+%%WWWDIR%%/go/vendor/tcpdf/config/tcpdf_config.php
+%%WWWDIR%%/go/vendor/tcpdf/config/tcpdf_config_alt.php
+%%WWWDIR%%/go/vendor/tcpdf/datamatrix.php
+%%WWWDIR%%/go/vendor/tcpdf/encodings_maps.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/courier.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/courierb.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/courierbi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/courieri.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusans.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusans.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusans.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansb.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansb.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansb.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansbi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansbi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansbi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusanscondensed.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusanscondensed.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusanscondensed.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusanscondensedb.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusanscondensedb.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusanscondensedb.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusanscondensedbi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusanscondensedbi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusanscondensedbi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusanscondensedi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusanscondensedi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusanscondensedi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansextralight.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansextralight.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansextralight.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansmono.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansmono.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansmono.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansmonob.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansmonob.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansmonob.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansmonobi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansmonobi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansmonobi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansmonoi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansmonoi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavusansmonoi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserif.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserif.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserif.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifb.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifb.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifb.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifbi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifbi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifbi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifcondensed.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifcondensed.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifcondensed.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifcondensedb.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifcondensedb.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifcondensedb.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifcondensedbi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifcondensedbi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifcondensedbi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifcondensedi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifcondensedi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifcondensedi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/dejavuserifi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freemono.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freemono.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freemono.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freemonob.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freemonob.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freemonob.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freemonobi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freemonobi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freemonobi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freemonoi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freemonoi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freemonoi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freesans.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freesans.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freesans.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freesansb.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freesansb.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freesansb.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freesansbi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freesansbi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freesansbi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freesansi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freesansi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freesansi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freeserif.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freeserif.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freeserif.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freeserifb.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freeserifb.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freeserifb.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freeserifbi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freeserifbi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freeserifbi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freeserifi.ctg.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freeserifi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/freeserifi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/helvetica.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/helveticab.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/helveticabi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/helveticai.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/hysmyeongjostdmedium.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/kozgopromedium.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/kozminproregular.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/msungstdlight.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfacourier.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfacourier.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfacourierb.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfacourierb.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfacourierbi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfacourierbi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfacourieri.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfacourieri.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfahelvetica.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfahelvetica.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfahelveticab.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfahelveticab.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfahelveticabi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfahelveticabi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfahelveticai.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfahelveticai.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfasymbol.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfasymbol.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfatimes.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfatimes.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfatimesb.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfatimesb.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfatimesbi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfatimesbi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfatimesi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfatimesi.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfazapfdingbats.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/pdfazapfdingbats.z
+%%WWWDIR%%/go/vendor/tcpdf/fonts/stsongstdlight.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/symbol.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/times.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/timesb.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/timesbi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/timesi.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/uni2cid_ac15.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/uni2cid_ag15.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/uni2cid_aj16.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/uni2cid_ak12.php
+%%WWWDIR%%/go/vendor/tcpdf/fonts/zapfdingbats.php
+%%WWWDIR%%/go/vendor/tcpdf/htmlcolors.php
+%%WWWDIR%%/go/vendor/tcpdf/include/barcodes/datamatrix.php
+%%WWWDIR%%/go/vendor/tcpdf/include/barcodes/pdf417.php
+%%WWWDIR%%/go/vendor/tcpdf/include/barcodes/qrcode.php
+%%WWWDIR%%/go/vendor/tcpdf/include/sRGB.icc
+%%WWWDIR%%/go/vendor/tcpdf/include/tcpdf_colors.php
+%%WWWDIR%%/go/vendor/tcpdf/include/tcpdf_filters.php
+%%WWWDIR%%/go/vendor/tcpdf/include/tcpdf_font_data.php
+%%WWWDIR%%/go/vendor/tcpdf/include/tcpdf_fonts.php
+%%WWWDIR%%/go/vendor/tcpdf/include/tcpdf_images.php
+%%WWWDIR%%/go/vendor/tcpdf/include/tcpdf_static.php
+%%WWWDIR%%/go/vendor/tcpdf/pdf417.php
+%%WWWDIR%%/go/vendor/tcpdf/qrcode.php
+%%WWWDIR%%/go/vendor/tcpdf/sRGB.icc
+%%WWWDIR%%/go/vendor/tcpdf/spotcolors.php
+%%WWWDIR%%/go/vendor/tcpdf/tcpdf.crt
+%%WWWDIR%%/go/vendor/tcpdf/tcpdf.fdf
+%%WWWDIR%%/go/vendor/tcpdf/tcpdf.p12
+%%WWWDIR%%/go/vendor/tcpdf/tcpdf.php
+%%WWWDIR%%/go/vendor/tcpdf/tcpdf_autoconfig.php
+%%WWWDIR%%/go/vendor/tcpdf/tcpdf_barcodes_1d.php
+%%WWWDIR%%/go/vendor/tcpdf/tcpdf_barcodes_2d.php
+%%WWWDIR%%/go/vendor/tcpdf/tcpdf_filters.php
+%%WWWDIR%%/go/vendor/tcpdf/tcpdf_import.php
+%%WWWDIR%%/go/vendor/tcpdf/tcpdf_parser.php
+%%WWWDIR%%/go/vendor/tcpdf/tools/.htaccess
+%%WWWDIR%%/go/vendor/tcpdf/tools/tcpdf_addfont.php
+%%WWWDIR%%/go/vendor/tcpdf/unicode_data.php
+%%WWWDIR%%/go/vendor/wsdl/checkVatService.wsdl
+%%WWWDIR%%/groupoffice
+%%WWWDIR%%/groupoffice-license.txt
+%%WWWDIR%%/groupofficecli.php
%%WWWDIR%%/index.php
%%WWWDIR%%/install/autoinstall.php
+%%WWWDIR%%/install/configFile.php
+%%WWWDIR%%/install/database.php
+%%WWWDIR%%/install/finished.php
+%%WWWDIR%%/install/footer.php
%%WWWDIR%%/install/gotest.php
+%%WWWDIR%%/install/header.php
%%WWWDIR%%/install/index.php
%%WWWDIR%%/install/install.css
+%%WWWDIR%%/install/install.php
+%%WWWDIR%%/install/install.sql
+%%WWWDIR%%/install/license.php
%%WWWDIR%%/install/logo.gif
-%%WWWDIR%%/install/sql/groupoffice.sql
-%%WWWDIR%%/install/sql/updates.inc.php
-%%WWWDIR%%/install/updatescripts/1.inc.php
-%%WWWDIR%%/install/updatescripts/10_add_acl_to_groups.inc.php
-%%WWWDIR%%/install/updatescripts/2_ctime_in_links.inc.php
-%%WWWDIR%%/install/updatescripts/3_install_comments_module.inc.php
-%%WWWDIR%%/install/updatescripts/4_set_null_allowed.inc.php
-%%WWWDIR%%/install/updatescripts/5_warn_separator.inc.php
-%%WWWDIR%%/install/updatescripts/6_convert_acl.inc.php
-%%WWWDIR%%/install/updatescripts/7_install_blacklist.inc.php
-%%WWWDIR%%/install/updatescripts/8_install_search.inc.php
-%%WWWDIR%%/install/updatescripts/9_install_mailings.inc.php
-%%WWWDIR%%/install/updatescripts/functions.inc.php
+%%WWWDIR%%/install/regional.php
+%%WWWDIR%%/install/smtp.php
+%%WWWDIR%%/install/updates.php
+%%WWWDIR%%/install/updatescripts/11_users_to_addressbook.inc.php
+%%WWWDIR%%/install/updatescripts/12_users_to_companies.php
+%%WWWDIR%%/install/updatescripts/13_insert_system_cron.php
+%%WWWDIR%%/install/updatescripts/14_insert_disk_usage_cron.php
+%%WWWDIR%%/install/updatescripts/15_update_dutch_holidays.php
%%WWWDIR%%/install/upgrade.php
-%%WWWDIR%%/install/upgrade2to3/convertDbToUTF8.sh
-%%WWWDIR%%/install/upgrade2to3/modules.class.inc.php
-%%WWWDIR%%/install/upgrade2to3/security.class.inc.php
-%%WWWDIR%%/install/upgrade2to3/upgrade2to3.php
-%%WWWDIR%%/javascript/ColumnFitLayout.js
-%%WWWDIR%%/javascript/Date.js
-%%WWWDIR%%/javascript/DeployJava.js
-%%WWWDIR%%/javascript/DialogListeners.js
-%%WWWDIR%%/javascript/Export.js
-%%WWWDIR%%/javascript/FlashControl.js
-%%WWWDIR%%/javascript/JsonMenu.js
-%%WWWDIR%%/javascript/LanguageLoaded.js
-%%WWWDIR%%/javascript/MainLayout.js
-%%WWWDIR%%/javascript/ModuleManager.js
-%%WWWDIR%%/javascript/NewMenuButton.js
-%%WWWDIR%%/javascript/RecordsContextMenu.js
-%%WWWDIR%%/javascript/SWFObject/expressinstall.html
-%%WWWDIR%%/javascript/SWFObject/expressinstall.swf
-%%WWWDIR%%/javascript/SWFObject/flashversion.html
-%%WWWDIR%%/javascript/SWFObject/fullpage.html
-%%WWWDIR%%/javascript/SWFObject/readme.txt
-%%WWWDIR%%/javascript/SWFObject/so_tester.swf
-%%WWWDIR%%/javascript/SWFObject/source/com/deconcept/expressinstall/ExpressInstall.as
-%%WWWDIR%%/javascript/SWFObject/source/expressinstall.fla
-%%WWWDIR%%/javascript/SWFObject/source/so_tester.fla
-%%WWWDIR%%/javascript/SWFObject/source/swfobject_source.js
-%%WWWDIR%%/javascript/SWFObject/swfobject.html
-%%WWWDIR%%/javascript/SWFObject/swfobject.js
-%%WWWDIR%%/javascript/SWFUpload/SwfUploadPanel.js
-%%WWWDIR%%/javascript/SWFUpload/UploadFlashDialog.js
-%%WWWDIR%%/javascript/SWFUpload/swfupload.js
-%%WWWDIR%%/javascript/SWFUpload/swfupload.swf
-%%WWWDIR%%/javascript/SmallPagingToolbar.js
-%%WWWDIR%%/javascript/WeekPicker.js
-%%WWWDIR%%/javascript/advancedquery/AdvancedQueryPanel.js
-%%WWWDIR%%/javascript/advancedquery/QueryPanel.js
-%%WWWDIR%%/javascript/advancedquery/SavedQueriesGrid.js
-%%WWWDIR%%/javascript/blinkTitle.js
-%%WWWDIR%%/javascript/checker.js
-%%WWWDIR%%/javascript/common.js
-%%WWWDIR%%/javascript/data/JsonStore.js
-%%WWWDIR%%/javascript/focus.js
-%%WWWDIR%%/javascript/form/ColorField.js
-%%WWWDIR%%/javascript/form/Combo.js
-%%WWWDIR%%/javascript/form/ComboBoxMulti.js
-%%WWWDIR%%/javascript/form/ComboReset.js
-%%WWWDIR%%/javascript/form/FieldHelp.js
-%%WWWDIR%%/javascript/form/FileUploadField.js
-%%WWWDIR%%/javascript/form/HtmlComponent.js
-%%WWWDIR%%/javascript/form/NumberField.js
-%%WWWDIR%%/javascript/form/PlainField.js
-%%WWWDIR%%/javascript/form/SearchField.js
-%%WWWDIR%%/javascript/form/SelectAddressFormat.js
-%%WWWDIR%%/javascript/form/SelectCountry.js
-%%WWWDIR%%/javascript/form/SelectGroup.js
-%%WWWDIR%%/javascript/form/SelectPriority.js
-%%WWWDIR%%/javascript/form/SelectUser.js
-%%WWWDIR%%/javascript/form/SuperBoxSelect.js
-%%WWWDIR%%/javascript/form/TinyMCE.js
-%%WWWDIR%%/javascript/form/TinyMCEpreInit.js
-%%WWWDIR%%/javascript/form/TreeSelect.js
-%%WWWDIR%%/javascript/form/TriggerIdField.js
-%%WWWDIR%%/javascript/form/UploadFile.js
-%%WWWDIR%%/javascript/form/UploadPCForm.js
-%%WWWDIR%%/javascript/form/XCheckbox.js
-%%WWWDIR%%/javascript/go-all-min
-%%WWWDIR%%/javascript/grids/CheckColumn.js
-%%WWWDIR%%/javascript/grids/GridPanel.js
-%%WWWDIR%%/javascript/grids/GroupSummary.js
-%%WWWDIR%%/javascript/grids/MultiSelectGrid.js
-%%WWWDIR%%/javascript/grids/RadioColumn.js
-%%WWWDIR%%/javascript/grids/RemoteGridTotals.js
-%%WWWDIR%%/javascript/grids/RowAction.js
-%%WWWDIR%%/javascript/grids/RowExpander.js
-%%WWWDIR%%/javascript/grids/SimpleSelectList.js
-%%WWWDIR%%/javascript/grids/TreeGrid.js
-%%WWWDIR%%/javascript/links/LinkBrowser.js
-%%WWWDIR%%/javascript/links/LinkDescriptionField.js
-%%WWWDIR%%/javascript/links/LinkFolderWindow.js
-%%WWWDIR%%/javascript/links/LinkTypeFilterPanel.js
-%%WWWDIR%%/javascript/links/LinkViewWindow.js
-%%WWWDIR%%/javascript/links/LinksAccordion.js
-%%WWWDIR%%/javascript/links/LinksContextMenu.js
-%%WWWDIR%%/javascript/links/LinksDialog.js
-%%WWWDIR%%/javascript/links/LinksGrid.js
-%%WWWDIR%%/javascript/links/LinksPanel.js
-%%WWWDIR%%/javascript/links/LinksTemplate.js
-%%WWWDIR%%/javascript/links/LinksTree.js
-%%WWWDIR%%/javascript/links/SelectLink.js
-%%WWWDIR%%/javascript/namespaces.js
-%%WWWDIR%%/javascript/overrides.js
-%%WWWDIR%%/javascript/panels/DisplayPanel.js
-%%WWWDIR%%/javascript/panels/GroupTab.js
-%%WWWDIR%%/javascript/panels/GroupTabPanel.js
-%%WWWDIR%%/javascript/panels/IframeComponent.js
-%%WWWDIR%%/javascript/panels/PermissionsPanel.js
-%%WWWDIR%%/javascript/panels/Portal.js
-%%WWWDIR%%/javascript/panels/PortalColumn.js
-%%WWWDIR%%/javascript/panels/Portlet.js
-%%WWWDIR%%/javascript/panels/SearchPanel.js
-%%WWWDIR%%/javascript/plugins/DataView.js
-%%WWWDIR%%/javascript/plugins/Ext.ux.HtmlEditor.Plugins-0.2-all.js
-%%WWWDIR%%/javascript/plugins/HtmlEditorImageInsert.js
-%%WWWDIR%%/javascript/plugins/HtmlEditorSpellCheck.js
-%%WWWDIR%%/javascript/plugins/InsertAtCursorTextarea.js
-%%WWWDIR%%/javascript/plugins/PanelCollapsedTitle.js
-%%WWWDIR%%/javascript/scripts.txt
-%%WWWDIR%%/javascript/state/HttpProvider.js
-%%WWWDIR%%/javascript/tiny_mce/langs/ca.js
-%%WWWDIR%%/javascript/tiny_mce/langs/cs.js
-%%WWWDIR%%/javascript/tiny_mce/langs/da.js
-%%WWWDIR%%/javascript/tiny_mce/langs/de.js
-%%WWWDIR%%/javascript/tiny_mce/langs/en.js
-%%WWWDIR%%/javascript/tiny_mce/langs/es.js
-%%WWWDIR%%/javascript/tiny_mce/langs/fi.js
-%%WWWDIR%%/javascript/tiny_mce/langs/fr.js
-%%WWWDIR%%/javascript/tiny_mce/langs/he.js
-%%WWWDIR%%/javascript/tiny_mce/langs/hu.js
-%%WWWDIR%%/javascript/tiny_mce/langs/it.js
-%%WWWDIR%%/javascript/tiny_mce/langs/ja.js
-%%WWWDIR%%/javascript/tiny_mce/langs/nb.js
-%%WWWDIR%%/javascript/tiny_mce/langs/nl.js
-%%WWWDIR%%/javascript/tiny_mce/langs/pl.js
-%%WWWDIR%%/javascript/tiny_mce/langs/pt.js
-%%WWWDIR%%/javascript/tiny_mce/langs/pt_BR.js
-%%WWWDIR%%/javascript/tiny_mce/langs/ro.js
-%%WWWDIR%%/javascript/tiny_mce/langs/ru.js
-%%WWWDIR%%/javascript/tiny_mce/langs/sk.js
-%%WWWDIR%%/javascript/tiny_mce/langs/sl.js
-%%WWWDIR%%/javascript/tiny_mce/langs/sv.js
-%%WWWDIR%%/javascript/tiny_mce/langs/tr.js
-%%WWWDIR%%/javascript/tiny_mce/langs/zh.js
-%%WWWDIR%%/javascript/tiny_mce/license.txt
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/css/advhr.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/js/rule.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advhr/rule.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/css/advimage.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/image.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/img/sample.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/js/image.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/css/advlink.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/js/advlink.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/advlink/link.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/autoresize/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/autoresize/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/autosave/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/autosave/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/bbcode/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/bbcode/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/compat2x/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/compat2x/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/contextmenu/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/contextmenu/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/directionality/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/directionality/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/emotions.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-cool.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-cry.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-embarassed.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-frown.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-innocent.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-kiss.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-laughing.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-sealed.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-smile.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-surprised.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-undecided.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-wink.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img/smiley-yell.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/js/emotions.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/example/dialog.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/example/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/example/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/example/img/example.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/example/js/dialog.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/example/langs/en.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/example/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/example/langs/es.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/example/langs/fr.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/example/langs/it.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/example/langs/nb.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/example/langs/ro.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/css/fullpage.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/fullpage.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/js/fullpage.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullscreen/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullscreen/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/fullscreen/fullscreen.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/iespell/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/iespell/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/template.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/insertdatetime/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/insertdatetime/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/layer/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/layer/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/css/content.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/css/media.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/img/flash.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/img/flv_player.swf
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/img/quicktime.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/img/realmedia.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/img/shockwave.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/img/trans.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/img/windowsmedia.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/js/embed.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/js/media.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/media/media.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/nonbreaking/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/nonbreaking/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/noneditable/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/noneditable/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/pagebreak/css/content.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/pagebreak/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/pagebreak/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/pagebreak/img/pagebreak.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/pagebreak/img/trans.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/blank.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/css/blank.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/css/pasteword.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/js/pastetext.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/js/pasteword.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/pastetext.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/paste/pasteword.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/preview/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/preview/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/preview/example.html
-%%WWWDIR%%/javascript/tiny_mce/plugins/preview/jscripts/embed.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/preview/preview.html
-%%WWWDIR%%/javascript/tiny_mce/plugins/print/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/print/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/safari/blank.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/safari/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/safari/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/save/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/save/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/css/searchreplace.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/js/searchreplace.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/searchreplace.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/changelog
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/classes/EnchantSpell.php
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/classes/PSpell.php
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/classes/PSpellShell.php
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/classes/SpellChecker.php
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/classes/utils/JSON.php
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/classes/utils/Logger.php
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/config.php
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/css/content.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/img/wline.gif
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/includes/general.php
-%%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/rpc.php
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/css/props.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/js/props.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/style/props.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/tabfocus/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/tabfocus/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/cell.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/css/cell.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/css/row.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/css/table.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/js/cell.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/js/merge_cells.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/js/row.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/js/table.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/merge_cells.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/row.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/table/table.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/blank.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/css/template.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/js/template.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/template/template.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/visualchars/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/visualchars/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/abbr.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/acronym.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/attributes.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/cite.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/css/attributes.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/css/popup.css
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/del.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/editor_plugin.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/ins.htm
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/js/abbr.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/js/acronym.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/js/attributes.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/js/cite.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/js/del.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/js/element_common.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/js/ins.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/about.htm
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/anchor.htm
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/charmap.htm
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/color_picker.htm
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/editor_template.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/editor_template_src.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/image.htm
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/img/colorpicker.jpg
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/img/icons.gif
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/js/about.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/js/anchor.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/js/charmap.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/js/color_picker.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/js/image.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/js/link.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/js/source_editor.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/ca.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/ca_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/cs.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/cs_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/da.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/da_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/de.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/de_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/en.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/en_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/es.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/es_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/fi.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/fi_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/fr.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/fr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/he.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/he_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/hu.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/hu_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/it.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/it_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/ja.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/ja_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/nb.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/nl.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/nl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/pl.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/pl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/pt.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/pt_BR.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/pt_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/ro.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/ro_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/ru.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/ru_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/sk.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/sk_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/sl.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/sl_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/sv.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/sv_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/tr.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/tr_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/zh.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs/zh_dlg.js
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/link.htm
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/default/content.css
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/default/dialog.css
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/default/img/buttons.png
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/default/img/items.gif
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/default/img/menu_check.gif
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/default/img/progress.gif
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/default/img/tabs.gif
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/default/ui.css
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/o2k7/content.css
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/o2k7/dialog.css
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/o2k7/ui.css
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/o2k7/ui_black.css
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css
-%%WWWDIR%%/javascript/tiny_mce/themes/advanced/source_editor.htm
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/editor_template.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/editor_template_src.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/img/icons.gif
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/ca.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/cs.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/da.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/de.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/en.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/es.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/fi.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/fr.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/he.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/hu.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/it.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/ja.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/nb.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/nl.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/pl.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/pt.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/pt_BR.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/ro.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/ru.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/sk.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/sl.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/sv.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/tr.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/langs/zh.js
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/skins/default/content.css
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/skins/default/ui.css
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/skins/o2k7/content.css
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png
-%%WWWDIR%%/javascript/tiny_mce/themes/simple/skins/o2k7/ui.css
-%%WWWDIR%%/javascript/tiny_mce/tiny_mce.js
-%%WWWDIR%%/javascript/tiny_mce/tiny_mce_gzip.js
-%%WWWDIR%%/javascript/tiny_mce/tiny_mce_gzip.php
-%%WWWDIR%%/javascript/tiny_mce/tiny_mce_popup.js
-%%WWWDIR%%/javascript/tiny_mce/tiny_mce_src.js
-%%WWWDIR%%/javascript/tiny_mce/utils/editable_selects.js
-%%WWWDIR%%/javascript/tiny_mce/utils/form_utils.js
-%%WWWDIR%%/javascript/tiny_mce/utils/mctabs.js
-%%WWWDIR%%/javascript/tiny_mce/utils/validate.js
-%%WWWDIR%%/javascript/windows/AboutDialog.js
-%%WWWDIR%%/javascript/windows/ErrorDialog.js
-%%WWWDIR%%/javascript/windows/LoginDialog.js
-%%WWWDIR%%/javascript/windows/PasswordDialog.js
-%%WWWDIR%%/javascript/windows/PersonalSettingsDialog.js
-%%WWWDIR%%/javascript/windows/SelectEmail.js
-%%WWWDIR%%/javascript/windows/SelectGroups.js
-%%WWWDIR%%/javascript/windows/SelectUsers.js
-%%WWWDIR%%/javascript/windows/UsersInGroup.js
-%%WWWDIR%%/javascript/windows/Window.js
-%%WWWDIR%%/json.php
-%%WWWDIR%%/language/common/ca.inc.php
-%%WWWDIR%%/language/common/ca.js
-%%WWWDIR%%/language/common/cn.inc.php
-%%WWWDIR%%/language/common/cn.js
-%%WWWDIR%%/language/common/cs.inc.php
-%%WWWDIR%%/language/common/cs.js
-%%WWWDIR%%/language/common/da.inc.php
-%%WWWDIR%%/language/common/da.js
-%%WWWDIR%%/language/common/de.inc.php
-%%WWWDIR%%/language/common/de.js
-%%WWWDIR%%/language/common/el.inc.php
-%%WWWDIR%%/language/common/el.js
-%%WWWDIR%%/language/common/en.inc.php
-%%WWWDIR%%/language/common/en.js
-%%WWWDIR%%/language/common/en_UK.inc.php
-%%WWWDIR%%/language/common/es.inc.php
-%%WWWDIR%%/language/common/es.js
-%%WWWDIR%%/language/common/et.inc.php
-%%WWWDIR%%/language/common/et.js
-%%WWWDIR%%/language/common/fi.inc.php
-%%WWWDIR%%/language/common/fi.js
-%%WWWDIR%%/language/common/fr.inc.php
-%%WWWDIR%%/language/common/fr.js
-%%WWWDIR%%/language/common/hu.inc.php
-%%WWWDIR%%/language/common/hu.js
-%%WWWDIR%%/language/common/it.inc.php
-%%WWWDIR%%/language/common/it.js
-%%WWWDIR%%/language/common/ko.inc.php
-%%WWWDIR%%/language/common/ko.js
-%%WWWDIR%%/language/common/nb.inc.php
-%%WWWDIR%%/language/common/nb.js
-%%WWWDIR%%/language/common/nl.inc.php
-%%WWWDIR%%/language/common/nl.js
-%%WWWDIR%%/language/common/pl.inc.php
-%%WWWDIR%%/language/common/pl.js
-%%WWWDIR%%/language/common/pt_BR.inc.php
-%%WWWDIR%%/language/common/pt_BR.js
-%%WWWDIR%%/language/common/ro.inc.php
-%%WWWDIR%%/language/common/ro.js
-%%WWWDIR%%/language/common/ru.inc.php
-%%WWWDIR%%/language/common/ru.js
-%%WWWDIR%%/language/common/sv.inc.php
-%%WWWDIR%%/language/common/sv.js
-%%WWWDIR%%/language/common/th.inc.php
-%%WWWDIR%%/language/common/th.js
-%%WWWDIR%%/language/common/tr.inc.php
-%%WWWDIR%%/language/common/tr.js
-%%WWWDIR%%/language/common/zh-tw.inc.php
-%%WWWDIR%%/language/common/zh-tw.js
-%%WWWDIR%%/language/countries/ca.inc.php
-%%WWWDIR%%/language/countries/cn.inc.php
-%%WWWDIR%%/language/countries/cs.inc.php
-%%WWWDIR%%/language/countries/da.inc.php
-%%WWWDIR%%/language/countries/de.inc.php
-%%WWWDIR%%/language/countries/el.inc.php
-%%WWWDIR%%/language/countries/en.inc.php
-%%WWWDIR%%/language/countries/es.inc.php
-%%WWWDIR%%/language/countries/et.inc.php
-%%WWWDIR%%/language/countries/fi.inc.php
-%%WWWDIR%%/language/countries/fr.inc.php
-%%WWWDIR%%/language/countries/hu.inc.php
-%%WWWDIR%%/language/countries/it.inc.php
-%%WWWDIR%%/language/countries/ko.inc.php
-%%WWWDIR%%/language/countries/nb.inc.php
-%%WWWDIR%%/language/countries/nl.inc.php
-%%WWWDIR%%/language/countries/pl.inc.php
-%%WWWDIR%%/language/countries/pt_BR.inc.php
-%%WWWDIR%%/language/countries/ro.inc.php
-%%WWWDIR%%/language/countries/ru.inc.php
-%%WWWDIR%%/language/countries/sv.inc.php
-%%WWWDIR%%/language/countries/th.inc.php
-%%WWWDIR%%/language/countries/tr.inc.php
-%%WWWDIR%%/language/countries/zh-tw.inc.php
-%%WWWDIR%%/language/filetypes/ar.inc.php
-%%WWWDIR%%/language/filetypes/bg.inc.php
-%%WWWDIR%%/language/filetypes/ca.inc.php
-%%WWWDIR%%/language/filetypes/cn.inc.php
-%%WWWDIR%%/language/filetypes/cs.inc.php
-%%WWWDIR%%/language/filetypes/da.inc.php
-%%WWWDIR%%/language/filetypes/de.inc.php
-%%WWWDIR%%/language/filetypes/el.inc.php
-%%WWWDIR%%/language/filetypes/en.inc.php
-%%WWWDIR%%/language/filetypes/es.inc.php
-%%WWWDIR%%/language/filetypes/et.inc.php
-%%WWWDIR%%/language/filetypes/fi.inc.php
-%%WWWDIR%%/language/filetypes/fr.inc.php
-%%WWWDIR%%/language/filetypes/he.inc.php
-%%WWWDIR%%/language/filetypes/hu.inc.php
-%%WWWDIR%%/language/filetypes/it.inc.php
-%%WWWDIR%%/language/filetypes/ja.inc.php
-%%WWWDIR%%/language/filetypes/ko.inc.php
-%%WWWDIR%%/language/filetypes/nb.inc.php
-%%WWWDIR%%/language/filetypes/nl.inc.php
-%%WWWDIR%%/language/filetypes/no.inc.php
-%%WWWDIR%%/language/filetypes/pl.inc.php
-%%WWWDIR%%/language/filetypes/pt-br.inc.php
-%%WWWDIR%%/language/filetypes/pt.inc.php
-%%WWWDIR%%/language/filetypes/pt_BR.inc.php
-%%WWWDIR%%/language/filetypes/ro.inc.php
-%%WWWDIR%%/language/filetypes/ru.inc.php
-%%WWWDIR%%/language/filetypes/si.inc.php
-%%WWWDIR%%/language/filetypes/sl.inc.php
-%%WWWDIR%%/language/filetypes/sv.inc.php
-%%WWWDIR%%/language/filetypes/th.inc.php
-%%WWWDIR%%/language/filetypes/tr.inc.php
-%%WWWDIR%%/language/filetypes/zh-tw.inc.php
-%%WWWDIR%%/language/filetypes/zh_TW_big5.inc.php
-%%WWWDIR%%/language/holidays.inc.php
-%%WWWDIR%%/language/languages.inc.php
-%%WWWDIR%%/language/lostpassword/ca.inc.php
-%%WWWDIR%%/language/lostpassword/cs.inc.php
-%%WWWDIR%%/language/lostpassword/de.inc.php
-%%WWWDIR%%/language/lostpassword/en.inc.php
-%%WWWDIR%%/language/lostpassword/es.inc.php
-%%WWWDIR%%/language/lostpassword/et.inc.php
-%%WWWDIR%%/language/lostpassword/fr.inc.php
-%%WWWDIR%%/language/lostpassword/ko.inc.php
-%%WWWDIR%%/language/lostpassword/nb.inc.php
-%%WWWDIR%%/language/lostpassword/nl.inc.php
-%%WWWDIR%%/language/lostpassword/pl.inc.php
-%%WWWDIR%%/language/lostpassword/pt_BR.inc.php
-%%WWWDIR%%/language/lostpassword/ru.inc.php
-%%WWWDIR%%/language/lostpassword/sv.inc.php
+%%WWWDIR%%/language/addressformats.php
+%%WWWDIR%%/language/common/bg.php
+%%WWWDIR%%/language/common/bn_BD.php
+%%WWWDIR%%/language/common/ca.php
+%%WWWDIR%%/language/common/cn.php
+%%WWWDIR%%/language/common/cs.php
+%%WWWDIR%%/language/common/da.php
+%%WWWDIR%%/language/common/de.php
+%%WWWDIR%%/language/common/el.php
+%%WWWDIR%%/language/common/en.php
+%%WWWDIR%%/language/common/en_UK.php
+%%WWWDIR%%/language/common/es.php
+%%WWWDIR%%/language/common/et.php
+%%WWWDIR%%/language/common/fi.php
+%%WWWDIR%%/language/common/fr.php
+%%WWWDIR%%/language/common/hr.php
+%%WWWDIR%%/language/common/hu.php
+%%WWWDIR%%/language/common/it.php
+%%WWWDIR%%/language/common/ko.php
+%%WWWDIR%%/language/common/nb.php
+%%WWWDIR%%/language/common/nl.php
+%%WWWDIR%%/language/common/pl.php
+%%WWWDIR%%/language/common/pt_BR.php
+%%WWWDIR%%/language/common/ro.php
+%%WWWDIR%%/language/common/ru.php
+%%WWWDIR%%/language/common/sv.php
+%%WWWDIR%%/language/common/th.php
+%%WWWDIR%%/language/common/tr.php
+%%WWWDIR%%/language/common/zh-tw.php
+%%WWWDIR%%/language/countries/bg.php
+%%WWWDIR%%/language/countries/bn_BD.php
+%%WWWDIR%%/language/countries/ca.php
+%%WWWDIR%%/language/countries/cn.php
+%%WWWDIR%%/language/countries/cs.php
+%%WWWDIR%%/language/countries/da.php
+%%WWWDIR%%/language/countries/de.php
+%%WWWDIR%%/language/countries/el.php
+%%WWWDIR%%/language/countries/en.php
+%%WWWDIR%%/language/countries/es.php
+%%WWWDIR%%/language/countries/et.php
+%%WWWDIR%%/language/countries/fi.php
+%%WWWDIR%%/language/countries/fr.php
+%%WWWDIR%%/language/countries/hr.php
+%%WWWDIR%%/language/countries/hu.php
+%%WWWDIR%%/language/countries/it.php
+%%WWWDIR%%/language/countries/ko.php
+%%WWWDIR%%/language/countries/nb.php
+%%WWWDIR%%/language/countries/nl.php
+%%WWWDIR%%/language/countries/pl.php
+%%WWWDIR%%/language/countries/pt_BR.php
+%%WWWDIR%%/language/countries/ro.php
+%%WWWDIR%%/language/countries/ru.php
+%%WWWDIR%%/language/countries/sv.php
+%%WWWDIR%%/language/countries/th.php
+%%WWWDIR%%/language/countries/tr.php
+%%WWWDIR%%/language/countries/zh-tw.php
+%%WWWDIR%%/language/filetypes/ar.php
+%%WWWDIR%%/language/filetypes/bg.php
+%%WWWDIR%%/language/filetypes/bn_BD.php
+%%WWWDIR%%/language/filetypes/ca.php
+%%WWWDIR%%/language/filetypes/cn.php
+%%WWWDIR%%/language/filetypes/cs.php
+%%WWWDIR%%/language/filetypes/da.php
+%%WWWDIR%%/language/filetypes/de.php
+%%WWWDIR%%/language/filetypes/el.php
+%%WWWDIR%%/language/filetypes/en.php
+%%WWWDIR%%/language/filetypes/es.php
+%%WWWDIR%%/language/filetypes/et.php
+%%WWWDIR%%/language/filetypes/fi.php
+%%WWWDIR%%/language/filetypes/fr.php
+%%WWWDIR%%/language/filetypes/he.php
+%%WWWDIR%%/language/filetypes/hr.php
+%%WWWDIR%%/language/filetypes/hu.php
+%%WWWDIR%%/language/filetypes/it.php
+%%WWWDIR%%/language/filetypes/ja.php
+%%WWWDIR%%/language/filetypes/ko.php
+%%WWWDIR%%/language/filetypes/nb.php
+%%WWWDIR%%/language/filetypes/nl.php
+%%WWWDIR%%/language/filetypes/no.php
+%%WWWDIR%%/language/filetypes/pl.php
+%%WWWDIR%%/language/filetypes/pt-br.php
+%%WWWDIR%%/language/filetypes/pt.php
+%%WWWDIR%%/language/filetypes/pt_BR.php
+%%WWWDIR%%/language/filetypes/ro.php
+%%WWWDIR%%/language/filetypes/ru.php
+%%WWWDIR%%/language/filetypes/si.php
+%%WWWDIR%%/language/filetypes/sl.php
+%%WWWDIR%%/language/filetypes/sv.php
+%%WWWDIR%%/language/filetypes/th.php
+%%WWWDIR%%/language/filetypes/tr.php
+%%WWWDIR%%/language/filetypes/zh-tw.php
+%%WWWDIR%%/language/filetypes/zh_TW_big5.php
+%%WWWDIR%%/language/holidays/bn_BD.php
+%%WWWDIR%%/language/holidays/cs.php
+%%WWWDIR%%/language/holidays/de-at.php
+%%WWWDIR%%/language/holidays/de-ch.php
+%%WWWDIR%%/language/holidays/de.php
+%%WWWDIR%%/language/holidays/en-au.php
+%%WWWDIR%%/language/holidays/en.php
+%%WWWDIR%%/language/holidays/en_UK.php
+%%WWWDIR%%/language/holidays/fr.php
+%%WWWDIR%%/language/holidays/hr.php
+%%WWWDIR%%/language/holidays/hu.php
+%%WWWDIR%%/language/holidays/it.php
+%%WWWDIR%%/language/holidays/ja.php
+%%WWWDIR%%/language/holidays/nb.php
+%%WWWDIR%%/language/holidays/nl.php
+%%WWWDIR%%/language/holidays/pt.php
+%%WWWDIR%%/language/holidays/pt_BR.php
+%%WWWDIR%%/language/holidays/sv.php
+%%WWWDIR%%/language/holidays/th.php
+%%WWWDIR%%/language/languages.php
+%%WWWDIR%%/language/lostpassword/bg.php
+%%WWWDIR%%/language/lostpassword/bn_BD.php
+%%WWWDIR%%/language/lostpassword/ca.php
+%%WWWDIR%%/language/lostpassword/cs.php
+%%WWWDIR%%/language/lostpassword/de.php
+%%WWWDIR%%/language/lostpassword/en.php
+%%WWWDIR%%/language/lostpassword/es.php
+%%WWWDIR%%/language/lostpassword/et.php
+%%WWWDIR%%/language/lostpassword/fr.php
+%%WWWDIR%%/language/lostpassword/hr.php
+%%WWWDIR%%/language/lostpassword/it.php
+%%WWWDIR%%/language/lostpassword/ko.php
+%%WWWDIR%%/language/lostpassword/nb.php
+%%WWWDIR%%/language/lostpassword/nl.php
+%%WWWDIR%%/language/lostpassword/pl.php
+%%WWWDIR%%/language/lostpassword/pt_BR.php
+%%WWWDIR%%/language/lostpassword/ru.php
+%%WWWDIR%%/language/lostpassword/sv.php
+%%WWWDIR%%/language/lostpassword/th.php
%%WWWDIR%%/mime.types
-%%WWWDIR%%/modules/ab2users/Plugin.js
-%%WWWDIR%%/modules/ab2users/action.php
-%%WWWDIR%%/modules/ab2users/all-module-scripts-min
-%%WWWDIR%%/modules/ab2users/install/noautoinstall
-%%WWWDIR%%/modules/ab2users/language/ca.inc.php
-%%WWWDIR%%/modules/ab2users/language/ca.js
-%%WWWDIR%%/modules/ab2users/language/de.inc.php
-%%WWWDIR%%/modules/ab2users/language/de.js
-%%WWWDIR%%/modules/ab2users/language/en.inc.php
-%%WWWDIR%%/modules/ab2users/language/en.js
-%%WWWDIR%%/modules/ab2users/language/et.inc.php
-%%WWWDIR%%/modules/ab2users/language/et.js
-%%WWWDIR%%/modules/ab2users/language/fr.inc.php
-%%WWWDIR%%/modules/ab2users/language/fr.js
-%%WWWDIR%%/modules/ab2users/language/ko.inc.php
-%%WWWDIR%%/modules/ab2users/language/ko.js
-%%WWWDIR%%/modules/ab2users/language/nb.inc.php
-%%WWWDIR%%/modules/ab2users/language/nb.js
-%%WWWDIR%%/modules/ab2users/language/nl.js
-%%WWWDIR%%/modules/ab2users/language/pl.inc.php
-%%WWWDIR%%/modules/ab2users/language/pl.js
-%%WWWDIR%%/modules/ab2users/language/ru.inc.php
-%%WWWDIR%%/modules/ab2users/language/ru.js
-%%WWWDIR%%/modules/ab2users/language/sv.js
-%%WWWDIR%%/modules/ab2users/scripts.txt
-%%WWWDIR%%/modules/ab2users/themes/Default/images/ab2users.png
%%WWWDIR%%/modules/addressbook/AddressbookDialog.js
+%%WWWDIR%%/modules/addressbook/AddressbookModule.php
%%WWWDIR%%/modules/addressbook/AddressbooksGrid.js
+%%WWWDIR%%/modules/addressbook/AddresslistGrids.js
+%%WWWDIR%%/modules/addressbook/AddresslistsFilterPanel.js
+%%WWWDIR%%/modules/addressbook/AddresslistsGrid.js
+%%WWWDIR%%/modules/addressbook/AddresslistsMultiSelectGrid.js
%%WWWDIR%%/modules/addressbook/AdvancedSearchWindow.js
%%WWWDIR%%/modules/addressbook/CompaniesGrid.js
%%WWWDIR%%/modules/addressbook/CompanyDialog.js
@@ -2603,102 +1623,129 @@
%%WWWDIR%%/modules/addressbook/ContactDialog.js
%%WWWDIR%%/modules/addressbook/ContactProfilePanel.js
%%WWWDIR%%/modules/addressbook/ContactsGrid.js
+%%WWWDIR%%/modules/addressbook/ContextMenu.js
%%WWWDIR%%/modules/addressbook/CustomField.js
+%%WWWDIR%%/modules/addressbook/EmailTemplateDialog.js
%%WWWDIR%%/modules/addressbook/EmployeesPanel.js
%%WWWDIR%%/modules/addressbook/GlobalSettings.js
+%%WWWDIR%%/modules/addressbook/MailingDialog.js
+%%WWWDIR%%/modules/addressbook/MailingStatusWindow.js
%%WWWDIR%%/modules/addressbook/MainPanel.js
%%WWWDIR%%/modules/addressbook/ManageAddressbooksGrid.js
%%WWWDIR%%/modules/addressbook/ManageDialog.js
%%WWWDIR%%/modules/addressbook/ReadPanelCompany.js
%%WWWDIR%%/modules/addressbook/ReadPanelContact.js
-%%WWWDIR%%/modules/addressbook/SavedQueryGrid.js
%%WWWDIR%%/modules/addressbook/SearchPanel.js
-%%WWWDIR%%/modules/addressbook/SearchQueryPanel.js
%%WWWDIR%%/modules/addressbook/SelectAddressbook.js
+%%WWWDIR%%/modules/addressbook/SelectAddressbookDialog.js
+%%WWWDIR%%/modules/addressbook/SelectAddresslistWindow.js
+%%WWWDIR%%/modules/addressbook/SelectAddresslistsPanel.js
%%WWWDIR%%/modules/addressbook/SelectCompany.js
%%WWWDIR%%/modules/addressbook/SelectCompanyDialog.js
%%WWWDIR%%/modules/addressbook/SelectContact.js
%%WWWDIR%%/modules/addressbook/SelectContactDialog.js
+%%WWWDIR%%/modules/addressbook/SentMailingsGrid.js
+%%WWWDIR%%/modules/addressbook/SexCombobox.js
%%WWWDIR%%/modules/addressbook/Stores.js
-%%WWWDIR%%/modules/addressbook/action.php
-%%WWWDIR%%/modules/addressbook/all-module-scripts-min
-%%WWWDIR%%/modules/addressbook/classes/addressbook.class.inc.php
-%%WWWDIR%%/modules/addressbook/classes/contact_customfield_type.class.inc.php
-%%WWWDIR%%/modules/addressbook/classes/vcard.class.inc.php
-%%WWWDIR%%/modules/addressbook/export.php
-%%WWWDIR%%/modules/addressbook/exporters/with_companies_export_query.class.inc.php
-%%WWWDIR%%/modules/addressbook/install/install.inc.php
+%%WWWDIR%%/modules/addressbook/TemplatesGrid.js
+%%WWWDIR%%/modules/addressbook/Utils.php
+%%WWWDIR%%/modules/addressbook/controller/AddressbookController.php
+%%WWWDIR%%/modules/addressbook/controller/AddresslistController.php
+%%WWWDIR%%/modules/addressbook/controller/CompanyController.php
+%%WWWDIR%%/modules/addressbook/controller/ContactController.php
+%%WWWDIR%%/modules/addressbook/controller/ExportContactsWithCompaniesController.php
+%%WWWDIR%%/modules/addressbook/controller/PortletController.php
+%%WWWDIR%%/modules/addressbook/controller/SentMailingController.php
+%%WWWDIR%%/modules/addressbook/controller/SiteController.php
+%%WWWDIR%%/modules/addressbook/controller/TemplateController.php
+%%WWWDIR%%/modules/addressbook/customfields/model/Company.php
+%%WWWDIR%%/modules/addressbook/customfields/model/Contact.php
+%%WWWDIR%%/modules/addressbook/customfieldtype/Company.php
+%%WWWDIR%%/modules/addressbook/customfieldtype/Contact.php
+%%WWWDIR%%/modules/addressbook/export/CurrentGridCompany.php
+%%WWWDIR%%/modules/addressbook/export/CurrentGridContact.php
+%%WWWDIR%%/modules/addressbook/export/ExportVcard.php
+%%WWWDIR%%/modules/addressbook/install/Demo letter.docx
%%WWWDIR%%/modules/addressbook/install/install.sql
+%%WWWDIR%%/modules/addressbook/install/letter_template.docx
%%WWWDIR%%/modules/addressbook/install/noperson.jpg
-%%WWWDIR%%/modules/addressbook/install/uninstall.inc.php
%%WWWDIR%%/modules/addressbook/install/uninstall.sql
%%WWWDIR%%/modules/addressbook/install/updates.inc.php
%%WWWDIR%%/modules/addressbook/install/updatescripts/1.inc.php
%%WWWDIR%%/modules/addressbook/install/updatescripts/2_set_default_salutation.inc.php
%%WWWDIR%%/modules/addressbook/install/updatescripts/3_convert_acl.inc.php
-%%WWWDIR%%/modules/addressbook/json.php
-%%WWWDIR%%/modules/addressbook/language/ca.inc.php
-%%WWWDIR%%/modules/addressbook/language/ca.js
-%%WWWDIR%%/modules/addressbook/language/cn.inc.php
-%%WWWDIR%%/modules/addressbook/language/cn.js
-%%WWWDIR%%/modules/addressbook/language/cs.inc.php
-%%WWWDIR%%/modules/addressbook/language/cs.js
-%%WWWDIR%%/modules/addressbook/language/da.inc.php
-%%WWWDIR%%/modules/addressbook/language/da.js
-%%WWWDIR%%/modules/addressbook/language/de.inc.php
-%%WWWDIR%%/modules/addressbook/language/de.js
-%%WWWDIR%%/modules/addressbook/language/el.inc.php
-%%WWWDIR%%/modules/addressbook/language/el.js
-%%WWWDIR%%/modules/addressbook/language/en.inc.php
-%%WWWDIR%%/modules/addressbook/language/en.js
-%%WWWDIR%%/modules/addressbook/language/es.inc.php
-%%WWWDIR%%/modules/addressbook/language/es.js
-%%WWWDIR%%/modules/addressbook/language/et.inc.php
-%%WWWDIR%%/modules/addressbook/language/et.js
-%%WWWDIR%%/modules/addressbook/language/fi.inc.php
-%%WWWDIR%%/modules/addressbook/language/fi.js
-%%WWWDIR%%/modules/addressbook/language/fr.inc.php
-%%WWWDIR%%/modules/addressbook/language/fr.js
-%%WWWDIR%%/modules/addressbook/language/hu.inc.php
-%%WWWDIR%%/modules/addressbook/language/hu.js
-%%WWWDIR%%/modules/addressbook/language/it.inc.php
-%%WWWDIR%%/modules/addressbook/language/it.js
-%%WWWDIR%%/modules/addressbook/language/ko.inc.php
-%%WWWDIR%%/modules/addressbook/language/ko.js
-%%WWWDIR%%/modules/addressbook/language/nb.inc.php
-%%WWWDIR%%/modules/addressbook/language/nb.js
-%%WWWDIR%%/modules/addressbook/language/nl.inc.php
-%%WWWDIR%%/modules/addressbook/language/nl.js
-%%WWWDIR%%/modules/addressbook/language/pl.inc.php
-%%WWWDIR%%/modules/addressbook/language/pl.js
-%%WWWDIR%%/modules/addressbook/language/pt_BR.inc.php
-%%WWWDIR%%/modules/addressbook/language/pt_BR.js
-%%WWWDIR%%/modules/addressbook/language/ro.inc.php
-%%WWWDIR%%/modules/addressbook/language/ro.js
-%%WWWDIR%%/modules/addressbook/language/ru.inc.php
-%%WWWDIR%%/modules/addressbook/language/ru.js
-%%WWWDIR%%/modules/addressbook/language/sv.inc.php
-%%WWWDIR%%/modules/addressbook/language/sv.js
-%%WWWDIR%%/modules/addressbook/language/th.inc.php
-%%WWWDIR%%/modules/addressbook/language/th.js
-%%WWWDIR%%/modules/addressbook/language/tr.inc.php
-%%WWWDIR%%/modules/addressbook/language/tr.js
-%%WWWDIR%%/modules/addressbook/language/zh-tw.inc.php
-%%WWWDIR%%/modules/addressbook/language/zh-tw.js
-%%WWWDIR%%/modules/addressbook/photo.php
+%%WWWDIR%%/modules/addressbook/install/updatescripts/4_set_photo_permissions.php
+%%WWWDIR%%/modules/addressbook/install/updatescripts/5_set_photo_permissions_2.php
+%%WWWDIR%%/modules/addressbook/install/wecoyote.png
+%%WWWDIR%%/modules/addressbook/language/bg.php
+%%WWWDIR%%/modules/addressbook/language/bn_BD.php
+%%WWWDIR%%/modules/addressbook/language/ca.php
+%%WWWDIR%%/modules/addressbook/language/cn.php
+%%WWWDIR%%/modules/addressbook/language/cs.php
+%%WWWDIR%%/modules/addressbook/language/da.php
+%%WWWDIR%%/modules/addressbook/language/de.php
+%%WWWDIR%%/modules/addressbook/language/el.php
+%%WWWDIR%%/modules/addressbook/language/en.js.edited
+%%WWWDIR%%/modules/addressbook/language/en.php
+%%WWWDIR%%/modules/addressbook/language/es.php
+%%WWWDIR%%/modules/addressbook/language/et.php
+%%WWWDIR%%/modules/addressbook/language/fi.php
+%%WWWDIR%%/modules/addressbook/language/fr.php
+%%WWWDIR%%/modules/addressbook/language/hr.php
+%%WWWDIR%%/modules/addressbook/language/hu.php
+%%WWWDIR%%/modules/addressbook/language/it.php
+%%WWWDIR%%/modules/addressbook/language/ko.php
+%%WWWDIR%%/modules/addressbook/language/nb.php
+%%WWWDIR%%/modules/addressbook/language/nl.php
+%%WWWDIR%%/modules/addressbook/language/pl.php
+%%WWWDIR%%/modules/addressbook/language/pt_BR.php
+%%WWWDIR%%/modules/addressbook/language/ro.php
+%%WWWDIR%%/modules/addressbook/language/ru.php
+%%WWWDIR%%/modules/addressbook/language/sv.php
+%%WWWDIR%%/modules/addressbook/language/th.php
+%%WWWDIR%%/modules/addressbook/language/tr.php
+%%WWWDIR%%/modules/addressbook/language/zh-tw.php
+%%WWWDIR%%/modules/addressbook/model/Addressbook.php
+%%WWWDIR%%/modules/addressbook/model/Addresslist.php
+%%WWWDIR%%/modules/addressbook/model/AddresslistCompany.php
+%%WWWDIR%%/modules/addressbook/model/AddresslistContact.php
+%%WWWDIR%%/modules/addressbook/model/BirthdaysPortletSetting.php
+%%WWWDIR%%/modules/addressbook/model/Company.php
+%%WWWDIR%%/modules/addressbook/model/Contact.php
+%%WWWDIR%%/modules/addressbook/model/ContactVcardProperty.php
+%%WWWDIR%%/modules/addressbook/model/DefaultTemplate.php
+%%WWWDIR%%/modules/addressbook/model/DefaultTemplateForAccount.php
+%%WWWDIR%%/modules/addressbook/model/SearchQuery.php
+%%WWWDIR%%/modules/addressbook/model/SentMailing.php
+%%WWWDIR%%/modules/addressbook/model/SentMailingCompany.php
+%%WWWDIR%%/modules/addressbook/model/SentMailingContact.php
+%%WWWDIR%%/modules/addressbook/model/Template.php
%%WWWDIR%%/modules/addressbook/scripts.inc.php
%%WWWDIR%%/modules/addressbook/scripts.txt
%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/add-company.png
%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/add-contact.png
%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/company.png
+%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/contact-quickadd.png
%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/contact.png
+%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/facebook-icon-16.png
%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/gtk-settings.png
%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/icon-addressbook.png
+%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/linkedin-icon-16.png
+%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/log.png
%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/mailings.png
%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/manage.png
+%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/new_mailing.png
+%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/pause.png
+%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/play.png
+%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/skype-icon-16.png
%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/templates.png
+%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/twitter-icon-16.png
+%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/view.png
%%WWWDIR%%/modules/addressbook/themes/Default/images/addressbook.png
+%%WWWDIR%%/modules/addressbook/themes/Default/images/female.png
+%%WWWDIR%%/modules/addressbook/themes/Default/images/male.png
%%WWWDIR%%/modules/addressbook/themes/Default/images/selected.gif
+%%WWWDIR%%/modules/addressbook/themes/Default/images/unknown-person.png
%%WWWDIR%%/modules/addressbook/themes/Default/style.css
%%WWWDIR%%/modules/addressbook/themes/ExtJS/images/16x16/add-company.png
%%WWWDIR%%/modules/addressbook/themes/ExtJS/images/16x16/add-contact.png
@@ -2710,103 +1757,250 @@
%%WWWDIR%%/modules/addressbook/themes/ExtJS/images/16x16/templates.png
%%WWWDIR%%/modules/addressbook/themes/ExtJS/images/selected.gif
%%WWWDIR%%/modules/addressbook/themes/ExtJS/style.css
-%%WWWDIR%%/modules/backupmanager/MainPanel.js
-%%WWWDIR%%/modules/backupmanager/PublishDialog.js
-%%WWWDIR%%/modules/backupmanager/action.php
-%%WWWDIR%%/modules/backupmanager/all-module-scripts-min
-%%WWWDIR%%/modules/backupmanager/classes/backupmanager.class.inc.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/Crypt/AES.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/Crypt/DES.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/Crypt/Hash.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/Crypt/RC4.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/Crypt/RSA.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/Crypt/Random.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/Crypt/Rijndael.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/Crypt/TripleDES.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/Math/BigInteger.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/Net/SFTP.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/Net/SSH1.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/Net/SSH2.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/PHP/Compat/Function/array_fill.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/PHP/Compat/Function/bcpowmod.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/PHP/Compat/Function/str_split.php
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/crypt.html
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/docbook.css
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/index.html
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/intro.html
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/math.html
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/misc_crypt.html
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/net.html
-%%WWWDIR%%/modules/backupmanager/classes/phpseclib/sym_crypt.html
-%%WWWDIR%%/modules/backupmanager/cron.php
-%%WWWDIR%%/modules/backupmanager/install/install.inc.php
-%%WWWDIR%%/modules/backupmanager/install/install.sql
-%%WWWDIR%%/modules/backupmanager/install/noautoinstall
-%%WWWDIR%%/modules/backupmanager/install/uninstall.sql
-%%WWWDIR%%/modules/backupmanager/install/updates.inc.php
-%%WWWDIR%%/modules/backupmanager/json.php
-%%WWWDIR%%/modules/backupmanager/language/ca.inc.php
-%%WWWDIR%%/modules/backupmanager/language/ca.js
-%%WWWDIR%%/modules/backupmanager/language/cs.inc.php
-%%WWWDIR%%/modules/backupmanager/language/cs.js
-%%WWWDIR%%/modules/backupmanager/language/en.inc.php
-%%WWWDIR%%/modules/backupmanager/language/en.js
-%%WWWDIR%%/modules/backupmanager/language/fr.inc.php
-%%WWWDIR%%/modules/backupmanager/language/fr.js
-%%WWWDIR%%/modules/backupmanager/language/ko.inc.php
-%%WWWDIR%%/modules/backupmanager/language/ko.js
-%%WWWDIR%%/modules/backupmanager/language/nb.inc.php
-%%WWWDIR%%/modules/backupmanager/language/nb.js
-%%WWWDIR%%/modules/backupmanager/language/nl.inc.php
-%%WWWDIR%%/modules/backupmanager/language/nl.js
-%%WWWDIR%%/modules/backupmanager/language/ru.inc.php
-%%WWWDIR%%/modules/backupmanager/language/ru.js
-%%WWWDIR%%/modules/backupmanager/mysql_backup.pl
-%%WWWDIR%%/modules/backupmanager/rsync_backup.sh
-%%WWWDIR%%/modules/backupmanager/scripts.txt
-%%WWWDIR%%/modules/backupmanager/themes/Default/images/backupmanager.png
-%%WWWDIR%%/modules/backupmanager/themes/Default/style.css
-%%WWWDIR%%/modules/blacklist/CaptchaPlugin.js
-%%WWWDIR%%/modules/blacklist/IpsGrid.js
-%%WWWDIR%%/modules/blacklist/MainPanel.js
-%%WWWDIR%%/modules/blacklist/all-module-scripts-min
-%%WWWDIR%%/modules/blacklist/classes/blacklist.class.inc.php
-%%WWWDIR%%/modules/blacklist/install/install.sql
-%%WWWDIR%%/modules/blacklist/install/uninstall.sql
-%%WWWDIR%%/modules/blacklist/install/updates.inc.php
-%%WWWDIR%%/modules/blacklist/json.php
-%%WWWDIR%%/modules/blacklist/language/ca.inc.php
-%%WWWDIR%%/modules/blacklist/language/ca.js
-%%WWWDIR%%/modules/blacklist/language/cs.inc.php
-%%WWWDIR%%/modules/blacklist/language/cs.js
-%%WWWDIR%%/modules/blacklist/language/de.inc.php
-%%WWWDIR%%/modules/blacklist/language/de.js
-%%WWWDIR%%/modules/blacklist/language/en.inc.php
-%%WWWDIR%%/modules/blacklist/language/en.js
-%%WWWDIR%%/modules/blacklist/language/es.inc.php
-%%WWWDIR%%/modules/blacklist/language/es.js
-%%WWWDIR%%/modules/blacklist/language/fr.inc.php
-%%WWWDIR%%/modules/blacklist/language/fr.js
-%%WWWDIR%%/modules/blacklist/language/ko.inc.php
-%%WWWDIR%%/modules/blacklist/language/ko.js
-%%WWWDIR%%/modules/blacklist/language/nb.inc.php
-%%WWWDIR%%/modules/blacklist/language/nb.js
-%%WWWDIR%%/modules/blacklist/language/nl.inc.php
-%%WWWDIR%%/modules/blacklist/language/nl.js
-%%WWWDIR%%/modules/blacklist/language/pl.inc.php
-%%WWWDIR%%/modules/blacklist/language/pl.js
-%%WWWDIR%%/modules/blacklist/language/pt_BR.inc.php
-%%WWWDIR%%/modules/blacklist/language/pt_BR.js
-%%WWWDIR%%/modules/blacklist/language/ru.inc.php
-%%WWWDIR%%/modules/blacklist/language/ru.js
-%%WWWDIR%%/modules/blacklist/language/sv.inc.php
-%%WWWDIR%%/modules/blacklist/language/sv.js
-%%WWWDIR%%/modules/blacklist/logged_off_scripts.inc.php
-%%WWWDIR%%/modules/blacklist/scripts.txt
-%%WWWDIR%%/modules/blacklist/themes/Default/images/blacklist.png
-%%WWWDIR%%/modules/blacklist/themes/Default/style.css
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/add-company.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/add-contact.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/company.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/contact.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/gtk-settings.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/icon-addressbook.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/log.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/mailings.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/manage.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/new_mailing.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/pause.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/play.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/templates.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16/view.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/addressbook.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/selected.gif
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/images/unknown-person.png
+%%WWWDIR%%/modules/addressbook/themes/Group-Office/style.css
+%%WWWDIR%%/modules/addressbook/views/Extjs3/AddresslistsSettingspanel.js
+%%WWWDIR%%/modules/addressbook/views/Extjs3/BirthdaysPortlet.js
+%%WWWDIR%%/modules/addressbook/views/Extjs3/Settings.js
+%%WWWDIR%%/modules/addressbook/views/Extjs3/unsubscribe.php
+%%WWWDIR%%/modules/addressbook/views/Extjs3/unsubscribed.php
+%%WWWDIR%%/modules/admin2userlogin/Admin2userloginModule.php
+%%WWWDIR%%/modules/admin2userlogin/MainPanel.js
+%%WWWDIR%%/modules/admin2userlogin/UsersGrid.js
+%%WWWDIR%%/modules/admin2userlogin/controller/LoginController.php
+%%WWWDIR%%/modules/admin2userlogin/language/bg.php
+%%WWWDIR%%/modules/admin2userlogin/language/bn_BD.php
+%%WWWDIR%%/modules/admin2userlogin/language/cs.php
+%%WWWDIR%%/modules/admin2userlogin/language/de.php
+%%WWWDIR%%/modules/admin2userlogin/language/en.php
+%%WWWDIR%%/modules/admin2userlogin/language/fr.php
+%%WWWDIR%%/modules/admin2userlogin/language/nb.php
+%%WWWDIR%%/modules/admin2userlogin/language/nl.php
+%%WWWDIR%%/modules/admin2userlogin/language/pt_BR.php
+%%WWWDIR%%/modules/admin2userlogin/language/sv.php
+%%WWWDIR%%/modules/admin2userlogin/scripts.txt
+%%WWWDIR%%/modules/admin2userlogin/themes/Default/images/admin2userlogin.png
+%%WWWDIR%%/modules/admin2userlogin/themes/Default/style.css
+%%WWWDIR%%/modules/billing/AddContactDialog.js
+%%WWWDIR%%/modules/billing/AddItemPanel.js
+%%WWWDIR%%/modules/billing/BatchjobDialog.js
+%%WWWDIR%%/modules/billing/BillingModule.php
+%%WWWDIR%%/modules/billing/BookDialog.js
+%%WWWDIR%%/modules/billing/BooksGrid.js
+%%WWWDIR%%/modules/billing/CatalogDialog.js
+%%WWWDIR%%/modules/billing/CatalogPanel.js
+%%WWWDIR%%/modules/billing/CategoriesTree.js
+%%WWWDIR%%/modules/billing/CategoryDialog.js
+%%WWWDIR%%/modules/billing/ContextMenus.js
+%%WWWDIR%%/modules/billing/CostCodesGrid.js
+%%WWWDIR%%/modules/billing/CustomerReportGrid.js
+%%WWWDIR%%/modules/billing/DeliveriesGrid.js
+%%WWWDIR%%/modules/billing/DeliveryDialog.js
+%%WWWDIR%%/modules/billing/DetailedReportDialog.js
+%%WWWDIR%%/modules/billing/DocTemplateDialog.js
+%%WWWDIR%%/modules/billing/DocTemplatesGrid.js
+%%WWWDIR%%/modules/billing/DuplicateDialog.js
+%%WWWDIR%%/modules/billing/EmailTemplateDialog.js
+%%WWWDIR%%/modules/billing/ExistingGroupsDialog.js
+%%WWWDIR%%/modules/billing/ExpenseBookDialog.js
+%%WWWDIR%%/modules/billing/ExpenseBooksGrid.js
+%%WWWDIR%%/modules/billing/ExpenseCategoriesGrid.js
+%%WWWDIR%%/modules/billing/ExpenseCategoryDialog.js
+%%WWWDIR%%/modules/billing/ExpenseDialog.js
+%%WWWDIR%%/modules/billing/ExpensesGrid.js
+%%WWWDIR%%/modules/billing/ExpensesWindow.js
+%%WWWDIR%%/modules/billing/ExportDialog.js
+%%WWWDIR%%/modules/billing/ExportIncomeDialog.js
+%%WWWDIR%%/modules/billing/ImportDialog.js
+%%WWWDIR%%/modules/billing/ImportItemsWindow.js
+%%WWWDIR%%/modules/billing/ImportPaymentsDialog.js
+%%WWWDIR%%/modules/billing/ImportPaymentsGrid.js
+%%WWWDIR%%/modules/billing/ImportSettingsPanel.js
+%%WWWDIR%%/modules/billing/ItemsGrid.js
+%%WWWDIR%%/modules/billing/ItemsGroupDialog.js
+%%WWWDIR%%/modules/billing/ItemsPanel.js
+%%WWWDIR%%/modules/billing/LanguageDialog.js
+%%WWWDIR%%/modules/billing/LanguagesGrid.js
+%%WWWDIR%%/modules/billing/MVCExportDialog.js
+%%WWWDIR%%/modules/billing/MainPanel.js
+%%WWWDIR%%/modules/billing/OrderDialog.js
+%%WWWDIR%%/modules/billing/OrderPanel.js
+%%WWWDIR%%/modules/billing/OrderStatusDialog.js
+%%WWWDIR%%/modules/billing/OrderStatusHistoryDialog.js
+%%WWWDIR%%/modules/billing/OrderStatusHistoryGrid.js
+%%WWWDIR%%/modules/billing/OrderStatusesGrid.js
+%%WWWDIR%%/modules/billing/OrdersGrid.js
+%%WWWDIR%%/modules/billing/Pdf.php
+%%WWWDIR%%/modules/billing/ProductDialog.js
+%%WWWDIR%%/modules/billing/ProductOptionDialog.js
+%%WWWDIR%%/modules/billing/ProductOptionGrid.js
+%%WWWDIR%%/modules/billing/ProductOptionValueDialog.js
+%%WWWDIR%%/modules/billing/ProductOptionValueGrid.js
+%%WWWDIR%%/modules/billing/ProductsGrid.js
+%%WWWDIR%%/modules/billing/ReportDialog.js
+%%WWWDIR%%/modules/billing/ReportGrid.js
+%%WWWDIR%%/modules/billing/SelectBook.js
+%%WWWDIR%%/modules/billing/SelectProduct.js
+%%WWWDIR%%/modules/billing/SelectProductDialog.js
+%%WWWDIR%%/modules/billing/SelectProject.js
+%%WWWDIR%%/modules/billing/SettingsBooksGrid.js
+%%WWWDIR%%/modules/billing/SettingsDialog.js
+%%WWWDIR%%/modules/billing/SettingsExpenseBooksGrid.js
+%%WWWDIR%%/modules/billing/SpecialStatusesPanel.js
+%%WWWDIR%%/modules/billing/StatusPanel.js
+%%WWWDIR%%/modules/billing/StatusSelectWindow.js
+%%WWWDIR%%/modules/billing/StockDialog.js
+%%WWWDIR%%/modules/billing/Stores.js
+%%WWWDIR%%/modules/billing/TemplateDialog.js
+%%WWWDIR%%/modules/billing/TemplatesGrid.js
+%%WWWDIR%%/modules/billing/controller/BookController.php
+%%WWWDIR%%/modules/billing/controller/CatalogImportController.php
+%%WWWDIR%%/modules/billing/controller/CostCodeController.php
+%%WWWDIR%%/modules/billing/controller/CostcodeController.php
+%%WWWDIR%%/modules/billing/controller/DocTemplateController.php
+%%WWWDIR%%/modules/billing/controller/ExpenseBookController.php
+%%WWWDIR%%/modules/billing/controller/ExpenseCategoryController.php
+%%WWWDIR%%/modules/billing/controller/ExpenseController.php
+%%WWWDIR%%/modules/billing/controller/ExportCatalogController.php
+%%WWWDIR%%/modules/billing/controller/ExportCustomersController.php
+%%WWWDIR%%/modules/billing/controller/ExportIncomeController.php
+%%WWWDIR%%/modules/billing/controller/ExportOrdersController.php
+%%WWWDIR%%/modules/billing/controller/ExportOutstandingController.php
+%%WWWDIR%%/modules/billing/controller/ExportProductSalesController.php
+%%WWWDIR%%/modules/billing/controller/ExportProductSalesOrdersController.php
+%%WWWDIR%%/modules/billing/controller/ItemController.php
+%%WWWDIR%%/modules/billing/controller/ItemGroupController.php
+%%WWWDIR%%/modules/billing/controller/LanguageController.php
+%%WWWDIR%%/modules/billing/controller/OrderController.php
+%%WWWDIR%%/modules/billing/controller/OrderJsonController.php
+%%WWWDIR%%/modules/billing/controller/ProductCategoryController.php
+%%WWWDIR%%/modules/billing/controller/ProductController.php
+%%WWWDIR%%/modules/billing/controller/ProductOptionController.php
+%%WWWDIR%%/modules/billing/controller/ProductOptionValueController.php
+%%WWWDIR%%/modules/billing/controller/ReportController.php
+%%WWWDIR%%/modules/billing/controller/SiteController.php
+%%WWWDIR%%/modules/billing/controller/StatusController.php
+%%WWWDIR%%/modules/billing/controller/StatusHistoryController.php
+%%WWWDIR%%/modules/billing/controller/TemplateController.php
+%%WWWDIR%%/modules/billing/customfields/model/Order.php
+%%WWWDIR%%/modules/billing/customfields/model/Product.php
+%%WWWDIR%%/modules/billing/export/CurrentGrid.php
+%%WWWDIR%%/modules/billing/importsample.csv
+%%WWWDIR%%/modules/billing/install/install.sql
+%%WWWDIR%%/modules/billing/install/invoice.odt
+%%WWWDIR%%/modules/billing/install/uninstall.sql
+%%WWWDIR%%/modules/billing/install/updates.inc.php
+%%WWWDIR%%/modules/billing/install/updatescripts/7_add_status_acl.inc.php
+%%WWWDIR%%/modules/billing/install/updatescripts/manual_sync_order_totals.php
+%%WWWDIR%%/modules/billing/language/cs.php
+%%WWWDIR%%/modules/billing/language/de.php
+%%WWWDIR%%/modules/billing/language/en.php
+%%WWWDIR%%/modules/billing/language/en_UK.php
+%%WWWDIR%%/modules/billing/language/es.php
+%%WWWDIR%%/modules/billing/language/fr.php
+%%WWWDIR%%/modules/billing/language/it.php
+%%WWWDIR%%/modules/billing/language/nb.php
+%%WWWDIR%%/modules/billing/language/nl.php
+%%WWWDIR%%/modules/billing/language/pl.php
+%%WWWDIR%%/modules/billing/language/ru.php
+%%WWWDIR%%/modules/billing/language/sv.php
+%%WWWDIR%%/modules/billing/model/Book.php
+%%WWWDIR%%/modules/billing/model/CostCode.php
+%%WWWDIR%%/modules/billing/model/DocTemplate.php
+%%WWWDIR%%/modules/billing/model/Expense.php
+%%WWWDIR%%/modules/billing/model/ExpenseBook.php
+%%WWWDIR%%/modules/billing/model/ExpenseCategory.php
+%%WWWDIR%%/modules/billing/model/Item.php
+%%WWWDIR%%/modules/billing/model/ItemGroup.php
+%%WWWDIR%%/modules/billing/model/ItemProductOption.php
+%%WWWDIR%%/modules/billing/model/Language.php
+%%WWWDIR%%/modules/billing/model/Order.php
+%%WWWDIR%%/modules/billing/model/OrderStatus.php
+%%WWWDIR%%/modules/billing/model/OrderStatusHistory.php
+%%WWWDIR%%/modules/billing/model/OrderStatusLanguage.php
+%%WWWDIR%%/modules/billing/model/OrderStatusTemplate.php
+%%WWWDIR%%/modules/billing/model/PdfTemplate.php
+%%WWWDIR%%/modules/billing/model/Product.php
+%%WWWDIR%%/modules/billing/model/ProductCategory.php
+%%WWWDIR%%/modules/billing/model/ProductCategoryLanguage.php
+%%WWWDIR%%/modules/billing/model/ProductLanguage.php
+%%WWWDIR%%/modules/billing/model/ProductOption.php
+%%WWWDIR%%/modules/billing/model/ProductOptionLanguage.php
+%%WWWDIR%%/modules/billing/model/ProductOptionValue.php
+%%WWWDIR%%/modules/billing/model/ProductOptionValueLanguage.php
+%%WWWDIR%%/modules/billing/model/Template.php
+%%WWWDIR%%/modules/billing/mt940/Reader.php
+%%WWWDIR%%/modules/billing/scripts.inc.php
+%%WWWDIR%%/modules/billing/scripts.txt
+%%WWWDIR%%/modules/billing/themes/Default/images/batchjob.png
+%%WWWDIR%%/modules/billing/themes/Default/images/billing.png
+%%WWWDIR%%/modules/billing/themes/Default/images/catalog.png
+%%WWWDIR%%/modules/billing/themes/Default/images/duplicate.png
+%%WWWDIR%%/modules/billing/themes/Default/images/email.png
+%%WWWDIR%%/modules/billing/themes/Default/images/expenses.png
+%%WWWDIR%%/modules/billing/themes/Default/images/product.png
+%%WWWDIR%%/modules/billing/themes/Default/images/recur.png
+%%WWWDIR%%/modules/billing/themes/Default/images/reports.png
+%%WWWDIR%%/modules/billing/themes/Default/style.css
+%%WWWDIR%%/modules/billing/themes/ExtJS/images/batchjob.png
+%%WWWDIR%%/modules/billing/themes/ExtJS/images/billing.png
+%%WWWDIR%%/modules/billing/themes/ExtJS/images/catalog.png
+%%WWWDIR%%/modules/billing/themes/ExtJS/images/duplicate.png
+%%WWWDIR%%/modules/billing/themes/ExtJS/images/email.png
+%%WWWDIR%%/modules/billing/themes/ExtJS/images/expenses.png
+%%WWWDIR%%/modules/billing/themes/ExtJS/images/product.png
+%%WWWDIR%%/modules/billing/themes/ExtJS/images/recur.png
+%%WWWDIR%%/modules/billing/themes/ExtJS/images/reports.png
+%%WWWDIR%%/modules/billing/themes/ExtJS/style.css
+%%WWWDIR%%/modules/billing/themes/Group-Office/images/batchjob.png
+%%WWWDIR%%/modules/billing/themes/Group-Office/images/billing.png
+%%WWWDIR%%/modules/billing/themes/Group-Office/images/catalog.png
+%%WWWDIR%%/modules/billing/themes/Group-Office/images/duplicate.png
+%%WWWDIR%%/modules/billing/themes/Group-Office/images/email.png
+%%WWWDIR%%/modules/billing/themes/Group-Office/images/expenses.png
+%%WWWDIR%%/modules/billing/themes/Group-Office/images/product.png
+%%WWWDIR%%/modules/billing/themes/Group-Office/images/recur.png
+%%WWWDIR%%/modules/billing/themes/Group-Office/images/reports.png
+%%WWWDIR%%/modules/billing/themes/Group-Office/style.css
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/LICENSE.fixtures.txt
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/LICENSE.txt
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/README.md
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Balance.php
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Parser/AbnAmro.php
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Parser/AbstractParser.php
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Parser/Ing.php
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Parser/Rabobank.php
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Parser/Sns.php
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Parser/Triodos.php
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Reader.php
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Statement.php
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Transaction.php
+%%WWWDIR%%/modules/billingtwinfield/BillingtwinfieldModule.php
+%%WWWDIR%%/modules/billingtwinfield/controller/ContactsExportController.php
+%%WWWDIR%%/modules/billingtwinfield/controller/ItemsExportController.php
+%%WWWDIR%%/modules/billingtwinfield/language/en.php
+%%WWWDIR%%/modules/billingtwinfield/language/nl.php
+%%WWWDIR%%/modules/billingtwinfield/scripts.txt
+%%WWWDIR%%/modules/billingtwinfield/views/Extjs3/PluginBilling.js
%%WWWDIR%%/modules/bookmarks/BookmarksDialog.js
%%WWWDIR%%/modules/bookmarks/BookmarksGrid.js
+%%WWWDIR%%/modules/bookmarks/BookmarksModule.php
%%WWWDIR%%/modules/bookmarks/BookmarksView.js
%%WWWDIR%%/modules/bookmarks/CategoryDialog.js
%%WWWDIR%%/modules/bookmarks/CloseButton.js
@@ -2816,9 +2010,8 @@
%%WWWDIR%%/modules/bookmarks/SelectFile.js
%%WWWDIR%%/modules/bookmarks/Stores.js
%%WWWDIR%%/modules/bookmarks/ThumbsDialog.js
-%%WWWDIR%%/modules/bookmarks/action.php
-%%WWWDIR%%/modules/bookmarks/all-module-scripts-min
-%%WWWDIR%%/modules/bookmarks/classes/bookmarks.class.inc.php
+%%WWWDIR%%/modules/bookmarks/controller/BookmarkController.php
+%%WWWDIR%%/modules/bookmarks/controller/CategoryController.php
%%WWWDIR%%/modules/bookmarks/icons/3d.png
%%WWWDIR%%/modules/bookmarks/icons/agt_announcements.png
%%WWWDIR%%/modules/bookmarks/icons/agt_business.png
@@ -2891,52 +2084,76 @@
%%WWWDIR%%/modules/bookmarks/icons/view-pim-news.png
%%WWWDIR%%/modules/bookmarks/icons/viewmag.png
%%WWWDIR%%/modules/bookmarks/icons/wizard.png
-%%WWWDIR%%/modules/bookmarks/install/install.inc.php
%%WWWDIR%%/modules/bookmarks/install/install.sql
%%WWWDIR%%/modules/bookmarks/install/uninstall.sql
%%WWWDIR%%/modules/bookmarks/install/updates.inc.php
-%%WWWDIR%%/modules/bookmarks/json.php
-%%WWWDIR%%/modules/bookmarks/language/ca.inc.php
-%%WWWDIR%%/modules/bookmarks/language/ca.js
-%%WWWDIR%%/modules/bookmarks/language/cs.inc.php
-%%WWWDIR%%/modules/bookmarks/language/cs.js
-%%WWWDIR%%/modules/bookmarks/language/de.inc.php
-%%WWWDIR%%/modules/bookmarks/language/de.js
-%%WWWDIR%%/modules/bookmarks/language/en.inc.php
-%%WWWDIR%%/modules/bookmarks/language/en.js
-%%WWWDIR%%/modules/bookmarks/language/fr.inc.php
-%%WWWDIR%%/modules/bookmarks/language/fr.js
-%%WWWDIR%%/modules/bookmarks/language/ko.inc.php
-%%WWWDIR%%/modules/bookmarks/language/ko.js
-%%WWWDIR%%/modules/bookmarks/language/nb.inc.php
-%%WWWDIR%%/modules/bookmarks/language/nb.js
-%%WWWDIR%%/modules/bookmarks/language/nl.inc.php
-%%WWWDIR%%/modules/bookmarks/language/nl.js
-%%WWWDIR%%/modules/bookmarks/language/ru.inc.php
-%%WWWDIR%%/modules/bookmarks/language/ru.js
+%%WWWDIR%%/modules/bookmarks/install/updatescripts/1_fixPermissions.php
+%%WWWDIR%%/modules/bookmarks/language/bg.php
+%%WWWDIR%%/modules/bookmarks/language/bn_BD.php
+%%WWWDIR%%/modules/bookmarks/language/ca.php
+%%WWWDIR%%/modules/bookmarks/language/cs.php
+%%WWWDIR%%/modules/bookmarks/language/de.php
+%%WWWDIR%%/modules/bookmarks/language/en.php
+%%WWWDIR%%/modules/bookmarks/language/es.php
+%%WWWDIR%%/modules/bookmarks/language/fr.php
+%%WWWDIR%%/modules/bookmarks/language/hr.php
+%%WWWDIR%%/modules/bookmarks/language/it.php
+%%WWWDIR%%/modules/bookmarks/language/ko.php
+%%WWWDIR%%/modules/bookmarks/language/nb.php
+%%WWWDIR%%/modules/bookmarks/language/nl.php
+%%WWWDIR%%/modules/bookmarks/language/pl.php
+%%WWWDIR%%/modules/bookmarks/language/pt_BR.php
+%%WWWDIR%%/modules/bookmarks/language/ru.php
+%%WWWDIR%%/modules/bookmarks/language/sv.php
+%%WWWDIR%%/modules/bookmarks/language/th.php
+%%WWWDIR%%/modules/bookmarks/model/Bookmark.php
+%%WWWDIR%%/modules/bookmarks/model/Category.php
+%%WWWDIR%%/modules/bookmarks/scripts.inc.php
%%WWWDIR%%/modules/bookmarks/scripts.txt
%%WWWDIR%%/modules/bookmarks/themes/Default/images/bookmarks.png
%%WWWDIR%%/modules/bookmarks/themes/Default/images/close.gif
%%WWWDIR%%/modules/bookmarks/themes/Default/style.css
+%%WWWDIR%%/modules/bookmarks/themes/Group-Office/images/bookmarks.png
+%%WWWDIR%%/modules/bookmarks/themes/Group-Office/images/close.gif
+%%WWWDIR%%/modules/bookmarks/themes/Group-Office/style.css
+%%WWWDIR%%/modules/caldav/CaldavModule.php
+%%WWWDIR%%/modules/caldav/CalendarsBackend.php
+%%WWWDIR%%/modules/caldav/calendar.php
+%%WWWDIR%%/modules/caldav/install/install.sql
+%%WWWDIR%%/modules/caldav/install/uninstall.sql
+%%WWWDIR%%/modules/caldav/install/updates.inc.php
+%%WWWDIR%%/modules/caldav/language/cs.php
+%%WWWDIR%%/modules/caldav/language/de.php
+%%WWWDIR%%/modules/caldav/language/en.php
+%%WWWDIR%%/modules/caldav/language/fr.php
+%%WWWDIR%%/modules/caldav/language/ko.php
+%%WWWDIR%%/modules/caldav/language/nb.php
+%%WWWDIR%%/modules/caldav/language/pt_BR.php
+%%WWWDIR%%/modules/caldav/language/sv.php
+%%WWWDIR%%/modules/caldav/language/th.php
+%%WWWDIR%%/modules/caldav/model/DavEvent.php
+%%WWWDIR%%/modules/caldav/model/DavTask.php
+%%WWWDIR%%/modules/caldav/schedule/IMip.php
+%%WWWDIR%%/modules/caldav/themes/Default/images/caldav.png
+%%WWWDIR%%/modules/calendar/AttendanceWindow.js
%%WWWDIR%%/modules/calendar/AvailabilityCheckWindow.js
%%WWWDIR%%/modules/calendar/Calendar.js
%%WWWDIR%%/modules/calendar/CalendarDialog.js
%%WWWDIR%%/modules/calendar/CalendarGrid.js
+%%WWWDIR%%/modules/calendar/CalendarModule.php
%%WWWDIR%%/modules/calendar/CategoriesGrid.js
%%WWWDIR%%/modules/calendar/CategoryDialog.js
+%%WWWDIR%%/modules/calendar/ColorPickerDialog.js
%%WWWDIR%%/modules/calendar/ContextMenu.js
%%WWWDIR%%/modules/calendar/EventDialog.js
%%WWWDIR%%/modules/calendar/EventPanel.js
%%WWWDIR%%/modules/calendar/EventTemplate.js
%%WWWDIR%%/modules/calendar/GlobalSettings.js
-%%WWWDIR%%/modules/calendar/GroupAdminsPanel.js
%%WWWDIR%%/modules/calendar/GroupDialog.js
%%WWWDIR%%/modules/calendar/GroupsGrid.js
%%WWWDIR%%/modules/calendar/ListGrid.js
-%%WWWDIR%%/modules/calendar/ManagePermissionsPanel.js
%%WWWDIR%%/modules/calendar/MonthGrid.js
%%WWWDIR%%/modules/calendar/ParticipantsPanel.js
-%%WWWDIR%%/modules/calendar/PermissionsDialog.js
%%WWWDIR%%/modules/calendar/Portlet.js
%%WWWDIR%%/modules/calendar/PortletSettings.js
%%WWWDIR%%/modules/calendar/RecurrenceDialog.js
@@ -2946,83 +2163,92 @@
%%WWWDIR%%/modules/calendar/SelectCalendarWindow.js
%%WWWDIR%%/modules/calendar/SelectDateDialog.js
%%WWWDIR%%/modules/calendar/Settings.js
-%%WWWDIR%%/modules/calendar/TasklistsGrid.js
%%WWWDIR%%/modules/calendar/ViewDialog.js
%%WWWDIR%%/modules/calendar/ViewGrid.js
-%%WWWDIR%%/modules/calendar/action.php
-%%WWWDIR%%/modules/calendar/all-module-scripts-min
-%%WWWDIR%%/modules/calendar/classes/Replacements.class.inc.php
-%%WWWDIR%%/modules/calendar/classes/calendar.class.inc.php
-%%WWWDIR%%/modules/calendar/classes/go_ical.class.inc
-%%WWWDIR%%/modules/calendar/classes/pdf.class.inc.php
-%%WWWDIR%%/modules/calendar/export.php
-%%WWWDIR%%/modules/calendar/install/install.inc.php
+%%WWWDIR%%/modules/calendar/ViewGroupGrid.js
+%%WWWDIR%%/modules/calendar/controller/AttendanceController.php
+%%WWWDIR%%/modules/calendar/controller/CalendarController.php
+%%WWWDIR%%/modules/calendar/controller/CalendarTasklistController.php
+%%WWWDIR%%/modules/calendar/controller/CategoryController.php
+%%WWWDIR%%/modules/calendar/controller/EventController.php
+%%WWWDIR%%/modules/calendar/controller/GroupAdminController.php
+%%WWWDIR%%/modules/calendar/controller/GroupController.php
+%%WWWDIR%%/modules/calendar/controller/ParticipantController.php
+%%WWWDIR%%/modules/calendar/controller/PortletController.php
+%%WWWDIR%%/modules/calendar/controller/ReportController.php
+%%WWWDIR%%/modules/calendar/controller/ViewCalendarController.php
+%%WWWDIR%%/modules/calendar/controller/ViewController.php
+%%WWWDIR%%/modules/calendar/controller/ViewGroupController.php
+%%WWWDIR%%/modules/calendar/cron/CalendarPublisher.php
+%%WWWDIR%%/modules/calendar/cron/EventAndTaskReportMailer.php
+%%WWWDIR%%/modules/calendar/customfields/model/Calendar.php
+%%WWWDIR%%/modules/calendar/customfields/model/Event.php
%%WWWDIR%%/modules/calendar/install/install.sql
-%%WWWDIR%%/modules/calendar/install/uninstall.inc.php
%%WWWDIR%%/modules/calendar/install/uninstall.sql
-%%WWWDIR%%/modules/calendar/install/updates.inc.php
-%%WWWDIR%%/modules/calendar/install/updatescripts/1_shift_days.inc.php
-%%WWWDIR%%/modules/calendar/install/updatescripts/2_install_groups.inc.php
-%%WWWDIR%%/modules/calendar/install/updatescripts/3_convert_acl.inc.php
-%%WWWDIR%%/modules/calendar/install/updatescripts/4_add_calendar_name_template.inc.php
-%%WWWDIR%%/modules/calendar/invitation.php
-%%WWWDIR%%/modules/calendar/json.php
-%%WWWDIR%%/modules/calendar/language/ca.inc.php
-%%WWWDIR%%/modules/calendar/language/ca.js
-%%WWWDIR%%/modules/calendar/language/cn.inc.php
-%%WWWDIR%%/modules/calendar/language/cn.js
-%%WWWDIR%%/modules/calendar/language/cs.inc.php
-%%WWWDIR%%/modules/calendar/language/cs.js
-%%WWWDIR%%/modules/calendar/language/da.inc.php
-%%WWWDIR%%/modules/calendar/language/da.js
-%%WWWDIR%%/modules/calendar/language/de.inc.php
-%%WWWDIR%%/modules/calendar/language/de.js
-%%WWWDIR%%/modules/calendar/language/el.inc.php
-%%WWWDIR%%/modules/calendar/language/el.js
-%%WWWDIR%%/modules/calendar/language/en.inc.php
-%%WWWDIR%%/modules/calendar/language/en.js
-%%WWWDIR%%/modules/calendar/language/es.inc.php
-%%WWWDIR%%/modules/calendar/language/es.js
-%%WWWDIR%%/modules/calendar/language/et.inc.php
-%%WWWDIR%%/modules/calendar/language/et.js
-%%WWWDIR%%/modules/calendar/language/fi.inc.php
-%%WWWDIR%%/modules/calendar/language/fi.js
-%%WWWDIR%%/modules/calendar/language/fr.inc.php
-%%WWWDIR%%/modules/calendar/language/fr.js
-%%WWWDIR%%/modules/calendar/language/hu.inc.php
-%%WWWDIR%%/modules/calendar/language/hu.js
-%%WWWDIR%%/modules/calendar/language/it.inc.php
-%%WWWDIR%%/modules/calendar/language/it.js
-%%WWWDIR%%/modules/calendar/language/ko.inc.php
-%%WWWDIR%%/modules/calendar/language/ko.js
-%%WWWDIR%%/modules/calendar/language/nb.inc.php
-%%WWWDIR%%/modules/calendar/language/nb.js
-%%WWWDIR%%/modules/calendar/language/nl.inc.php
-%%WWWDIR%%/modules/calendar/language/nl.js
-%%WWWDIR%%/modules/calendar/language/pl.inc.php
-%%WWWDIR%%/modules/calendar/language/pl.js
-%%WWWDIR%%/modules/calendar/language/pt_BR.inc.php
-%%WWWDIR%%/modules/calendar/language/pt_BR.js
-%%WWWDIR%%/modules/calendar/language/ro.inc.php
-%%WWWDIR%%/modules/calendar/language/ro.js
-%%WWWDIR%%/modules/calendar/language/ru.inc.php
-%%WWWDIR%%/modules/calendar/language/ru.js
-%%WWWDIR%%/modules/calendar/language/sv.inc.php
-%%WWWDIR%%/modules/calendar/language/sv.js
-%%WWWDIR%%/modules/calendar/language/th.inc.php
-%%WWWDIR%%/modules/calendar/language/th.js
-%%WWWDIR%%/modules/calendar/language/tr.inc.php
-%%WWWDIR%%/modules/calendar/language/tr.js
-%%WWWDIR%%/modules/calendar/language/zh-tw.inc.php
-%%WWWDIR%%/modules/calendar/language/zh-tw.js
-%%WWWDIR%%/modules/calendar/print.php
+%%WWWDIR%%/modules/calendar/install/updates.php
+%%WWWDIR%%/modules/calendar/install/updatescripts/1_convert_categories.php
+%%WWWDIR%%/modules/calendar/install/updatescripts/2_fix_project_calendars.php
+%%WWWDIR%%/modules/calendar/install/updatescripts/3_install_cron.php
+%%WWWDIR%%/modules/calendar/install/updatescripts/3_preset_category_acls.php
+%%WWWDIR%%/modules/calendar/install/updatescripts/4_nl_koningsdag.php
+%%WWWDIR%%/modules/calendar/language/bg.php
+%%WWWDIR%%/modules/calendar/language/bn_BD.php
+%%WWWDIR%%/modules/calendar/language/ca.php
+%%WWWDIR%%/modules/calendar/language/cn.php
+%%WWWDIR%%/modules/calendar/language/cs.php
+%%WWWDIR%%/modules/calendar/language/da.php
+%%WWWDIR%%/modules/calendar/language/de.php
+%%WWWDIR%%/modules/calendar/language/el.php
+%%WWWDIR%%/modules/calendar/language/en.php
+%%WWWDIR%%/modules/calendar/language/es.php
+%%WWWDIR%%/modules/calendar/language/et.php
+%%WWWDIR%%/modules/calendar/language/fi.php
+%%WWWDIR%%/modules/calendar/language/fr.php
+%%WWWDIR%%/modules/calendar/language/hr.php
+%%WWWDIR%%/modules/calendar/language/hu.php
+%%WWWDIR%%/modules/calendar/language/it.php
+%%WWWDIR%%/modules/calendar/language/ko.php
+%%WWWDIR%%/modules/calendar/language/nb.php
+%%WWWDIR%%/modules/calendar/language/nl.php
+%%WWWDIR%%/modules/calendar/language/pl.php
+%%WWWDIR%%/modules/calendar/language/pt_BR.php
+%%WWWDIR%%/modules/calendar/language/ro.php
+%%WWWDIR%%/modules/calendar/language/ru.php
+%%WWWDIR%%/modules/calendar/language/sv.php
+%%WWWDIR%%/modules/calendar/language/th.php
+%%WWWDIR%%/modules/calendar/language/tr.php
+%%WWWDIR%%/modules/calendar/language/zh-tw.php
+%%WWWDIR%%/modules/calendar/model/Calendar.php
+%%WWWDIR%%/modules/calendar/model/CalendarTasklist.php
+%%WWWDIR%%/modules/calendar/model/CalendarUserColor.php
+%%WWWDIR%%/modules/calendar/model/Category.php
+%%WWWDIR%%/modules/calendar/model/Event.php
+%%WWWDIR%%/modules/calendar/model/Exception.php
+%%WWWDIR%%/modules/calendar/model/Group.php
+%%WWWDIR%%/modules/calendar/model/GroupAdmin.php
+%%WWWDIR%%/modules/calendar/model/LocalEvent.php
+%%WWWDIR%%/modules/calendar/model/Participant.php
+%%WWWDIR%%/modules/calendar/model/PortletCalendar.php
+%%WWWDIR%%/modules/calendar/model/PrintCategoryCount.php
+%%WWWDIR%%/modules/calendar/model/Settings.php
+%%WWWDIR%%/modules/calendar/model/View.php
+%%WWWDIR%%/modules/calendar/model/ViewCalendar.php
+%%WWWDIR%%/modules/calendar/model/ViewGroup.php
+%%WWWDIR%%/modules/calendar/reports/Calendar.php
+%%WWWDIR%%/modules/calendar/reports/Day.php
+%%WWWDIR%%/modules/calendar/reports/Month.php
+%%WWWDIR%%/modules/calendar/reports/PrintCategoryCount.php
+%%WWWDIR%%/modules/calendar/reports/Week.php
+%%WWWDIR%%/modules/calendar/reports/WorkWeek.php
%%WWWDIR%%/modules/calendar/scripts.inc.php
%%WWWDIR%%/modules/calendar/scripts.txt
+%%WWWDIR%%/modules/calendar/test/vcalendar1.vcs
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/5days.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/7days.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/attach.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/availability.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/available.png
+%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/calendar-quickadd.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/calendar.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/contact.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/copy.png
@@ -3032,12 +2258,23 @@
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/message.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/mod-calendar.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/month.png
+%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/private.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/properties.png
+%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/recurring.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/reload.png
+%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/reminder.png
+%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/star-icon-16.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/unavailable.png
%%WWWDIR%%/modules/calendar/themes/Default/images/16x16/unknown.png
%%WWWDIR%%/modules/calendar/themes/Default/images/22x22/email.png
+%%WWWDIR%%/modules/calendar/themes/Default/images/arrowleft.png
+%%WWWDIR%%/modules/calendar/themes/Default/images/arrowright.png
+%%WWWDIR%%/modules/calendar/themes/Default/images/arrows.png
%%WWWDIR%%/modules/calendar/themes/Default/images/calendar.png
+%%WWWDIR%%/modules/calendar/themes/Default/images/pdf/exception.png
+%%WWWDIR%%/modules/calendar/themes/Default/images/pdf/exception2.png
+%%WWWDIR%%/modules/calendar/themes/Default/images/pdf/paperclip.png
+%%WWWDIR%%/modules/calendar/themes/Default/images/pdf/recuring.png
%%WWWDIR%%/modules/calendar/themes/Default/style.css
%%WWWDIR%%/modules/calendar/themes/ExtJS/images/16x16/5days.png
%%WWWDIR%%/modules/calendar/themes/ExtJS/images/16x16/7days.png
@@ -3056,678 +2293,643 @@
%%WWWDIR%%/modules/calendar/themes/ExtJS/images/16x16/unknown.png
%%WWWDIR%%/modules/calendar/themes/ExtJS/images/22x22/email.png
%%WWWDIR%%/modules/calendar/themes/ExtJS/style.css
-%%WWWDIR%%/modules/calllog/CallDialog.js
-%%WWWDIR%%/modules/calllog/MainPanel.js
-%%WWWDIR%%/modules/calllog/all-module-scripts-min
-%%WWWDIR%%/modules/calllog/classes/calllog.class.inc.php
-%%WWWDIR%%/modules/calllog/install/install.sql
-%%WWWDIR%%/modules/calllog/install/noautoinstall
-%%WWWDIR%%/modules/calllog/install/uninstall.sql
-%%WWWDIR%%/modules/calllog/json.php
-%%WWWDIR%%/modules/calllog/language/ca.inc.php
-%%WWWDIR%%/modules/calllog/language/ca.js
-%%WWWDIR%%/modules/calllog/language/de.inc.php
-%%WWWDIR%%/modules/calllog/language/de.js
-%%WWWDIR%%/modules/calllog/language/en.inc.php
-%%WWWDIR%%/modules/calllog/language/en.js
-%%WWWDIR%%/modules/calllog/language/fr.inc.php
-%%WWWDIR%%/modules/calllog/language/fr.js
-%%WWWDIR%%/modules/calllog/language/ko.inc.php
-%%WWWDIR%%/modules/calllog/language/ko.js
-%%WWWDIR%%/modules/calllog/language/nb.inc.php
-%%WWWDIR%%/modules/calllog/language/nb.js
-%%WWWDIR%%/modules/calllog/language/nl.inc.php
-%%WWWDIR%%/modules/calllog/language/nl.js
-%%WWWDIR%%/modules/calllog/language/ru.inc.php
-%%WWWDIR%%/modules/calllog/language/ru.js
-%%WWWDIR%%/modules/calllog/scripts.inc.php
-%%WWWDIR%%/modules/calllog/scripts.txt
-%%WWWDIR%%/modules/calllog/themes/Default/images/calllog.png
-%%WWWDIR%%/modules/calllog/themes/Default/style.css
-%%WWWDIR%%/modules/cms/CommentDialog.js
-%%WWWDIR%%/modules/cms/CommentsGrid.js
-%%WWWDIR%%/modules/cms/EditorPanel.js
-%%WWWDIR%%/modules/cms/FilesGrid.js
-%%WWWDIR%%/modules/cms/FolderDialog.js
-%%WWWDIR%%/modules/cms/FoldersDialog.js
-%%WWWDIR%%/modules/cms/FoldersGrid.js
-%%WWWDIR%%/modules/cms/MainPanel.js
-%%WWWDIR%%/modules/cms/SelectFile.js
-%%WWWDIR%%/modules/cms/SiteDialog.js
-%%WWWDIR%%/modules/cms/SitesDialog.js
-%%WWWDIR%%/modules/cms/SitesGrid.js
-%%WWWDIR%%/modules/cms/TemplateOptionsPanel.js
-%%WWWDIR%%/modules/cms/TreePanel.js
-%%WWWDIR%%/modules/cms/WritingUsersPanel.js
-%%WWWDIR%%/modules/cms/action.php
-%%WWWDIR%%/modules/cms/all-module-scripts-min
-%%WWWDIR%%/modules/cms/classes/cms.class.inc.php
-%%WWWDIR%%/modules/cms/classes/cms_smarty.class.inc.php
-%%WWWDIR%%/modules/cms/classes/output.class.inc.php
-%%WWWDIR%%/modules/cms/editor.css
-%%WWWDIR%%/modules/cms/feed.php
-%%WWWDIR%%/modules/cms/htaccess_example.txt
-%%WWWDIR%%/modules/cms/install/install.inc.php
-%%WWWDIR%%/modules/cms/install/install.sql
-%%WWWDIR%%/modules/cms/install/noautoinstall
-%%WWWDIR%%/modules/cms/install/photoalbum/Sunny highlands.jpg
-%%WWWDIR%%/modules/cms/install/photoalbum/Wish you were here.jpg
-%%WWWDIR%%/modules/cms/install/portfolio/calendar.jpg
-%%WWWDIR%%/modules/cms/install/portfolio/crm.jpg
-%%WWWDIR%%/modules/cms/install/portfolio/email.jpg
-%%WWWDIR%%/modules/cms/install/uninstall.inc.php
-%%WWWDIR%%/modules/cms/install/uninstall.sql
-%%WWWDIR%%/modules/cms/install/updates.inc.php
-%%WWWDIR%%/modules/cms/install/updatescripts/1_move_local_files.inc.php
-%%WWWDIR%%/modules/cms/install/updatescripts/2_new_paths.inc.php
-%%WWWDIR%%/modules/cms/install/updatescripts/3_convert_acl.inc.php
-%%WWWDIR%%/modules/cms/json.php
-%%WWWDIR%%/modules/cms/language/ca.inc.php
-%%WWWDIR%%/modules/cms/language/ca.js
-%%WWWDIR%%/modules/cms/language/cs.inc.php
-%%WWWDIR%%/modules/cms/language/cs.js
-%%WWWDIR%%/modules/cms/language/de.inc.php
-%%WWWDIR%%/modules/cms/language/de.js
-%%WWWDIR%%/modules/cms/language/en.inc.php
-%%WWWDIR%%/modules/cms/language/en.js
-%%WWWDIR%%/modules/cms/language/fr.inc.php
-%%WWWDIR%%/modules/cms/language/fr.js
-%%WWWDIR%%/modules/cms/language/it.inc.php
-%%WWWDIR%%/modules/cms/language/it.js
-%%WWWDIR%%/modules/cms/language/ko.inc.php
-%%WWWDIR%%/modules/cms/language/ko.js
-%%WWWDIR%%/modules/cms/language/nb.inc.php
-%%WWWDIR%%/modules/cms/language/nb.js
-%%WWWDIR%%/modules/cms/language/nl.inc.php
-%%WWWDIR%%/modules/cms/language/nl.js
-%%WWWDIR%%/modules/cms/language/pl.inc.php
-%%WWWDIR%%/modules/cms/language/pl.js
-%%WWWDIR%%/modules/cms/language/ru.inc.php
-%%WWWDIR%%/modules/cms/language/ru.js
-%%WWWDIR%%/modules/cms/language/sv.inc.php
-%%WWWDIR%%/modules/cms/language/sv.js
-%%WWWDIR%%/modules/cms/login.php
-%%WWWDIR%%/modules/cms/logout.php
-%%WWWDIR%%/modules/cms/lost_password.php
-%%WWWDIR%%/modules/cms/plugins/contact/send.php
-%%WWWDIR%%/modules/cms/plugins/ext-core-debug.js
-%%WWWDIR%%/modules/cms/plugins/ext-core.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/CHANGES
-%%WWWDIR%%/modules/cms/plugins/shadowbox/LICENSE
-%%WWWDIR%%/modules/cms/plugins/shadowbox/README
-%%WWWDIR%%/modules/cms/plugins/shadowbox/adapters/README
-%%WWWDIR%%/modules/cms/plugins/shadowbox/adapters/shadowbox-base.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/adapters/shadowbox-dojo.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/adapters/shadowbox-ext.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/adapters/shadowbox-jquery.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/adapters/shadowbox-mootools.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/adapters/shadowbox-prototype.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/adapters/shadowbox-yui.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/README
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-ar.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-ca.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-cs.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-de-CH.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-de-DE.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-en.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-es.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-et.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-fi.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-fr.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-gl.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-he.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-hu.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-id.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-is.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-it.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-ja.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-ko.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-my.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-nl.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-no.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-pl.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-pt-BR.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-pt-PT.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-ro.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-ru.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-sk.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-sv.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-tr.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-zh-CN.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/languages/shadowbox-zh-TW.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/libraries/mediaplayer/player.swf
-%%WWWDIR%%/modules/cms/plugins/shadowbox/libraries/sizzle/LICENSE
-%%WWWDIR%%/modules/cms/plugins/shadowbox/libraries/sizzle/sizzle.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/libraries/swfobject/LICENSE
-%%WWWDIR%%/modules/cms/plugins/shadowbox/libraries/swfobject/expressInstall.swf
-%%WWWDIR%%/modules/cms/plugins/shadowbox/libraries/swfobject/swfobject.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/players/README
-%%WWWDIR%%/modules/cms/plugins/shadowbox/players/shadowbox-flv.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/players/shadowbox-html.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/players/shadowbox-iframe.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/players/shadowbox-img.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/players/shadowbox-qt.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/players/shadowbox-swf.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/players/shadowbox-wmp.js
-%%WWWDIR%%/modules/cms/plugins/shadowbox/resources/close.png
-%%WWWDIR%%/modules/cms/plugins/shadowbox/resources/next.png
-%%WWWDIR%%/modules/cms/plugins/shadowbox/resources/pause.png
-%%WWWDIR%%/modules/cms/plugins/shadowbox/resources/play.png
-%%WWWDIR%%/modules/cms/plugins/shadowbox/resources/previous.png
-%%WWWDIR%%/modules/cms/plugins/shadowbox/shadowbox.css
-%%WWWDIR%%/modules/cms/plugins/shadowbox/shadowbox.js
-%%WWWDIR%%/modules/cms/plugins/swfobject/expressInstall.swf
-%%WWWDIR%%/modules/cms/plugins/swfobject/index.html
-%%WWWDIR%%/modules/cms/plugins/swfobject/index_dynamic.html
-%%WWWDIR%%/modules/cms/plugins/swfobject/src/expressInstall.as
-%%WWWDIR%%/modules/cms/plugins/swfobject/src/expressInstall.fla
-%%WWWDIR%%/modules/cms/plugins/swfobject/src/swfobject.js
-%%WWWDIR%%/modules/cms/plugins/swfobject/swfobject.js
-%%WWWDIR%%/modules/cms/plugins/swfobject/test.swf
-%%WWWDIR%%/modules/cms/register.php
-%%WWWDIR%%/modules/cms/run.php
-%%WWWDIR%%/modules/cms/scripts.txt
-%%WWWDIR%%/modules/cms/smarty_plugins/function.cms_href.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.force_url.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.form.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.get_file.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.go_authenticate.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.guestbook.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.html_input.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.html_textarea.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.include_file.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.items.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.login_href.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.phpthumb_url.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.rssfeed.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.string_contains.php
-%%WWWDIR%%/modules/cms/smarty_plugins/function.thumbnail_url.php
-%%WWWDIR%%/modules/cms/smarty_plugins/modifier.go_strip_tags.php
-%%WWWDIR%%/modules/cms/smarty_plugins/modifier.number_format.php
-%%WWWDIR%%/modules/cms/smarty_plugins/modifier.substring.php
-%%WWWDIR%%/modules/cms/templates/Example/auth/login.tpl
-%%WWWDIR%%/modules/cms/templates/Example/auth/logout.tpl
-%%WWWDIR%%/modules/cms/templates/Example/auth/lost_password.tpl
-%%WWWDIR%%/modules/cms/templates/Example/auth/lost_password_email.tpl
-%%WWWDIR%%/modules/cms/templates/Example/auth/register.tpl
-%%WWWDIR%%/modules/cms/templates/Example/auth/register_email.tpl
-%%WWWDIR%%/modules/cms/templates/Example/config.php
-%%WWWDIR%%/modules/cms/templates/Example/config.xml
-%%WWWDIR%%/modules/cms/templates/Example/css/buttons.css
-%%WWWDIR%%/modules/cms/templates/Example/css/editor.css
-%%WWWDIR%%/modules/cms/templates/Example/css/stylesheet.css
-%%WWWDIR%%/modules/cms/templates/Example/css/tabs.css
-%%WWWDIR%%/modules/cms/templates/Example/footer.tpl
-%%WWWDIR%%/modules/cms/templates/Example/guestbook/guestbook_form.tpl
-%%WWWDIR%%/modules/cms/templates/Example/guestbook/guestbook_item.tpl
-%%WWWDIR%%/modules/cms/templates/Example/header.tpl
-%%WWWDIR%%/modules/cms/templates/Example/images/bg.jpg
-%%WWWDIR%%/modules/cms/templates/Example/images/bg_strip.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/btn_blue/btn_blue_left.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/btn_blue/btn_blue_middle.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/btn_blue/btn_blue_right.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/btn_green/btn_green_left.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/btn_green/btn_green_left_2.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/btn_green/btn_green_middle.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/btn_green/btn_green_middle_2.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/btn_green/btn_green_right.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/btn_green/btn_green_right_2.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/header_btn/header_btn_left.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/header_btn/header_btn_middle.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/header_btn/header_btn_right.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/icons/calendar_icon.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/icons/crm_icon.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/icons/email_icon.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/icons/filesharing_icon.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/icons/projects_icon.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/icons/sync_icon.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader-feature.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/hoofd-kader-bottom.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/hoofd-kader-center.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/hoofd-kader-top.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/kader_tab_center.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/kader_tab_left.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/kader_tab_right.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/onder-kader-bottom.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/onder-kader-center.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/onder-kader-top.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/subkader-big-bottom.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/subkader-big-center.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/subkader-big-top.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/subkader-small-bottom.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/subkader-small-center.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/kader/subkader-small-top.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/pijltje.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/tab/kader_tab_left_inactive.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/tab/kader_tab_middle_inactive.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/tab/kader_tab_right_inactive.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/tab/tab_center.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/tab/tab_center_sel.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/tab/tab_left.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/tab/tab_left_sel.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/tab/tab_right.gif
-%%WWWDIR%%/modules/cms/templates/Example/images/tab/tab_right_sel.gif
-%%WWWDIR%%/modules/cms/templates/Example/index.tpl
-%%WWWDIR%%/modules/cms/templates/Example/menu/menu_item.tpl
-%%WWWDIR%%/modules/cms/templates/Example/menu/menu_item_active.tpl
-%%WWWDIR%%/modules/cms/templates/Example/menu/sub_menu_item.tpl
-%%WWWDIR%%/modules/cms/templates/Example/menu/sub_menu_item_active.tpl
-%%WWWDIR%%/modules/cms/templates/Example/news_item.tpl
-%%WWWDIR%%/modules/cms/templates/Example/pages/contact.tpl
-%%WWWDIR%%/modules/cms/templates/Example/pages/default.tpl
-%%WWWDIR%%/modules/cms/templates/Example/pages/guestbook.tpl
-%%WWWDIR%%/modules/cms/templates/Example/pages/photoalbum.tpl
-%%WWWDIR%%/modules/cms/templates/Example/pages/portfolio.tpl
-%%WWWDIR%%/modules/cms/templates/Example/pages/test.tpl
-%%WWWDIR%%/modules/cms/templates/Example/photoalbum_thumb.tpl
-%%WWWDIR%%/modules/cms/templates/Example/portfolio_item.tpl
-%%WWWDIR%%/modules/cms/templates/Example/scripts.inc.php
-%%WWWDIR%%/modules/cms/themes/Default/images/cms.png
-%%WWWDIR%%/modules/cms/themes/Default/images/copy.png
-%%WWWDIR%%/modules/cms/themes/Default/images/cut.png
-%%WWWDIR%%/modules/cms/themes/Default/images/folder_disabled.png
-%%WWWDIR%%/modules/cms/themes/Default/images/folder_properties.png
-%%WWWDIR%%/modules/cms/themes/Default/images/paste.png
-%%WWWDIR%%/modules/cms/themes/Default/images/sites.png
-%%WWWDIR%%/modules/cms/themes/Default/images/view.png
-%%WWWDIR%%/modules/cms/themes/Default/style.css
-%%WWWDIR%%/modules/cms/themes/ExtJS/images/cms.png
-%%WWWDIR%%/modules/cms/themes/ExtJS/images/copy.png
-%%WWWDIR%%/modules/cms/themes/ExtJS/images/folder.png
-%%WWWDIR%%/modules/cms/themes/ExtJS/images/folder_disabled.png
-%%WWWDIR%%/modules/cms/themes/ExtJS/images/paste.png
-%%WWWDIR%%/modules/cms/themes/ExtJS/images/view.png
-%%WWWDIR%%/modules/cms/themes/ExtJS/style.css
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/5days.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/7days.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/attach.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/availability.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/available.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/calendar.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/contact.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/copy.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/cut.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/home.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/list.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/message.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/mod-calendar.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/month.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/properties.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/reload.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/unavailable.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16/unknown.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/22x22/email.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/arrowleft.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/arrowright.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/arrows.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/calendar.png
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/left-btn.gif
+%%WWWDIR%%/modules/calendar/themes/Group-Office/images/right-btn.gif
+%%WWWDIR%%/modules/calendar/themes/Group-Office/style.css
+%%WWWDIR%%/modules/calendar/util/VObjectConvertor.php
+%%WWWDIR%%/modules/calendar/views/Extjs3/Invitation.js
+%%WWWDIR%%/modules/calendar/views/Extjs3/PrintCategoryCountDialog.js
+%%WWWDIR%%/modules/calendar/views/Extjs3/invitation.php
+%%WWWDIR%%/modules/calendar/views/pdf/CalendarPdf.php
+%%WWWDIR%%/modules/calendarexport/CalendarPlugin.js
+%%WWWDIR%%/modules/calendarexport/CalendarexportModule.php
+%%WWWDIR%%/modules/calendarexport/export/CurrentView.php
+%%WWWDIR%%/modules/calendarexport/language/en.php
+%%WWWDIR%%/modules/calendarexport/language/nl.php
+%%WWWDIR%%/modules/calendarexport/scripts.txt
+%%WWWDIR%%/modules/carddav/AddressbooksBackend.php
+%%WWWDIR%%/modules/carddav/CarddavModule.php
+%%WWWDIR%%/modules/carddav/addressbook.php
+%%WWWDIR%%/modules/carddav/install/install.sql
+%%WWWDIR%%/modules/carddav/install/uninstall.sql
+%%WWWDIR%%/modules/carddav/install/updates.inc.php
+%%WWWDIR%%/modules/carddav/language/cs.php
+%%WWWDIR%%/modules/carddav/language/de.php
+%%WWWDIR%%/modules/carddav/language/en.php
+%%WWWDIR%%/modules/carddav/language/pt_BR.php
+%%WWWDIR%%/modules/carddav/language/sv.php
+%%WWWDIR%%/modules/carddav/model/DavContact.php
+%%WWWDIR%%/modules/carddav/views/Extjs3/themes/Default/images/carddav.png
+%%WWWDIR%%/modules/chat/ChatModule.php
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/.bowerrc
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/builds/converse-no-locales-no-otr.min.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/builds/converse-no-otr.min.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/builds/converse.min.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/converse.css
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/converse.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/converse.min.css
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/Read Me.txt
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/fonts/Converse-js.dev.svg
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/fonts/Converse-js.eot
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/fonts/Converse-js.svg
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/fonts/Converse-js.ttf
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/fonts/Converse-js.woff
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/index.html
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/license.txt
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/lte-ie7.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/style.css
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/images/bg.png
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/images/bg_hr.png
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/images/blacktocat.png
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/images/icon_download.png
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/images/spinner.gif
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/images/sprite_download.png
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/af/LC_MESSAGES/af.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/af/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/af/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/converse.pot
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/de/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/de/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/de/LC_MESSAGES/de.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/en/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/en/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/en/LC_MESSAGES/en.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/es/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/es/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/es/LC_MESSAGES/es.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/fr/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/fr/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/fr/LC_MESSAGES/fr.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/he/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/he/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/he/LC_MESSAGES/he.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/hu/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/hu/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/hu/LC_MESSAGES/hu.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/id/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/id/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/id/LC_MESSAGES/id.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/it/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/it/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/it/LC_MESSAGES/it.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ja/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ja/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ja/LC_MESSAGES/ja.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/locales.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/nl/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/nl/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/nl/LC_MESSAGES/nl.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/nolocales.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/pt_BR/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/pt_BR/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/pt_BR/LC_MESSAGES/pt_BR.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ru/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ru/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ru/LC_MESSAGES/ru.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/single_locale.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/spec/chatbox.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/spec/chatroom.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/spec/controlbox.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/spec/converse.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/spec/eventemitter.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/spec/otr.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/src/bigint.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/src/build-no-locales-no-otr.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/src/build-no-otr.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/src/build.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/src/crypto.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/src/deps-full.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/src/deps-no-otr.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/src/jquery.eventemitter.js
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/stylesheets/pygment_trac.css
+%%WWWDIR%%/modules/chat/converse.js-0.7.4/stylesheets/stylesheet.css
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/.gitignore
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/.gitmodules
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/CONTRIBUTING.rst
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/Gruntfile.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/Makefile
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/README.rst
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/activate
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/bower.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/builds/converse-no-locales-no-otr.min.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/builds/converse-no-otr.min.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/builds/converse.min.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/builds/converse.website.min.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/builds/templates.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/converse.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/css/converse.css
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/css/converse.min.css
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/css/images/arrow.svg
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/css/images/bgbl.svg
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/css/images/bgtr.svg
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/css/images/bitcoin_qr_code.png
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/css/images/dark-arrow.svg
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/css/images/header.jpg
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/css/images/overlay.png
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/css/theme.css
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/API.rst
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/CHANGES.rst
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/DEVELOPER.rst
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/LICENSE.txt
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/RELEASE_CHECKLIST.txt
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/doctrees/index.doctree
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_sources/index.txt
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/ajax-loader.gif
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/basic.css
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/comment-bright.png
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/comment-close.png
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/comment.png
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/default.css
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/doctools.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/down-pressed.png
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/down.png
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/file.png
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/jquery.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/minus.png
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/plus.png
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/pygments.css
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/searchtools.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/sidebar.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/stylesheet.css
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/underscore.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/up-pressed.png
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/up.png
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static/websupport.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/genindex.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/index.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/objects.inv
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/search.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/searchindex.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/static/stylesheet.css
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/_templates/layout.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/conf.py
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/index.rst
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/theme/static/stylesheet.css_t
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/theme/theme.conf
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/Read Me.txt
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/demo-files/demo.css
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/demo-files/demo.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/demo.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/fonts/icomoon.eot
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/fonts/icomoon.svg
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/fonts/icomoon.ttf
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/fonts/icomoon.woff
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/selection.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/style.css
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/index.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/less/converse.less
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/less/styles.less
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/less/theme.less
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/less/variables.less
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/af/LC_MESSAGES/af.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/af/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/af/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/converse.pot
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/de/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/de/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/de/LC_MESSAGES/de.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/en/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/en/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/en/LC_MESSAGES/en.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/es/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/es/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/es/LC_MESSAGES/es.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/fr/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/fr/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/fr/LC_MESSAGES/fr.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/he/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/he/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/he/LC_MESSAGES/he.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/hu/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/hu/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/hu/LC_MESSAGES/hu.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/id/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/id/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/id/LC_MESSAGES/id.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/it/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/it/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/it/LC_MESSAGES/it.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ja/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ja/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ja/LC_MESSAGES/ja.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/locales.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/nl/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/nl/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/nl/LC_MESSAGES/nl.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/nolocales.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/pt_BR/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/pt_BR/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/pt_BR/LC_MESSAGES/pt_BR.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ru/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ru/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ru/LC_MESSAGES/ru.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/single_locale.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/zh/LC_MESSAGES/converse.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/zh/LC_MESSAGES/converse.po
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/zh/LC_MESSAGES/zh.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/main.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/mockup/controlbox.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/mockup/index.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/mockup/minimal.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/non_amd.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/package.json
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/spec/chatbox.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/spec/chatroom.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/spec/controlbox.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/spec/converse.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/spec/eventemitter.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/spec/minchats.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/spec/otr.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/bigint.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/build-no-locales-no-otr.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/build-no-otr.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/build-website.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/build.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/crypto.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/deps-full.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/deps-no-otr.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/deps-website.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/jquery.eventemitter.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/action.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/add_contact_dropdown.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/add_contact_form.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/change_status_message.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/chat_status.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/chatarea.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/chatbox.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/chatroom.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/chatrooms_tab.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/chats_panel.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/choose_status.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/contacts_panel.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/contacts_tab.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/controlbox.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/controlbox_toggle.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/field.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/form_checkbox.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/form_input.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/form_select.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/group_header.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/info.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/login_panel.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/login_tab.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/message.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/new_day.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/occupant.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/pending_contact.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/pending_contacts.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/requesting_contact.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/requesting_contacts.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/room_description.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/room_item.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/room_panel.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/roster_item.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/search_contact.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/select_option.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/status_option.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/toggle_chats.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/toolbar.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates/trimmed_chat.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/tests.html
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/tests/main.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/tests/mock.js
+%%WWWDIR%%/modules/chat/converse.js-0.8.0/tests/utils.js
+%%WWWDIR%%/modules/chat/language/en.php
+%%WWWDIR%%/modules/chat/scripts.inc.php
+%%WWWDIR%%/modules/chat/views/Extjs3/start.php
+%%WWWDIR%%/modules/chat/views/Extjs3/themes/Default/style.css
+%%WWWDIR%%/modules/chat/views/Extjs3/themes/Group-Office/style.css
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/.gitignore
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/LICENSE
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/README.md
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth/SASL.php
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth/SASL/Anonymous.php
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth/SASL/Common.php
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth/SASL/CramMD5.php
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth/SASL/DigestMD5.php
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth/SASL/Exception.php
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth/SASL/External.php
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth/SASL/Login.php
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth/SASL/Plain.php
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/FirePHP/FirePHP.class.php
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/FirePHP/LICENSE
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/FirePHP/fb.php
+%%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/XmppPrebind.php
+%%WWWDIR%%/modules/comments/CategoriesComboBox.js
+%%WWWDIR%%/modules/comments/CategoryDialog.js
%%WWWDIR%%/modules/comments/CommentDialog.js
%%WWWDIR%%/modules/comments/CommentsBrowser.js
%%WWWDIR%%/modules/comments/CommentsGrid.js
+%%WWWDIR%%/modules/comments/CommentsModule.php
%%WWWDIR%%/modules/comments/CommentsTemplate.js
-%%WWWDIR%%/modules/comments/action.php
-%%WWWDIR%%/modules/comments/all-module-scripts-min
-%%WWWDIR%%/modules/comments/classes/comments.class.inc.php
+%%WWWDIR%%/modules/comments/ManageCategoriesDialog.js
+%%WWWDIR%%/modules/comments/ManageCategoriesGrid.js
+%%WWWDIR%%/modules/comments/Settings.js
+%%WWWDIR%%/modules/comments/Stores.js
+%%WWWDIR%%/modules/comments/controller/CategoryController.php
+%%WWWDIR%%/modules/comments/controller/CommentController.php
%%WWWDIR%%/modules/comments/install/install.sql
%%WWWDIR%%/modules/comments/install/uninstall.sql
-%%WWWDIR%%/modules/comments/json.php
-%%WWWDIR%%/modules/comments/language/ca.inc.php
-%%WWWDIR%%/modules/comments/language/ca.js
-%%WWWDIR%%/modules/comments/language/cs.inc.php
-%%WWWDIR%%/modules/comments/language/cs.js
-%%WWWDIR%%/modules/comments/language/de.inc.php
-%%WWWDIR%%/modules/comments/language/de.js
-%%WWWDIR%%/modules/comments/language/en.inc.php
-%%WWWDIR%%/modules/comments/language/en.js
-%%WWWDIR%%/modules/comments/language/es.inc.php
-%%WWWDIR%%/modules/comments/language/es.js
-%%WWWDIR%%/modules/comments/language/et.inc.php
-%%WWWDIR%%/modules/comments/language/et.js
-%%WWWDIR%%/modules/comments/language/fr.inc.php
-%%WWWDIR%%/modules/comments/language/fr.js
-%%WWWDIR%%/modules/comments/language/hu.inc.php
-%%WWWDIR%%/modules/comments/language/hu.js
-%%WWWDIR%%/modules/comments/language/it.inc.php
-%%WWWDIR%%/modules/comments/language/it.js
-%%WWWDIR%%/modules/comments/language/ko.inc.php
-%%WWWDIR%%/modules/comments/language/ko.js
-%%WWWDIR%%/modules/comments/language/nb.inc.php
-%%WWWDIR%%/modules/comments/language/nb.js
-%%WWWDIR%%/modules/comments/language/nl.inc.php
-%%WWWDIR%%/modules/comments/language/nl.js
-%%WWWDIR%%/modules/comments/language/pl.inc.php
-%%WWWDIR%%/modules/comments/language/pl.js
-%%WWWDIR%%/modules/comments/language/pt_BR.inc.php
-%%WWWDIR%%/modules/comments/language/pt_BR.js
-%%WWWDIR%%/modules/comments/language/ro.inc.php
-%%WWWDIR%%/modules/comments/language/ro.js
-%%WWWDIR%%/modules/comments/language/ru.inc.php
-%%WWWDIR%%/modules/comments/language/ru.js
-%%WWWDIR%%/modules/comments/language/sv.inc.php
-%%WWWDIR%%/modules/comments/language/sv.js
-%%WWWDIR%%/modules/comments/language/th.inc.php
-%%WWWDIR%%/modules/comments/language/th.js
+%%WWWDIR%%/modules/comments/install/updates.php
+%%WWWDIR%%/modules/comments/language/bg.php
+%%WWWDIR%%/modules/comments/language/bn_BD.php
+%%WWWDIR%%/modules/comments/language/ca.php
+%%WWWDIR%%/modules/comments/language/cs.php
+%%WWWDIR%%/modules/comments/language/de.php
+%%WWWDIR%%/modules/comments/language/en.php
+%%WWWDIR%%/modules/comments/language/es.php
+%%WWWDIR%%/modules/comments/language/et.php
+%%WWWDIR%%/modules/comments/language/fr.php
+%%WWWDIR%%/modules/comments/language/hr.php
+%%WWWDIR%%/modules/comments/language/hu.php
+%%WWWDIR%%/modules/comments/language/it.php
+%%WWWDIR%%/modules/comments/language/ko.php
+%%WWWDIR%%/modules/comments/language/nb.php
+%%WWWDIR%%/modules/comments/language/nl.php
+%%WWWDIR%%/modules/comments/language/pl.php
+%%WWWDIR%%/modules/comments/language/pt_BR.php
+%%WWWDIR%%/modules/comments/language/ro.php
+%%WWWDIR%%/modules/comments/language/ru.php
+%%WWWDIR%%/modules/comments/language/sv.php
+%%WWWDIR%%/modules/comments/language/th.php
+%%WWWDIR%%/modules/comments/model/Category.php
+%%WWWDIR%%/modules/comments/model/Comment.php
+%%WWWDIR%%/modules/comments/scripts.inc.php
%%WWWDIR%%/modules/comments/scripts.txt
%%WWWDIR%%/modules/comments/themes/Default/images/comments.png
%%WWWDIR%%/modules/comments/themes/Default/style.css
-%%WWWDIR%%/modules/currencies/CurrenciesGrid.js
-%%WWWDIR%%/modules/currencies/MainPanel.js
-%%WWWDIR%%/modules/currencies/SelectCurrency.js
-%%WWWDIR%%/modules/currencies/Stores.js
-%%WWWDIR%%/modules/currencies/action.php
-%%WWWDIR%%/modules/currencies/all-module-scripts-min
-%%WWWDIR%%/modules/currencies/classes/currencies.class.inc.php
-%%WWWDIR%%/modules/currencies/install/install.sql
-%%WWWDIR%%/modules/currencies/install/noautoinstall
-%%WWWDIR%%/modules/currencies/install/uninstall.sql
-%%WWWDIR%%/modules/currencies/json.php
-%%WWWDIR%%/modules/currencies/language/ca.inc.php
-%%WWWDIR%%/modules/currencies/language/ca.js
-%%WWWDIR%%/modules/currencies/language/de.inc.php
-%%WWWDIR%%/modules/currencies/language/de.js
-%%WWWDIR%%/modules/currencies/language/en.inc.php
-%%WWWDIR%%/modules/currencies/language/en.js
-%%WWWDIR%%/modules/currencies/language/et.inc.php
-%%WWWDIR%%/modules/currencies/language/et.js
-%%WWWDIR%%/modules/currencies/language/fr.inc.php
-%%WWWDIR%%/modules/currencies/language/fr.js
-%%WWWDIR%%/modules/currencies/language/ko.inc.php
-%%WWWDIR%%/modules/currencies/language/ko.js
-%%WWWDIR%%/modules/currencies/language/nb.inc.php
-%%WWWDIR%%/modules/currencies/language/nb.js
-%%WWWDIR%%/modules/currencies/language/pl.inc.php
-%%WWWDIR%%/modules/currencies/language/pl.js
-%%WWWDIR%%/modules/currencies/language/ru.inc.php
-%%WWWDIR%%/modules/currencies/language/ru.js
-%%WWWDIR%%/modules/currencies/language/sv.inc.php
-%%WWWDIR%%/modules/currencies/language/sv.js
-%%WWWDIR%%/modules/currencies/scripts.inc.php
-%%WWWDIR%%/modules/currencies/scripts.txt
-%%WWWDIR%%/modules/currencies/themes/Default/images/currencies.png
-%%WWWDIR%%/modules/currencies/themes/Default/style.css
+%%WWWDIR%%/modules/cron/CronModule.php
+%%WWWDIR%%/modules/cron/controller/CronGroupController.php
+%%WWWDIR%%/modules/cron/controller/CronUserController.php
+%%WWWDIR%%/modules/cron/language/bn_BD.php
+%%WWWDIR%%/modules/cron/language/cs.php
+%%WWWDIR%%/modules/cron/language/de.php
+%%WWWDIR%%/modules/cron/language/en.php
+%%WWWDIR%%/modules/cron/language/fr.php
+%%WWWDIR%%/modules/cron/language/nb.php
+%%WWWDIR%%/modules/cron/language/nl.php
+%%WWWDIR%%/modules/cron/views/Extjs3/CronDialog.js
+%%WWWDIR%%/modules/cron/views/Extjs3/CronGrid.js
+%%WWWDIR%%/modules/cron/views/Extjs3/MainPanel.js
+%%WWWDIR%%/modules/cron/views/Extjs3/ParametersPanel.js
+%%WWWDIR%%/modules/cron/views/Extjs3/PeriodGrid.js
+%%WWWDIR%%/modules/cron/views/Extjs3/SettingsDialog.js
+%%WWWDIR%%/modules/cron/views/Extjs3/Stores.js
+%%WWWDIR%%/modules/cron/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/cron/views/Extjs3/themes/Default/images/add-cron.png
+%%WWWDIR%%/modules/cron/views/Extjs3/themes/Default/images/cron.png
+%%WWWDIR%%/modules/cron/views/Extjs3/themes/Default/style.css
+%%WWWDIR%%/modules/cron/views/Extjs3/themes/ExtJS/images/add-cron.png
+%%WWWDIR%%/modules/cron/views/Extjs3/themes/ExtJS/images/cron.png
+%%WWWDIR%%/modules/cron/views/Extjs3/themes/ExtJS/style.css
+%%WWWDIR%%/modules/customcss/CustomcssModule.php
%%WWWDIR%%/modules/customcss/MainPanel.js
-%%WWWDIR%%/modules/customcss/action.php
-%%WWWDIR%%/modules/customcss/all-module-scripts-min
+%%WWWDIR%%/modules/customcss/controller/CustomcssController.php
%%WWWDIR%%/modules/customcss/install/noautoinstall
-%%WWWDIR%%/modules/customcss/json.php
-%%WWWDIR%%/modules/customcss/language/ca.inc.php
-%%WWWDIR%%/modules/customcss/language/ca.js
-%%WWWDIR%%/modules/customcss/language/cs.inc.php
-%%WWWDIR%%/modules/customcss/language/cs.js
-%%WWWDIR%%/modules/customcss/language/de.js
-%%WWWDIR%%/modules/customcss/language/en.inc.php
-%%WWWDIR%%/modules/customcss/language/en.js
-%%WWWDIR%%/modules/customcss/language/fr.inc.php
-%%WWWDIR%%/modules/customcss/language/fr.js
-%%WWWDIR%%/modules/customcss/language/ko.inc.php
-%%WWWDIR%%/modules/customcss/language/ko.js
-%%WWWDIR%%/modules/customcss/language/nb.inc.php
-%%WWWDIR%%/modules/customcss/language/nb.js
-%%WWWDIR%%/modules/customcss/language/pl.js
-%%WWWDIR%%/modules/customcss/language/ru.inc.php
-%%WWWDIR%%/modules/customcss/language/ru.js
-%%WWWDIR%%/modules/customcss/language/sv.js
+%%WWWDIR%%/modules/customcss/language/bg.php
+%%WWWDIR%%/modules/customcss/language/bn_BD.php
+%%WWWDIR%%/modules/customcss/language/ca.php
+%%WWWDIR%%/modules/customcss/language/cs.php
+%%WWWDIR%%/modules/customcss/language/de.php
+%%WWWDIR%%/modules/customcss/language/en.php
+%%WWWDIR%%/modules/customcss/language/fr.php
+%%WWWDIR%%/modules/customcss/language/ko.php
+%%WWWDIR%%/modules/customcss/language/nb.php
+%%WWWDIR%%/modules/customcss/language/pl.php
+%%WWWDIR%%/modules/customcss/language/pt_BR.php
+%%WWWDIR%%/modules/customcss/language/ru.php
+%%WWWDIR%%/modules/customcss/language/sv.php
%%WWWDIR%%/modules/customcss/logged_off_scripts.inc.php
%%WWWDIR%%/modules/customcss/scripts.inc.php
%%WWWDIR%%/modules/customcss/scripts.txt
%%WWWDIR%%/modules/customcss/themes/Default/images/customcss.png
%%WWWDIR%%/modules/customcss/themes/Default/style.css
-%%WWWDIR%%/modules/dav/DAV/Auth_Backend.class.inc.php
-%%WWWDIR%%/modules/dav/DAV/FS_Directory.class.inc.php
-%%WWWDIR%%/modules/dav/DAV/FS_File.class.inc.php
-%%WWWDIR%%/modules/dav/DAV/ObjectTree.class.inc.php
-%%WWWDIR%%/modules/dav/DAV/PrincipalBackend.class.inc.php
-%%WWWDIR%%/modules/dav/DAV/Shared_Directory.class.inc.php
-%%WWWDIR%%/modules/dav/SabreDAV/ChangeLog
-%%WWWDIR%%/modules/dav/SabreDAV/LICENSE
-%%WWWDIR%%/modules/dav/SabreDAV/bin/naturalselection.py
-%%WWWDIR%%/modules/dav/SabreDAV/examples/basicauth.php
-%%WWWDIR%%/modules/dav/SabreDAV/examples/calendarserver.php
-%%WWWDIR%%/modules/dav/SabreDAV/examples/digestauth.php
-%%WWWDIR%%/modules/dav/SabreDAV/examples/fileserver.php
-%%WWWDIR%%/modules/dav/SabreDAV/examples/simplefsserver.php
-%%WWWDIR%%/modules/dav/SabreDAV/examples/sql/mysql.calendars.sql
-%%WWWDIR%%/modules/dav/SabreDAV/examples/sql/mysql.locks.sql
-%%WWWDIR%%/modules/dav/SabreDAV/examples/sql/mysql.principals.sql
-%%WWWDIR%%/modules/dav/SabreDAV/examples/sql/mysql.users.sql
-%%WWWDIR%%/modules/dav/SabreDAV/examples/sql/sqlite.calendars.sql
-%%WWWDIR%%/modules/dav/SabreDAV/examples/sql/sqlite.locks.sql
-%%WWWDIR%%/modules/dav/SabreDAV/examples/sql/sqlite.principals.sql
-%%WWWDIR%%/modules/dav/SabreDAV/examples/sql/sqlite.users.sql
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre.autoload.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre.includes.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Backend/Abstract.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Backend/PDO.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Calendar.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/CalendarObject.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/CalendarRootNode.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Exception/InvalidICalendarObject.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/ICSExportPlugin.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/ICalendarUtil.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Plugin.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Principal/Collection.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Principal/ProxyRead.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Principal/ProxyWrite.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Principal/User.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCalendarData.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCollationSet.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Server.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/UserCalendars.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Version.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/XMLUtil.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Auth/Backend/Apache.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Auth/Backend/File.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Auth/Backend/PDO.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Auth/IBackend.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Auth/Plugin.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Browser/GuessContentType.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Browser/MapGetToPropFind.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Browser/Plugin.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Directory.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/BadRequest.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/Conflict.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/ConflictingLock.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/FileNotFound.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/Forbidden.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/InsufficientStorage.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/InvalidResourceType.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/Locked.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/MethodNotAllowed.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/NotAuthenticated.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/NotImplemented.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/PreconditionFailed.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/ReportNotImplemented.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception/UnsupportedMediaType.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/FS/Directory.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/FS/File.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/FS/Node.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/FSExt/Directory.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/FSExt/File.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/FSExt/Node.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/File.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/ICollection.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/IExtendedCollection.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/IFile.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/ILockable.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/INode.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/IProperties.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/IQuota.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Locks/Backend/Abstract.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Locks/Backend/FS.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Locks/Backend/File.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Locks/Backend/PDO.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Locks/LockInfo.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Locks/Plugin.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Mount/Plugin.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Node.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/ObjectTree.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Property.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Property/GetLastModified.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Property/Href.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Property/HrefList.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Property/IHref.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Property/LockDiscovery.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Property/ResourceType.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Property/Response.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Property/ResponseList.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Property/SupportedLock.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Property/SupportedReportSet.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Server.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/ServerPlugin.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/SimpleDirectory.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/TemporaryFileFilterPlugin.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Tree.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Tree/Filesystem.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/URLUtil.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/UUIDUtil.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Version.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/XMLUtil.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/AbstractPrincipalCollection.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Exception/AceConflict.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Exception/NeedPrivileges.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Exception/NoAbstract.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/IACL.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/IPrincipal.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/IPrincipalBackend.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Plugin.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Principal.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend/PDO.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/PrincipalCollection.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Property/Acl.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Property/Principal.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Version.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/HTTP/AWSAuth.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/HTTP/AbstractAuth.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/HTTP/BasicAuth.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/HTTP/DigestAuth.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/HTTP/Request.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/HTTP/Response.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/HTTP/Util.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/HTTP/Version.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/VObject/Component.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/VObject/Element.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/VObject/ElementList.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/VObject/Node.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/VObject/Parameter.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/VObject/ParseException.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/VObject/Property.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/VObject/Reader.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/VObject/Version.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/VObject/includes.php
-%%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/autoload.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Backend/AbstractTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/CalendarObjectTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/CalendarQueryFilterTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/CalendarTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/ICSExportPluginTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/ICalendarUtilTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/PluginTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Principal/CollectionTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Principal/ProxyReadTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Principal/UserTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Property/SupportedCalendarComponentSetTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/ServerTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/TestUtil.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/UserCalendarsTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/VersionTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/XMLUtilTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/AbstractServer.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/ApacheTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/FileTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Auth/MockBackend.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Auth/PluginTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/BasicNodeTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Browser/GuessContentTypeTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Browser/PluginTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/ExceptionTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/FSExt/FileTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/FSExt/NodeTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/FSExt/ServerTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Issue33Test.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Locks/Backend/AbstractTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Locks/Backend/FSTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Locks/Backend/FileTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Locks/Backend/PDOTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Locks/GetIfConditionsTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Locks/PluginTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Mount/PluginTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/ObjectTreeTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Property/GetLastModifiedTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Property/HrefTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Property/ResourceTypeTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Property/ResponseTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Property/SupportedReportSetTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/ServerCopyMoveTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/ServerEventsTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/ServerFinderBlockTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/ServerMKCOLTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/ServerPluginTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/ServerPreconditionTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/ServerPropsTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/ServerRangeTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/ServerSimpleTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/ServerUpdatePropertiesTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/TemporaryFileFilterTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/TestPlugin.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Tree/FilesystemTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/TreeTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/URLUtilTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/XMLUtilTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/ACLMethodTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/AllowAccessTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/BlockAccessTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/Exception/AceConflictTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/Exception/NoAbstractTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/ExpandPropertiesTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/MockACLNode.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/MockPrincipal.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/MockPrincipalBackend.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/PluginPropertiesTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/PrincipalCollectionTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/PrincipalTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/Property/ACLTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/Property/CurrentUserPrivilegeSetTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/Property/PrincipalTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/SimplePluginTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/VersionTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/HTTP/AWSAuthTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/HTTP/BasicAuthTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/HTTP/DigestAuthTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/HTTP/RequestTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/HTTP/ResponseMock.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/HTTP/ResponseTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/HTTP/UtilTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/HTTP/VersionTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/TestUtil.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/VObject/ComponentTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/VObject/ElementListTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/VObject/ParameterTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/VObject/PropertyTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/VObject/ReaderTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/VObject/VersionTest.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/bootstrap.php
-%%WWWDIR%%/modules/dav/SabreDAV/tests/phpunit.xml
-%%WWWDIR%%/modules/dav/autoload.php
+%%WWWDIR%%/modules/customfields/CategoriesDialog.js
+%%WWWDIR%%/modules/customfields/CategoriesPanel.js
+%%WWWDIR%%/modules/customfields/CategoryDialog.js
+%%WWWDIR%%/modules/customfields/CategoryFormPanel.js
+%%WWWDIR%%/modules/customfields/CustomFormPanel.js
+%%WWWDIR%%/modules/customfields/CustomfieldsModule.php
+%%WWWDIR%%/modules/customfields/DataTypes.js
+%%WWWDIR%%/modules/customfields/DisableCategoriesPanel.js
+%%WWWDIR%%/modules/customfields/EnableBlocksPanel.js
+%%WWWDIR%%/modules/customfields/FieldDialog.js
+%%WWWDIR%%/modules/customfields/Functions.js
+%%WWWDIR%%/modules/customfields/ImportDialog.js
+%%WWWDIR%%/modules/customfields/MainPanel.js
+%%WWWDIR%%/modules/customfields/ManageBlockDialog.js
+%%WWWDIR%%/modules/customfields/ManageBlocksGrid.js
+%%WWWDIR%%/modules/customfields/SelectOptionsGrid.js
+%%WWWDIR%%/modules/customfields/TreeSelectOptions.js
+%%WWWDIR%%/modules/customfields/TypePanel.js
+%%WWWDIR%%/modules/customfields/controller/BlockController.php
+%%WWWDIR%%/modules/customfields/controller/BlockFieldController.php
+%%WWWDIR%%/modules/customfields/controller/CategoryController.php
+%%WWWDIR%%/modules/customfields/controller/FieldController.php
+%%WWWDIR%%/modules/customfields/controller/FieldTreeSelectOptionController.php
+%%WWWDIR%%/modules/customfields/customfieldtype/AbstractCustomfieldtype.php
+%%WWWDIR%%/modules/customfields/customfieldtype/Checkbox.php
+%%WWWDIR%%/modules/customfields/customfieldtype/Date.php
+%%WWWDIR%%/modules/customfields/customfieldtype/Datetime.php
+%%WWWDIR%%/modules/customfields/customfieldtype/EncryptedText.php
+%%WWWDIR%%/modules/customfields/customfieldtype/FunctionField.php
+%%WWWDIR%%/modules/customfields/customfieldtype/Heading.php
+%%WWWDIR%%/modules/customfields/customfieldtype/Html.php
+%%WWWDIR%%/modules/customfields/customfieldtype/Infotext.php
+%%WWWDIR%%/modules/customfields/customfieldtype/Number.php
+%%WWWDIR%%/modules/customfields/customfieldtype/Php.php
+%%WWWDIR%%/modules/customfields/customfieldtype/Select.php
+%%WWWDIR%%/modules/customfields/customfieldtype/Text.php
+%%WWWDIR%%/modules/customfields/customfieldtype/Textarea.php
+%%WWWDIR%%/modules/customfields/customfieldtype/Treeselect.php
+%%WWWDIR%%/modules/customfields/customfieldtype/TreeselectSlave.php
+%%WWWDIR%%/modules/customfields/customfieldtype/User.php
+%%WWWDIR%%/modules/customfields/html/Field.php
+%%WWWDIR%%/modules/customfields/install/install.sql
+%%WWWDIR%%/modules/customfields/install/uninstall.sql
+%%WWWDIR%%/modules/customfields/install/updates.inc.php
+%%WWWDIR%%/modules/customfields/language/bn_BD.php
+%%WWWDIR%%/modules/customfields/language/cs.php
+%%WWWDIR%%/modules/customfields/language/de.php
+%%WWWDIR%%/modules/customfields/language/en.php
+%%WWWDIR%%/modules/customfields/language/es.php
+%%WWWDIR%%/modules/customfields/language/fr.php
+%%WWWDIR%%/modules/customfields/language/it.php
+%%WWWDIR%%/modules/customfields/language/ko.php
+%%WWWDIR%%/modules/customfields/language/nb.php
+%%WWWDIR%%/modules/customfields/language/nl.php
+%%WWWDIR%%/modules/customfields/language/pl.php
+%%WWWDIR%%/modules/customfields/language/ro.php
+%%WWWDIR%%/modules/customfields/language/ru.php
+%%WWWDIR%%/modules/customfields/language/sv.php
+%%WWWDIR%%/modules/customfields/language/th.php
+%%WWWDIR%%/modules/customfields/model/AbstractCustomFieldsRecord.php
+%%WWWDIR%%/modules/customfields/model/Block.php
+%%WWWDIR%%/modules/customfields/model/Category.php
+%%WWWDIR%%/modules/customfields/model/DisableCategories.php
+%%WWWDIR%%/modules/customfields/model/EnabledBlock.php
+%%WWWDIR%%/modules/customfields/model/EnabledCategory.php
+%%WWWDIR%%/modules/customfields/model/Field.php
+%%WWWDIR%%/modules/customfields/model/FieldSelectOption.php
+%%WWWDIR%%/modules/customfields/model/FieldTreeSelectOption.php
+%%WWWDIR%%/modules/customfields/namespaces.js
+%%WWWDIR%%/modules/customfields/scripts.inc.php
+%%WWWDIR%%/modules/customfields/scripts.txt
+%%WWWDIR%%/modules/customfields/themes/Default/images/categories.png
+%%WWWDIR%%/modules/customfields/themes/Default/images/customfields.png
+%%WWWDIR%%/modules/customfields/themes/Default/style.css
+%%WWWDIR%%/modules/customfields/themes/ExtJS/images/categories.png
+%%WWWDIR%%/modules/customfields/themes/ExtJS/images/customfields.png
+%%WWWDIR%%/modules/customfields/themes/ExtJS/style.css
+%%WWWDIR%%/modules/dav/DavModule.php
+%%WWWDIR%%/modules/dav/ObjectTree.php
+%%WWWDIR%%/modules/dav/auth/Backend.php
+%%WWWDIR%%/modules/dav/davacl/PrincipalBackend.php
%%WWWDIR%%/modules/dav/files.php
-%%WWWDIR%%/modules/dav/language/ca.inc.php
-%%WWWDIR%%/modules/dav/language/cs.inc.php
-%%WWWDIR%%/modules/dav/language/de.inc.php
-%%WWWDIR%%/modules/dav/language/en.inc.php
-%%WWWDIR%%/modules/dav/language/fr.inc.php
-%%WWWDIR%%/modules/dav/language/ko.inc.php
-%%WWWDIR%%/modules/dav/language/nb.inc.php
-%%WWWDIR%%/modules/dav/language/ru.inc.php
-%%WWWDIR%%/modules/dav/language/sv.inc.php
+%%WWWDIR%%/modules/dav/fs/Directory.php
+%%WWWDIR%%/modules/dav/fs/File.php
+%%WWWDIR%%/modules/dav/fs/RootDirectory.php
+%%WWWDIR%%/modules/dav/fs/SharedDirectory.php
+%%WWWDIR%%/modules/dav/language/bg.php
+%%WWWDIR%%/modules/dav/language/bn_BD.php
+%%WWWDIR%%/modules/dav/language/ca.php
+%%WWWDIR%%/modules/dav/language/cs.php
+%%WWWDIR%%/modules/dav/language/de.php
+%%WWWDIR%%/modules/dav/language/en.php
+%%WWWDIR%%/modules/dav/language/fr.php
+%%WWWDIR%%/modules/dav/language/it.php
+%%WWWDIR%%/modules/dav/language/ko.php
+%%WWWDIR%%/modules/dav/language/nb.php
+%%WWWDIR%%/modules/dav/language/pt_BR.php
+%%WWWDIR%%/modules/dav/language/ru.php
+%%WWWDIR%%/modules/dav/language/sv.php
%%WWWDIR%%/modules/dav/themes/Default/images/dav.png
+%%WWWDIR%%/modules/defaultsite/DefaultsiteModule.php
+%%WWWDIR%%/modules/defaultsite/controller/InstallationController.php
+%%WWWDIR%%/modules/defaultsite/language/bn_BD.php
+%%WWWDIR%%/modules/defaultsite/language/cs.php
+%%WWWDIR%%/modules/defaultsite/language/de.php
+%%WWWDIR%%/modules/defaultsite/language/en.php
+%%WWWDIR%%/modules/defaultsite/language/fr.php
+%%WWWDIR%%/modules/defaultsite/language/nl.php
+%%WWWDIR%%/modules/defaultsite/siteconfig.php
+%%WWWDIR%%/modules/defaultsite/views/site/addressbook/contactform.php
+%%WWWDIR%%/modules/defaultsite/views/site/addressbook/contactform_done.php
+%%WWWDIR%%/modules/defaultsite/views/site/assets/css/site.css
+%%WWWDIR%%/modules/defaultsite/views/site/assets/css/ticket.css
+%%WWWDIR%%/modules/defaultsite/views/site/layouts/main.php
+%%WWWDIR%%/modules/defaultsite/views/site/servermanager/createtrial.php
+%%WWWDIR%%/modules/defaultsite/views/site/servermanager/emails/trial.txt
+%%WWWDIR%%/modules/defaultsite/views/site/servermanager/emailsent.php
+%%WWWDIR%%/modules/defaultsite/views/site/servermanager/newtrial.php
+%%WWWDIR%%/modules/defaultsite/views/site/servermanager/trialcreated.php
+%%WWWDIR%%/modules/defaultsite/views/site/site/404.php
+%%WWWDIR%%/modules/defaultsite/views/site/site/content.php
+%%WWWDIR%%/modules/defaultsite/views/site/site/error.php
+%%WWWDIR%%/modules/defaultsite/views/site/site/login.php
+%%WWWDIR%%/modules/defaultsite/views/site/site/recoverPassword.php
+%%WWWDIR%%/modules/defaultsite/views/site/site/register.php
+%%WWWDIR%%/modules/defaultsite/views/site/site/resetPassword.php
+%%WWWDIR%%/modules/defaultsite/views/site/tickets/newticket.php
+%%WWWDIR%%/modules/defaultsite/views/site/tickets/ticket.php
+%%WWWDIR%%/modules/defaultsite/views/site/tickets/ticketcreated.php
+%%WWWDIR%%/modules/defaultsite/views/site/tickets/ticketlist.php
+%%WWWDIR%%/modules/demodata/DemodataModule.php
+%%WWWDIR%%/modules/demodata/Plugin.js
+%%WWWDIR%%/modules/demodata/controller/DemodataController.php
+%%WWWDIR%%/modules/demodata/language/bn_BD.php
+%%WWWDIR%%/modules/demodata/language/en.php
+%%WWWDIR%%/modules/demodata/scripts.txt
+%%WWWDIR%%/modules/documenttemplates/DocumenttemplatesModule.php
+%%WWWDIR%%/modules/documenttemplates/NewOODocumentMenuItem.js
+%%WWWDIR%%/modules/documenttemplates/OOTemplateDialog.js
+%%WWWDIR%%/modules/documenttemplates/Stores.js
+%%WWWDIR%%/modules/documenttemplates/TemplateDocumentDialog.js
+%%WWWDIR%%/modules/documenttemplates/controller/DocumentController.php
+%%WWWDIR%%/modules/documenttemplates/controller/DocumentTemplateController.php
+%%WWWDIR%%/modules/documenttemplates/language/cs.php
+%%WWWDIR%%/modules/documenttemplates/language/de.php
+%%WWWDIR%%/modules/documenttemplates/language/en.php
+%%WWWDIR%%/modules/documenttemplates/language/es.php
+%%WWWDIR%%/modules/documenttemplates/language/fr.php
+%%WWWDIR%%/modules/documenttemplates/language/ko.php
+%%WWWDIR%%/modules/documenttemplates/language/nb.php
+%%WWWDIR%%/modules/documenttemplates/language/nl.php
+%%WWWDIR%%/modules/documenttemplates/language/pt_BR.php
+%%WWWDIR%%/modules/documenttemplates/language/sv.php
+%%WWWDIR%%/modules/documenttemplates/language/th.php
+%%WWWDIR%%/modules/documenttemplates/scripts.txt
+%%WWWDIR%%/modules/documenttemplates/themes/Default/images/documenttemplates.png
+%%WWWDIR%%/modules/dropbox/DropboxModule.php
+%%WWWDIR%%/modules/dropbox/INSTALL.TXT
+%%WWWDIR%%/modules/dropbox/controller/AuthController.php
+%%WWWDIR%%/modules/dropbox/cron/Sync.php
+%%WWWDIR%%/modules/dropbox/install/install.sql
+%%WWWDIR%%/modules/dropbox/install/uninstall.sql
+%%WWWDIR%%/modules/dropbox/install/updates.php
+%%WWWDIR%%/modules/dropbox/language/en.php
+%%WWWDIR%%/modules/dropbox/language/nb.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/AccessToken.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/AccessType.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/AppInfo.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/AppInfoLoadException.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/AuthInfo.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/AuthInfoLoadException.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Checker.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Client.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Config.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Curl.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/CurlStreamRelay.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/DeserializeException.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/DropboxMetadataHeaderCatcher.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Exception.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Exception/BadRequest.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Exception/BadResponse.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Exception/BadResponseCode.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Exception/InvalidAccessToken.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Exception/NetworkIO.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Exception/ProtocolError.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Exception/RetryLater.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Exception/ServerError.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Host.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/HttpResponse.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Path.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/RequestToken.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/RequestUtil.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/Token.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/WebAuth.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/WriteMode.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/autoload.php
+%%WWWDIR%%/modules/dropbox/lib/Dropbox/trusted-certs.crt
+%%WWWDIR%%/modules/dropbox/model/User.php
+%%WWWDIR%%/modules/dropbox/views/Extjs3/Settings.js
+%%WWWDIR%%/modules/dropbox/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/dropbox/views/Extjs3/themes/Default/images/dropbox.png
+%%WWWDIR%%/modules/email/AccountContextMenu.js
%%WWWDIR%%/modules/email/AccountDialog.js
%%WWWDIR%%/modules/email/AccountsDialog.js
%%WWWDIR%%/modules/email/AccountsGrid.js
@@ -3739,98 +2941,102 @@
%%WWWDIR%%/modules/email/AliasesGrid.js
%%WWWDIR%%/modules/email/AttachmentContextMenu.js
%%WWWDIR%%/modules/email/ContactsGrid.js
+%%WWWDIR%%/modules/email/CopyMailToDialog.js
%%WWWDIR%%/modules/email/EmailClient.js
%%WWWDIR%%/modules/email/EmailComposer.js
+%%WWWDIR%%/modules/email/EmailModule.php
+%%WWWDIR%%/modules/email/FilterDialog.js
+%%WWWDIR%%/modules/email/FilterGrid.js
%%WWWDIR%%/modules/email/FindContactDialog.js
+%%WWWDIR%%/modules/email/FolderDialog.js
%%WWWDIR%%/modules/email/FoldersDialog.js
%%WWWDIR%%/modules/email/ImapAclDialog.js
%%WWWDIR%%/modules/email/ImapAclUserDialog.js
+%%WWWDIR%%/modules/email/LinkAttachmentDialog.js
%%WWWDIR%%/modules/email/LinkedMessagePanel.js
+%%WWWDIR%%/modules/email/MailboxContextMenu.js
%%WWWDIR%%/modules/email/MessageDialog.js
%%WWWDIR%%/modules/email/MessagePanel.js
%%WWWDIR%%/modules/email/MessagesGrid.js
+%%WWWDIR%%/modules/email/MoveOldMailDialog.js
+%%WWWDIR%%/modules/email/Portlet.js
+%%WWWDIR%%/modules/email/PortletPanel.js
+%%WWWDIR%%/modules/email/PortletSettingsDialog.js
%%WWWDIR%%/modules/email/ReplaceEmailDialog.js
%%WWWDIR%%/modules/email/SearchDialog.js
%%WWWDIR%%/modules/email/Settings.js
+%%WWWDIR%%/modules/email/Transport.php
%%WWWDIR%%/modules/email/UnknownRecipientsDialog.js
-%%WWWDIR%%/modules/email/action.php
-%%WWWDIR%%/modules/email/all-module-scripts-min
-%%WWWDIR%%/modules/email/attachment.php
-%%WWWDIR%%/modules/email/classes/cached_imap.class.inc.php
-%%WWWDIR%%/modules/email/classes/email.class.inc.php
-%%WWWDIR%%/modules/email/download_file.php
+%%WWWDIR%%/modules/email/controller/AccountController.php
+%%WWWDIR%%/modules/email/controller/AliasController.php
+%%WWWDIR%%/modules/email/controller/FilterController.php
+%%WWWDIR%%/modules/email/controller/FolderController.php
+%%WWWDIR%%/modules/email/controller/LabelController.php
+%%WWWDIR%%/modules/email/controller/MessageController.php
+%%WWWDIR%%/modules/email/controller/PortletController.php
+%%WWWDIR%%/modules/email/controller/RegisterController.php
+%%WWWDIR%%/modules/email/controller/ResponsiveController.php
%%WWWDIR%%/modules/email/install/install.sql
%%WWWDIR%%/modules/email/install/uninstall.sql
%%WWWDIR%%/modules/email/install/updates.inc.php
-%%WWWDIR%%/modules/email/install/updatescripts/1_sender_aliases.inc.php
-%%WWWDIR%%/modules/email/install/updatescripts/2_add_acl.inc.php
-%%WWWDIR%%/modules/email/json.php
-%%WWWDIR%%/modules/email/jupload/index.php
-%%WWWDIR%%/modules/email/jupload/upload.php
-%%WWWDIR%%/modules/email/language/ca.inc.php
-%%WWWDIR%%/modules/email/language/ca.js
-%%WWWDIR%%/modules/email/language/cn.inc.php
-%%WWWDIR%%/modules/email/language/cn.js
-%%WWWDIR%%/modules/email/language/cs.inc.php
-%%WWWDIR%%/modules/email/language/cs.js
-%%WWWDIR%%/modules/email/language/da.inc.php
-%%WWWDIR%%/modules/email/language/da.js
-%%WWWDIR%%/modules/email/language/de.inc.php
-%%WWWDIR%%/modules/email/language/de.js
-%%WWWDIR%%/modules/email/language/el.inc.php
-%%WWWDIR%%/modules/email/language/el.js
-%%WWWDIR%%/modules/email/language/en.inc.php
-%%WWWDIR%%/modules/email/language/en.js
-%%WWWDIR%%/modules/email/language/es.inc.php
-%%WWWDIR%%/modules/email/language/es.js
-%%WWWDIR%%/modules/email/language/et.inc.php
-%%WWWDIR%%/modules/email/language/et.js
-%%WWWDIR%%/modules/email/language/fi.inc.php
-%%WWWDIR%%/modules/email/language/fi.js
-%%WWWDIR%%/modules/email/language/fr.inc.php
-%%WWWDIR%%/modules/email/language/fr.js
-%%WWWDIR%%/modules/email/language/hu.inc.php
-%%WWWDIR%%/modules/email/language/hu.js
-%%WWWDIR%%/modules/email/language/it.inc.php
-%%WWWDIR%%/modules/email/language/it.js
-%%WWWDIR%%/modules/email/language/ko.inc.php
-%%WWWDIR%%/modules/email/language/ko.js
-%%WWWDIR%%/modules/email/language/nb.inc.php
-%%WWWDIR%%/modules/email/language/nb.js
-%%WWWDIR%%/modules/email/language/nl.inc.php
-%%WWWDIR%%/modules/email/language/nl.js
-%%WWWDIR%%/modules/email/language/pl.inc.php
-%%WWWDIR%%/modules/email/language/pl.js
-%%WWWDIR%%/modules/email/language/pt_BR.inc.php
-%%WWWDIR%%/modules/email/language/pt_BR.js
-%%WWWDIR%%/modules/email/language/ro.inc.php
-%%WWWDIR%%/modules/email/language/ro.js
-%%WWWDIR%%/modules/email/language/ru.inc.php
-%%WWWDIR%%/modules/email/language/ru.js
-%%WWWDIR%%/modules/email/language/sv.inc.php
-%%WWWDIR%%/modules/email/language/sv.js
-%%WWWDIR%%/modules/email/language/th.inc.php
-%%WWWDIR%%/modules/email/language/th.js
-%%WWWDIR%%/modules/email/language/tr.inc.php
-%%WWWDIR%%/modules/email/language/tr.js
-%%WWWDIR%%/modules/email/language/zh-tw.inc.php
-%%WWWDIR%%/modules/email/language/zh-tw.js
-%%WWWDIR%%/modules/email/mailto.php
-%%WWWDIR%%/modules/email/mimepart.php
-%%WWWDIR%%/modules/email/register_email.php
+%%WWWDIR%%/modules/email/install/updatescripts/encrypt.inc.php
+%%WWWDIR%%/modules/email/language/bg.php
+%%WWWDIR%%/modules/email/language/bn_BD.php
+%%WWWDIR%%/modules/email/language/ca.php
+%%WWWDIR%%/modules/email/language/cn.php
+%%WWWDIR%%/modules/email/language/cs.php
+%%WWWDIR%%/modules/email/language/da.php
+%%WWWDIR%%/modules/email/language/de.php
+%%WWWDIR%%/modules/email/language/el.php
+%%WWWDIR%%/modules/email/language/en.php
+%%WWWDIR%%/modules/email/language/es.php
+%%WWWDIR%%/modules/email/language/et.php
+%%WWWDIR%%/modules/email/language/fi.php
+%%WWWDIR%%/modules/email/language/fr.php
+%%WWWDIR%%/modules/email/language/hr.php
+%%WWWDIR%%/modules/email/language/hu.php
+%%WWWDIR%%/modules/email/language/it.php
+%%WWWDIR%%/modules/email/language/ko.php
+%%WWWDIR%%/modules/email/language/nb.php
+%%WWWDIR%%/modules/email/language/nl.php
+%%WWWDIR%%/modules/email/language/pl.php
+%%WWWDIR%%/modules/email/language/pt_BR.php
+%%WWWDIR%%/modules/email/language/ro.php
+%%WWWDIR%%/modules/email/language/ru.php
+%%WWWDIR%%/modules/email/language/sv.php
+%%WWWDIR%%/modules/email/language/th.php
+%%WWWDIR%%/modules/email/language/tr.php
+%%WWWDIR%%/modules/email/language/zh-tw.php
+%%WWWDIR%%/modules/email/model/Account.php
+%%WWWDIR%%/modules/email/model/AccountSort.php
+%%WWWDIR%%/modules/email/model/Alias.php
+%%WWWDIR%%/modules/email/model/ComposerMessage.php
+%%WWWDIR%%/modules/email/model/ContactMailTime.php
+%%WWWDIR%%/modules/email/model/Filter.php
+%%WWWDIR%%/modules/email/model/ImapMailbox.php
+%%WWWDIR%%/modules/email/model/ImapMessage.php
+%%WWWDIR%%/modules/email/model/ImapMessageAttachment.php
+%%WWWDIR%%/modules/email/model/ImapSearchQuery.php
+%%WWWDIR%%/modules/email/model/Label.php
+%%WWWDIR%%/modules/email/model/Message.php
+%%WWWDIR%%/modules/email/model/MessageAttachment.php
+%%WWWDIR%%/modules/email/model/PortletFolder.php
+%%WWWDIR%%/modules/email/model/SavedMessage.php
%%WWWDIR%%/modules/email/scripts.inc.php
%%WWWDIR%%/modules/email/scripts.txt
-%%WWWDIR%%/modules/email/source.php
%%WWWDIR%%/modules/email/themes/Default/images/16x16/account.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/accounts.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/addressbook.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/attach.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/btn-attach.png
+%%WWWDIR%%/modules/email/themes/Default/images/16x16/drafts.png
+%%WWWDIR%%/modules/email/themes/Default/images/16x16/email-quickadd.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/flag.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/folder.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/folder_open.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/gtk-add.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/high_priority.png
+%%WWWDIR%%/modules/email/themes/Default/images/16x16/inbox.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/low_priority.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/mail_forward.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/mail_new.png
@@ -3843,10 +3049,14 @@
%%WWWDIR%%/modules/email/themes/Default/images/16x16/message_answered_and_forwarded.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/message_forwarded.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/message_new.png
+%%WWWDIR%%/modules/email/themes/Default/images/16x16/readmessage.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/reload.png
+%%WWWDIR%%/modules/email/themes/Default/images/16x16/sent.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/share_mailbox.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/show.png
+%%WWWDIR%%/modules/email/themes/Default/images/16x16/spam.png
%%WWWDIR%%/modules/email/themes/Default/images/16x16/toggle_window.png
+%%WWWDIR%%/modules/email/themes/Default/images/16x16/trash.png
%%WWWDIR%%/modules/email/themes/Default/images/22x22/email.png
%%WWWDIR%%/modules/email/themes/Default/images/email.png
%%WWWDIR%%/modules/email/themes/Default/style.css
@@ -3873,129 +3083,174 @@
%%WWWDIR%%/modules/email/themes/ExtJS/images/16x16/toggle_window.png
%%WWWDIR%%/modules/email/themes/ExtJS/images/22x22/email.png
%%WWWDIR%%/modules/email/themes/ExtJS/style.css
-%%WWWDIR%%/modules/email/tnef.php
-%%WWWDIR%%/modules/email/zip_attachments.php
-%%WWWDIR%%/modules/emailportlet/Plugin.js
-%%WWWDIR%%/modules/emailportlet/all-module-scripts-min
-%%WWWDIR%%/modules/emailportlet/classes/emailportlet.class.inc.php
-%%WWWDIR%%/modules/emailportlet/install/install.sql
-%%WWWDIR%%/modules/emailportlet/install/uninstall.sql
-%%WWWDIR%%/modules/emailportlet/json.php
-%%WWWDIR%%/modules/emailportlet/language/ca.inc.php
-%%WWWDIR%%/modules/emailportlet/language/ca.js
-%%WWWDIR%%/modules/emailportlet/language/de.inc.php
-%%WWWDIR%%/modules/emailportlet/language/de.js
-%%WWWDIR%%/modules/emailportlet/language/en.inc.php
-%%WWWDIR%%/modules/emailportlet/language/en.js
-%%WWWDIR%%/modules/emailportlet/language/et.inc.php
-%%WWWDIR%%/modules/emailportlet/language/et.js
-%%WWWDIR%%/modules/emailportlet/language/fr.inc.php
-%%WWWDIR%%/modules/emailportlet/language/fr.js
-%%WWWDIR%%/modules/emailportlet/language/ko.inc.php
-%%WWWDIR%%/modules/emailportlet/language/ko.js
-%%WWWDIR%%/modules/emailportlet/language/nb.inc.php
-%%WWWDIR%%/modules/emailportlet/language/nb.js
-%%WWWDIR%%/modules/emailportlet/language/nl.inc.php
-%%WWWDIR%%/modules/emailportlet/language/nl.js
-%%WWWDIR%%/modules/emailportlet/language/ru.inc.php
-%%WWWDIR%%/modules/emailportlet/language/ru.js
-%%WWWDIR%%/modules/emailportlet/language/sv.inc.php
-%%WWWDIR%%/modules/emailportlet/language/sv.js
-%%WWWDIR%%/modules/emailportlet/scripts.txt
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/account.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/accounts.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/addressbook.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/attach.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/btn-attach.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/drafts.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/flag.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/folder.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/folder_open.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/gtk-add.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/high_priority.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/inbox.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/low_priority.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/mail_forward.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/mail_new.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/mail_reply.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/mail_replyall.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/mail_send.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/mailing.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/message.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/message_answered.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/message_answered_and_forwarded.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/message_forwarded.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/message_new.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/readmessage.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/reload.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/sent.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/share_mailbox.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/show.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/spam.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/toggle_window.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/16x16/trash.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/22x22/email.png
+%%WWWDIR%%/modules/email/themes/Group-Office/images/email.png
+%%WWWDIR%%/modules/email/themes/Group-Office/style.css
+%%WWWDIR%%/modules/email/views/Extjs3/LabelDialog.js
+%%WWWDIR%%/modules/email/views/Extjs3/ManageLabelsDialog.js
+%%WWWDIR%%/modules/email/views/Extjs3/ManageLabelsGrid.js
+%%WWWDIR%%/modules/email/views/Extjs3/Stores.js
+%%WWWDIR%%/modules/email/views/Responsive/load.php
+%%WWWDIR%%/modules/exactonline/ExactonlineModule.php
+%%WWWDIR%%/modules/exactonline/controller/ExactExportController.php
+%%WWWDIR%%/modules/exactonline/controller/OauthController.php
+%%WWWDIR%%/modules/exactonline/language/en.php
+%%WWWDIR%%/modules/exactonline/scripts.txt
+%%WWWDIR%%/modules/exactonline/views/Extjs3/PluginBilling.js
+%%WWWDIR%%/modules/favorites/FavoritesModule.php
+%%WWWDIR%%/modules/favorites/controller/AddressbookFavoritesController.php
+%%WWWDIR%%/modules/favorites/controller/CalendarFavoritesController.php
+%%WWWDIR%%/modules/favorites/controller/FavoritesController.php
+%%WWWDIR%%/modules/favorites/controller/TasklistFavoritesController.php
+%%WWWDIR%%/modules/favorites/install/install.sql
+%%WWWDIR%%/modules/favorites/install/uninstall.sql
+%%WWWDIR%%/modules/favorites/install/updates.inc.php
+%%WWWDIR%%/modules/favorites/language/bn_BD.php
+%%WWWDIR%%/modules/favorites/language/cs.php
+%%WWWDIR%%/modules/favorites/language/de.php
+%%WWWDIR%%/modules/favorites/language/en.php
+%%WWWDIR%%/modules/favorites/language/fr.php
+%%WWWDIR%%/modules/favorites/model/Addressbook.php
+%%WWWDIR%%/modules/favorites/model/Calendar.php
+%%WWWDIR%%/modules/favorites/model/Tasklist.php
+%%WWWDIR%%/modules/favorites/views/Extjs3/AddressbookFavoritesList.js
+%%WWWDIR%%/modules/favorites/views/Extjs3/AddressbookOverrides.js
+%%WWWDIR%%/modules/favorites/views/Extjs3/CalendarFavoritesList.js
+%%WWWDIR%%/modules/favorites/views/Extjs3/CalendarOverrides.js
+%%WWWDIR%%/modules/favorites/views/Extjs3/Stores.js
+%%WWWDIR%%/modules/favorites/views/Extjs3/TasklistFavoritesList.js
+%%WWWDIR%%/modules/favorites/views/Extjs3/TasklistOverrides.js
+%%WWWDIR%%/modules/favorites/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/favorites/views/Extjs3/themes/Default/images/favorites.png
+%%WWWDIR%%/modules/favorites/views/Extjs3/themes/Default/style.css
+%%WWWDIR%%/modules/files/BookmarksGrid.js
+%%WWWDIR%%/modules/files/CompressDialog.js
%%WWWDIR%%/modules/files/ContextMenu.js
%%WWWDIR%%/modules/files/CustomField.js
%%WWWDIR%%/modules/files/FileBrowser.js
+%%WWWDIR%%/modules/files/FileBrowserButton.js
%%WWWDIR%%/modules/files/FilePanel.js
%%WWWDIR%%/modules/files/FilePropertiesDialog.js
%%WWWDIR%%/modules/files/FilesGrid.js
+%%WWWDIR%%/modules/files/FilesModule.php
%%WWWDIR%%/modules/files/FilesTemplate.js
%%WWWDIR%%/modules/files/FolderPanel.js
%%WWWDIR%%/modules/files/FolderPropertiesDialog.js
%%WWWDIR%%/modules/files/ImageViewer.js
%%WWWDIR%%/modules/files/NewFolderDialog.js
+%%WWWDIR%%/modules/files/OpenFileWindow.js
+%%WWWDIR%%/modules/files/Portlet.js
+%%WWWDIR%%/modules/files/RecentFilesGrid.js
%%WWWDIR%%/modules/files/SaveAsDialog.js
%%WWWDIR%%/modules/files/SelectFile.js
+%%WWWDIR%%/modules/files/SelectFolder.js
+%%WWWDIR%%/modules/files/SelectFolderDialog.js
%%WWWDIR%%/modules/files/TemplatesWindow.js
%%WWWDIR%%/modules/files/ThumbsPanel.js
-%%WWWDIR%%/modules/files/UploadDialog.js
+%%WWWDIR%%/modules/files/TreeFilePanel.js
+%%WWWDIR%%/modules/files/TreePanel.js
%%WWWDIR%%/modules/files/VersionsGrid.js
-%%WWWDIR%%/modules/files/action.php
-%%WWWDIR%%/modules/files/all-module-scripts-min
-%%WWWDIR%%/modules/files/classes/file_customfield_type.class.inc.php
-%%WWWDIR%%/modules/files/classes/files.class.inc.php
-%%WWWDIR%%/modules/files/crawl.php
-%%WWWDIR%%/modules/files/download.php
-%%WWWDIR%%/modules/files/install/install.inc.php
+%%WWWDIR%%/modules/files/controller/BookmarkController.php
+%%WWWDIR%%/modules/files/controller/EmailController.php
+%%WWWDIR%%/modules/files/controller/FileController.php
+%%WWWDIR%%/modules/files/controller/FolderController.php
+%%WWWDIR%%/modules/files/controller/FolderPreferenceController.php
+%%WWWDIR%%/modules/files/controller/JuploadController.php
+%%WWWDIR%%/modules/files/controller/NotificationController.php
+%%WWWDIR%%/modules/files/controller/TemplateController.php
+%%WWWDIR%%/modules/files/controller/VersionController.php
+%%WWWDIR%%/modules/files/cron/DeleteExpiredLinks.php
+%%WWWDIR%%/modules/files/cron/RecalculateDiskUsage.php
+%%WWWDIR%%/modules/files/customfields/model/File.php
+%%WWWDIR%%/modules/files/customfields/model/Folder.php
+%%WWWDIR%%/modules/files/customfieldtype/File.php
+%%WWWDIR%%/modules/files/exception/FileLocked.php
+%%WWWDIR%%/modules/files/filehandler/Download.php
+%%WWWDIR%%/modules/files/filehandler/FilehandlerInterface.php
+%%WWWDIR%%/modules/files/filehandler/ImageViewer.php
+%%WWWDIR%%/modules/files/filehandler/Inline.php
+%%WWWDIR%%/modules/files/fs/UserLogFile.php
%%WWWDIR%%/modules/files/install/install.sql
%%WWWDIR%%/modules/files/install/templates/empty.doc
+%%WWWDIR%%/modules/files/install/templates/empty.docx
%%WWWDIR%%/modules/files/install/templates/empty.odt
-%%WWWDIR%%/modules/files/install/uninstall.inc.php
%%WWWDIR%%/modules/files/install/uninstall.sql
%%WWWDIR%%/modules/files/install/updates.inc.php
-%%WWWDIR%%/modules/files/install/updatescripts/1.inc.php
-%%WWWDIR%%/modules/files/install/updatescripts/2.inc.php
-%%WWWDIR%%/modules/files/install/updatescripts/3_convert_old_paths.inc.php
-%%WWWDIR%%/modules/files/install/updatescripts/4_set_extension.inc.php
-%%WWWDIR%%/modules/files/install/updatescripts/5_convert_acl.inc.php
-%%WWWDIR%%/modules/files/install/updatescripts/6_create_empty_file_template.inc.php
-%%WWWDIR%%/modules/files/install/updatescripts/manual_convert_old_paths.php
-%%WWWDIR%%/modules/files/json.php
-%%WWWDIR%%/modules/files/jupload/index.php
-%%WWWDIR%%/modules/files/jupload/upload.php
-%%WWWDIR%%/modules/files/language/ca.inc.php
-%%WWWDIR%%/modules/files/language/ca.js
-%%WWWDIR%%/modules/files/language/cn.inc.php
-%%WWWDIR%%/modules/files/language/cn.js
-%%WWWDIR%%/modules/files/language/cs.inc.php
-%%WWWDIR%%/modules/files/language/cs.js
-%%WWWDIR%%/modules/files/language/da.inc.php
-%%WWWDIR%%/modules/files/language/da.js
-%%WWWDIR%%/modules/files/language/de.inc.php
-%%WWWDIR%%/modules/files/language/de.js
-%%WWWDIR%%/modules/files/language/el.inc.php
-%%WWWDIR%%/modules/files/language/el.js
-%%WWWDIR%%/modules/files/language/en.inc.php
-%%WWWDIR%%/modules/files/language/en.js
-%%WWWDIR%%/modules/files/language/es.inc.php
-%%WWWDIR%%/modules/files/language/es.js
-%%WWWDIR%%/modules/files/language/et.inc.php
-%%WWWDIR%%/modules/files/language/et.js
-%%WWWDIR%%/modules/files/language/fi.inc.php
-%%WWWDIR%%/modules/files/language/fi.js
-%%WWWDIR%%/modules/files/language/fr.inc.php
-%%WWWDIR%%/modules/files/language/fr.js
-%%WWWDIR%%/modules/files/language/hu.inc.php
-%%WWWDIR%%/modules/files/language/hu.js
-%%WWWDIR%%/modules/files/language/it.inc.php
-%%WWWDIR%%/modules/files/language/it.js
-%%WWWDIR%%/modules/files/language/ko.inc.php
-%%WWWDIR%%/modules/files/language/ko.js
-%%WWWDIR%%/modules/files/language/nb.inc.php
-%%WWWDIR%%/modules/files/language/nb.js
-%%WWWDIR%%/modules/files/language/nl.inc.php
-%%WWWDIR%%/modules/files/language/nl.js
-%%WWWDIR%%/modules/files/language/pl.inc.php
-%%WWWDIR%%/modules/files/language/pl.js
-%%WWWDIR%%/modules/files/language/pt_BR.inc.php
-%%WWWDIR%%/modules/files/language/pt_BR.js
-%%WWWDIR%%/modules/files/language/ro.inc.php
-%%WWWDIR%%/modules/files/language/ro.js
-%%WWWDIR%%/modules/files/language/ru.inc.php
-%%WWWDIR%%/modules/files/language/ru.js
-%%WWWDIR%%/modules/files/language/sv.inc.php
-%%WWWDIR%%/modules/files/language/sv.js
-%%WWWDIR%%/modules/files/language/th.inc.php
-%%WWWDIR%%/modules/files/language/th.js
-%%WWWDIR%%/modules/files/language/tr.inc.php
-%%WWWDIR%%/modules/files/language/tr.js
-%%WWWDIR%%/modules/files/language/zh-tw.inc.php
-%%WWWDIR%%/modules/files/language/zh-tw.js
-%%WWWDIR%%/modules/files/scripts.inc.php
+%%WWWDIR%%/modules/files/install/updatescripts/1_set_log_dir.php
+%%WWWDIR%%/modules/files/install/updatescripts/2_calculate_user_quota.php
+%%WWWDIR%%/modules/files/install/updatescripts/3_install_cron.php
+%%WWWDIR%%/modules/files/language/bg.php
+%%WWWDIR%%/modules/files/language/bn_BD.php
+%%WWWDIR%%/modules/files/language/ca.php
+%%WWWDIR%%/modules/files/language/cn.php
+%%WWWDIR%%/modules/files/language/cs.php
+%%WWWDIR%%/modules/files/language/da.php
+%%WWWDIR%%/modules/files/language/de.php
+%%WWWDIR%%/modules/files/language/el.php
+%%WWWDIR%%/modules/files/language/en.php
+%%WWWDIR%%/modules/files/language/es.php
+%%WWWDIR%%/modules/files/language/et.php
+%%WWWDIR%%/modules/files/language/fi.php
+%%WWWDIR%%/modules/files/language/fr.php
+%%WWWDIR%%/modules/files/language/hr.php
+%%WWWDIR%%/modules/files/language/hu.php
+%%WWWDIR%%/modules/files/language/it.php
+%%WWWDIR%%/modules/files/language/ko.php
+%%WWWDIR%%/modules/files/language/nb.php
+%%WWWDIR%%/modules/files/language/nl.php
+%%WWWDIR%%/modules/files/language/pl.php
+%%WWWDIR%%/modules/files/language/pt_BR.php
+%%WWWDIR%%/modules/files/language/ro.php
+%%WWWDIR%%/modules/files/language/ru.php
+%%WWWDIR%%/modules/files/language/sv.php
+%%WWWDIR%%/modules/files/language/th.php
+%%WWWDIR%%/modules/files/language/tr.php
+%%WWWDIR%%/modules/files/language/zh-tw.php
+%%WWWDIR%%/modules/files/model/Bookmark.php
+%%WWWDIR%%/modules/files/model/File.php
+%%WWWDIR%%/modules/files/model/FileHandler.php
+%%WWWDIR%%/modules/files/model/Folder.php
+%%WWWDIR%%/modules/files/model/FolderNotification.php
+%%WWWDIR%%/modules/files/model/FolderNotificationMessage.php
+%%WWWDIR%%/modules/files/model/FolderPreference.php
+%%WWWDIR%%/modules/files/model/SharedRootFolder.php
+%%WWWDIR%%/modules/files/model/Template.php
+%%WWWDIR%%/modules/files/model/Version.php
%%WWWDIR%%/modules/files/scripts.txt
-%%WWWDIR%%/modules/files/scripts/removeduplicatefolders.php
-%%WWWDIR%%/modules/files/scripts/sync_filesystem.php
-%%WWWDIR%%/modules/files/smarty_plugins/function.files.php
%%WWWDIR%%/modules/files/themes/Default/images/add.png
+%%WWWDIR%%/modules/files/themes/Default/images/browser.png
%%WWWDIR%%/modules/files/themes/Default/images/compress.png
%%WWWDIR%%/modules/files/themes/Default/images/copy.png
%%WWWDIR%%/modules/files/themes/Default/images/cut.png
@@ -4013,6 +3268,7 @@
%%WWWDIR%%/modules/files/themes/Default/images/folder_new.png
%%WWWDIR%%/modules/files/themes/Default/images/folder_public.png
%%WWWDIR%%/modules/files/themes/Default/images/gota.gif
+%%WWWDIR%%/modules/files/themes/Default/images/imageviewer.png
%%WWWDIR%%/modules/files/themes/Default/images/network.png
%%WWWDIR%%/modules/files/themes/Default/images/normal_size.png
%%WWWDIR%%/modules/files/themes/Default/images/paste.png
@@ -4047,381 +3303,411 @@
%%WWWDIR%%/modules/files/themes/ExtJS/images/up.png
%%WWWDIR%%/modules/files/themes/ExtJS/images/upload.png
%%WWWDIR%%/modules/files/themes/ExtJS/style.css
-%%WWWDIR%%/modules/formprocessor/classes/formprocessor.class.inc.php
+%%WWWDIR%%/modules/files/themes/Group-Office/images/add.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/browser.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/compress.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/copy.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/cut.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/decompress.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/download.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/filenew.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/files.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/fit_image.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/folder.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/folder_documents.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/folder_favorites.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/folder_green.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/folder_home.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/folder_images.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/folder_new.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/folder_public.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/gota.gif
+%%WWWDIR%%/modules/files/themes/Group-Office/images/imageviewer.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/network.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/normal_size.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/paste.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/properties.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/selected.gif
+%%WWWDIR%%/modules/files/themes/Group-Office/images/templates.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/thumbs.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/up.png
+%%WWWDIR%%/modules/files/themes/Group-Office/images/upload.png
+%%WWWDIR%%/modules/files/themes/Group-Office/style.css
+%%WWWDIR%%/modules/files/views/Extjs3/jupload.php
+%%WWWDIR%%/modules/filesearch/Button.js
+%%WWWDIR%%/modules/filesearch/DocbundleDialog.js
+%%WWWDIR%%/modules/filesearch/DocbundlesGrid.js
+%%WWWDIR%%/modules/filesearch/EditPanel.js
+%%WWWDIR%%/modules/filesearch/FilesearchModule.php
+%%WWWDIR%%/modules/filesearch/INSTALL.TXT
+%%WWWDIR%%/modules/filesearch/MainPanel.js
+%%WWWDIR%%/modules/filesearch/ResultsGrid.js
+%%WWWDIR%%/modules/filesearch/SelectDocbundleDialog.js
+%%WWWDIR%%/modules/filesearch/controller/DocbundleController.php
+%%WWWDIR%%/modules/filesearch/controller/ExportController.php
+%%WWWDIR%%/modules/filesearch/controller/FilesearchController.php
+%%WWWDIR%%/modules/filesearch/controller/MaildirController.php
+%%WWWDIR%%/modules/filesearch/cron/FileIndex.php
+%%WWWDIR%%/modules/filesearch/export/ExportZIP.php
+%%WWWDIR%%/modules/filesearch/export/FullTextPDF.php
+%%WWWDIR%%/modules/filesearch/install/install.inc.php
+%%WWWDIR%%/modules/filesearch/install/install.sql
+%%WWWDIR%%/modules/filesearch/install/uninstall.inc.php
+%%WWWDIR%%/modules/filesearch/install/uninstall.sql
+%%WWWDIR%%/modules/filesearch/install/updates.inc.php
+%%WWWDIR%%/modules/filesearch/install/updatescripts/1_install_cron.php
+%%WWWDIR%%/modules/filesearch/language/de.php
+%%WWWDIR%%/modules/filesearch/language/en.php
+%%WWWDIR%%/modules/filesearch/language/fr.php
+%%WWWDIR%%/modules/filesearch/language/nb.php
+%%WWWDIR%%/modules/filesearch/language/nl.php
+%%WWWDIR%%/modules/filesearch/model/DocBundle.php
+%%WWWDIR%%/modules/filesearch/model/DocBundleFile.php
+%%WWWDIR%%/modules/filesearch/model/Duplicate.php
+%%WWWDIR%%/modules/filesearch/model/Filesearch.php
+%%WWWDIR%%/modules/filesearch/scripts.txt
+%%WWWDIR%%/modules/filesearch/themes/Default/images/filesearch.png
+%%WWWDIR%%/modules/filesearch/themes/Default/style.css
+%%WWWDIR%%/modules/filesearch/xsl/docxtohtml.xsl
+%%WWWDIR%%/modules/filesearch/xsl/odttohtml.xsl
%%WWWDIR%%/modules/formprocessor/confirm.eml
%%WWWDIR%%/modules/formprocessor/install/noautoinstall
-%%WWWDIR%%/modules/formprocessor/language/ca.inc.php
-%%WWWDIR%%/modules/formprocessor/language/de.inc.php
-%%WWWDIR%%/modules/formprocessor/language/en.inc.php
-%%WWWDIR%%/modules/formprocessor/language/fr.inc.php
-%%WWWDIR%%/modules/formprocessor/language/ko.inc.php
-%%WWWDIR%%/modules/formprocessor/language/nb.inc.php
-%%WWWDIR%%/modules/formprocessor/language/pl.inc.php
-%%WWWDIR%%/modules/formprocessor/language/ru.inc.php
-%%WWWDIR%%/modules/formprocessor/language/sv.inc.php
+%%WWWDIR%%/modules/formprocessor/language/bn_BD.php
+%%WWWDIR%%/modules/formprocessor/language/ca.php
+%%WWWDIR%%/modules/formprocessor/language/de.php
+%%WWWDIR%%/modules/formprocessor/language/en.php
+%%WWWDIR%%/modules/formprocessor/language/fr.php
+%%WWWDIR%%/modules/formprocessor/language/ko.php
+%%WWWDIR%%/modules/formprocessor/language/nb.php
+%%WWWDIR%%/modules/formprocessor/language/pl.php
+%%WWWDIR%%/modules/formprocessor/language/ru.php
+%%WWWDIR%%/modules/formprocessor/language/sv.php
+%%WWWDIR%%/modules/formprocessor/language/vi.php
%%WWWDIR%%/modules/formprocessor/submit.php
%%WWWDIR%%/modules/formprocessor/testform.php
%%WWWDIR%%/modules/formprocessor/themes/Default/images/formprocessor.png
+%%WWWDIR%%/modules/freebusypermissions/FreebusypermissionsModule.php
%%WWWDIR%%/modules/freebusypermissions/Plugin.js
-%%WWWDIR%%/modules/freebusypermissions/all-module-scripts-min
-%%WWWDIR%%/modules/freebusypermissions/classes/freebusypermissions.class.inc.php
-%%WWWDIR%%/modules/freebusypermissions/install/install.inc.php
%%WWWDIR%%/modules/freebusypermissions/install/install.sql
-%%WWWDIR%%/modules/freebusypermissions/install/noautoinstall
%%WWWDIR%%/modules/freebusypermissions/install/uninstall.sql
-%%WWWDIR%%/modules/freebusypermissions/language/de.inc.php
-%%WWWDIR%%/modules/freebusypermissions/language/de.js
-%%WWWDIR%%/modules/freebusypermissions/language/en.inc.php
-%%WWWDIR%%/modules/freebusypermissions/language/en.js
-%%WWWDIR%%/modules/freebusypermissions/language/ko.inc.php
-%%WWWDIR%%/modules/freebusypermissions/language/ko.js
-%%WWWDIR%%/modules/freebusypermissions/language/nl.inc.php
-%%WWWDIR%%/modules/freebusypermissions/language/nl.js
+%%WWWDIR%%/modules/freebusypermissions/language/bg.php
+%%WWWDIR%%/modules/freebusypermissions/language/bn_BD.php
+%%WWWDIR%%/modules/freebusypermissions/language/de.php
+%%WWWDIR%%/modules/freebusypermissions/language/en.php
+%%WWWDIR%%/modules/freebusypermissions/language/es.php
+%%WWWDIR%%/modules/freebusypermissions/language/fr.php
+%%WWWDIR%%/modules/freebusypermissions/language/ko.php
+%%WWWDIR%%/modules/freebusypermissions/language/nl.php
+%%WWWDIR%%/modules/freebusypermissions/language/pt_BR.php
+%%WWWDIR%%/modules/freebusypermissions/model/FreeBusyAcl.php
%%WWWDIR%%/modules/freebusypermissions/scripts.txt
%%WWWDIR%%/modules/freebusypermissions/themes/Default/images/freebusypermissions.png
-%%WWWDIR%%/modules/gnupg/GenKeyDialog.js
-%%WWWDIR%%/modules/gnupg/ImportKeyDialog.js
-%%WWWDIR%%/modules/gnupg/KeysGrid.js
-%%WWWDIR%%/modules/gnupg/SecurityDialog.js
-%%WWWDIR%%/modules/gnupg/SignKeyDialog.js
-%%WWWDIR%%/modules/gnupg/action.php
-%%WWWDIR%%/modules/gnupg/all-module-scripts-min
-%%WWWDIR%%/modules/gnupg/classes/gnupg.class.inc.php
-%%WWWDIR%%/modules/gnupg/export.php
-%%WWWDIR%%/modules/gnupg/install/noautoinstall
-%%WWWDIR%%/modules/gnupg/json.php
-%%WWWDIR%%/modules/gnupg/language/ca.inc.php
-%%WWWDIR%%/modules/gnupg/language/ca.js
-%%WWWDIR%%/modules/gnupg/language/cs.inc.php
-%%WWWDIR%%/modules/gnupg/language/cs.js
-%%WWWDIR%%/modules/gnupg/language/de.inc.php
-%%WWWDIR%%/modules/gnupg/language/de.js
-%%WWWDIR%%/modules/gnupg/language/en.inc.php
-%%WWWDIR%%/modules/gnupg/language/en.js
-%%WWWDIR%%/modules/gnupg/language/fr.inc.php
-%%WWWDIR%%/modules/gnupg/language/fr.js
-%%WWWDIR%%/modules/gnupg/language/ko.inc.php
-%%WWWDIR%%/modules/gnupg/language/ko.js
-%%WWWDIR%%/modules/gnupg/language/nb.inc.php
-%%WWWDIR%%/modules/gnupg/language/nb.js
-%%WWWDIR%%/modules/gnupg/language/nl.inc.php
-%%WWWDIR%%/modules/gnupg/language/nl.js
-%%WWWDIR%%/modules/gnupg/language/pl.inc.php
-%%WWWDIR%%/modules/gnupg/language/pl.js
-%%WWWDIR%%/modules/gnupg/language/ru.inc.php
-%%WWWDIR%%/modules/gnupg/language/ru.js
-%%WWWDIR%%/modules/gnupg/language/sv.inc.php
-%%WWWDIR%%/modules/gnupg/language/sv.js
-%%WWWDIR%%/modules/gnupg/language/th.inc.php
-%%WWWDIR%%/modules/gnupg/language/th.js
-%%WWWDIR%%/modules/gnupg/language/tr.inc.php
-%%WWWDIR%%/modules/gnupg/language/tr.js
-%%WWWDIR%%/modules/gnupg/scripts.txt
-%%WWWDIR%%/modules/gnupg/themes/Default/images/gnupg.png
-%%WWWDIR%%/modules/gnupg/themes/Default/images/settings.png
-%%WWWDIR%%/modules/gnupg/themes/Default/style.css
-%%WWWDIR%%/modules/groups/action.php
-%%WWWDIR%%/modules/groups/all-module-scripts-min
-%%WWWDIR%%/modules/groups/groups.js
-%%WWWDIR%%/modules/groups/index.php
-%%WWWDIR%%/modules/groups/json.php
-%%WWWDIR%%/modules/groups/language/ca.inc.php
-%%WWWDIR%%/modules/groups/language/ca.js
-%%WWWDIR%%/modules/groups/language/cn.inc.php
-%%WWWDIR%%/modules/groups/language/cn.js
-%%WWWDIR%%/modules/groups/language/cs.inc.php
-%%WWWDIR%%/modules/groups/language/cs.js
-%%WWWDIR%%/modules/groups/language/da.inc.php
-%%WWWDIR%%/modules/groups/language/da.js
-%%WWWDIR%%/modules/groups/language/de.inc.php
-%%WWWDIR%%/modules/groups/language/de.js
-%%WWWDIR%%/modules/groups/language/el.inc.php
-%%WWWDIR%%/modules/groups/language/el.js
-%%WWWDIR%%/modules/groups/language/en.inc.php
-%%WWWDIR%%/modules/groups/language/en.js
-%%WWWDIR%%/modules/groups/language/es.inc.php
-%%WWWDIR%%/modules/groups/language/es.js
-%%WWWDIR%%/modules/groups/language/et.inc.php
-%%WWWDIR%%/modules/groups/language/et.js
-%%WWWDIR%%/modules/groups/language/fi.inc.php
-%%WWWDIR%%/modules/groups/language/fi.js
-%%WWWDIR%%/modules/groups/language/fr.inc.php
-%%WWWDIR%%/modules/groups/language/fr.js
-%%WWWDIR%%/modules/groups/language/hu.inc.php
-%%WWWDIR%%/modules/groups/language/hu.js
-%%WWWDIR%%/modules/groups/language/it.inc.php
-%%WWWDIR%%/modules/groups/language/it.js
-%%WWWDIR%%/modules/groups/language/ko.inc.php
-%%WWWDIR%%/modules/groups/language/ko.js
-%%WWWDIR%%/modules/groups/language/nb.inc.php
-%%WWWDIR%%/modules/groups/language/nb.js
-%%WWWDIR%%/modules/groups/language/nl.inc.php
-%%WWWDIR%%/modules/groups/language/nl.js
-%%WWWDIR%%/modules/groups/language/pl.inc.php
-%%WWWDIR%%/modules/groups/language/pl.js
-%%WWWDIR%%/modules/groups/language/pt_BR.inc.php
-%%WWWDIR%%/modules/groups/language/pt_BR.js
-%%WWWDIR%%/modules/groups/language/ro.inc.php
-%%WWWDIR%%/modules/groups/language/ro.js
-%%WWWDIR%%/modules/groups/language/ru.inc.php
-%%WWWDIR%%/modules/groups/language/ru.js
-%%WWWDIR%%/modules/groups/language/sv.inc.php
-%%WWWDIR%%/modules/groups/language/sv.js
-%%WWWDIR%%/modules/groups/language/th.inc.php
-%%WWWDIR%%/modules/groups/language/th.js
-%%WWWDIR%%/modules/groups/language/tr.inc.php
-%%WWWDIR%%/modules/groups/language/tr.js
-%%WWWDIR%%/modules/groups/language/zh-tw.inc.php
-%%WWWDIR%%/modules/groups/language/zh-tw.js
-%%WWWDIR%%/modules/groups/non_admin_json.php
+%%WWWDIR%%/modules/googledrive/Client.php
+%%WWWDIR%%/modules/googledrive/GoogledriveModule.php
+%%WWWDIR%%/modules/googledrive/README.TXT
+%%WWWDIR%%/modules/googledrive/controller/FileController.php
+%%WWWDIR%%/modules/googledrive/edit.js
+%%WWWDIR%%/modules/googledrive/filehandler/Googledrive.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/LICENSE
+%%WWWDIR%%/modules/googledrive/google-api-php-client/NOTICE
+%%WWWDIR%%/modules/googledrive/google-api-php-client/README
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/Google_Client.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/auth/Google_AssertionCredentials.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/auth/Google_Auth.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/auth/Google_AuthNone.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/auth/Google_LoginTicket.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/auth/Google_OAuth2.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/auth/Google_P12Signer.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/auth/Google_PemVerifier.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/auth/Google_Signer.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/auth/Google_Verifier.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/cache/Google_ApcCache.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/cache/Google_Cache.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/cache/Google_FileCache.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/cache/Google_MemcacheCache.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/config.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_AdexchangebuyerService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_AdsenseService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_AdsensehostService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_AnalyticsService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_BigqueryService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_BloggerService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_BooksService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_CalendarService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_ComputeService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_CustomsearchService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_DriveService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_FreebaseService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_FusiontablesService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_GanService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_LatitudeService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_LicensingService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_ModeratorService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_Oauth2Service.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_OrkutService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_PagespeedonlineService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_PlusMomentsService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_PlusService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_PredictionService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_ShoppingService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_SiteVerificationService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_StorageService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_TaskqueueService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_TasksService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_TranslateService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_UrlshortenerService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_WebfontsService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib/Google_YoutubeService.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/external/URITemplateParser.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/io/Google_CacheParser.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/io/Google_CurlIO.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/io/Google_HttpRequest.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/io/Google_IO.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/io/Google_REST.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/io/cacerts.pem
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/service/Google_BatchRequest.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/service/Google_MediaFileUpload.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/service/Google_Model.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/service/Google_Service.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/service/Google_ServiceResource.php
+%%WWWDIR%%/modules/googledrive/google-api-php-client/src/service/Google_Utils.php
+%%WWWDIR%%/modules/googledrive/language/en.php
+%%WWWDIR%%/modules/googledrive/language/nb.php
+%%WWWDIR%%/modules/googledrive/language/nl.php
+%%WWWDIR%%/modules/googledrive/scripts.txt
+%%WWWDIR%%/modules/googledrive/themes/Default/images/googledrive.png
+%%WWWDIR%%/modules/googledrive/themes/Default/style.css
+%%WWWDIR%%/modules/googledrive/views/Extjs3/renameconfirm.php
+%%WWWDIR%%/modules/gota/GotaModule.php
+%%WWWDIR%%/modules/gota/README.TXT
+%%WWWDIR%%/modules/gota/controller/FileController.php
+%%WWWDIR%%/modules/gota/filehandler/Gota.php
+%%WWWDIR%%/modules/gota/gota.jar
+%%WWWDIR%%/modules/gota/index.html
+%%WWWDIR%%/modules/gota/javalang.txt
+%%WWWDIR%%/modules/gota/language/cs.php
+%%WWWDIR%%/modules/gota/language/de.php
+%%WWWDIR%%/modules/gota/language/en.php
+%%WWWDIR%%/modules/gota/language/es.php
+%%WWWDIR%%/modules/gota/language/fr.php
+%%WWWDIR%%/modules/gota/language/it.php
+%%WWWDIR%%/modules/gota/language/ko.php
+%%WWWDIR%%/modules/gota/language/nb.php
+%%WWWDIR%%/modules/gota/language/nl.php
+%%WWWDIR%%/modules/gota/language/pl.php
+%%WWWDIR%%/modules/gota/language/pt_BR.php
+%%WWWDIR%%/modules/gota/language/ro.php
+%%WWWDIR%%/modules/gota/language/ru.php
+%%WWWDIR%%/modules/gota/language/sv.php
+%%WWWDIR%%/modules/gota/language/th.php
+%%WWWDIR%%/modules/gota/lib/javaws.jar
+%%WWWDIR%%/modules/gota/lib/json_simple-1.1.jar
+%%WWWDIR%%/modules/gota/themes/Default/images/gota.png
+%%WWWDIR%%/modules/gota/themes/Default/style.css
+%%WWWDIR%%/modules/groups/GroupDialog.js
+%%WWWDIR%%/modules/groups/GroupsModule.php
+%%WWWDIR%%/modules/groups/MainPanel.js
+%%WWWDIR%%/modules/groups/UsersGrid.js
+%%WWWDIR%%/modules/groups/controller/GroupController.php
+%%WWWDIR%%/modules/groups/language/bg.php
+%%WWWDIR%%/modules/groups/language/bn_BD.php
+%%WWWDIR%%/modules/groups/language/ca.php
+%%WWWDIR%%/modules/groups/language/cn.php
+%%WWWDIR%%/modules/groups/language/cs.php
+%%WWWDIR%%/modules/groups/language/da.php
+%%WWWDIR%%/modules/groups/language/de.php
+%%WWWDIR%%/modules/groups/language/el.php
+%%WWWDIR%%/modules/groups/language/en.php
+%%WWWDIR%%/modules/groups/language/es.php
+%%WWWDIR%%/modules/groups/language/et.php
+%%WWWDIR%%/modules/groups/language/fi.php
+%%WWWDIR%%/modules/groups/language/fr.php
+%%WWWDIR%%/modules/groups/language/hr.php
+%%WWWDIR%%/modules/groups/language/hu.php
+%%WWWDIR%%/modules/groups/language/it.php
+%%WWWDIR%%/modules/groups/language/ko.php
+%%WWWDIR%%/modules/groups/language/nb.php
+%%WWWDIR%%/modules/groups/language/nl.php
+%%WWWDIR%%/modules/groups/language/pl.php
+%%WWWDIR%%/modules/groups/language/pt_BR.php
+%%WWWDIR%%/modules/groups/language/ro.php
+%%WWWDIR%%/modules/groups/language/ru.php
+%%WWWDIR%%/modules/groups/language/sv.php
+%%WWWDIR%%/modules/groups/language/th.php
+%%WWWDIR%%/modules/groups/language/tr.php
+%%WWWDIR%%/modules/groups/language/zh-tw.php
%%WWWDIR%%/modules/groups/scripts.txt
%%WWWDIR%%/modules/groups/themes/Default/images/groups.png
%%WWWDIR%%/modules/groups/themes/Default/style.css
%%WWWDIR%%/modules/groups/themes/ExtJS/images.inc
%%WWWDIR%%/modules/groups/themes/ExtJS/images/16x16/icon-groups.png
%%WWWDIR%%/modules/groups/themes/ExtJS/style.css
+%%WWWDIR%%/modules/hoursapproval2/Hoursapproval2Module.php
+%%WWWDIR%%/modules/hoursapproval2/controller/ApproveController.php
+%%WWWDIR%%/modules/hoursapproval2/language/cs.php
+%%WWWDIR%%/modules/hoursapproval2/language/de.php
+%%WWWDIR%%/modules/hoursapproval2/language/en.php
+%%WWWDIR%%/modules/hoursapproval2/language/fr.php
+%%WWWDIR%%/modules/hoursapproval2/language/hr.php
+%%WWWDIR%%/modules/hoursapproval2/language/nb.php
+%%WWWDIR%%/modules/hoursapproval2/language/nl.php
+%%WWWDIR%%/modules/hoursapproval2/language/pl.php
+%%WWWDIR%%/modules/hoursapproval2/language/pt_BR.php
+%%WWWDIR%%/modules/hoursapproval2/language/ru.php
+%%WWWDIR%%/modules/hoursapproval2/language/sv.php
+%%WWWDIR%%/modules/hoursapproval2/scripts.txt
+%%WWWDIR%%/modules/hoursapproval2/themes/Default/images/hoursapproval2.png
+%%WWWDIR%%/modules/hoursapproval2/themes/Default/style.css
+%%WWWDIR%%/modules/hoursapproval2/themes/ExtJS/style.css
+%%WWWDIR%%/modules/hoursapproval2/views/Extjs3/ApprovalGrid.js
+%%WWWDIR%%/modules/hoursapproval2/views/Extjs3/MainPanel.js
+%%WWWDIR%%/modules/hoursapproval2/views/Extjs3/WeekGrid.js
+%%WWWDIR%%/modules/imapauth/Authenticator.php
%%WWWDIR%%/modules/imapauth/INSTALL.TXT
-%%WWWDIR%%/modules/imapauth/classes/imapauth.class.inc.php
-%%WWWDIR%%/modules/imapauth/get_domains.php
+%%WWWDIR%%/modules/imapauth/ImapauthModule.php
%%WWWDIR%%/modules/imapauth/imapauth.config.php.example
%%WWWDIR%%/modules/imapauth/install/noautoinstall
-%%WWWDIR%%/modules/imapauth/language/ca.inc.php
-%%WWWDIR%%/modules/imapauth/language/en.inc.php
-%%WWWDIR%%/modules/imapauth/language/fr.inc.php
-%%WWWDIR%%/modules/imapauth/language/ko.inc.php
-%%WWWDIR%%/modules/imapauth/language/nb.inc.php
-%%WWWDIR%%/modules/imapauth/language/ru.inc.php
+%%WWWDIR%%/modules/imapauth/language/bg.php
+%%WWWDIR%%/modules/imapauth/language/bn_BD.php
+%%WWWDIR%%/modules/imapauth/language/ca.php
+%%WWWDIR%%/modules/imapauth/language/de.php
+%%WWWDIR%%/modules/imapauth/language/en.php
+%%WWWDIR%%/modules/imapauth/language/fr.php
+%%WWWDIR%%/modules/imapauth/language/ko.php
+%%WWWDIR%%/modules/imapauth/language/nb.php
+%%WWWDIR%%/modules/imapauth/language/pt_BR.php
+%%WWWDIR%%/modules/imapauth/language/ru.php
+%%WWWDIR%%/modules/imapauth/language/th.php
%%WWWDIR%%/modules/imapauth/logged_off_scripts.inc.php
%%WWWDIR%%/modules/imapauth/themes/Default/images/imapauth.png
-%%WWWDIR%%/modules/language/classes/language.class.inc.php
-%%WWWDIR%%/modules/language/install/en.inc.php
-%%WWWDIR%%/modules/language/install/en.js
-%%WWWDIR%%/modules/language/install/en.zip
-%%WWWDIR%%/modules/language/install/install.inc.php
-%%WWWDIR%%/modules/language/install/noautoinstall
-%%WWWDIR%%/modules/language/language/ca.inc.php
-%%WWWDIR%%/modules/language/language/en.inc.php
-%%WWWDIR%%/modules/language/language/fr.inc.php
-%%WWWDIR%%/modules/language/language/ko.inc.php
-%%WWWDIR%%/modules/language/language/nb.inc.php
-%%WWWDIR%%/modules/language/language/nl.inc.php
-%%WWWDIR%%/modules/language/language/ru.inc.php
-%%WWWDIR%%/modules/language/prescripts.inc.php
-%%WWWDIR%%/modules/language/themes/Default/images/language.png
+%%WWWDIR%%/modules/ipwhitelist/IpwhitelistModule.php
+%%WWWDIR%%/modules/ipwhitelist/controller/EnableWhitelistController.php
+%%WWWDIR%%/modules/ipwhitelist/controller/IpAddressController.php
+%%WWWDIR%%/modules/ipwhitelist/install/install.sql
+%%WWWDIR%%/modules/ipwhitelist/language/bn_BD.php
+%%WWWDIR%%/modules/ipwhitelist/language/en.php
+%%WWWDIR%%/modules/ipwhitelist/language/nl.php
+%%WWWDIR%%/modules/ipwhitelist/model/EnableWhitelist.php
+%%WWWDIR%%/modules/ipwhitelist/model/IpAddress.php
+%%WWWDIR%%/modules/ipwhitelist/scripts.txt
+%%WWWDIR%%/modules/ipwhitelist/views/Extjs3/IpAddressDialog.js
+%%WWWDIR%%/modules/ipwhitelist/views/Extjs3/PluginGroups.js
+%%WWWDIR%%/modules/ipwhitelist/views/Extjs3/WhitelistGrid.js
+%%WWWDIR%%/modules/ldapauth/Authenticator.php
%%WWWDIR%%/modules/ldapauth/INSTALL.TXT
-%%WWWDIR%%/modules/ldapauth/classes/ldapauth.class.inc.php
-%%WWWDIR%%/modules/ldapauth/install/noautoinstall
-%%WWWDIR%%/modules/ldapauth/language/ca.inc.php
-%%WWWDIR%%/modules/ldapauth/language/en.inc.php
-%%WWWDIR%%/modules/ldapauth/language/fr.inc.php
-%%WWWDIR%%/modules/ldapauth/language/ko.inc.php
-%%WWWDIR%%/modules/ldapauth/language/nb.inc.php
+%%WWWDIR%%/modules/ldapauth/LdapauthModule.php
+%%WWWDIR%%/modules/ldapauth/controller/SyncController.php
+%%WWWDIR%%/modules/ldapauth/language/bg.php
+%%WWWDIR%%/modules/ldapauth/language/bn_BD.php
+%%WWWDIR%%/modules/ldapauth/language/ca.php
+%%WWWDIR%%/modules/ldapauth/language/de.php
+%%WWWDIR%%/modules/ldapauth/language/en.php
+%%WWWDIR%%/modules/ldapauth/language/fr.php
+%%WWWDIR%%/modules/ldapauth/language/ko.php
+%%WWWDIR%%/modules/ldapauth/language/nb.php
+%%WWWDIR%%/modules/ldapauth/language/nl.php
+%%WWWDIR%%/modules/ldapauth/language/sv.php
+%%WWWDIR%%/modules/ldapauth/mapping/Constant.php
+%%WWWDIR%%/modules/ldapauth/mapping/Function.php
+%%WWWDIR%%/modules/ldapauth/model/Person.php
%%WWWDIR%%/modules/ldapauth/themes/Default/images/ldapauth.png
-%%WWWDIR%%/modules/links/LinkDescriptionDialog.js
-%%WWWDIR%%/modules/links/LinkDescriptionsGrid.js
-%%WWWDIR%%/modules/links/SettingsDialog.js
-%%WWWDIR%%/modules/links/action.php
-%%WWWDIR%%/modules/links/all-module-scripts-min
-%%WWWDIR%%/modules/links/json.php
-%%WWWDIR%%/modules/links/language/ca.inc.php
-%%WWWDIR%%/modules/links/language/ca.js
-%%WWWDIR%%/modules/links/language/cs.inc.php
-%%WWWDIR%%/modules/links/language/cs.js
-%%WWWDIR%%/modules/links/language/de.inc.php
-%%WWWDIR%%/modules/links/language/de.js
-%%WWWDIR%%/modules/links/language/el.inc.php
-%%WWWDIR%%/modules/links/language/el.js
-%%WWWDIR%%/modules/links/language/en.inc.php
-%%WWWDIR%%/modules/links/language/en.js
-%%WWWDIR%%/modules/links/language/es.inc.php
-%%WWWDIR%%/modules/links/language/es.js
-%%WWWDIR%%/modules/links/language/et.inc.php
-%%WWWDIR%%/modules/links/language/et.js
-%%WWWDIR%%/modules/links/language/fr.inc.php
-%%WWWDIR%%/modules/links/language/fr.js
-%%WWWDIR%%/modules/links/language/ko.inc.php
-%%WWWDIR%%/modules/links/language/ko.js
-%%WWWDIR%%/modules/links/language/nb.inc.php
-%%WWWDIR%%/modules/links/language/nb.js
-%%WWWDIR%%/modules/links/language/nl.inc.php
-%%WWWDIR%%/modules/links/language/nl.js
-%%WWWDIR%%/modules/links/language/pl.inc.php
-%%WWWDIR%%/modules/links/language/pl.js
-%%WWWDIR%%/modules/links/language/pt_BR.inc.php
-%%WWWDIR%%/modules/links/language/pt_BR.js
-%%WWWDIR%%/modules/links/language/ru.inc.php
-%%WWWDIR%%/modules/links/language/ru.js
-%%WWWDIR%%/modules/links/language/sv.inc.php
-%%WWWDIR%%/modules/links/language/sv.js
-%%WWWDIR%%/modules/links/language/th.inc.php
-%%WWWDIR%%/modules/links/language/th.js
-%%WWWDIR%%/modules/links/language/tr.inc.php
-%%WWWDIR%%/modules/links/language/tr.js
-%%WWWDIR%%/modules/links/scripts.txt
-%%WWWDIR%%/modules/links/themes/Default/images/links.png
-%%WWWDIR%%/modules/links/themes/Default/style.css
-%%WWWDIR%%/modules/links/themes/ExtJS/images/links.png
-%%WWWDIR%%/modules/links/themes/ExtJS/style.css
-%%WWWDIR%%/modules/log/EntriesGrid.js
+%%WWWDIR%%/modules/ldapauth/views/Extjs3/SettingsTab.js
+%%WWWDIR%%/modules/ldapauth/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/leavedays/LeavedaysModule.php
+%%WWWDIR%%/modules/leavedays/controller/LeavedayController.php
+%%WWWDIR%%/modules/leavedays/controller/UserController.php
+%%WWWDIR%%/modules/leavedays/controller/YearCreditController.php
+%%WWWDIR%%/modules/leavedays/install/install.sql
+%%WWWDIR%%/modules/leavedays/install/uninstall.sql
+%%WWWDIR%%/modules/leavedays/install/updates.inc.php
+%%WWWDIR%%/modules/leavedays/install/updatescripts/1_store_national_holiday_hours.php
+%%WWWDIR%%/modules/leavedays/language/de.php
+%%WWWDIR%%/modules/leavedays/language/en.php
+%%WWWDIR%%/modules/leavedays/language/nl.php
+%%WWWDIR%%/modules/leavedays/model/Leaveday.php
+%%WWWDIR%%/modules/leavedays/model/YearCredit.php
+%%WWWDIR%%/modules/leavedays/themes/Default/images/leavedays.png
+%%WWWDIR%%/modules/leavedays/themes/Default/style.css
+%%WWWDIR%%/modules/leavedays/views/Extjs3/LeavedayDialog.js
+%%WWWDIR%%/modules/leavedays/views/Extjs3/MainPanel.js
+%%WWWDIR%%/modules/leavedays/views/Extjs3/Plugins.js
+%%WWWDIR%%/modules/leavedays/views/Extjs3/UserPanel.js
+%%WWWDIR%%/modules/leavedays/views/Extjs3/YearCreditDialog.js
+%%WWWDIR%%/modules/leavedays/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/log/LogModule.php
%%WWWDIR%%/modules/log/MainPanel.js
-%%WWWDIR%%/modules/log/all-module-scripts-min
-%%WWWDIR%%/modules/log/classes/log.class.inc.php
-%%WWWDIR%%/modules/log/json.php
-%%WWWDIR%%/modules/log/language/ca.inc.php
-%%WWWDIR%%/modules/log/language/ca.js
-%%WWWDIR%%/modules/log/language/cs.inc.php
-%%WWWDIR%%/modules/log/language/cs.js
-%%WWWDIR%%/modules/log/language/de.inc.php
-%%WWWDIR%%/modules/log/language/de.js
-%%WWWDIR%%/modules/log/language/el.inc.php
-%%WWWDIR%%/modules/log/language/el.js
-%%WWWDIR%%/modules/log/language/en.inc.php
-%%WWWDIR%%/modules/log/language/en.js
-%%WWWDIR%%/modules/log/language/et.inc.php
-%%WWWDIR%%/modules/log/language/et.js
-%%WWWDIR%%/modules/log/language/fr.inc.php
-%%WWWDIR%%/modules/log/language/fr.js
-%%WWWDIR%%/modules/log/language/ko.inc.php
-%%WWWDIR%%/modules/log/language/ko.js
-%%WWWDIR%%/modules/log/language/nb.inc.php
-%%WWWDIR%%/modules/log/language/nb.js
-%%WWWDIR%%/modules/log/language/nl.inc.php
-%%WWWDIR%%/modules/log/language/nl.js
-%%WWWDIR%%/modules/log/language/pl.inc.php
-%%WWWDIR%%/modules/log/language/pl.js
-%%WWWDIR%%/modules/log/language/pt_BR.inc.php
-%%WWWDIR%%/modules/log/language/pt_BR.js
-%%WWWDIR%%/modules/log/language/ru.inc.php
-%%WWWDIR%%/modules/log/language/ru.js
-%%WWWDIR%%/modules/log/language/sv.inc.php
-%%WWWDIR%%/modules/log/language/sv.js
-%%WWWDIR%%/modules/log/language/th.inc.php
-%%WWWDIR%%/modules/log/language/th.js
-%%WWWDIR%%/modules/log/language/tr.inc.php
-%%WWWDIR%%/modules/log/language/tr.js
+%%WWWDIR%%/modules/log/README.TXT
+%%WWWDIR%%/modules/log/controller/LogController.php
+%%WWWDIR%%/modules/log/language/bg.php
+%%WWWDIR%%/modules/log/language/bn_BD.php
+%%WWWDIR%%/modules/log/language/cs.php
+%%WWWDIR%%/modules/log/language/de.php
+%%WWWDIR%%/modules/log/language/en.php
+%%WWWDIR%%/modules/log/language/fr.php
+%%WWWDIR%%/modules/log/language/it.php
+%%WWWDIR%%/modules/log/language/nb.php
+%%WWWDIR%%/modules/log/language/nl.php
+%%WWWDIR%%/modules/log/language/pl.php
+%%WWWDIR%%/modules/log/language/pt_BR.php
+%%WWWDIR%%/modules/log/language/sv.php
+%%WWWDIR%%/modules/log/language/th.php
+%%WWWDIR%%/modules/log/model/Log.php
%%WWWDIR%%/modules/log/scripts.txt
%%WWWDIR%%/modules/log/themes/Default/images/log.png
%%WWWDIR%%/modules/log/themes/Default/style.css
%%WWWDIR%%/modules/log/themes/ExtJS/images/log.png
%%WWWDIR%%/modules/log/themes/ExtJS/style.css
-%%WWWDIR%%/modules/mailings/EmailTemplateDialog.js
-%%WWWDIR%%/modules/mailings/MailingDialog.js
-%%WWWDIR%%/modules/mailings/MailingGrids.js
-%%WWWDIR%%/modules/mailings/MailingStatusWindow.js
-%%WWWDIR%%/modules/mailings/MailingsFilterPanel.js
-%%WWWDIR%%/modules/mailings/MailingsGrid.js
-%%WWWDIR%%/modules/mailings/SelectAddressbookDialog.js
-%%WWWDIR%%/modules/mailings/SelectMailingGroupWindow.js
-%%WWWDIR%%/modules/mailings/SelectMailingsPanel.js
-%%WWWDIR%%/modules/mailings/SentMailingsGrid.js
-%%WWWDIR%%/modules/mailings/Stores.js
-%%WWWDIR%%/modules/mailings/TemplatesGrid.js
-%%WWWDIR%%/modules/mailings/action.php
-%%WWWDIR%%/modules/mailings/all-module-scripts-min
-%%WWWDIR%%/modules/mailings/classes/mailings.class.inc.php
-%%WWWDIR%%/modules/mailings/classes/templates.class.inc.php
-%%WWWDIR%%/modules/mailings/extern/template/buttons.css
-%%WWWDIR%%/modules/mailings/extern/template/images/bg.jpg
-%%WWWDIR%%/modules/mailings/extern/template/images/bg_strip.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/btn_blue/btn_blue_left.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/btn_blue/btn_blue_middle.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/btn_blue/btn_blue_right.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/groupoffice.png
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/hoofd-kader-bottom.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/hoofd-kader-center.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/hoofd-kader-top.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/kader_tab_center.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/kader_tab_left.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/kader_tab_right.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/onder-kader-bottom.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/onder-kader-center.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/onder-kader-top.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/subkader-big-bottom.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/subkader-big-center.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/subkader-big-top.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/subkader-small-bottom.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/subkader-small-center.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/kader/subkader-small-top.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/pijltje.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/tab/kader_tab_left_inactive.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/tab/kader_tab_middle_inactive.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/tab/kader_tab_right_inactive.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/tab/tab_center.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/tab/tab_center_sel.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/tab/tab_left.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/tab/tab_left_sel.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/tab/tab_right.gif
-%%WWWDIR%%/modules/mailings/extern/template/images/tab/tab_right_sel.gif
-%%WWWDIR%%/modules/mailings/extern/template/stylesheet.css
-%%WWWDIR%%/modules/mailings/extern/template/tabs.css
-%%WWWDIR%%/modules/mailings/extern/template/unsubscribe_tpl.php
-%%WWWDIR%%/modules/mailings/extern/unsubscribe.php
-%%WWWDIR%%/modules/mailings/install/install.inc.php
-%%WWWDIR%%/modules/mailings/install/install.sql
-%%WWWDIR%%/modules/mailings/install/uninstall.sql
-%%WWWDIR%%/modules/mailings/install/updates.inc.php
-%%WWWDIR%%/modules/mailings/install/updatescripts/1_convert_acl.inc.php
-%%WWWDIR%%/modules/mailings/json.php
-%%WWWDIR%%/modules/mailings/language/ca.inc.php
-%%WWWDIR%%/modules/mailings/language/ca.js
-%%WWWDIR%%/modules/mailings/language/cs.inc.php
-%%WWWDIR%%/modules/mailings/language/cs.js
-%%WWWDIR%%/modules/mailings/language/de.inc.php
-%%WWWDIR%%/modules/mailings/language/de.js
-%%WWWDIR%%/modules/mailings/language/en.inc.php
-%%WWWDIR%%/modules/mailings/language/en.js
-%%WWWDIR%%/modules/mailings/language/es.inc.php
-%%WWWDIR%%/modules/mailings/language/es.js
-%%WWWDIR%%/modules/mailings/language/et.inc.php
-%%WWWDIR%%/modules/mailings/language/et.js
-%%WWWDIR%%/modules/mailings/language/fr.inc.php
-%%WWWDIR%%/modules/mailings/language/fr.js
-%%WWWDIR%%/modules/mailings/language/it.inc.php
-%%WWWDIR%%/modules/mailings/language/it.js
-%%WWWDIR%%/modules/mailings/language/ko.inc.php
-%%WWWDIR%%/modules/mailings/language/ko.js
-%%WWWDIR%%/modules/mailings/language/nb.inc.php
-%%WWWDIR%%/modules/mailings/language/nb.js
-%%WWWDIR%%/modules/mailings/language/nl.inc.php
-%%WWWDIR%%/modules/mailings/language/nl.js
-%%WWWDIR%%/modules/mailings/language/pl.inc.php
-%%WWWDIR%%/modules/mailings/language/pl.js
-%%WWWDIR%%/modules/mailings/language/ro.inc.php
-%%WWWDIR%%/modules/mailings/language/ro.js
-%%WWWDIR%%/modules/mailings/language/ru.inc.php
-%%WWWDIR%%/modules/mailings/language/ru.js
-%%WWWDIR%%/modules/mailings/language/sv.inc.php
-%%WWWDIR%%/modules/mailings/language/sv.js
-%%WWWDIR%%/modules/mailings/language/th.inc.php
-%%WWWDIR%%/modules/mailings/language/th.js
-%%WWWDIR%%/modules/mailings/log.php
-%%WWWDIR%%/modules/mailings/mimepart.php
-%%WWWDIR%%/modules/mailings/scripts.txt
-%%WWWDIR%%/modules/mailings/sendmailing.php
-%%WWWDIR%%/modules/mailings/settings.php
-%%WWWDIR%%/modules/mailings/signoff.php
-%%WWWDIR%%/modules/mailings/themes/Default/images/log.png
-%%WWWDIR%%/modules/mailings/themes/Default/images/mailings.png
-%%WWWDIR%%/modules/mailings/themes/Default/images/new_mailing.png
-%%WWWDIR%%/modules/mailings/themes/Default/images/pause.png
-%%WWWDIR%%/modules/mailings/themes/Default/images/play.png
-%%WWWDIR%%/modules/mailings/themes/Default/images/view.png
-%%WWWDIR%%/modules/mailings/themes/Default/style.css
-%%WWWDIR%%/modules/mailings/themes/ExtJS/images/mailings.png
-%%WWWDIR%%/modules/mailings/themes/ExtJS/style.css
+%%WWWDIR%%/modules/manualsite/ManualsiteModule.php
+%%WWWDIR%%/modules/manualsite/language/en.php
+%%WWWDIR%%/modules/manualsite/siteconfig.php
+%%WWWDIR%%/modules/manualsite/views/site/assets/css/site.css
+%%WWWDIR%%/modules/manualsite/views/site/assets/favicon.ico
+%%WWWDIR%%/modules/manualsite/views/site/assets/images/groupoffice.gif
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/README.markdown
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/css/lightbox.css
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/css/screen.css
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/close.png
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/donate.png
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/favicon.ico
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/image-1.jpg
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/image-2.jpg
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/image-3.jpg
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/image-4.jpg
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/image-5.jpg
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/image-6.jpg
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/thumb-1.jpg
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/thumb-2.jpg
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/thumb-3.jpg
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/thumb-4.jpg
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/thumb-5.jpg
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage/thumb-6.jpg
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/loading.gif
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/next.png
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/prev.png
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/index.html
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/js/lightbox-2.6.min.js
+%%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/js/modernizr.custom.js
+%%WWWDIR%%/modules/manualsite/views/site/layouts/main.php
+%%WWWDIR%%/modules/manualsite/views/site/manualsite/content.php
+%%WWWDIR%%/modules/manualsite/views/site/manualsite/home.php
+%%WWWDIR%%/modules/manualsite/views/site/site/404.php
+%%WWWDIR%%/modules/manualsite/views/site/site/content.php
+%%WWWDIR%%/modules/manualsite/views/site/site/error.php
+%%WWWDIR%%/modules/manualsite/views/site/site/login.php
+%%WWWDIR%%/modules/manualsite/views/site/site/recoverPassword.php
+%%WWWDIR%%/modules/manualsite/views/site/site/register.php
+%%WWWDIR%%/modules/manualsite/views/site/site/resetPassword.php
%%WWWDIR%%/modules/mediawiki/INSTALL.TXT
-%%WWWDIR%%/modules/mediawiki/MainPanel.js
-%%WWWDIR%%/modules/mediawiki/SettingsDialog.js
-%%WWWDIR%%/modules/mediawiki/action.php
-%%WWWDIR%%/modules/mediawiki/all-module-scripts-min
-%%WWWDIR%%/modules/mediawiki/classes/mediawiki.class.inc.php
+%%WWWDIR%%/modules/mediawiki/MediawikiModule.php
+%%WWWDIR%%/modules/mediawiki/controller/SettingsController.php
%%WWWDIR%%/modules/mediawiki/extensions/GOAuth.php
%%WWWDIR%%/modules/mediawiki/install/noautoinstall
%%WWWDIR%%/modules/mediawiki/json.php
+%%WWWDIR%%/modules/mediawiki/language/bn.inc.php
+%%WWWDIR%%/modules/mediawiki/language/bn.js
%%WWWDIR%%/modules/mediawiki/language/ca.inc.php
%%WWWDIR%%/modules/mediawiki/language/ca.js
-%%WWWDIR%%/modules/mediawiki/language/en.inc.php
-%%WWWDIR%%/modules/mediawiki/language/en.js
+%%WWWDIR%%/modules/mediawiki/language/en.php
%%WWWDIR%%/modules/mediawiki/language/fr.inc.php
%%WWWDIR%%/modules/mediawiki/language/fr.js
%%WWWDIR%%/modules/mediawiki/language/ko.inc.php
@@ -4431,397 +3717,703 @@
%%WWWDIR%%/modules/mediawiki/language/nl.inc.php
%%WWWDIR%%/modules/mediawiki/language/nl.js
%%WWWDIR%%/modules/mediawiki/language/ru.inc.php
-%%WWWDIR%%/modules/mediawiki/prescripts.inc.php
+%%WWWDIR%%/modules/mediawiki/language/ru.js
+%%WWWDIR%%/modules/mediawiki/language/vi.inc.php
+%%WWWDIR%%/modules/mediawiki/language/vi.js
+%%WWWDIR%%/modules/mediawiki/scripts.inc.php
%%WWWDIR%%/modules/mediawiki/scripts.txt
-%%WWWDIR%%/modules/mediawiki/themes/Default/images/mediawiki.png
-%%WWWDIR%%/modules/mediawiki/themes/Default/style.css
-%%WWWDIR%%/modules/modules/action.php
-%%WWWDIR%%/modules/modules/all-module-scripts-min
-%%WWWDIR%%/modules/modules/classes/modules.class.inc.php
-%%WWWDIR%%/modules/modules/json.php
-%%WWWDIR%%/modules/modules/language/ca.inc.php
-%%WWWDIR%%/modules/modules/language/ca.js
-%%WWWDIR%%/modules/modules/language/cn.inc.php
-%%WWWDIR%%/modules/modules/language/cn.js
-%%WWWDIR%%/modules/modules/language/cs.inc.php
-%%WWWDIR%%/modules/modules/language/cs.js
-%%WWWDIR%%/modules/modules/language/da.inc.php
-%%WWWDIR%%/modules/modules/language/da.js
-%%WWWDIR%%/modules/modules/language/de.inc.php
-%%WWWDIR%%/modules/modules/language/de.js
-%%WWWDIR%%/modules/modules/language/el.inc.php
-%%WWWDIR%%/modules/modules/language/el.js
-%%WWWDIR%%/modules/modules/language/en.inc.php
-%%WWWDIR%%/modules/modules/language/en.js
-%%WWWDIR%%/modules/modules/language/es.inc.php
-%%WWWDIR%%/modules/modules/language/es.js
-%%WWWDIR%%/modules/modules/language/et.inc.php
-%%WWWDIR%%/modules/modules/language/et.js
-%%WWWDIR%%/modules/modules/language/fi.inc.php
-%%WWWDIR%%/modules/modules/language/fi.js
-%%WWWDIR%%/modules/modules/language/fr.inc.php
-%%WWWDIR%%/modules/modules/language/fr.js
-%%WWWDIR%%/modules/modules/language/hu.inc.php
-%%WWWDIR%%/modules/modules/language/hu.js
-%%WWWDIR%%/modules/modules/language/it.inc.php
-%%WWWDIR%%/modules/modules/language/it.js
-%%WWWDIR%%/modules/modules/language/ko.inc.php
-%%WWWDIR%%/modules/modules/language/ko.js
-%%WWWDIR%%/modules/modules/language/nb.inc.php
-%%WWWDIR%%/modules/modules/language/nb.js
-%%WWWDIR%%/modules/modules/language/nl.inc.php
-%%WWWDIR%%/modules/modules/language/nl.js
-%%WWWDIR%%/modules/modules/language/pl.inc.php
-%%WWWDIR%%/modules/modules/language/pl.js
-%%WWWDIR%%/modules/modules/language/pt_BR.inc.php
-%%WWWDIR%%/modules/modules/language/pt_BR.js
-%%WWWDIR%%/modules/modules/language/ro.inc.php
-%%WWWDIR%%/modules/modules/language/ro.js
-%%WWWDIR%%/modules/modules/language/ru.inc.php
-%%WWWDIR%%/modules/modules/language/ru.js
-%%WWWDIR%%/modules/modules/language/sv.inc.php
-%%WWWDIR%%/modules/modules/language/sv.js
-%%WWWDIR%%/modules/modules/language/th.inc.php
-%%WWWDIR%%/modules/modules/language/th.js
-%%WWWDIR%%/modules/modules/language/tr.inc.php
-%%WWWDIR%%/modules/modules/language/tr.js
-%%WWWDIR%%/modules/modules/language/zh-tw.inc.php
-%%WWWDIR%%/modules/modules/language/zh-tw.js
+%%WWWDIR%%/modules/mediawiki/views/Extjs3/MainPanel.js
+%%WWWDIR%%/modules/mediawiki/views/Extjs3/SettingsDialog.js
+%%WWWDIR%%/modules/mediawiki/views/Extjs3/themes/Default/images/mediawiki.png
+%%WWWDIR%%/modules/mediawiki/views/Extjs3/themes/Default/style.css
+%%WWWDIR%%/modules/modules/BuyDialog.js
+%%WWWDIR%%/modules/modules/InstallLicenseDialog.js
+%%WWWDIR%%/modules/modules/ModulePermissionsWindow.js
+%%WWWDIR%%/modules/modules/ModulesModule.php
+%%WWWDIR%%/modules/modules/controller/LicenseController.php
+%%WWWDIR%%/modules/modules/controller/ModuleController.php
+%%WWWDIR%%/modules/modules/cron/LicenseInstaller.php
+%%WWWDIR%%/modules/modules/language/bg.php
+%%WWWDIR%%/modules/modules/language/bn_BD.php
+%%WWWDIR%%/modules/modules/language/ca.php
+%%WWWDIR%%/modules/modules/language/cn.php
+%%WWWDIR%%/modules/modules/language/cs.php
+%%WWWDIR%%/modules/modules/language/da.php
+%%WWWDIR%%/modules/modules/language/de.php
+%%WWWDIR%%/modules/modules/language/el.php
+%%WWWDIR%%/modules/modules/language/en.php
+%%WWWDIR%%/modules/modules/language/es.php
+%%WWWDIR%%/modules/modules/language/et.php
+%%WWWDIR%%/modules/modules/language/fi.php
+%%WWWDIR%%/modules/modules/language/fr.php
+%%WWWDIR%%/modules/modules/language/hr.php
+%%WWWDIR%%/modules/modules/language/hu.php
+%%WWWDIR%%/modules/modules/language/it.php
+%%WWWDIR%%/modules/modules/language/ko.php
+%%WWWDIR%%/modules/modules/language/nb.php
+%%WWWDIR%%/modules/modules/language/nl.php
+%%WWWDIR%%/modules/modules/language/pl.php
+%%WWWDIR%%/modules/modules/language/pt_BR.php
+%%WWWDIR%%/modules/modules/language/ro.php
+%%WWWDIR%%/modules/modules/language/ru.php
+%%WWWDIR%%/modules/modules/language/sv.php
+%%WWWDIR%%/modules/modules/language/th.php
+%%WWWDIR%%/modules/modules/language/tr.php
+%%WWWDIR%%/modules/modules/language/zh-tw.php
%%WWWDIR%%/modules/modules/modules.js
%%WWWDIR%%/modules/modules/scripts.txt
%%WWWDIR%%/modules/modules/themes/Default/images/modules.png
%%WWWDIR%%/modules/modules/themes/Default/style.css
%%WWWDIR%%/modules/modules/themes/ExtJS/images/16x16/icon-modules.png
%%WWWDIR%%/modules/modules/themes/ExtJS/style.css
-%%WWWDIR%%/modules/notes/CategoryDialog.js
-%%WWWDIR%%/modules/notes/MainPanel.js
-%%WWWDIR%%/modules/notes/ManageCategoriesGrid.js
-%%WWWDIR%%/modules/notes/ManageCategoryDialog.js
-%%WWWDIR%%/modules/notes/NoteDialog.js
-%%WWWDIR%%/modules/notes/NotePanel.js
-%%WWWDIR%%/modules/notes/NotesGrid.js
-%%WWWDIR%%/modules/notes/Stores.js
-%%WWWDIR%%/modules/notes/action.php
-%%WWWDIR%%/modules/notes/all-module-scripts-min
-%%WWWDIR%%/modules/notes/classes/notes.class.inc.php
-%%WWWDIR%%/modules/notes/install/install.inc.php
+%%WWWDIR%%/modules/notes/NotesModule.php
+%%WWWDIR%%/modules/notes/controller/CategoryController.php
+%%WWWDIR%%/modules/notes/controller/NoteController.php
+%%WWWDIR%%/modules/notes/customfields/model/Note.php
+%%WWWDIR%%/modules/notes/export/CurrentGrid.php
%%WWWDIR%%/modules/notes/install/install.sql
-%%WWWDIR%%/modules/notes/install/uninstall.inc.php
%%WWWDIR%%/modules/notes/install/uninstall.sql
-%%WWWDIR%%/modules/notes/install/updates.inc.php
-%%WWWDIR%%/modules/notes/install/updatescripts/1_convert_acl.inc.php
-%%WWWDIR%%/modules/notes/json.php
-%%WWWDIR%%/modules/notes/language/ca.inc.php
-%%WWWDIR%%/modules/notes/language/ca.js
-%%WWWDIR%%/modules/notes/language/cn.inc.php
-%%WWWDIR%%/modules/notes/language/cn.js
-%%WWWDIR%%/modules/notes/language/cs.inc.php
-%%WWWDIR%%/modules/notes/language/cs.js
-%%WWWDIR%%/modules/notes/language/da.inc.php
-%%WWWDIR%%/modules/notes/language/da.js
-%%WWWDIR%%/modules/notes/language/de.inc.php
-%%WWWDIR%%/modules/notes/language/de.js
-%%WWWDIR%%/modules/notes/language/el.inc.php
-%%WWWDIR%%/modules/notes/language/el.js
-%%WWWDIR%%/modules/notes/language/en.inc.php
-%%WWWDIR%%/modules/notes/language/en.js
-%%WWWDIR%%/modules/notes/language/es.inc.php
-%%WWWDIR%%/modules/notes/language/es.js
-%%WWWDIR%%/modules/notes/language/et.inc.php
-%%WWWDIR%%/modules/notes/language/et.js
-%%WWWDIR%%/modules/notes/language/fi.inc.php
-%%WWWDIR%%/modules/notes/language/fi.js
-%%WWWDIR%%/modules/notes/language/fr.inc.php
-%%WWWDIR%%/modules/notes/language/fr.js
-%%WWWDIR%%/modules/notes/language/hu.inc.php
-%%WWWDIR%%/modules/notes/language/hu.js
-%%WWWDIR%%/modules/notes/language/it.inc.php
-%%WWWDIR%%/modules/notes/language/it.js
-%%WWWDIR%%/modules/notes/language/ko.inc.php
-%%WWWDIR%%/modules/notes/language/ko.js
-%%WWWDIR%%/modules/notes/language/nb.inc.php
-%%WWWDIR%%/modules/notes/language/nb.js
-%%WWWDIR%%/modules/notes/language/nl.inc.php
-%%WWWDIR%%/modules/notes/language/nl.js
-%%WWWDIR%%/modules/notes/language/pl.inc.php
-%%WWWDIR%%/modules/notes/language/pl.js
-%%WWWDIR%%/modules/notes/language/pt_BR.inc.php
-%%WWWDIR%%/modules/notes/language/pt_BR.js
-%%WWWDIR%%/modules/notes/language/ro.inc.php
-%%WWWDIR%%/modules/notes/language/ro.js
-%%WWWDIR%%/modules/notes/language/ru.inc.php
-%%WWWDIR%%/modules/notes/language/ru.js
-%%WWWDIR%%/modules/notes/language/sv.inc.php
-%%WWWDIR%%/modules/notes/language/sv.js
-%%WWWDIR%%/modules/notes/language/th.inc.php
-%%WWWDIR%%/modules/notes/language/th.js
-%%WWWDIR%%/modules/notes/language/tr.inc.php
-%%WWWDIR%%/modules/notes/language/tr.js
-%%WWWDIR%%/modules/notes/language/zh-tw.inc.php
-%%WWWDIR%%/modules/notes/language/zh-tw.js
-%%WWWDIR%%/modules/notes/scripts.inc.php
-%%WWWDIR%%/modules/notes/scripts.txt
-%%WWWDIR%%/modules/notes/themes/Default/images/categories.png
-%%WWWDIR%%/modules/notes/themes/Default/images/gtk-settings.png
-%%WWWDIR%%/modules/notes/themes/Default/images/notes.png
-%%WWWDIR%%/modules/notes/themes/Default/style.css
-%%WWWDIR%%/modules/notes/themes/ExtJS/images/categories.png
-%%WWWDIR%%/modules/notes/themes/ExtJS/images/notes.png
-%%WWWDIR%%/modules/notes/themes/ExtJS/style.css
+%%WWWDIR%%/modules/notes/install/updates.php
+%%WWWDIR%%/modules/notes/language/bg.php
+%%WWWDIR%%/modules/notes/language/bn_BD.php
+%%WWWDIR%%/modules/notes/language/ca.php
+%%WWWDIR%%/modules/notes/language/cn.php
+%%WWWDIR%%/modules/notes/language/cs.php
+%%WWWDIR%%/modules/notes/language/da.php
+%%WWWDIR%%/modules/notes/language/de.php
+%%WWWDIR%%/modules/notes/language/el.php
+%%WWWDIR%%/modules/notes/language/en.php
+%%WWWDIR%%/modules/notes/language/es.php
+%%WWWDIR%%/modules/notes/language/et.php
+%%WWWDIR%%/modules/notes/language/fi.php
+%%WWWDIR%%/modules/notes/language/fr.php
+%%WWWDIR%%/modules/notes/language/hr.php
+%%WWWDIR%%/modules/notes/language/hu.php
+%%WWWDIR%%/modules/notes/language/it.php
+%%WWWDIR%%/modules/notes/language/ko.php
+%%WWWDIR%%/modules/notes/language/nb.php
+%%WWWDIR%%/modules/notes/language/nl.php
+%%WWWDIR%%/modules/notes/language/pl.php
+%%WWWDIR%%/modules/notes/language/pt_BR.php
+%%WWWDIR%%/modules/notes/language/ro.php
+%%WWWDIR%%/modules/notes/language/ru.php
+%%WWWDIR%%/modules/notes/language/sv.php
+%%WWWDIR%%/modules/notes/language/th.php
+%%WWWDIR%%/modules/notes/language/tr.php
+%%WWWDIR%%/modules/notes/language/zh-tw.php
+%%WWWDIR%%/modules/notes/model/Category.php
+%%WWWDIR%%/modules/notes/model/Note.php
+%%WWWDIR%%/modules/notes/views/Extjs3/CategoryDialog.js
+%%WWWDIR%%/modules/notes/views/Extjs3/MainPanel.js
+%%WWWDIR%%/modules/notes/views/Extjs3/ManageCategoriesGrid.js
+%%WWWDIR%%/modules/notes/views/Extjs3/ManageCategoryDialog.js
+%%WWWDIR%%/modules/notes/views/Extjs3/NoteDialog.js
+%%WWWDIR%%/modules/notes/views/Extjs3/NotePanel.js
+%%WWWDIR%%/modules/notes/views/Extjs3/NotesGrid.js
+%%WWWDIR%%/modules/notes/views/Extjs3/Stores.js
+%%WWWDIR%%/modules/notes/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/notes/views/Extjs3/themes/Default/images/categories.png
+%%WWWDIR%%/modules/notes/views/Extjs3/themes/Default/images/gtk-settings.png
+%%WWWDIR%%/modules/notes/views/Extjs3/themes/Default/images/notes.png
+%%WWWDIR%%/modules/notes/views/Extjs3/themes/Default/style.css
+%%WWWDIR%%/modules/notes/views/Extjs3/themes/ExtJS/images/categories.png
+%%WWWDIR%%/modules/notes/views/Extjs3/themes/ExtJS/images/notes.png
+%%WWWDIR%%/modules/notes/views/Extjs3/themes/ExtJS/style.css
+%%WWWDIR%%/modules/notes/views/Extjs3/themes/Group-Office/images/categories.png
+%%WWWDIR%%/modules/notes/views/Extjs3/themes/Group-Office/images/gtk-settings.png
+%%WWWDIR%%/modules/notes/views/Extjs3/themes/Group-Office/images/notes.png
+%%WWWDIR%%/modules/notes/views/Extjs3/themes/Group-Office/style.css
%%WWWDIR%%/modules/phpbb3/INSTALL.TXT
%%WWWDIR%%/modules/phpbb3/MainPanel.js
-%%WWWDIR%%/modules/phpbb3/all-module-scripts-min
+%%WWWDIR%%/modules/phpbb3/Phpbb3Module.php
%%WWWDIR%%/modules/phpbb3/auth_groupoffice.php
+%%WWWDIR%%/modules/phpbb3/controller/BridgeController.php
%%WWWDIR%%/modules/phpbb3/install/noautoinstall
-%%WWWDIR%%/modules/phpbb3/language/ca.inc.php
-%%WWWDIR%%/modules/phpbb3/language/ca.js
-%%WWWDIR%%/modules/phpbb3/language/cs.inc.php
-%%WWWDIR%%/modules/phpbb3/language/cs.js
-%%WWWDIR%%/modules/phpbb3/language/de.inc.php
-%%WWWDIR%%/modules/phpbb3/language/de.js
-%%WWWDIR%%/modules/phpbb3/language/el.inc.php
-%%WWWDIR%%/modules/phpbb3/language/el.js
-%%WWWDIR%%/modules/phpbb3/language/en.inc.php
-%%WWWDIR%%/modules/phpbb3/language/en.js
-%%WWWDIR%%/modules/phpbb3/language/et.inc.php
-%%WWWDIR%%/modules/phpbb3/language/et.js
-%%WWWDIR%%/modules/phpbb3/language/fr.inc.php
-%%WWWDIR%%/modules/phpbb3/language/fr.js
-%%WWWDIR%%/modules/phpbb3/language/ko.inc.php
-%%WWWDIR%%/modules/phpbb3/language/ko.js
-%%WWWDIR%%/modules/phpbb3/language/nb.inc.php
-%%WWWDIR%%/modules/phpbb3/language/nb.js
-%%WWWDIR%%/modules/phpbb3/language/pl.inc.php
-%%WWWDIR%%/modules/phpbb3/language/pl.js
-%%WWWDIR%%/modules/phpbb3/language/ru.inc.php
-%%WWWDIR%%/modules/phpbb3/language/ru.js
-%%WWWDIR%%/modules/phpbb3/language/sv.inc.php
-%%WWWDIR%%/modules/phpbb3/language/sv.js
-%%WWWDIR%%/modules/phpbb3/language/th.inc.php
-%%WWWDIR%%/modules/phpbb3/language/th.js
-%%WWWDIR%%/modules/phpbb3/language/tr.inc.php
-%%WWWDIR%%/modules/phpbb3/language/tr.js
-%%WWWDIR%%/modules/phpbb3/redirect.php
+%%WWWDIR%%/modules/phpbb3/language/bn_BD.php
+%%WWWDIR%%/modules/phpbb3/language/en.php
%%WWWDIR%%/modules/phpbb3/scripts.txt
%%WWWDIR%%/modules/phpbb3/themes/Default/images/phpbb3.png
%%WWWDIR%%/modules/phpbb3/themes/Default/style.css
%%WWWDIR%%/modules/phpbb3/themes/ExtJS/images/phpbb3.png
%%WWWDIR%%/modules/phpbb3/themes/ExtJS/style.css
+%%WWWDIR%%/modules/phpcustomfield/CustomField.js
+%%WWWDIR%%/modules/phpcustomfield/PhpcustomfieldModule.php
+%%WWWDIR%%/modules/phpcustomfield/customfieldtype/Php.php
+%%WWWDIR%%/modules/phpcustomfield/language/en.php
+%%WWWDIR%%/modules/phpcustomfield/scripts.txt
%%WWWDIR%%/modules/postfixadmin/AliasDialog.js
%%WWWDIR%%/modules/postfixadmin/AliasesGrid.js
%%WWWDIR%%/modules/postfixadmin/DomainDialog.js
%%WWWDIR%%/modules/postfixadmin/DomainsGrid.js
-%%WWWDIR%%/modules/postfixadmin/FetchmailConfigDialog.js
-%%WWWDIR%%/modules/postfixadmin/FetchmailConfigsGrid.js
%%WWWDIR%%/modules/postfixadmin/INSTALL.TXT
%%WWWDIR%%/modules/postfixadmin/MailboxDialog.js
%%WWWDIR%%/modules/postfixadmin/MailboxesGrid.js
%%WWWDIR%%/modules/postfixadmin/MainPanel.js
-%%WWWDIR%%/modules/postfixadmin/VacationConfigDialog.js
-%%WWWDIR%%/modules/postfixadmin/VacationConfigsGrid.js
-%%WWWDIR%%/modules/postfixadmin/action.php
-%%WWWDIR%%/modules/postfixadmin/all-module-scripts-min
-%%WWWDIR%%/modules/postfixadmin/cache_usage.php
-%%WWWDIR%%/modules/postfixadmin/classes/postfixadmin.class.inc.php
-%%WWWDIR%%/modules/postfixadmin/install/create_admins.php
-%%WWWDIR%%/modules/postfixadmin/install/import.php
-%%WWWDIR%%/modules/postfixadmin/install/install.inc.php
+%%WWWDIR%%/modules/postfixadmin/PostfixadminModule.php
+%%WWWDIR%%/modules/postfixadmin/controller/AliasController.php
+%%WWWDIR%%/modules/postfixadmin/controller/DomainController.php
+%%WWWDIR%%/modules/postfixadmin/controller/MailboxController.php
%%WWWDIR%%/modules/postfixadmin/install/install.sql
-%%WWWDIR%%/modules/postfixadmin/install/install.txt
-%%WWWDIR%%/modules/postfixadmin/install/noautoinstall
-%%WWWDIR%%/modules/postfixadmin/install/uninstall.inc.php
%%WWWDIR%%/modules/postfixadmin/install/uninstall.sql
%%WWWDIR%%/modules/postfixadmin/install/updates.inc.php
-%%WWWDIR%%/modules/postfixadmin/install/updatescripts/1_convert_acl.inc.php
-%%WWWDIR%%/modules/postfixadmin/json.php
-%%WWWDIR%%/modules/postfixadmin/language/ca.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/ca.js
-%%WWWDIR%%/modules/postfixadmin/language/cs.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/cs.js
-%%WWWDIR%%/modules/postfixadmin/language/de.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/de.js
-%%WWWDIR%%/modules/postfixadmin/language/el.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/el.js
-%%WWWDIR%%/modules/postfixadmin/language/en.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/en.js
-%%WWWDIR%%/modules/postfixadmin/language/fr.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/fr.js
-%%WWWDIR%%/modules/postfixadmin/language/it.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/it.js
-%%WWWDIR%%/modules/postfixadmin/language/ko.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/ko.js
-%%WWWDIR%%/modules/postfixadmin/language/nb.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/nb.js
-%%WWWDIR%%/modules/postfixadmin/language/pl.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/pl.js
-%%WWWDIR%%/modules/postfixadmin/language/ru.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/ru.js
-%%WWWDIR%%/modules/postfixadmin/language/sv.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/sv.js
-%%WWWDIR%%/modules/postfixadmin/language/th.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/th.js
-%%WWWDIR%%/modules/postfixadmin/language/tr.inc.php
-%%WWWDIR%%/modules/postfixadmin/language/tr.js
+%%WWWDIR%%/modules/postfixadmin/install/updatescripts/1_disable_vacation.php
+%%WWWDIR%%/modules/postfixadmin/language/bg.php
+%%WWWDIR%%/modules/postfixadmin/language/bn_BD.php
+%%WWWDIR%%/modules/postfixadmin/language/ca.php
+%%WWWDIR%%/modules/postfixadmin/language/cs.php
+%%WWWDIR%%/modules/postfixadmin/language/de.php
+%%WWWDIR%%/modules/postfixadmin/language/el.php
+%%WWWDIR%%/modules/postfixadmin/language/en.php
+%%WWWDIR%%/modules/postfixadmin/language/fr.php
+%%WWWDIR%%/modules/postfixadmin/language/it.php
+%%WWWDIR%%/modules/postfixadmin/language/ko.php
+%%WWWDIR%%/modules/postfixadmin/language/nb.php
+%%WWWDIR%%/modules/postfixadmin/language/nl.php
+%%WWWDIR%%/modules/postfixadmin/language/pl.php
+%%WWWDIR%%/modules/postfixadmin/language/ru.php
+%%WWWDIR%%/modules/postfixadmin/language/sv.php
+%%WWWDIR%%/modules/postfixadmin/language/th.php
+%%WWWDIR%%/modules/postfixadmin/language/tr.php
+%%WWWDIR%%/modules/postfixadmin/model/Alias.php
+%%WWWDIR%%/modules/postfixadmin/model/Domain.php
+%%WWWDIR%%/modules/postfixadmin/model/Mailbox.php
%%WWWDIR%%/modules/postfixadmin/scripts.txt
%%WWWDIR%%/modules/postfixadmin/scripts/vacation.pl
%%WWWDIR%%/modules/postfixadmin/themes/Default/images/postfixadmin.png
%%WWWDIR%%/modules/postfixadmin/themes/Default/style.css
%%WWWDIR%%/modules/postfixadmin/themes/ExtJS/images/postfixadmin.png
%%WWWDIR%%/modules/postfixadmin/themes/ExtJS/style.css
+%%WWWDIR%%/modules/pr2analyzer/Pr2analyzerModule.php
+%%WWWDIR%%/modules/pr2analyzer/controller/TimeController.php
+%%WWWDIR%%/modules/pr2analyzer/language/en.php
+%%WWWDIR%%/modules/pr2analyzer/language/nl.php
+%%WWWDIR%%/modules/pr2analyzer/themes/Default/images/pr2analizer.png
+%%WWWDIR%%/modules/pr2analyzer/themes/Default/images/reports.png
+%%WWWDIR%%/modules/pr2analyzer/themes/Default/style.css
+%%WWWDIR%%/modules/pr2analyzer/views/Extjs3/HoursGrid.js
+%%WWWDIR%%/modules/pr2analyzer/views/Extjs3/MainPanel.js
+%%WWWDIR%%/modules/pr2analyzer/views/Extjs3/ReportGrid.js
+%%WWWDIR%%/modules/pr2analyzer/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/presidents/PresidentsModule.php
+%%WWWDIR%%/modules/presidents/controller/PartyController.php
+%%WWWDIR%%/modules/presidents/controller/PresidentController.php
+%%WWWDIR%%/modules/presidents/customfields/model/President.php
+%%WWWDIR%%/modules/presidents/install/install.sql
+%%WWWDIR%%/modules/presidents/install/uninstall.sql
+%%WWWDIR%%/modules/presidents/language/bn_BD.php
+%%WWWDIR%%/modules/presidents/language/en.php
+%%WWWDIR%%/modules/presidents/model/Party.php
+%%WWWDIR%%/modules/presidents/model/President.php
+%%WWWDIR%%/modules/presidents/views/Extjs3/MainPanel.js
+%%WWWDIR%%/modules/presidents/views/Extjs3/MainPanel_hw.js
+%%WWWDIR%%/modules/presidents/views/Extjs3/PresidentDialog.js
+%%WWWDIR%%/modules/presidents/views/Extjs3/PresidentPanel.js
+%%WWWDIR%%/modules/presidents/views/Extjs3/PresidentsGrid.js
+%%WWWDIR%%/modules/presidents/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/presidents/views/Extjs3/themes/Default/style.css
+%%WWWDIR%%/modules/professional/License.php
+%%WWWDIR%%/modules/professional/Module.php
+%%WWWDIR%%/modules/professional/controller/AbstractController.php
+%%WWWDIR%%/modules/professional/controller/AbstractJsonController.php
+%%WWWDIR%%/modules/professional/controller/AbstractModelController.php
+%%WWWDIR%%/modules/projects2/AdvancedSearchWindow.js
+%%WWWDIR%%/modules/projects2/CsvImportDialog.js
+%%WWWDIR%%/modules/projects2/InvoiceDialog.js
+%%WWWDIR%%/modules/projects2/MainPanel.js
+%%WWWDIR%%/modules/projects2/NavigationPanel.js
+%%WWWDIR%%/modules/projects2/Portlet.js
+%%WWWDIR%%/modules/projects2/PrintDialog.js
+%%WWWDIR%%/modules/projects2/ProjectDialog.js
+%%WWWDIR%%/modules/projects2/ProjectPanel.js
+%%WWWDIR%%/modules/projects2/Projects2Module.php
+%%WWWDIR%%/modules/projects2/ProjectsTree.js
+%%WWWDIR%%/modules/projects2/ReportDialog.js
+%%WWWDIR%%/modules/projects2/SelectExpenseBudget.js
+%%WWWDIR%%/modules/projects2/SelectProject.js
+%%WWWDIR%%/modules/projects2/SelectReportTemplate.js
+%%WWWDIR%%/modules/projects2/SelectStatus.js
+%%WWWDIR%%/modules/projects2/SelectTemplate.js
+%%WWWDIR%%/modules/projects2/SelectTemplateWindow.js
+%%WWWDIR%%/modules/projects2/SelectType.js
+%%WWWDIR%%/modules/projects2/SettingsDialog.js
+%%WWWDIR%%/modules/projects2/StatusDialog.js
+%%WWWDIR%%/modules/projects2/StatusesGrid.js
+%%WWWDIR%%/modules/projects2/Stores.js
+%%WWWDIR%%/modules/projects2/TemplateEventDialog.js
+%%WWWDIR%%/modules/projects2/TemplateEventsGrid.js
+%%WWWDIR%%/modules/projects2/TemplatesGrid.js
+%%WWWDIR%%/modules/projects2/controller/EmployeeController.php
+%%WWWDIR%%/modules/projects2/controller/ExpenseBudgetController.php
+%%WWWDIR%%/modules/projects2/controller/ExpenseController.php
+%%WWWDIR%%/modules/projects2/controller/IncomeController.php
+%%WWWDIR%%/modules/projects2/controller/InvoiceController.php
+%%WWWDIR%%/modules/projects2/controller/MigrateController.php
+%%WWWDIR%%/modules/projects2/controller/PortletController.php
+%%WWWDIR%%/modules/projects2/controller/ProjectController.php
+%%WWWDIR%%/modules/projects2/controller/ReportController.php
+%%WWWDIR%%/modules/projects2/controller/ResourceController.php
+%%WWWDIR%%/modules/projects2/controller/SettingsController.php
+%%WWWDIR%%/modules/projects2/controller/StandardTaskController.php
+%%WWWDIR%%/modules/projects2/controller/StatusController.php
+%%WWWDIR%%/modules/projects2/controller/TaskController.php
+%%WWWDIR%%/modules/projects2/controller/TemplateController.php
+%%WWWDIR%%/modules/projects2/controller/TemplateEventController.php
+%%WWWDIR%%/modules/projects2/controller/TemplateTabController.php
+%%WWWDIR%%/modules/projects2/controller/TemplateTabCustomfieldController.php
+%%WWWDIR%%/modules/projects2/controller/TimeEntryController.php
+%%WWWDIR%%/modules/projects2/controller/TimerController.php
+%%WWWDIR%%/modules/projects2/controller/TypeController.php
+%%WWWDIR%%/modules/projects2/controller/WeekController.php
+%%WWWDIR%%/modules/projects2/customfields/model/Project.php
+%%WWWDIR%%/modules/projects2/customfields/model/TimeEntry.php
+%%WWWDIR%%/modules/projects2/export/GridAllIncome.php
+%%WWWDIR%%/modules/projects2/install/images/folder.png
+%%WWWDIR%%/modules/projects2/install/images/project.png
+%%WWWDIR%%/modules/projects2/install/install.sql
+%%WWWDIR%%/modules/projects2/install/uninstall.sql
+%%WWWDIR%%/modules/projects2/install/updates.inc.php
+%%WWWDIR%%/modules/projects2/install/updatescripts/1_convert_report_templates.inc.php
+%%WWWDIR%%/modules/projects2/install/updatescripts/2_enable_income_in_project_templates.php
+%%WWWDIR%%/modules/projects2/install/updatescripts/3_enable_tasks_panel_in_project_templates.php
+%%WWWDIR%%/modules/projects2/install/updatescripts/4_enable_reference_no_in_project_templates.php
+%%WWWDIR%%/modules/projects2/install/updatescripts/budget_to_income.php
+%%WWWDIR%%/modules/projects2/install/updatescripts/share_existing_statuses.php
+%%WWWDIR%%/modules/projects2/language/cs.php
+%%WWWDIR%%/modules/projects2/language/de.php
+%%WWWDIR%%/modules/projects2/language/en.php
+%%WWWDIR%%/modules/projects2/language/es.php
+%%WWWDIR%%/modules/projects2/language/fr.php
+%%WWWDIR%%/modules/projects2/language/hr.php
+%%WWWDIR%%/modules/projects2/language/it.php
+%%WWWDIR%%/modules/projects2/language/ko.php
+%%WWWDIR%%/modules/projects2/language/nb.php
+%%WWWDIR%%/modules/projects2/language/nl.php
+%%WWWDIR%%/modules/projects2/language/pl.php
+%%WWWDIR%%/modules/projects2/language/ro.php
+%%WWWDIR%%/modules/projects2/language/ru.php
+%%WWWDIR%%/modules/projects2/language/sv.php
+%%WWWDIR%%/modules/projects2/language/th.php
+%%WWWDIR%%/modules/projects2/model/Employee.php
+%%WWWDIR%%/modules/projects2/model/Expense.php
+%%WWWDIR%%/modules/projects2/model/ExpenseBudget.php
+%%WWWDIR%%/modules/projects2/model/GroupedExpenseBudget.php
+%%WWWDIR%%/modules/projects2/model/Income.php
+%%WWWDIR%%/modules/projects2/model/PortletStatus.php
+%%WWWDIR%%/modules/projects2/model/Project.php
+%%WWWDIR%%/modules/projects2/model/Resource.php
+%%WWWDIR%%/modules/projects2/model/Settings.php
+%%WWWDIR%%/modules/projects2/model/StandardTask.php
+%%WWWDIR%%/modules/projects2/model/Status.php
+%%WWWDIR%%/modules/projects2/model/Task.php
+%%WWWDIR%%/modules/projects2/model/Template.php
+%%WWWDIR%%/modules/projects2/model/TemplateEvent.php
+%%WWWDIR%%/modules/projects2/model/TimeEntry.php
+%%WWWDIR%%/modules/projects2/model/Timer.php
+%%WWWDIR%%/modules/projects2/model/Type.php
+%%WWWDIR%%/modules/projects2/readme.txt
+%%WWWDIR%%/modules/projects2/report/AbstractReport.php
+%%WWWDIR%%/modules/projects2/report/EmployeesReport.php
+%%WWWDIR%%/modules/projects2/report/Planning.php
+%%WWWDIR%%/modules/projects2/report/ProjectReport.php
+%%WWWDIR%%/modules/projects2/report/ProjectsReport.php
+%%WWWDIR%%/modules/projects2/report/TimeTrackingCsv.php
+%%WWWDIR%%/modules/projects2/scripts.inc.php
+%%WWWDIR%%/modules/projects2/scripts.txt
+%%WWWDIR%%/modules/projects2/themes/Default/images/complete.png
+%%WWWDIR%%/modules/projects2/themes/Default/images/expenses.png
+%%WWWDIR%%/modules/projects2/themes/Default/images/milestone.png
+%%WWWDIR%%/modules/projects2/themes/Default/images/projects2.png
+%%WWWDIR%%/modules/projects2/themes/Default/images/report.png
+%%WWWDIR%%/modules/projects2/themes/Default/images/start_timer.png
+%%WWWDIR%%/modules/projects2/themes/Default/images/stop_timer.png
+%%WWWDIR%%/modules/projects2/themes/Default/style.css
+%%WWWDIR%%/modules/projects2/themes/ExtJS/images/complete.png
+%%WWWDIR%%/modules/projects2/themes/ExtJS/images/milestone.png
+%%WWWDIR%%/modules/projects2/themes/ExtJS/images/projects.png
+%%WWWDIR%%/modules/projects2/themes/ExtJS/images/start_timer.png
+%%WWWDIR%%/modules/projects2/themes/ExtJS/images/stop_timer.png
+%%WWWDIR%%/modules/projects2/themes/ExtJS/style.css
+%%WWWDIR%%/modules/projects2/views/Extjs3/AllIncomeGrid.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/AllIncomePanel.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/BillingInvoiceDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/EmployeeDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/EmployeeGrid.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/ExpenseBudgetDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/ExpenseBudgetsGrid.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/ExpenseDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/ExpensesGrid.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/IncomeDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/IncomeGrid.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/InvoiceDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/InvoiceablePanel.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/OfficeTimePanel.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/ResourceDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/ResourceGrid.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/SelectEmployee.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/SelectResource.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/SelectTask.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/StandardTaskDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/StandardTaskGrid.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/StatusDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/StatusesFilterGrid.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/TasksGrid.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/TemplateDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/TimeEntryDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/TimeEntryGrid.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/TimerButton.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/ToGroupDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/TypeDialog.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/TypesGrid.js
+%%WWWDIR%%/modules/projects2/views/IncomePdf.php
%%WWWDIR%%/modules/reminders/MainPanel.js
%%WWWDIR%%/modules/reminders/ReminderDialog.js
%%WWWDIR%%/modules/reminders/RemindersGrid.js
-%%WWWDIR%%/modules/reminders/action.php
-%%WWWDIR%%/modules/reminders/all-module-scripts-min
-%%WWWDIR%%/modules/reminders/install/noautoinstall
-%%WWWDIR%%/modules/reminders/json.php
-%%WWWDIR%%/modules/reminders/language/ca.inc.php
-%%WWWDIR%%/modules/reminders/language/ca.js
-%%WWWDIR%%/modules/reminders/language/en.inc.php
-%%WWWDIR%%/modules/reminders/language/en.js
-%%WWWDIR%%/modules/reminders/language/et.inc.php
-%%WWWDIR%%/modules/reminders/language/et.js
-%%WWWDIR%%/modules/reminders/language/fr.inc.php
-%%WWWDIR%%/modules/reminders/language/fr.js
-%%WWWDIR%%/modules/reminders/language/ko.inc.php
-%%WWWDIR%%/modules/reminders/language/ko.js
-%%WWWDIR%%/modules/reminders/language/nb.inc.php
-%%WWWDIR%%/modules/reminders/language/nb.js
-%%WWWDIR%%/modules/reminders/language/nl.inc.php
-%%WWWDIR%%/modules/reminders/language/nl.js
-%%WWWDIR%%/modules/reminders/language/ru.inc.php
-%%WWWDIR%%/modules/reminders/language/ru.js
+%%WWWDIR%%/modules/reminders/RemindersModule.php
+%%WWWDIR%%/modules/reminders/controller/ReminderController.php
+%%WWWDIR%%/modules/reminders/language/bg.php
+%%WWWDIR%%/modules/reminders/language/bn_BD.php
+%%WWWDIR%%/modules/reminders/language/ca.php
+%%WWWDIR%%/modules/reminders/language/de.php
+%%WWWDIR%%/modules/reminders/language/en.php
+%%WWWDIR%%/modules/reminders/language/et.php
+%%WWWDIR%%/modules/reminders/language/fr.php
+%%WWWDIR%%/modules/reminders/language/hr.php
+%%WWWDIR%%/modules/reminders/language/nb.php
+%%WWWDIR%%/modules/reminders/language/nl.php
+%%WWWDIR%%/modules/reminders/language/pt_BR.php
+%%WWWDIR%%/modules/reminders/language/ru.php
+%%WWWDIR%%/modules/reminders/language/th.php
+%%WWWDIR%%/modules/reminders/language/vi.php
%%WWWDIR%%/modules/reminders/scripts.txt
%%WWWDIR%%/modules/reminders/themes/Default/images/reminders.png
%%WWWDIR%%/modules/reminders/themes/Default/style.css
-%%WWWDIR%%/modules/search/install/install.inc.php
-%%WWWDIR%%/modules/search/language/ca.inc.php
-%%WWWDIR%%/modules/search/language/ca.js
-%%WWWDIR%%/modules/search/language/cs.inc.php
-%%WWWDIR%%/modules/search/language/cs.js
-%%WWWDIR%%/modules/search/language/en.inc.php
-%%WWWDIR%%/modules/search/language/en.js
-%%WWWDIR%%/modules/search/language/et.inc.php
-%%WWWDIR%%/modules/search/language/et.js
-%%WWWDIR%%/modules/search/language/fr.inc.php
-%%WWWDIR%%/modules/search/language/fr.js
-%%WWWDIR%%/modules/search/language/ko.inc.php
-%%WWWDIR%%/modules/search/language/ko.js
-%%WWWDIR%%/modules/search/language/nb.inc.php
-%%WWWDIR%%/modules/search/language/nb.js
-%%WWWDIR%%/modules/search/language/nl.inc.php
-%%WWWDIR%%/modules/search/language/nl.js
-%%WWWDIR%%/modules/search/language/pl.inc.php
-%%WWWDIR%%/modules/search/language/pl.js
-%%WWWDIR%%/modules/search/language/ru.inc.php
-%%WWWDIR%%/modules/search/language/ru.js
-%%WWWDIR%%/modules/search/language/sv.inc.php
-%%WWWDIR%%/modules/search/language/sv.js
+%%WWWDIR%%/modules/savemailas/SaveEmailAs.js
+%%WWWDIR%%/modules/savemailas/SavemailasModule.php
+%%WWWDIR%%/modules/savemailas/controller/LinkedEmailController.php
+%%WWWDIR%%/modules/savemailas/filehandler/EmailViewer.php
+%%WWWDIR%%/modules/savemailas/install/demo.eml
+%%WWWDIR%%/modules/savemailas/install/demo2.eml
+%%WWWDIR%%/modules/savemailas/install/install.sql
+%%WWWDIR%%/modules/savemailas/install/updates.php
+%%WWWDIR%%/modules/savemailas/language/cs.php
+%%WWWDIR%%/modules/savemailas/language/de.php
+%%WWWDIR%%/modules/savemailas/language/en.php
+%%WWWDIR%%/modules/savemailas/language/es.php
+%%WWWDIR%%/modules/savemailas/language/fr.php
+%%WWWDIR%%/modules/savemailas/language/ko.php
+%%WWWDIR%%/modules/savemailas/language/nb.php
+%%WWWDIR%%/modules/savemailas/language/nl.php
+%%WWWDIR%%/modules/savemailas/language/pt_BR.php
+%%WWWDIR%%/modules/savemailas/language/sv.php
+%%WWWDIR%%/modules/savemailas/language/th.php
+%%WWWDIR%%/modules/savemailas/model/LinkedEmail.php
+%%WWWDIR%%/modules/savemailas/scripts.txt
+%%WWWDIR%%/modules/savemailas/themes/Default/images/savemailas.png
+%%WWWDIR%%/modules/scanbox/ScanboxModule.php
+%%WWWDIR%%/modules/scanbox/controller/ScanboxController.php
+%%WWWDIR%%/modules/scanbox/language/de.php
+%%WWWDIR%%/modules/scanbox/language/en.php
+%%WWWDIR%%/modules/scanbox/language/fr.php
+%%WWWDIR%%/modules/scanbox/language/nb.php
+%%WWWDIR%%/modules/scanbox/language/nl.php
+%%WWWDIR%%/modules/scanbox/model/ScannableFolder.php
+%%WWWDIR%%/modules/scanbox/views/Extjs3/FileFoundDialog.js
+%%WWWDIR%%/modules/scanbox/views/Extjs3/FilesGrid.js
+%%WWWDIR%%/modules/scanbox/views/Extjs3/ScanboxModule.js
+%%WWWDIR%%/modules/scanbox/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/scanbox/views/Extjs3/themes/Default/images/scanbox.png
+%%WWWDIR%%/modules/scanbox/views/Extjs3/themes/Default/style.css
+%%WWWDIR%%/modules/scanbox/views/Extjs3/themes/ExtJS/images/scanbox.png
+%%WWWDIR%%/modules/scanbox/views/Extjs3/themes/ExtJS/style.css
+%%WWWDIR%%/modules/search/SearchModule.php
+%%WWWDIR%%/modules/search/language/bg.php
+%%WWWDIR%%/modules/search/language/bn_BD.php
+%%WWWDIR%%/modules/search/language/ca.php
+%%WWWDIR%%/modules/search/language/cs.php
+%%WWWDIR%%/modules/search/language/de.php
+%%WWWDIR%%/modules/search/language/en.php
+%%WWWDIR%%/modules/search/language/et.php
+%%WWWDIR%%/modules/search/language/fr.php
+%%WWWDIR%%/modules/search/language/hr.php
+%%WWWDIR%%/modules/search/language/it.php
+%%WWWDIR%%/modules/search/language/ko.php
+%%WWWDIR%%/modules/search/language/nb.php
+%%WWWDIR%%/modules/search/language/nl.php
+%%WWWDIR%%/modules/search/language/pl.php
+%%WWWDIR%%/modules/search/language/pt_BR.php
+%%WWWDIR%%/modules/search/language/ru.php
+%%WWWDIR%%/modules/search/language/sv.php
+%%WWWDIR%%/modules/search/language/th.php
%%WWWDIR%%/modules/search/themes/Default/images/search.png
%%WWWDIR%%/modules/search/themes/Default/style.css
-%%WWWDIR%%/modules/serverclient/classes/serverclient.class.inc.php
+%%WWWDIR%%/modules/serverclient/HttpClient.php
+%%WWWDIR%%/modules/serverclient/ServerclientModule.php
%%WWWDIR%%/modules/serverclient/install/install.txt
%%WWWDIR%%/modules/serverclient/install/noautoinstall
-%%WWWDIR%%/modules/serverclient/language/ca.inc.php
-%%WWWDIR%%/modules/serverclient/language/ca.js
-%%WWWDIR%%/modules/serverclient/language/cs.inc.php
-%%WWWDIR%%/modules/serverclient/language/cs.js
-%%WWWDIR%%/modules/serverclient/language/de.inc.php
-%%WWWDIR%%/modules/serverclient/language/de.js
-%%WWWDIR%%/modules/serverclient/language/el.inc.php
-%%WWWDIR%%/modules/serverclient/language/el.js
-%%WWWDIR%%/modules/serverclient/language/en.inc.php
-%%WWWDIR%%/modules/serverclient/language/en.js
-%%WWWDIR%%/modules/serverclient/language/fr.inc.php
-%%WWWDIR%%/modules/serverclient/language/fr.js
-%%WWWDIR%%/modules/serverclient/language/ko.inc.php
-%%WWWDIR%%/modules/serverclient/language/ko.js
-%%WWWDIR%%/modules/serverclient/language/nb.inc.php
-%%WWWDIR%%/modules/serverclient/language/nb.js
-%%WWWDIR%%/modules/serverclient/language/nl.inc.php
-%%WWWDIR%%/modules/serverclient/language/nl.js
-%%WWWDIR%%/modules/serverclient/language/pl.inc.php
-%%WWWDIR%%/modules/serverclient/language/pl.js
-%%WWWDIR%%/modules/serverclient/language/ru.inc.php
-%%WWWDIR%%/modules/serverclient/language/ru.js
-%%WWWDIR%%/modules/serverclient/language/sv.inc.php
-%%WWWDIR%%/modules/serverclient/language/sv.js
-%%WWWDIR%%/modules/serverclient/language/th.inc.php
-%%WWWDIR%%/modules/serverclient/language/th.js
-%%WWWDIR%%/modules/serverclient/language/tr.inc.php
-%%WWWDIR%%/modules/serverclient/language/tr.js
+%%WWWDIR%%/modules/serverclient/language/bg.php
+%%WWWDIR%%/modules/serverclient/language/bn_BD.php
+%%WWWDIR%%/modules/serverclient/language/ca.php
+%%WWWDIR%%/modules/serverclient/language/cs.php
+%%WWWDIR%%/modules/serverclient/language/de.php
+%%WWWDIR%%/modules/serverclient/language/el.php
+%%WWWDIR%%/modules/serverclient/language/en.php
+%%WWWDIR%%/modules/serverclient/language/fr.php
+%%WWWDIR%%/modules/serverclient/language/ko.php
+%%WWWDIR%%/modules/serverclient/language/nb.php
+%%WWWDIR%%/modules/serverclient/language/nl.php
+%%WWWDIR%%/modules/serverclient/language/pl.php
+%%WWWDIR%%/modules/serverclient/language/pt_BR.php
+%%WWWDIR%%/modules/serverclient/language/ru.php
+%%WWWDIR%%/modules/serverclient/language/sv.php
+%%WWWDIR%%/modules/serverclient/language/th.php
+%%WWWDIR%%/modules/serverclient/language/tr.php
%%WWWDIR%%/modules/serverclient/scripts.inc.php
%%WWWDIR%%/modules/serverclient/themes/Default/images/serverclient.png
%%WWWDIR%%/modules/serverclient/themes/Default/style.css
%%WWWDIR%%/modules/serverclient/themes/ExtJS/images/serverclient.png
%%WWWDIR%%/modules/serverclient/themes/ExtJS/style.css
%%WWWDIR%%/modules/settings/MainPanel.js
-%%WWWDIR%%/modules/settings/all-module-scripts-min
-%%WWWDIR%%/modules/settings/classes/settings.class.inc.php
-%%WWWDIR%%/modules/settings/data.php
-%%WWWDIR%%/modules/settings/language/en.inc.php
-%%WWWDIR%%/modules/settings/language/en.js
-%%WWWDIR%%/modules/settings/language/ko.inc.php
-%%WWWDIR%%/modules/settings/language/ko.js
-%%WWWDIR%%/modules/settings/language/nb.inc.php
-%%WWWDIR%%/modules/settings/language/nb.js
-%%WWWDIR%%/modules/settings/language/nl.inc.php
-%%WWWDIR%%/modules/settings/language/nl.js
+%%WWWDIR%%/modules/settings/SettingsModule.php
+%%WWWDIR%%/modules/settings/controller/SettingController.php
+%%WWWDIR%%/modules/settings/install/updates.php
+%%WWWDIR%%/modules/settings/language/bg.php
+%%WWWDIR%%/modules/settings/language/bn_BD.php
+%%WWWDIR%%/modules/settings/language/cs.php
+%%WWWDIR%%/modules/settings/language/de.php
+%%WWWDIR%%/modules/settings/language/en.php
+%%WWWDIR%%/modules/settings/language/fr.php
+%%WWWDIR%%/modules/settings/language/hr.php
+%%WWWDIR%%/modules/settings/language/it.php
+%%WWWDIR%%/modules/settings/language/ko.php
+%%WWWDIR%%/modules/settings/language/nb.php
+%%WWWDIR%%/modules/settings/language/nl.php
+%%WWWDIR%%/modules/settings/language/pl.php
+%%WWWDIR%%/modules/settings/language/pt_BR.php
+%%WWWDIR%%/modules/settings/language/sv.php
%%WWWDIR%%/modules/settings/scripts.txt
%%WWWDIR%%/modules/settings/themes/Default/images/settings.png
%%WWWDIR%%/modules/settings/themes/Default/style.css
+%%WWWDIR%%/modules/sieve/ActionCreatorDialog.js
%%WWWDIR%%/modules/sieve/ActionGrid.js
-%%WWWDIR%%/modules/sieve/ActionPanel.js
+%%WWWDIR%%/modules/sieve/ConditionPanel.js
+%%WWWDIR%%/modules/sieve/CriteriumCreatorDialog.js
+%%WWWDIR%%/modules/sieve/CriteriumGrid.js
%%WWWDIR%%/modules/sieve/INSTALL.TXT
%%WWWDIR%%/modules/sieve/Overrides.js
%%WWWDIR%%/modules/sieve/SieveDialog.js
%%WWWDIR%%/modules/sieve/SieveGrid.js
+%%WWWDIR%%/modules/sieve/SieveModule.php
%%WWWDIR%%/modules/sieve/Stores.js
-%%WWWDIR%%/modules/sieve/TestsGrid.js
-%%WWWDIR%%/modules/sieve/TestsPanel.js
-%%WWWDIR%%/modules/sieve/all-module-scripts-min
-%%WWWDIR%%/modules/sieve/classes/sieve.class.inc.php
-%%WWWDIR%%/modules/sieve/fileIO.php
+%%WWWDIR%%/modules/sieve/VacationDialog.js
+%%WWWDIR%%/modules/sieve/controller/SieveController.php
%%WWWDIR%%/modules/sieve/install/install.inc.php
%%WWWDIR%%/modules/sieve/install/install.sql
%%WWWDIR%%/modules/sieve/install/uninstall.inc.php
%%WWWDIR%%/modules/sieve/install/uninstall.sql
%%WWWDIR%%/modules/sieve/install/updates.inc.php
-%%WWWDIR%%/modules/sieve/language/de.inc.php
-%%WWWDIR%%/modules/sieve/language/de.js
-%%WWWDIR%%/modules/sieve/language/en.inc.php
-%%WWWDIR%%/modules/sieve/language/en.js
-%%WWWDIR%%/modules/sieve/language/ko.inc.php
-%%WWWDIR%%/modules/sieve/language/ko.js
-%%WWWDIR%%/modules/sieve/language/nl.inc.php
-%%WWWDIR%%/modules/sieve/language/nl.js
+%%WWWDIR%%/modules/sieve/language/bg.php
+%%WWWDIR%%/modules/sieve/language/bn_BD.php
+%%WWWDIR%%/modules/sieve/language/cs.php
+%%WWWDIR%%/modules/sieve/language/de.php
+%%WWWDIR%%/modules/sieve/language/en.php
+%%WWWDIR%%/modules/sieve/language/es.php
+%%WWWDIR%%/modules/sieve/language/hr.php
+%%WWWDIR%%/modules/sieve/language/it.php
+%%WWWDIR%%/modules/sieve/language/ko.php
+%%WWWDIR%%/modules/sieve/language/nb.php
+%%WWWDIR%%/modules/sieve/language/nl.php
+%%WWWDIR%%/modules/sieve/language/pt_BR.php
+%%WWWDIR%%/modules/sieve/language/sv.php
+%%WWWDIR%%/modules/sieve/scripts.inc.php
%%WWWDIR%%/modules/sieve/scripts.txt
%%WWWDIR%%/modules/sieve/themes/Default/images/sieve.png
%%WWWDIR%%/modules/sieve/themes/Default/style.css
+%%WWWDIR%%/modules/sieve/util/Sieve.php
+%%WWWDIR%%/modules/site/SiteModule.php
+%%WWWDIR%%/modules/site/components/AssetManager.php
+%%WWWDIR%%/modules/site/components/Config.php
+%%WWWDIR%%/modules/site/components/Controller.php
+%%WWWDIR%%/modules/site/components/Notifier.php
+%%WWWDIR%%/modules/site/components/Request.php
+%%WWWDIR%%/modules/site/components/Router.php
+%%WWWDIR%%/modules/site/components/Scripts.php
+%%WWWDIR%%/modules/site/components/Site.php
+%%WWWDIR%%/modules/site/components/Template.php
+%%WWWDIR%%/modules/site/components/UrlManager.php
+%%WWWDIR%%/modules/site/components/UrlRule.php
+%%WWWDIR%%/modules/site/components/Widget.php
+%%WWWDIR%%/modules/site/controller/AccountController.php
+%%WWWDIR%%/modules/site/controller/ContentController.php
+%%WWWDIR%%/modules/site/controller/FrontController.php
+%%WWWDIR%%/modules/site/controller/MenuController.php
+%%WWWDIR%%/modules/site/controller/MenuItemController.php
+%%WWWDIR%%/modules/site/controller/MultifileController.php
+%%WWWDIR%%/modules/site/controller/SiteController.php
+%%WWWDIR%%/modules/site/customfields/model/Content.php
+%%WWWDIR%%/modules/site/customfields/model/Site.php
+%%WWWDIR%%/modules/site/customfieldtype/Sitefile.php
+%%WWWDIR%%/modules/site/customfieldtype/Sitemultifile.php
+%%WWWDIR%%/modules/site/index.php
+%%WWWDIR%%/modules/site/install/install.sql
+%%WWWDIR%%/modules/site/install/uninstall.sql
+%%WWWDIR%%/modules/site/install/updates.inc.php
+%%WWWDIR%%/modules/site/language/bn_BD.php
+%%WWWDIR%%/modules/site/language/cs.php
+%%WWWDIR%%/modules/site/language/en.php
+%%WWWDIR%%/modules/site/language/nl.php
+%%WWWDIR%%/modules/site/model/Content.php
+%%WWWDIR%%/modules/site/model/FormModel.php
+%%WWWDIR%%/modules/site/model/Menu.php
+%%WWWDIR%%/modules/site/model/MenuItem.php
+%%WWWDIR%%/modules/site/model/MultifileFile.php
+%%WWWDIR%%/modules/site/model/Site.php
+%%WWWDIR%%/modules/site/tag/Link.php
+%%WWWDIR%%/modules/site/tag/TagInterface.php
+%%WWWDIR%%/modules/site/tag/Thumb.php
+%%WWWDIR%%/modules/site/views/Extjs3/ContentDialog.js
+%%WWWDIR%%/modules/site/views/Extjs3/ContentPanel.js
+%%WWWDIR%%/modules/site/views/Extjs3/ContextMenu.js
+%%WWWDIR%%/modules/site/views/Extjs3/Customfield.js
+%%WWWDIR%%/modules/site/views/Extjs3/HtmlEditorContentTreePanel.js
+%%WWWDIR%%/modules/site/views/Extjs3/HtmlEditorImageDialog.js
+%%WWWDIR%%/modules/site/views/Extjs3/HtmlEditorImageInsert.js
+%%WWWDIR%%/modules/site/views/Extjs3/HtmlEditorLinkDialog.js
+%%WWWDIR%%/modules/site/views/Extjs3/HtmlEditorLinkInsert.js
+%%WWWDIR%%/modules/site/views/Extjs3/MainPanel.js
+%%WWWDIR%%/modules/site/views/Extjs3/MenuDialog.js
+%%WWWDIR%%/modules/site/views/Extjs3/MenuitemDialog.js
+%%WWWDIR%%/modules/site/views/Extjs3/ModuleSettingsDialog.js
+%%WWWDIR%%/modules/site/views/Extjs3/MultifileDialog.js
+%%WWWDIR%%/modules/site/views/Extjs3/MultifileView.js
+%%WWWDIR%%/modules/site/views/Extjs3/SelectFile.js
+%%WWWDIR%%/modules/site/views/Extjs3/SelectMultiFile.js
+%%WWWDIR%%/modules/site/views/Extjs3/SiteDialog.js
+%%WWWDIR%%/modules/site/views/Extjs3/SiteTreePanel.js
+%%WWWDIR%%/modules/site/views/Extjs3/Stores.js
+%%WWWDIR%%/modules/site/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/site/views/Extjs3/themes/Default/images/content.png
+%%WWWDIR%%/modules/site/views/Extjs3/themes/Default/images/layout.png
+%%WWWDIR%%/modules/site/views/Extjs3/themes/Default/images/menu.png
+%%WWWDIR%%/modules/site/views/Extjs3/themes/Default/images/menu_blue.png
+%%WWWDIR%%/modules/site/views/Extjs3/themes/Default/images/menuitem.png
+%%WWWDIR%%/modules/site/views/Extjs3/themes/Default/images/site.png
+%%WWWDIR%%/modules/site/views/Extjs3/themes/Default/style.css
+%%WWWDIR%%/modules/site/views/Extjs3/treenodes/AbstractNode.js
+%%WWWDIR%%/modules/site/views/Extjs3/treenodes/ContentNode.js
+%%WWWDIR%%/modules/site/views/Extjs3/treenodes/MenuItemNode.js
+%%WWWDIR%%/modules/site/views/Extjs3/treenodes/MenuNode.js
+%%WWWDIR%%/modules/site/views/Extjs3/treenodes/SiteNode.js
+%%WWWDIR%%/modules/site/widget/Breadcrumb.php
+%%WWWDIR%%/modules/site/widget/Form.php
+%%WWWDIR%%/modules/site/widget/FormField.php
+%%WWWDIR%%/modules/site/widget/Menu.php
+%%WWWDIR%%/modules/site/widget/Pager.php
+%%WWWDIR%%/modules/site/widget/TOC.php
+%%WWWDIR%%/modules/site/widget/Twitter.php
+%%WWWDIR%%/modules/site/widget/contactform/ContactForm.php
+%%WWWDIR%%/modules/site/widget/contactform/Widget.php
+%%WWWDIR%%/modules/site/widget/plupload/Widget.php
+%%WWWDIR%%/modules/site/widget/plupload/assets/changelog.txt
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/cs.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/da.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/de.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/el.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/es.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/et.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fa.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fi.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fr-ca.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fr.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/hr.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/hu.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/it.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/ja.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/ko.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/lv.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/nl.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/pl.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/pt-br.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/ro.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/ru.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/sk.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/sr.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/sv.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/css/jquery.plupload.queue.css
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/img/backgrounds.gif
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/img/buttons-disabled.png
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/img/buttons.png
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/img/delete.gif
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/img/done.gif
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/img/error.gif
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/img/throbber.gif
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/img/transp50.png
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/jquery.plupload.queue.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload/css/jquery.ui.plupload.css
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload/img/plupload-bw.png
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload/img/plupload.png
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload/jquery.ui.plupload.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/plupload.browserplus.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/plupload.flash.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/plupload.flash.swf
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/plupload.full.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/plupload.gears.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/plupload.html4.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/plupload.html5.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/plupload.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/plupload.silverlight.js
+%%WWWDIR%%/modules/site/widget/plupload/assets/js/plupload.silverlight.xap
+%%WWWDIR%%/modules/site/widget/plupload/assets/license.txt
+%%WWWDIR%%/modules/site/widget/plupload/assets/readme.md
+%%WWWDIR%%/modules/site/widget/plupload/assets/style.css
+%%WWWDIR%%/modules/site/widget/secureimage/Secure.php
+%%WWWDIR%%/modules/site/widget/secureimage/assets/AHGBold.ttf
+%%WWWDIR%%/modules/site/widget/secureimage/assets/LICENSE.txt
+%%WWWDIR%%/modules/site/widget/secureimage/assets/WavFile.php
+%%WWWDIR%%/modules/site/widget/secureimage/assets/backgrounds/bg3.jpg
+%%WWWDIR%%/modules/site/widget/secureimage/assets/backgrounds/bg4.jpg
+%%WWWDIR%%/modules/site/widget/secureimage/assets/backgrounds/bg5.jpg
+%%WWWDIR%%/modules/site/widget/secureimage/assets/backgrounds/bg6.png
+%%WWWDIR%%/modules/site/widget/secureimage/assets/captcha.html
+%%WWWDIR%%/modules/site/widget/secureimage/assets/composer.json
+%%WWWDIR%%/modules/site/widget/secureimage/assets/database/.htaccess
+%%WWWDIR%%/modules/site/widget/secureimage/assets/database/index.html
+%%WWWDIR%%/modules/site/widget/secureimage/assets/database/securimage.sq3
+%%WWWDIR%%/modules/site/widget/secureimage/assets/securimage.php
+%%WWWDIR%%/modules/site/widget/secureimage/assets/securimage_play.php
+%%WWWDIR%%/modules/site/widget/secureimage/assets/securimage_play.swf
+%%WWWDIR%%/modules/site/widget/secureimage/assets/words/words.txt
+%%WWWDIR%%/modules/site/widget/secureimage/readme.md
+%%WWWDIR%%/modules/site/widget/twitter/cacert.pem
+%%WWWDIR%%/modules/site/widget/twitter/codebird.php
+%%WWWDIR%%/modules/site/widget/twitter/index.php
+%%WWWDIR%%/modules/site/widget/twitter/twitter.class.php
+%%WWWDIR%%/modules/site/widget/twitter/twitter.js
+%%WWWDIR%%/modules/smime/EventHandlers.php
%%WWWDIR%%/modules/smime/INSTALL.TXT
%%WWWDIR%%/modules/smime/PluginAccountDialog.js
%%WWWDIR%%/modules/smime/PluginEmailComposer.js
%%WWWDIR%%/modules/smime/PluginMessagePanel.js
%%WWWDIR%%/modules/smime/PublicCertsGrid.js
-%%WWWDIR%%/modules/smime/all-module-scripts-min
-%%WWWDIR%%/modules/smime/checkpassword.php
-%%WWWDIR%%/modules/smime/classes/smime.class.inc.php
-%%WWWDIR%%/modules/smime/download_pkcs12.php
+%%WWWDIR%%/modules/smime/SmimeModule.php
+%%WWWDIR%%/modules/smime/controller/CertificateController.php
+%%WWWDIR%%/modules/smime/controller/PublicCertificateController.php
+%%WWWDIR%%/modules/smime/dummycert.pem
%%WWWDIR%%/modules/smime/install/install.sql
%%WWWDIR%%/modules/smime/install/noautoinstall
-%%WWWDIR%%/modules/smime/json.php
-%%WWWDIR%%/modules/smime/language/de.inc.php
-%%WWWDIR%%/modules/smime/language/de.js
-%%WWWDIR%%/modules/smime/language/en.inc.php
-%%WWWDIR%%/modules/smime/language/en.js
-%%WWWDIR%%/modules/smime/language/ko.inc.php
-%%WWWDIR%%/modules/smime/language/ko.js
-%%WWWDIR%%/modules/smime/language/nb.inc.php
-%%WWWDIR%%/modules/smime/language/nb.js
-%%WWWDIR%%/modules/smime/language/nl.inc.php
-%%WWWDIR%%/modules/smime/language/nl.js
+%%WWWDIR%%/modules/smime/install/updates.php
+%%WWWDIR%%/modules/smime/language/bg.php
+%%WWWDIR%%/modules/smime/language/bn_BD.php
+%%WWWDIR%%/modules/smime/language/cs.php
+%%WWWDIR%%/modules/smime/language/de.php
+%%WWWDIR%%/modules/smime/language/en.php
+%%WWWDIR%%/modules/smime/language/es.php
+%%WWWDIR%%/modules/smime/language/ko.php
+%%WWWDIR%%/modules/smime/language/nb.php
+%%WWWDIR%%/modules/smime/language/nl.php
+%%WWWDIR%%/modules/smime/language/pt_BR.php
+%%WWWDIR%%/modules/smime/model/Certificate.php
+%%WWWDIR%%/modules/smime/model/PublicCertificate.php
%%WWWDIR%%/modules/smime/scripts.txt
-%%WWWDIR%%/modules/smime/test.php
%%WWWDIR%%/modules/smime/themes/Default/images/certemailmismatch.png
%%WWWDIR%%/modules/smime/themes/Default/images/invalid.png
%%WWWDIR%%/modules/smime/themes/Default/images/pubcerts.png
@@ -4829,7 +4421,6 @@
%%WWWDIR%%/modules/smime/themes/Default/images/smime.png
%%WWWDIR%%/modules/smime/themes/Default/images/valid.png
%%WWWDIR%%/modules/smime/themes/Default/style.css
-%%WWWDIR%%/modules/smime/verify.php
%%WWWDIR%%/modules/summary/AnnouncementDialog.js
%%WWWDIR%%/modules/summary/AnnouncementsGrid.js
%%WWWDIR%%/modules/summary/AnnouncementsViewGrid.js
@@ -4838,69 +4429,46 @@
%%WWWDIR%%/modules/summary/PortalColumn.js
%%WWWDIR%%/modules/summary/Portlet.js
%%WWWDIR%%/modules/summary/Portlets.js
+%%WWWDIR%%/modules/summary/SummaryModule.php
%%WWWDIR%%/modules/summary/WebFeedsGrid.js
-%%WWWDIR%%/modules/summary/action.php
-%%WWWDIR%%/modules/summary/all-module-scripts-min
-%%WWWDIR%%/modules/summary/classes/summary.class.inc.php
-%%WWWDIR%%/modules/summary/feed_proxy.php
-%%WWWDIR%%/modules/summary/install/install.inc.php
+%%WWWDIR%%/modules/summary/controller/AnnouncementController.php
+%%WWWDIR%%/modules/summary/controller/NoteController.php
+%%WWWDIR%%/modules/summary/controller/RssFeedController.php
%%WWWDIR%%/modules/summary/install/install.sql
-%%WWWDIR%%/modules/summary/install/uninstall.inc.php
-%%WWWDIR%%/modules/summary/install/uninstall.sql
-%%WWWDIR%%/modules/summary/install/updates.inc.php
-%%WWWDIR%%/modules/summary/install/updatescripts/1_add_announcement.inc.php
-%%WWWDIR%%/modules/summary/install/updatescripts/2_add_rssfeed_title.inc.php
-%%WWWDIR%%/modules/summary/install/updatescripts/3_set_visible_list.inc.php
-%%WWWDIR%%/modules/summary/install/updatescripts/4_set_visible_calendar.inc.php
-%%WWWDIR%%/modules/summary/json.php
-%%WWWDIR%%/modules/summary/language/ca.inc.php
-%%WWWDIR%%/modules/summary/language/ca.js
-%%WWWDIR%%/modules/summary/language/cn.inc.php
-%%WWWDIR%%/modules/summary/language/cn.js
-%%WWWDIR%%/modules/summary/language/cs.inc.php
-%%WWWDIR%%/modules/summary/language/cs.js
-%%WWWDIR%%/modules/summary/language/da.inc.php
-%%WWWDIR%%/modules/summary/language/da.js
-%%WWWDIR%%/modules/summary/language/de.inc.php
-%%WWWDIR%%/modules/summary/language/de.js
-%%WWWDIR%%/modules/summary/language/el.inc.php
-%%WWWDIR%%/modules/summary/language/el.js
-%%WWWDIR%%/modules/summary/language/en.inc.php
-%%WWWDIR%%/modules/summary/language/en.js
-%%WWWDIR%%/modules/summary/language/es.inc.php
-%%WWWDIR%%/modules/summary/language/es.js
-%%WWWDIR%%/modules/summary/language/et.inc.php
-%%WWWDIR%%/modules/summary/language/et.js
-%%WWWDIR%%/modules/summary/language/fi.inc.php
-%%WWWDIR%%/modules/summary/language/fi.js
-%%WWWDIR%%/modules/summary/language/fr.inc.php
-%%WWWDIR%%/modules/summary/language/fr.js
-%%WWWDIR%%/modules/summary/language/hu.inc.php
-%%WWWDIR%%/modules/summary/language/hu.js
-%%WWWDIR%%/modules/summary/language/it.inc.php
-%%WWWDIR%%/modules/summary/language/it.js
-%%WWWDIR%%/modules/summary/language/ko.inc.php
-%%WWWDIR%%/modules/summary/language/ko.js
-%%WWWDIR%%/modules/summary/language/nb.inc.php
-%%WWWDIR%%/modules/summary/language/nb.js
-%%WWWDIR%%/modules/summary/language/nl.inc.php
-%%WWWDIR%%/modules/summary/language/nl.js
-%%WWWDIR%%/modules/summary/language/pl.inc.php
-%%WWWDIR%%/modules/summary/language/pl.js
-%%WWWDIR%%/modules/summary/language/pt_BR.inc.php
-%%WWWDIR%%/modules/summary/language/pt_BR.js
-%%WWWDIR%%/modules/summary/language/ro.inc.php
-%%WWWDIR%%/modules/summary/language/ro.js
-%%WWWDIR%%/modules/summary/language/ru.inc.php
-%%WWWDIR%%/modules/summary/language/ru.js
-%%WWWDIR%%/modules/summary/language/sv.inc.php
-%%WWWDIR%%/modules/summary/language/sv.js
-%%WWWDIR%%/modules/summary/language/th.inc.php
-%%WWWDIR%%/modules/summary/language/th.js
-%%WWWDIR%%/modules/summary/language/tr.inc.php
-%%WWWDIR%%/modules/summary/language/tr.js
-%%WWWDIR%%/modules/summary/language/zh-tw.inc.php
-%%WWWDIR%%/modules/summary/language/zh-tw.js
+%%WWWDIR%%/modules/summary/install/updates.php
+%%WWWDIR%%/modules/summary/install/updatescripts/share_existing_announcements.php
+%%WWWDIR%%/modules/summary/language/bg.php
+%%WWWDIR%%/modules/summary/language/bn_BD.php
+%%WWWDIR%%/modules/summary/language/ca.php
+%%WWWDIR%%/modules/summary/language/cn.php
+%%WWWDIR%%/modules/summary/language/cs.php
+%%WWWDIR%%/modules/summary/language/da.php
+%%WWWDIR%%/modules/summary/language/de.php
+%%WWWDIR%%/modules/summary/language/el.php
+%%WWWDIR%%/modules/summary/language/en.php
+%%WWWDIR%%/modules/summary/language/es.php
+%%WWWDIR%%/modules/summary/language/et.php
+%%WWWDIR%%/modules/summary/language/fi.php
+%%WWWDIR%%/modules/summary/language/fr.php
+%%WWWDIR%%/modules/summary/language/hr.php
+%%WWWDIR%%/modules/summary/language/hu.php
+%%WWWDIR%%/modules/summary/language/it.php
+%%WWWDIR%%/modules/summary/language/ko.php
+%%WWWDIR%%/modules/summary/language/nb.php
+%%WWWDIR%%/modules/summary/language/nl.php
+%%WWWDIR%%/modules/summary/language/pl.php
+%%WWWDIR%%/modules/summary/language/pt_BR.php
+%%WWWDIR%%/modules/summary/language/ro.php
+%%WWWDIR%%/modules/summary/language/ru.php
+%%WWWDIR%%/modules/summary/language/sv.php
+%%WWWDIR%%/modules/summary/language/th.php
+%%WWWDIR%%/modules/summary/language/tr.php
+%%WWWDIR%%/modules/summary/language/zh-tw.php
+%%WWWDIR%%/modules/summary/model/Announcement.php
+%%WWWDIR%%/modules/summary/model/LatestReadAnnouncementRecord.php
+%%WWWDIR%%/modules/summary/model/Note.php
+%%WWWDIR%%/modules/summary/model/RssFeed.php
+%%WWWDIR%%/modules/summary/model/UserCalendar.php
%%WWWDIR%%/modules/summary/rssFeedPortlet.js
%%WWWDIR%%/modules/summary/scripts.txt
%%WWWDIR%%/modules/summary/themes/Default/images/note.png
@@ -4911,38 +4479,97 @@
%%WWWDIR%%/modules/summary/themes/ExtJS/images/rss.gif
%%WWWDIR%%/modules/summary/themes/ExtJS/images/summary.png
%%WWWDIR%%/modules/summary/themes/ExtJS/style.css
-%%WWWDIR%%/modules/systemusers/Plugin.js
-%%WWWDIR%%/modules/systemusers/README.TXT
-%%WWWDIR%%/modules/systemusers/all-module-scripts-min
-%%WWWDIR%%/modules/systemusers/classes/systemusers.class.inc.php
-%%WWWDIR%%/modules/systemusers/install/install.sql
-%%WWWDIR%%/modules/systemusers/install/noautoinstall
-%%WWWDIR%%/modules/systemusers/install/uninstall.inc.php
-%%WWWDIR%%/modules/systemusers/install/uninstall.sql
-%%WWWDIR%%/modules/systemusers/install/updates.inc.php
-%%WWWDIR%%/modules/systemusers/language/ca.inc.php
-%%WWWDIR%%/modules/systemusers/language/de.inc.php
-%%WWWDIR%%/modules/systemusers/language/en.inc.php
-%%WWWDIR%%/modules/systemusers/language/et.inc.php
-%%WWWDIR%%/modules/systemusers/language/fr.inc.php
-%%WWWDIR%%/modules/systemusers/language/ko.inc.php
-%%WWWDIR%%/modules/systemusers/language/nb.inc.php
-%%WWWDIR%%/modules/systemusers/language/nl.inc.php
-%%WWWDIR%%/modules/systemusers/language/pl.inc.php
-%%WWWDIR%%/modules/systemusers/language/ru.inc.php
-%%WWWDIR%%/modules/systemusers/language/sv.inc.php
-%%WWWDIR%%/modules/systemusers/scripts.txt
-%%WWWDIR%%/modules/systemusers/sudo.php
-%%WWWDIR%%/modules/systemusers/themes/Default/images/systemusers.png
-%%WWWDIR%%/modules/systemusers/vacation_functions.php
+%%WWWDIR%%/modules/sync/DevicesGrid.js
+%%WWWDIR%%/modules/sync/Settings.js
+%%WWWDIR%%/modules/sync/SyncModule.php
+%%WWWDIR%%/modules/sync/controller/UserAddressbookController.php
+%%WWWDIR%%/modules/sync/controller/UserCalendarController.php
+%%WWWDIR%%/modules/sync/controller/UserNoteCategoryController.php
+%%WWWDIR%%/modules/sync/controller/UserTasklistController.php
+%%WWWDIR%%/modules/sync/install/install.sql
+%%WWWDIR%%/modules/sync/install/uninstall.sql
+%%WWWDIR%%/modules/sync/install/updates.inc.php
+%%WWWDIR%%/modules/sync/language/cs.php
+%%WWWDIR%%/modules/sync/language/de.php
+%%WWWDIR%%/modules/sync/language/en.php
+%%WWWDIR%%/modules/sync/language/es.php
+%%WWWDIR%%/modules/sync/language/fr.php
+%%WWWDIR%%/modules/sync/language/hr.php
+%%WWWDIR%%/modules/sync/language/it.php
+%%WWWDIR%%/modules/sync/language/ko.php
+%%WWWDIR%%/modules/sync/language/nb.php
+%%WWWDIR%%/modules/sync/language/nl.php
+%%WWWDIR%%/modules/sync/language/pl.php
+%%WWWDIR%%/modules/sync/language/pt_BR.php
+%%WWWDIR%%/modules/sync/language/ro.php
+%%WWWDIR%%/modules/sync/language/ru.php
+%%WWWDIR%%/modules/sync/language/sv.php
+%%WWWDIR%%/modules/sync/language/th.php
+%%WWWDIR%%/modules/sync/model/Settings.php
+%%WWWDIR%%/modules/sync/model/UserAddressbook.php
+%%WWWDIR%%/modules/sync/model/UserCalendar.php
+%%WWWDIR%%/modules/sync/model/UserNoteCategory.php
+%%WWWDIR%%/modules/sync/model/UserTasklist.php
+%%WWWDIR%%/modules/sync/scripts.txt
+%%WWWDIR%%/modules/sync/themes/Default/images/sync.png
+%%WWWDIR%%/modules/sync/themes/Default/style.css
+%%WWWDIR%%/modules/sync/themes/ExtJS/images/sync.png
+%%WWWDIR%%/modules/sync/themes/ExtJS/style.css
+%%WWWDIR%%/modules/sync/z-push21/INSTALL.TXT
+%%WWWDIR%%/modules/sync/z-push21/backend/go/GoImapStreamWrapper.php
+%%WWWDIR%%/modules/sync/z-push21/backend/go/config.php
+%%WWWDIR%%/modules/sync/z-push21/backend/go/go.php
+%%WWWDIR%%/modules/sync/z-push21/backend/go/goBaseBackendDiff.php
+%%WWWDIR%%/modules/sync/z-push21/backend/go/goCalendar.php
+%%WWWDIR%%/modules/sync/z-push21/backend/go/goContact.php
+%%WWWDIR%%/modules/sync/z-push21/backend/go/goExporter.php
+%%WWWDIR%%/modules/sync/z-push21/backend/go/goImporter.php
+%%WWWDIR%%/modules/sync/z-push21/backend/go/goMail.php
+%%WWWDIR%%/modules/sync/z-push21/backend/go/goNote.php
+%%WWWDIR%%/modules/sync/z-push21/backend/go/goSyncUtils.php
+%%WWWDIR%%/modules/sync/z-push21/backend/go/goTask.php
+%%WWWDIR%%/modules/sync/z-push21/config.php
+%%WWWDIR%%/modules/sync/z-push21/install.sh
+%%WWWDIR%%/modules/syncml/Response.php
+%%WWWDIR%%/modules/syncml/Server.php
+%%WWWDIR%%/modules/syncml/SyncmlModule.php
+%%WWWDIR%%/modules/syncml/backend/AbstractBackend.php
+%%WWWDIR%%/modules/syncml/backend/go/Backend.php
+%%WWWDIR%%/modules/syncml/backend/go/store/Event.php
+%%WWWDIR%%/modules/syncml/backend/go/store/Todo.php
+%%WWWDIR%%/modules/syncml/backend/go/store/VCard.php
+%%WWWDIR%%/modules/syncml/controller/DeviceController.php
+%%WWWDIR%%/modules/syncml/exception/ImportFailure.php
+%%WWWDIR%%/modules/syncml/exception/NotFound.php
+%%WWWDIR%%/modules/syncml/index.php
+%%WWWDIR%%/modules/syncml/install/install.sql
+%%WWWDIR%%/modules/syncml/install/uninstall.sql
+%%WWWDIR%%/modules/syncml/install/updates.php
+%%WWWDIR%%/modules/syncml/language/de.php
+%%WWWDIR%%/modules/syncml/language/en.php
+%%WWWDIR%%/modules/syncml/language/fr.php
+%%WWWDIR%%/modules/syncml/language/nl.php
+%%WWWDIR%%/modules/syncml/language/pt_BR.php
+%%WWWDIR%%/modules/syncml/language/th.php
+%%WWWDIR%%/modules/syncml/model/Anchor.php
+%%WWWDIR%%/modules/syncml/model/Device.php
+%%WWWDIR%%/modules/syncml/model/Map.php
+%%WWWDIR%%/modules/syncml/store/AbstractStore.php
+%%WWWDIR%%/modules/syncml/store/AbstractVCalendarStore.php
+%%WWWDIR%%/modules/syncml/store/AbstractVCardStore.php
+%%WWWDIR%%/modules/syncml/store/AbstractVTodoStore.php
+%%WWWDIR%%/modules/syncml/views/Extjs3/themes/Default/images/syncml.png
+%%WWWDIR%%/modules/syncml/xml/response.xml
+%%WWWDIR%%/modules/syncml/xml/responseOudeSyncmlServer.xml
+%%WWWDIR%%/modules/syncml/xml/test.xml
%%WWWDIR%%/modules/tasks/AddTaskPanel.js
%%WWWDIR%%/modules/tasks/CategoryDialog.js
%%WWWDIR%%/modules/tasks/ContinueTaskDialog.js
%%WWWDIR%%/modules/tasks/GlobalSettings.js
%%WWWDIR%%/modules/tasks/MainPanel.js
%%WWWDIR%%/modules/tasks/Portlet.js
-%%WWWDIR%%/modules/tasks/PortletSettings.js
%%WWWDIR%%/modules/tasks/ScheduleCallDialog.js
+%%WWWDIR%%/modules/tasks/ScheduleCallMenuItem.js
%%WWWDIR%%/modules/tasks/SelectTaskStatus.js
%%WWWDIR%%/modules/tasks/SelectTasklist.js
%%WWWDIR%%/modules/tasks/Settings.js
@@ -4951,146 +4578,251 @@
%%WWWDIR%%/modules/tasks/TaskPanel.js
%%WWWDIR%%/modules/tasks/TasklistDialog.js
%%WWWDIR%%/modules/tasks/TasksGrid.js
+%%WWWDIR%%/modules/tasks/TasksModule.php
%%WWWDIR%%/modules/tasks/TasksObservable.js
%%WWWDIR%%/modules/tasks/TasksTemplate.js
-%%WWWDIR%%/modules/tasks/action.php
-%%WWWDIR%%/modules/tasks/all-module-scripts-min
-%%WWWDIR%%/modules/tasks/classes/export_tasks.class.inc.php
-%%WWWDIR%%/modules/tasks/classes/tasks.class.inc.php
-%%WWWDIR%%/modules/tasks/export.php
-%%WWWDIR%%/modules/tasks/index.php
-%%WWWDIR%%/modules/tasks/install/install.inc.php
+%%WWWDIR%%/modules/tasks/controller/CategoryController.php
+%%WWWDIR%%/modules/tasks/controller/PortletController.php
+%%WWWDIR%%/modules/tasks/controller/ScheduleCallController.php
+%%WWWDIR%%/modules/tasks/controller/SettingsController.php
+%%WWWDIR%%/modules/tasks/controller/TaskController.php
+%%WWWDIR%%/modules/tasks/controller/TasklistController.php
+%%WWWDIR%%/modules/tasks/customfields/model/Task.php
+%%WWWDIR%%/modules/tasks/export/CurrentGrid.php
%%WWWDIR%%/modules/tasks/install/install.sql
-%%WWWDIR%%/modules/tasks/install/uninstall.inc.php
%%WWWDIR%%/modules/tasks/install/uninstall.sql
%%WWWDIR%%/modules/tasks/install/updates.inc.php
-%%WWWDIR%%/modules/tasks/install/updatescripts/1_convert_acl.inc.php
-%%WWWDIR%%/modules/tasks/json.php
-%%WWWDIR%%/modules/tasks/language/ca.inc.php
-%%WWWDIR%%/modules/tasks/language/ca.js
-%%WWWDIR%%/modules/tasks/language/cn.inc.php
-%%WWWDIR%%/modules/tasks/language/cn.js
-%%WWWDIR%%/modules/tasks/language/cs.inc.php
-%%WWWDIR%%/modules/tasks/language/cs.js
-%%WWWDIR%%/modules/tasks/language/da.inc.php
-%%WWWDIR%%/modules/tasks/language/da.js
-%%WWWDIR%%/modules/tasks/language/de.inc.php
-%%WWWDIR%%/modules/tasks/language/de.js
-%%WWWDIR%%/modules/tasks/language/el.inc.php
-%%WWWDIR%%/modules/tasks/language/el.js
-%%WWWDIR%%/modules/tasks/language/en.inc.php
-%%WWWDIR%%/modules/tasks/language/en.js
-%%WWWDIR%%/modules/tasks/language/es.inc.php
-%%WWWDIR%%/modules/tasks/language/es.js
-%%WWWDIR%%/modules/tasks/language/et.inc.php
-%%WWWDIR%%/modules/tasks/language/et.js
-%%WWWDIR%%/modules/tasks/language/fi.inc.php
-%%WWWDIR%%/modules/tasks/language/fi.js
-%%WWWDIR%%/modules/tasks/language/fr.inc.php
-%%WWWDIR%%/modules/tasks/language/fr.js
-%%WWWDIR%%/modules/tasks/language/hu.inc.php
-%%WWWDIR%%/modules/tasks/language/hu.js
-%%WWWDIR%%/modules/tasks/language/it.inc.php
-%%WWWDIR%%/modules/tasks/language/it.js
-%%WWWDIR%%/modules/tasks/language/ko.inc.php
-%%WWWDIR%%/modules/tasks/language/ko.js
-%%WWWDIR%%/modules/tasks/language/nb.inc.php
-%%WWWDIR%%/modules/tasks/language/nb.js
-%%WWWDIR%%/modules/tasks/language/nl.inc.php
-%%WWWDIR%%/modules/tasks/language/nl.js
-%%WWWDIR%%/modules/tasks/language/pl.inc.php
-%%WWWDIR%%/modules/tasks/language/pl.js
-%%WWWDIR%%/modules/tasks/language/pt_BR.inc.php
-%%WWWDIR%%/modules/tasks/language/pt_BR.js
-%%WWWDIR%%/modules/tasks/language/ro.inc.php
-%%WWWDIR%%/modules/tasks/language/ro.js
-%%WWWDIR%%/modules/tasks/language/ru.inc.php
-%%WWWDIR%%/modules/tasks/language/ru.js
-%%WWWDIR%%/modules/tasks/language/sv.inc.php
-%%WWWDIR%%/modules/tasks/language/sv.js
-%%WWWDIR%%/modules/tasks/language/th.inc.php
-%%WWWDIR%%/modules/tasks/language/th.js
-%%WWWDIR%%/modules/tasks/language/tr.inc.php
-%%WWWDIR%%/modules/tasks/language/tr.js
-%%WWWDIR%%/modules/tasks/language/zh-tw.inc.php
-%%WWWDIR%%/modules/tasks/language/zh-tw.js
+%%WWWDIR%%/modules/tasks/language/bg.php
+%%WWWDIR%%/modules/tasks/language/bn_BD.php
+%%WWWDIR%%/modules/tasks/language/ca.php
+%%WWWDIR%%/modules/tasks/language/cn.php
+%%WWWDIR%%/modules/tasks/language/cs.php
+%%WWWDIR%%/modules/tasks/language/da.php
+%%WWWDIR%%/modules/tasks/language/de.php
+%%WWWDIR%%/modules/tasks/language/el.php
+%%WWWDIR%%/modules/tasks/language/en.php
+%%WWWDIR%%/modules/tasks/language/es.php
+%%WWWDIR%%/modules/tasks/language/et.php
+%%WWWDIR%%/modules/tasks/language/fi.php
+%%WWWDIR%%/modules/tasks/language/fr.php
+%%WWWDIR%%/modules/tasks/language/hr.php
+%%WWWDIR%%/modules/tasks/language/hu.php
+%%WWWDIR%%/modules/tasks/language/it.php
+%%WWWDIR%%/modules/tasks/language/ko.php
+%%WWWDIR%%/modules/tasks/language/nb.php
+%%WWWDIR%%/modules/tasks/language/nl.php
+%%WWWDIR%%/modules/tasks/language/pl.php
+%%WWWDIR%%/modules/tasks/language/pt_BR.php
+%%WWWDIR%%/modules/tasks/language/ro.php
+%%WWWDIR%%/modules/tasks/language/ru.php
+%%WWWDIR%%/modules/tasks/language/sv.php
+%%WWWDIR%%/modules/tasks/language/th.php
+%%WWWDIR%%/modules/tasks/language/tr.php
+%%WWWDIR%%/modules/tasks/language/zh-tw.php
+%%WWWDIR%%/modules/tasks/model/Category.php
+%%WWWDIR%%/modules/tasks/model/PortletTasklist.php
+%%WWWDIR%%/modules/tasks/model/Settings.php
+%%WWWDIR%%/modules/tasks/model/Task.php
+%%WWWDIR%%/modules/tasks/model/Tasklist.php
%%WWWDIR%%/modules/tasks/scripts.inc.php
%%WWWDIR%%/modules/tasks/scripts.txt
-%%WWWDIR%%/modules/tasks/themes/Default/images/call.png
-%%WWWDIR%%/modules/tasks/themes/Default/images/complete.png
-%%WWWDIR%%/modules/tasks/themes/Default/images/newtask.png
-%%WWWDIR%%/modules/tasks/themes/Default/images/tasks.png
-%%WWWDIR%%/modules/tasks/themes/Default/style.css
-%%WWWDIR%%/modules/tasks/themes/ExtJS/images/complete.png
-%%WWWDIR%%/modules/tasks/themes/ExtJS/images/newtask.png
-%%WWWDIR%%/modules/tasks/themes/ExtJS/images/tasks.png
-%%WWWDIR%%/modules/tasks/themes/ExtJS/style.css
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/Default/images/call.png
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/Default/images/complete.png
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/Default/images/newtask.png
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/Default/images/phone-add.png
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/Default/images/tasks.png
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/Default/style.css
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/ExtJS/images/complete.png
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/ExtJS/images/newtask.png
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/ExtJS/images/tasks.png
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/ExtJS/style.css
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/Group-Office/images/call.png
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/Group-Office/images/complete.png
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/Group-Office/images/newtask.png
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/Group-Office/images/tasks.png
+%%WWWDIR%%/modules/tasks/views/Extjs3/themes/Group-Office/style.css
+%%WWWDIR%%/modules/tickets/InvoiceDialog.js
+%%WWWDIR%%/modules/tickets/MainPanel.js
+%%WWWDIR%%/modules/tickets/MessageForm.js
+%%WWWDIR%%/modules/tickets/Plugin.js
+%%WWWDIR%%/modules/tickets/RatesGrid.js
+%%WWWDIR%%/modules/tickets/SelectAgent.js
+%%WWWDIR%%/modules/tickets/SelectStatus.js
+%%WWWDIR%%/modules/tickets/SelectTicketGroup.js
+%%WWWDIR%%/modules/tickets/SelectType.js
+%%WWWDIR%%/modules/tickets/SettingsGroupsGrid.js
+%%WWWDIR%%/modules/tickets/SettingsStatusesGrid.js
+%%WWWDIR%%/modules/tickets/SettingsTemplatesGrid.js
+%%WWWDIR%%/modules/tickets/SettingsTypesGrid.js
+%%WWWDIR%%/modules/tickets/StatusDialog.js
+%%WWWDIR%%/modules/tickets/Stores.js
+%%WWWDIR%%/modules/tickets/TemplateDialog.js
+%%WWWDIR%%/modules/tickets/Test.php
+%%WWWDIR%%/modules/tickets/TicketDialog.js
+%%WWWDIR%%/modules/tickets/TicketGroupDialog.js
+%%WWWDIR%%/modules/tickets/TicketPanel.js
+%%WWWDIR%%/modules/tickets/TicketsFilterGrid.js
+%%WWWDIR%%/modules/tickets/TicketsGrid.js
+%%WWWDIR%%/modules/tickets/TicketsModule.php
+%%WWWDIR%%/modules/tickets/TypeDialog.js
+%%WWWDIR%%/modules/tickets/TypesGrid.js
+%%WWWDIR%%/modules/tickets/controller/ExportCsvController.php
+%%WWWDIR%%/modules/tickets/controller/ExternalpageController.php
+%%WWWDIR%%/modules/tickets/controller/MessageController.php
+%%WWWDIR%%/modules/tickets/controller/RateController.php
+%%WWWDIR%%/modules/tickets/controller/ReportController.php
+%%WWWDIR%%/modules/tickets/controller/SettingsController.php
+%%WWWDIR%%/modules/tickets/controller/SiteController.php
+%%WWWDIR%%/modules/tickets/controller/StatusController.php
+%%WWWDIR%%/modules/tickets/controller/TemplateController.php
+%%WWWDIR%%/modules/tickets/controller/TicketController.php
+%%WWWDIR%%/modules/tickets/controller/TicketGroupController.php
+%%WWWDIR%%/modules/tickets/controller/TypeController.php
+%%WWWDIR%%/modules/tickets/controller/TypeGroupController.php
+%%WWWDIR%%/modules/tickets/cron/CloseInactive.php
+%%WWWDIR%%/modules/tickets/cron/ImportImap.php
+%%WWWDIR%%/modules/tickets/cron/Reminder.php
+%%WWWDIR%%/modules/tickets/customfields/model/Ticket.php
+%%WWWDIR%%/modules/tickets/export/CurrentGrid.php
+%%WWWDIR%%/modules/tickets/install/install.sql
+%%WWWDIR%%/modules/tickets/install/uninstall.sql
+%%WWWDIR%%/modules/tickets/install/updates.inc.php
+%%WWWDIR%%/modules/tickets/install/updatescripts/1_convert_agent_permissions.php
+%%WWWDIR%%/modules/tickets/install/updatescripts/2_install_cron.php
+%%WWWDIR%%/modules/tickets/install/updatescripts/3_install_agent_email_template.php
+%%WWWDIR%%/modules/tickets/install/updatescripts/4_install_agent_claim_template.php
+%%WWWDIR%%/modules/tickets/install/updatescripts/5_move_email_account_to_first_tickettype.php
+%%WWWDIR%%/modules/tickets/language/cs.php
+%%WWWDIR%%/modules/tickets/language/de.php
+%%WWWDIR%%/modules/tickets/language/en.php
+%%WWWDIR%%/modules/tickets/language/fr.php
+%%WWWDIR%%/modules/tickets/language/ko.php
+%%WWWDIR%%/modules/tickets/language/nb.php
+%%WWWDIR%%/modules/tickets/language/nl.php
+%%WWWDIR%%/modules/tickets/language/pl.php
+%%WWWDIR%%/modules/tickets/language/pt_BR.php
+%%WWWDIR%%/modules/tickets/language/ru.php
+%%WWWDIR%%/modules/tickets/language/sv.php
+%%WWWDIR%%/modules/tickets/language/th.php
+%%WWWDIR%%/modules/tickets/model/Message.php
+%%WWWDIR%%/modules/tickets/model/Rate.php
+%%WWWDIR%%/modules/tickets/model/Settings.php
+%%WWWDIR%%/modules/tickets/model/Status.php
+%%WWWDIR%%/modules/tickets/model/Template.php
+%%WWWDIR%%/modules/tickets/model/Ticket.php
+%%WWWDIR%%/modules/tickets/model/TicketGroup.php
+%%WWWDIR%%/modules/tickets/model/Type.php
+%%WWWDIR%%/modules/tickets/model/TypeGroup.php
+%%WWWDIR%%/modules/tickets/scripts.inc.php
+%%WWWDIR%%/modules/tickets/scripts.txt
+%%WWWDIR%%/modules/tickets/themes/Default/images/16x16/attach.png
+%%WWWDIR%%/modules/tickets/themes/Default/images/16x16/important.png
+%%WWWDIR%%/modules/tickets/themes/Default/images/16x16/read.png
+%%WWWDIR%%/modules/tickets/themes/Default/images/16x16/seen.png
+%%WWWDIR%%/modules/tickets/themes/Default/images/16x16/unseen.png
+%%WWWDIR%%/modules/tickets/themes/Default/images/categories.png
+%%WWWDIR%%/modules/tickets/themes/Default/images/message-left.png
+%%WWWDIR%%/modules/tickets/themes/Default/images/message-right.png
+%%WWWDIR%%/modules/tickets/themes/Default/images/message.png
+%%WWWDIR%%/modules/tickets/themes/Default/images/notes.png
+%%WWWDIR%%/modules/tickets/themes/Default/images/tickets.png
+%%WWWDIR%%/modules/tickets/themes/Default/style.css
+%%WWWDIR%%/modules/tickets/themes/ExtJS/style.css
+%%WWWDIR%%/modules/tickets/themes/Group-Office/images/16x16/read.png
+%%WWWDIR%%/modules/tickets/themes/Group-Office/style.css
+%%WWWDIR%%/modules/tickets/views/Extjs3/ReportByTypeDialog.js
+%%WWWDIR%%/modules/tickets/views/Extjs3/ReportClosedInMonthDialog.js
+%%WWWDIR%%/modules/tickets/views/Extjs3/ReportCreatedInMonthDialog.js
+%%WWWDIR%%/modules/tickets/views/Extjs3/ReportCreatedInYearWeekDialog.js
+%%WWWDIR%%/modules/tickets/views/Extjs3/ReportCurrentTicketsDialog.js
+%%WWWDIR%%/modules/tickets/views/Extjs3/ReportResponseTimeDialog.js
+%%WWWDIR%%/modules/tickets/views/Extjs3/ReportSolvedDialog.js
+%%WWWDIR%%/modules/tickets/views/Extjs3/ReportSolvingTimeDialog.js
+%%WWWDIR%%/modules/tickets/views/Extjs3/SettingsDialog.js
+%%WWWDIR%%/modules/tickets/views/Extjs3/SettingsExternalPagePanel.js
+%%WWWDIR%%/modules/tickets/views/Extjs3/SettingsOptionsPanel.js
+%%WWWDIR%%/modules/tickets/views/Extjs3/TypeGroupDialog.js
+%%WWWDIR%%/modules/tickets/views/Extjs3/TypeGroupGridDialog.js
+%%WWWDIR%%/modules/timeregistration2/Timeregistration2Module.php
+%%WWWDIR%%/modules/timeregistration2/controller/EmployeeController.php
+%%WWWDIR%%/modules/timeregistration2/controller/MonthController.php
+%%WWWDIR%%/modules/timeregistration2/controller/NotificationController.php
+%%WWWDIR%%/modules/timeregistration2/controller/SettingsController.php
+%%WWWDIR%%/modules/timeregistration2/controller/TimeEntryController.php
+%%WWWDIR%%/modules/timeregistration2/controller/WeekController.php
+%%WWWDIR%%/modules/timeregistration2/controller/YearController.php
+%%WWWDIR%%/modules/timeregistration2/export/CurrentGrid.php
+%%WWWDIR%%/modules/timeregistration2/install/install.sql
+%%WWWDIR%%/modules/timeregistration2/install/uninstall.sql
+%%WWWDIR%%/modules/timeregistration2/install/updates.inc.php
+%%WWWDIR%%/modules/timeregistration2/language/cs.php
+%%WWWDIR%%/modules/timeregistration2/language/de.php
+%%WWWDIR%%/modules/timeregistration2/language/en.php
+%%WWWDIR%%/modules/timeregistration2/language/fr.php
+%%WWWDIR%%/modules/timeregistration2/language/hr.php
+%%WWWDIR%%/modules/timeregistration2/language/nb.php
+%%WWWDIR%%/modules/timeregistration2/language/nl.php
+%%WWWDIR%%/modules/timeregistration2/language/pl.php
+%%WWWDIR%%/modules/timeregistration2/language/ru.php
+%%WWWDIR%%/modules/timeregistration2/language/sv.php
+%%WWWDIR%%/modules/timeregistration2/model/Day.php
+%%WWWDIR%%/modules/timeregistration2/model/Employee.php
+%%WWWDIR%%/modules/timeregistration2/model/Month.php
+%%WWWDIR%%/modules/timeregistration2/model/Notification.php
+%%WWWDIR%%/modules/timeregistration2/model/Timespan.php
+%%WWWDIR%%/modules/timeregistration2/model/Week.php
+%%WWWDIR%%/modules/timeregistration2/model/Year.php
+%%WWWDIR%%/modules/timeregistration2/report/Time.php
+%%WWWDIR%%/modules/timeregistration2/scripts.txt
+%%WWWDIR%%/modules/timeregistration2/themes/Default/images/timeregistration2.png
+%%WWWDIR%%/modules/timeregistration2/themes/Default/style.css
+%%WWWDIR%%/modules/timeregistration2/themes/ExtJS/style.css
+%%WWWDIR%%/modules/timeregistration2/views/Extjs3/EmployeeDialog.js
+%%WWWDIR%%/modules/timeregistration2/views/Extjs3/EmployeeGrid.js
+%%WWWDIR%%/modules/timeregistration2/views/Extjs3/MainPanel.js
+%%WWWDIR%%/modules/timeregistration2/views/Extjs3/MonthGrid.js
+%%WWWDIR%%/modules/timeregistration2/views/Extjs3/SettingsDialog.js
+%%WWWDIR%%/modules/timeregistration2/views/Extjs3/TimeEntryGrid.js
+%%WWWDIR%%/modules/timeregistration2/views/Extjs3/WeekGrid.js
+%%WWWDIR%%/modules/timeregistration2/views/Extjs3/YearGrid.js
+%%WWWDIR%%/modules/timeregistration2/views/Extjs3/YearOverviewGrid.js
%%WWWDIR%%/modules/tools/MainPanel.js
-%%WWWDIR%%/modules/tools/all-module-scripts-min
-%%WWWDIR%%/modules/tools/buildsearchcache.php
-%%WWWDIR%%/modules/tools/checkmodule.php
-%%WWWDIR%%/modules/tools/checkmodules.php
-%%WWWDIR%%/modules/tools/dbcheck.php
-%%WWWDIR%%/modules/tools/imapsync.php
-%%WWWDIR%%/modules/tools/json.php
-%%WWWDIR%%/modules/tools/language/ca.inc.php
-%%WWWDIR%%/modules/tools/language/ca.js
-%%WWWDIR%%/modules/tools/language/cn.inc.php
-%%WWWDIR%%/modules/tools/language/cn.js
-%%WWWDIR%%/modules/tools/language/cs.inc.php
-%%WWWDIR%%/modules/tools/language/cs.js
-%%WWWDIR%%/modules/tools/language/da.inc.php
-%%WWWDIR%%/modules/tools/language/da.js
-%%WWWDIR%%/modules/tools/language/de.inc.php
-%%WWWDIR%%/modules/tools/language/de.js
-%%WWWDIR%%/modules/tools/language/el.inc.php
-%%WWWDIR%%/modules/tools/language/el.js
-%%WWWDIR%%/modules/tools/language/en.inc.php
-%%WWWDIR%%/modules/tools/language/en.js
-%%WWWDIR%%/modules/tools/language/es.inc.php
-%%WWWDIR%%/modules/tools/language/es.js
-%%WWWDIR%%/modules/tools/language/et.inc.php
-%%WWWDIR%%/modules/tools/language/et.js
-%%WWWDIR%%/modules/tools/language/fi.inc.php
-%%WWWDIR%%/modules/tools/language/fi.js
-%%WWWDIR%%/modules/tools/language/fr.inc.php
-%%WWWDIR%%/modules/tools/language/fr.js
-%%WWWDIR%%/modules/tools/language/hu.inc.php
-%%WWWDIR%%/modules/tools/language/hu.js
-%%WWWDIR%%/modules/tools/language/it.inc.php
-%%WWWDIR%%/modules/tools/language/it.js
-%%WWWDIR%%/modules/tools/language/ko.inc.php
-%%WWWDIR%%/modules/tools/language/ko.js
-%%WWWDIR%%/modules/tools/language/nb.inc.php
-%%WWWDIR%%/modules/tools/language/nb.js
-%%WWWDIR%%/modules/tools/language/nl.inc.php
-%%WWWDIR%%/modules/tools/language/nl.js
-%%WWWDIR%%/modules/tools/language/pl.inc.php
-%%WWWDIR%%/modules/tools/language/pl.js
-%%WWWDIR%%/modules/tools/language/pt_BR.inc.php
-%%WWWDIR%%/modules/tools/language/pt_BR.js
-%%WWWDIR%%/modules/tools/language/ro.inc.php
-%%WWWDIR%%/modules/tools/language/ro.js
-%%WWWDIR%%/modules/tools/language/ru.inc.php
-%%WWWDIR%%/modules/tools/language/ru.js
-%%WWWDIR%%/modules/tools/language/sv.inc.php
-%%WWWDIR%%/modules/tools/language/sv.js
-%%WWWDIR%%/modules/tools/language/th.inc.php
-%%WWWDIR%%/modules/tools/language/th.js
-%%WWWDIR%%/modules/tools/language/tr.inc.php
-%%WWWDIR%%/modules/tools/language/tr.js
-%%WWWDIR%%/modules/tools/language/zh-tw.inc.php
-%%WWWDIR%%/modules/tools/language/zh-tw.js
-%%WWWDIR%%/modules/tools/phpmyadmin.php
-%%WWWDIR%%/modules/tools/reset_state.php
-%%WWWDIR%%/modules/tools/rm_duplicates.php
+%%WWWDIR%%/modules/tools/ToolsModule.php
+%%WWWDIR%%/modules/tools/controller/ToolsController.php
+%%WWWDIR%%/modules/tools/language/bg.php
+%%WWWDIR%%/modules/tools/language/bn_BD.php
+%%WWWDIR%%/modules/tools/language/ca.php
+%%WWWDIR%%/modules/tools/language/cn.php
+%%WWWDIR%%/modules/tools/language/cs.php
+%%WWWDIR%%/modules/tools/language/da.php
+%%WWWDIR%%/modules/tools/language/de.php
+%%WWWDIR%%/modules/tools/language/el.php
+%%WWWDIR%%/modules/tools/language/en.php
+%%WWWDIR%%/modules/tools/language/es.php
+%%WWWDIR%%/modules/tools/language/et.php
+%%WWWDIR%%/modules/tools/language/fi.php
+%%WWWDIR%%/modules/tools/language/fr.php
+%%WWWDIR%%/modules/tools/language/hr.php
+%%WWWDIR%%/modules/tools/language/hu.php
+%%WWWDIR%%/modules/tools/language/it.php
+%%WWWDIR%%/modules/tools/language/ko.php
+%%WWWDIR%%/modules/tools/language/nb.php
+%%WWWDIR%%/modules/tools/language/nl.php
+%%WWWDIR%%/modules/tools/language/pl.php
+%%WWWDIR%%/modules/tools/language/pt_BR.php
+%%WWWDIR%%/modules/tools/language/ro.php
+%%WWWDIR%%/modules/tools/language/ru.php
+%%WWWDIR%%/modules/tools/language/sv.php
+%%WWWDIR%%/modules/tools/language/th.php
+%%WWWDIR%%/modules/tools/language/tr.php
+%%WWWDIR%%/modules/tools/language/zh-tw.php
%%WWWDIR%%/modules/tools/scripts.txt
%%WWWDIR%%/modules/tools/themes/Default/images/tools.png
%%WWWDIR%%/modules/tools/themes/Default/style.css
%%WWWDIR%%/modules/tools/themes/ExtJS/images/tools.png
%%WWWDIR%%/modules/tools/themes/ExtJS/style.css
%%WWWDIR%%/modules/users/AccountPanel.js
-%%WWWDIR%%/modules/users/CompanyPanel.js
+%%WWWDIR%%/modules/users/GroupsGrid.js
%%WWWDIR%%/modules/users/ImportDialog.js
%%WWWDIR%%/modules/users/LoginPanel.js
%%WWWDIR%%/modules/users/LookAndFeelPanel.js
@@ -5101,1660 +4833,5248 @@
%%WWWDIR%%/modules/users/ProfilePanel.js
%%WWWDIR%%/modules/users/RegionalSettingsPanel.js
%%WWWDIR%%/modules/users/Settings.js
-%%WWWDIR%%/modules/users/SettingsDialog.js
%%WWWDIR%%/modules/users/TimeZones.js
%%WWWDIR%%/modules/users/UserDialog.js
%%WWWDIR%%/modules/users/UserPanel.js
-%%WWWDIR%%/modules/users/abexport2userimport.php
-%%WWWDIR%%/modules/users/action.php
-%%WWWDIR%%/modules/users/all-module-scripts-min
-%%WWWDIR%%/modules/users/classes/users.class.inc.php
-%%WWWDIR%%/modules/users/download_importsample.php
-%%WWWDIR%%/modules/users/importsample.csv
+%%WWWDIR%%/modules/users/UserSettingsTab.js
+%%WWWDIR%%/modules/users/UsersGrid.js
+%%WWWDIR%%/modules/users/UsersModule.php
+%%WWWDIR%%/modules/users/controller/GroupController.php
+%%WWWDIR%%/modules/users/controller/SettingsController.php
+%%WWWDIR%%/modules/users/controller/UserController.php
+%%WWWDIR%%/modules/users/customfields/model/User.php
+%%WWWDIR%%/modules/users/export/CurrentGrid.php
%%WWWDIR%%/modules/users/install/install.sql
-%%WWWDIR%%/modules/users/install/uninstall.inc.php
%%WWWDIR%%/modules/users/install/uninstall.sql
%%WWWDIR%%/modules/users/install/updates.inc.php
-%%WWWDIR%%/modules/users/install/updatescripts/1_convert_acl.inc.php
-%%WWWDIR%%/modules/users/json.php
-%%WWWDIR%%/modules/users/language/ca.inc.php
-%%WWWDIR%%/modules/users/language/ca.js
-%%WWWDIR%%/modules/users/language/cn.inc.php
-%%WWWDIR%%/modules/users/language/cn.js
-%%WWWDIR%%/modules/users/language/cs.inc.php
-%%WWWDIR%%/modules/users/language/cs.js
-%%WWWDIR%%/modules/users/language/da.inc.php
-%%WWWDIR%%/modules/users/language/da.js
-%%WWWDIR%%/modules/users/language/de.inc.php
-%%WWWDIR%%/modules/users/language/de.js
-%%WWWDIR%%/modules/users/language/el.inc.php
-%%WWWDIR%%/modules/users/language/el.js
-%%WWWDIR%%/modules/users/language/en.inc.php
-%%WWWDIR%%/modules/users/language/en.js
-%%WWWDIR%%/modules/users/language/es.inc.php
-%%WWWDIR%%/modules/users/language/es.js
-%%WWWDIR%%/modules/users/language/et.inc.php
-%%WWWDIR%%/modules/users/language/et.js
-%%WWWDIR%%/modules/users/language/fi.inc.php
-%%WWWDIR%%/modules/users/language/fi.js
-%%WWWDIR%%/modules/users/language/fr.inc.php
-%%WWWDIR%%/modules/users/language/fr.js
-%%WWWDIR%%/modules/users/language/hu.inc.php
-%%WWWDIR%%/modules/users/language/hu.js
-%%WWWDIR%%/modules/users/language/it.inc.php
-%%WWWDIR%%/modules/users/language/it.js
-%%WWWDIR%%/modules/users/language/ko.inc.php
-%%WWWDIR%%/modules/users/language/ko.js
-%%WWWDIR%%/modules/users/language/nb.inc.php
-%%WWWDIR%%/modules/users/language/nb.js
-%%WWWDIR%%/modules/users/language/nl.inc.php
-%%WWWDIR%%/modules/users/language/nl.js
-%%WWWDIR%%/modules/users/language/pl.inc.php
-%%WWWDIR%%/modules/users/language/pl.js
-%%WWWDIR%%/modules/users/language/pt_BR.inc.php
-%%WWWDIR%%/modules/users/language/pt_BR.js
-%%WWWDIR%%/modules/users/language/ro.inc.php
-%%WWWDIR%%/modules/users/language/ro.js
-%%WWWDIR%%/modules/users/language/ru.inc.php
-%%WWWDIR%%/modules/users/language/ru.js
-%%WWWDIR%%/modules/users/language/sv.inc.php
-%%WWWDIR%%/modules/users/language/sv.js
-%%WWWDIR%%/modules/users/language/th.inc.php
-%%WWWDIR%%/modules/users/language/th.js
-%%WWWDIR%%/modules/users/language/tr.inc.php
-%%WWWDIR%%/modules/users/language/tr.js
-%%WWWDIR%%/modules/users/language/zh-tw.inc.php
-%%WWWDIR%%/modules/users/language/zh-tw.js
-%%WWWDIR%%/modules/users/non_admin_json.php
-%%WWWDIR%%/modules/users/scripts.inc.php
+%%WWWDIR%%/modules/users/language/bg.php
+%%WWWDIR%%/modules/users/language/bn_BD.php
+%%WWWDIR%%/modules/users/language/ca.php
+%%WWWDIR%%/modules/users/language/cn.php
+%%WWWDIR%%/modules/users/language/cs.php
+%%WWWDIR%%/modules/users/language/da.php
+%%WWWDIR%%/modules/users/language/de.php
+%%WWWDIR%%/modules/users/language/el.php
+%%WWWDIR%%/modules/users/language/en.php
+%%WWWDIR%%/modules/users/language/es.php
+%%WWWDIR%%/modules/users/language/et.php
+%%WWWDIR%%/modules/users/language/fi.php
+%%WWWDIR%%/modules/users/language/fr.php
+%%WWWDIR%%/modules/users/language/hr.php
+%%WWWDIR%%/modules/users/language/hu.php
+%%WWWDIR%%/modules/users/language/it.php
+%%WWWDIR%%/modules/users/language/ko.php
+%%WWWDIR%%/modules/users/language/nb.php
+%%WWWDIR%%/modules/users/language/nl.php
+%%WWWDIR%%/modules/users/language/pl.php
+%%WWWDIR%%/modules/users/language/pt_BR.php
+%%WWWDIR%%/modules/users/language/ro.php
+%%WWWDIR%%/modules/users/language/ru.php
+%%WWWDIR%%/modules/users/language/sv.php
+%%WWWDIR%%/modules/users/language/th.php
+%%WWWDIR%%/modules/users/language/tr.php
+%%WWWDIR%%/modules/users/language/zh-tw.php
+%%WWWDIR%%/modules/users/model/CfSettingTab.php
+%%WWWDIR%%/modules/users/model/Settings.php
%%WWWDIR%%/modules/users/scripts.txt
-%%WWWDIR%%/modules/users/send_invitations.php
%%WWWDIR%%/modules/users/themes/Default/images/users.png
%%WWWDIR%%/modules/users/themes/Default/style.css
%%WWWDIR%%/modules/users/themes/ExtJS/images/16x16/icon-users.png
%%WWWDIR%%/modules/users/themes/ExtJS/images/22x22/config-users.png
%%WWWDIR%%/modules/users/themes/ExtJS/style.css
-%%WWWDIR%%/modules/wordpress/AdminDialog.js
-%%WWWDIR%%/modules/wordpress/INSTALL.TXT
-%%WWWDIR%%/modules/wordpress/MainPanel.js
-%%WWWDIR%%/modules/wordpress/PublishPanel.js
-%%WWWDIR%%/modules/wordpress/action.php
-%%WWWDIR%%/modules/wordpress/all-module-scripts-min
-%%WWWDIR%%/modules/wordpress/classes/wordpress.class.inc.php
-%%WWWDIR%%/modules/wordpress/install/install.sql
-%%WWWDIR%%/modules/wordpress/install/noautoinstall
-%%WWWDIR%%/modules/wordpress/install/updates.inc.php
-%%WWWDIR%%/modules/wordpress/json.php
-%%WWWDIR%%/modules/wordpress/language/ca.inc.php
-%%WWWDIR%%/modules/wordpress/language/ca.js
-%%WWWDIR%%/modules/wordpress/language/en.inc.php
-%%WWWDIR%%/modules/wordpress/language/en.js
-%%WWWDIR%%/modules/wordpress/language/fr.inc.php
-%%WWWDIR%%/modules/wordpress/language/fr.js
-%%WWWDIR%%/modules/wordpress/language/ko.inc.php
-%%WWWDIR%%/modules/wordpress/language/ko.js
-%%WWWDIR%%/modules/wordpress/language/nb.inc.php
-%%WWWDIR%%/modules/wordpress/language/nb.js
-%%WWWDIR%%/modules/wordpress/language/nl.inc.php
-%%WWWDIR%%/modules/wordpress/language/nl.js
-%%WWWDIR%%/modules/wordpress/language/ru.inc.php
-%%WWWDIR%%/modules/wordpress/language/ru.js
-%%WWWDIR%%/modules/wordpress/plugin/GroupOffice/GroupOffice.php
-%%WWWDIR%%/modules/wordpress/plugin/GroupOffice/adduser.php
-%%WWWDIR%%/modules/wordpress/plugin/GroupOffice/customlogin/custom-login.css
-%%WWWDIR%%/modules/wordpress/plugin/GroupOffice/customlogin/login-bkg-bottom.gif
-%%WWWDIR%%/modules/wordpress/plugin/GroupOffice/customlogin/login-bkg-tile-SAMPLE.jpg
-%%WWWDIR%%/modules/wordpress/plugin/GroupOffice/customlogin/login-bkg-tile.jpg
-%%WWWDIR%%/modules/wordpress/redirect.php
-%%WWWDIR%%/modules/wordpress/scripts.inc.php
-%%WWWDIR%%/modules/wordpress/scripts.txt
-%%WWWDIR%%/modules/wordpress/themes/Default/images/wordpress.png
-%%WWWDIR%%/modules/wordpress/themes/Default/style.css
-%%WWWDIR%%/reminder.php
+%%WWWDIR%%/modules/users/views/Extjs3/DiskQuotaPanel.js
+%%WWWDIR%%/modules/users/views/Extjs3/RegisterEmailPanel.js
+%%WWWDIR%%/modules/users/views/Extjs3/SelectSettingPanels.js
+%%WWWDIR%%/modules/users/views/Extjs3/SettingsDialog.js
+%%WWWDIR%%/modules/users/views/Extjs3/Stores.js
+%%WWWDIR%%/modules/webodf/WebodfModule.php
+%%WWWDIR%%/modules/webodf/controller/FileController.php
+%%WWWDIR%%/modules/webodf/filehandler/Webodf.php
+%%WWWDIR%%/modules/webodf/language/en.php
+%%WWWDIR%%/modules/webodf/themes/Default/images/webodf.png
+%%WWWDIR%%/modules/webodf/themes/Default/style.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/EditorSession.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/FullWindowZoomHelper.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/Tools.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/Translator.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/app/resources/app.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/avatar-joe.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/commonIcons.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/commonIcons_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/editorIcons.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/editorIcons_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images/commonIconsObjActDisabled.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images/commonIconsObjActDisabled_rtl.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images/commonIconsObjActEnabled.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images/commonIconsObjActEnabled8bit.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images/commonIconsObjActEnabled8bit_rtl.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images/commonIconsObjActEnabled_rtl.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images/editorIconsDisabled.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images/editorIconsDisabled_rtl.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images/editorIconsEnabled.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images/editorIconsEnabled_rtl.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images/loadingAnimation_rtl.gif
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/a11y/README.txt
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/a11y/colors3x4.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/a11y/colors7x10.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/a11y/indeterminate_progress.gif
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Calendar.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Calendar.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Calendar_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Calendar_rtl.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/ColorPalette.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/ColorPalette.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Common.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Common.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Dialog.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Dialog.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Dialog_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Dialog_rtl.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Editor.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Editor.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Editor_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Editor_rtl.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/InlineEditBox.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/InlineEditBox.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Menu.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Menu.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Menu_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Menu_rtl.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/ProgressBar.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/ProgressBar.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/README
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/TimePicker.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/TimePicker.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/TimePicker_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/TimePicker_rtl.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/TitlePane.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/TitlePane.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/TitlePane_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/TitlePane_rtl.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Toolbar.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Toolbar.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Toolbar_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Toolbar_rtl.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Tree.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/Tree.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/claro.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/claro_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/compile.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/document.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/document.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Button.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Button.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Button_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Button_rtl.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Checkbox.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Checkbox.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Common.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Common.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Common_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Common_rtl.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/NumberSpinner.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/NumberSpinner.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/RadioButton.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/RadioButton.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Select.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Select.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Slider.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Slider.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Slider_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/Slider_rtl.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images/buttonArrows.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images/buttonDisabled.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images/buttonDisabled.svg
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images/buttonEnabled.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images/buttonEnabled.svg
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images/checkboxAndRadioButtons_IE6.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images/checkboxRadioButtonStates.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images/commonFormArrows.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images/error.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images/sliderThumbs.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/activeGradient.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/activeGradient.svg
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/calendar.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/calendarArrows.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/calendarArrows8bit.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/checkmarkNoBorder.gif
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/checkmarkNoBorder.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/dialogCloseIcon.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/dialogCloseIcon8bit.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/dnd.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/loadingAnimation.gif
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/progressBarAnim.gif
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/progressBarFull.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/spriteArrows.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/standardGradient.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/standardGradient.svg
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/tooltip.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/tooltip8bit.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/treeExpandImages.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images/treeExpandImages8bit.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/AccordionContainer.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/AccordionContainer.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/BorderContainer.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/BorderContainer.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/ContentPane.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/ContentPane.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/TabContainer.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/TabContainer.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/TabContainer_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/TabContainer_rtl.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabBottomSelected.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabBottomSelected.svg
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabBottomUnselected.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabBottomUnselected.svg
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabClose.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabLeftSelected.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabLeftSelected.svg
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabLeftUnselected.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabLeftUnselected.svg
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabNested.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabRightSelected.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabRightSelected.svg
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabRightUnselected.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabRightUnselected.svg
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabTopSelected.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabTopSelected.svg
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabTopUnselected.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images/tabTopUnselected.svg
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/variables.less
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/dijit.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/dijit_rtl.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojo-amalgamation.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/LICENSE
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/blank.gif
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/blank.html
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/dnd.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/dojo.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/iframe_history.html
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/images/dndCopy.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/images/dndMove.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/images/dndNoCopy.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/images/dndNoMove.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/DndGridContainer.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/ExpandoPane.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/ExpandoPane.html
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/FloatingPane.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/FloatingPane.html
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/GridContainer.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/GridContainer.html
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/RadioGroup.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/ResizeHandle.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/RotatorContainer.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/ScrollPane.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/ScrollPane.html
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/ToggleSplitter.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/icons/gridcontainer_grip.gif
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/icons/grip_bg.gif
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/icons/pixel.gif
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/icons/resize.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/icons/resizeRtl.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/icons/rotator.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/icons/splitterToggleH.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/icons/splitterToggleV.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker/ColorPicker.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker/ColorPicker.html
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker/images/hue.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker/images/hueHandle.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker/images/hueHandleA11y.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker/images/pickerPointer.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker/images/underlay.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/images/kogmbh.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/images/webodf.png
+%%WWWDIR%%/modules/webodf/wodotexteditor/resources/fonts/fonts.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/translations/de-DE.json
+%%WWWDIR%%/modules/webodf/wodotexteditor/translations/en-US.json
+%%WWWDIR%%/modules/webodf/wodotexteditor/translations/it-IT.json
+%%WWWDIR%%/modules/webodf/wodotexteditor/translations/nl-NL.json
+%%WWWDIR%%/modules/webodf/wodotexteditor/webodf.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/aboutDialog.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/annotation.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/dialogWidgets/alignmentPane.html
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/dialogWidgets/alignmentPane.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/dialogWidgets/editHyperlinkPane.html
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/dialogWidgets/editHyperlinkPane.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/dialogWidgets/fontEffectsPane.html
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/dialogWidgets/fontEffectsPane.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/dialogWidgets/idMangler.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/editHyperlinks.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/fontPicker.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/imageInserter.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/paragraphAlignment.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/paragraphStyles.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/paragraphStylesDialog.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/simpleStyles.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/toolbarWidgets/currentStyle.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/undoRedoMenu.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/widgets/zoomSlider.js
+%%WWWDIR%%/modules/webodf/wodotexteditor/wodotexteditor.css
+%%WWWDIR%%/modules/webodf/wodotexteditor/wodotexteditor.js
+%%WWWDIR%%/modules/workflow/WorkflowModule.php
+%%WWWDIR%%/modules/workflow/action/AbstractAction.php
+%%WWWDIR%%/modules/workflow/action/Approve.php
+%%WWWDIR%%/modules/workflow/action/Copy.php
+%%WWWDIR%%/modules/workflow/action/HistoryPdf.php
+%%WWWDIR%%/modules/workflow/action/HistoryPdfInCopy.php
+%%WWWDIR%%/modules/workflow/controller/ActionTypeController.php
+%%WWWDIR%%/modules/workflow/controller/ApproverController.php
+%%WWWDIR%%/modules/workflow/controller/ApproverGroupController.php
+%%WWWDIR%%/modules/workflow/controller/ModelController.php
+%%WWWDIR%%/modules/workflow/controller/ProcessController.php
+%%WWWDIR%%/modules/workflow/controller/StepController.php
+%%WWWDIR%%/modules/workflow/controller/StepHistoryController.php
+%%WWWDIR%%/modules/workflow/controller/TriggerController.php
+%%WWWDIR%%/modules/workflow/controller/WorkflowController.php
+%%WWWDIR%%/modules/workflow/install/install.sql
+%%WWWDIR%%/modules/workflow/install/uninstall.sql
+%%WWWDIR%%/modules/workflow/install/updates.inc.php
+%%WWWDIR%%/modules/workflow/language/de.php
+%%WWWDIR%%/modules/workflow/language/en.php
+%%WWWDIR%%/modules/workflow/language/fr.php
+%%WWWDIR%%/modules/workflow/language/nb.php
+%%WWWDIR%%/modules/workflow/language/nl.php
+%%WWWDIR%%/modules/workflow/model/ActionType.php
+%%WWWDIR%%/modules/workflow/model/Approver.php
+%%WWWDIR%%/modules/workflow/model/ApproverGroup.php
+%%WWWDIR%%/modules/workflow/model/Model.php
+%%WWWDIR%%/modules/workflow/model/Process.php
+%%WWWDIR%%/modules/workflow/model/RequiredApprover.php
+%%WWWDIR%%/modules/workflow/model/Step.php
+%%WWWDIR%%/modules/workflow/model/StepHistory.php
+%%WWWDIR%%/modules/workflow/model/Trigger.php
+%%WWWDIR%%/modules/workflow/views/Extjs3/FolderPanel.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/MainPanel.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/ModelDialog.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/Overrides.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/Portlet.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/ProcessDialog.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/ProcessGrid.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/PropertiesDialog.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/SelectProcess.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/StepDialog.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/StepGrid.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/StepHistoryDialog.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/Stores.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/TriggerDialog.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/VisualTemplateWindow.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/WorkflowDialog.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/WorkflowGrid.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/WorkflowTemplate.js
+%%WWWDIR%%/modules/workflow/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/workflow/views/Extjs3/themes/Default/images/workflow.png
+%%WWWDIR%%/modules/workflow/views/Extjs3/themes/Default/style.css
+%%WWWDIR%%/modules/workflow/views/Extjs3/themes/Extjs/images/workflow.png
+%%WWWDIR%%/modules/workflow/views/Extjs3/themes/Extjs/style.css
+%%WWWDIR%%/modules/zpushadmin/ZpushadminModule.php
+%%WWWDIR%%/modules/zpushadmin/controller/AdminController.php
+%%WWWDIR%%/modules/zpushadmin/controller/DeviceController.php
+%%WWWDIR%%/modules/zpushadmin/controller/SettingsController.php
+%%WWWDIR%%/modules/zpushadmin/install/install.sql
+%%WWWDIR%%/modules/zpushadmin/install/uninstall.sql
+%%WWWDIR%%/modules/zpushadmin/install/updates.php
+%%WWWDIR%%/modules/zpushadmin/language/de.php
+%%WWWDIR%%/modules/zpushadmin/language/en.php
+%%WWWDIR%%/modules/zpushadmin/language/fr.php
+%%WWWDIR%%/modules/zpushadmin/language/nb.php
+%%WWWDIR%%/modules/zpushadmin/language/nl.php
+%%WWWDIR%%/modules/zpushadmin/language/pt_BR.php
+%%WWWDIR%%/modules/zpushadmin/language/sv.php
+%%WWWDIR%%/modules/zpushadmin/language/th.php
+%%WWWDIR%%/modules/zpushadmin/model/Device.php
+%%WWWDIR%%/modules/zpushadmin/model/Devicerequest.php
+%%WWWDIR%%/modules/zpushadmin/model/Settings.php
+%%WWWDIR%%/modules/zpushadmin/views/Extjs3/DeviceDialog.js
+%%WWWDIR%%/modules/zpushadmin/views/Extjs3/DevicePanel.js
+%%WWWDIR%%/modules/zpushadmin/views/Extjs3/DevicesGrid.js
+%%WWWDIR%%/modules/zpushadmin/views/Extjs3/MainPanel.js
+%%WWWDIR%%/modules/zpushadmin/views/Extjs3/SettingsDialog.js
+%%WWWDIR%%/modules/zpushadmin/views/Extjs3/Stores.js
+%%WWWDIR%%/modules/zpushadmin/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Default/images/zpushadmin.png
+%%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Default/style.css
+%%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Extjs/images/zpushadmin.png
+%%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Extjs/style.css
%%WWWDIR%%/robots.txt
-%%WWWDIR%%/state.php
-%%WWWDIR%%/sync.php
-%%WWWDIR%%/themes/Default/MainLayout.js
-%%WWWDIR%%/themes/Default/default_head.inc.php
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/binary.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/doc.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/folder.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/folder_public.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/html.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/js.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/kformula_kfo.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/kugardata.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/message.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/pdf.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/php.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/pps.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/ps.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/resource.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/schedule.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/spreadsheet.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/sql.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/swf.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/tar.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/templates.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/tex.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/tgz.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/trash.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/txt.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/unknown.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/vcalendar.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/vcard.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/vectorgfx.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/video.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/xcf.png
-%%WWWDIR%%/themes/Default/images/128x128/filetypes/zip.png
-%%WWWDIR%%/themes/Default/images/16x16/1leftarrow.png
-%%WWWDIR%%/themes/Default/images/16x16/1rightarrow.png
-%%WWWDIR%%/themes/Default/images/16x16/actions.png
-%%WWWDIR%%/themes/Default/images/16x16/admin.png
-%%WWWDIR%%/themes/Default/images/16x16/administration.png
-%%WWWDIR%%/themes/Default/images/16x16/arrow_divide.png
-%%WWWDIR%%/themes/Default/images/16x16/arrow_down.gif
-%%WWWDIR%%/themes/Default/images/16x16/arrow_up.gif
-%%WWWDIR%%/themes/Default/images/16x16/bug.png
-%%WWWDIR%%/themes/Default/images/16x16/clock.png
-%%WWWDIR%%/themes/Default/images/16x16/computer.png
-%%WWWDIR%%/themes/Default/images/16x16/connect_established.png
-%%WWWDIR%%/themes/Default/images/16x16/control_stop.png
-%%WWWDIR%%/themes/Default/images/16x16/cross.png
-%%WWWDIR%%/themes/Default/images/16x16/download.png
-%%WWWDIR%%/themes/Default/images/16x16/edit.png
-%%WWWDIR%%/themes/Default/images/16x16/email.png
-%%WWWDIR%%/themes/Default/images/16x16/exclamation.png
-%%WWWDIR%%/themes/Default/images/16x16/export.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/ascii.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/binary.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/cdbo_list.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/cdimage.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/cdtrack.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/colorscm.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/colorset.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/core.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/database.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/deb.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/doc.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/document.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/document2.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/dvi.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/empty.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/empty2.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/empty_ascii.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/encrypted.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/exec_wine.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/file_locked.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/file_temporary.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/folder.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/font.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/font_bitmap.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/font_truetype.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/font_type1.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/gf.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/gnupg.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/html.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/image.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/image2.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/images.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/info.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/java_src.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/karbon.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/kmultiple.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/kugardata.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/log.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/mail.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/make.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/man.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/message.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/metafont.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/midi.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/mime-cdr.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/mime-colorset.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/mime-postscript.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/mime-resource.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/mime-template_source.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/mime.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/mime_ascii.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/mime_empty.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/mime_koffice.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/mozilla_doc.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/netscape.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/netscape_doc.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/pdf-document.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/pdf.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/php.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/pk.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/postscript.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/pps.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/ps.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/quicktime.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/readme.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/real.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/real_doc.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/recycled.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/rpm.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/shellscript.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/soffice.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/sound.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_c.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_cpp.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_f.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_h.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_j.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_java.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_l.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_moc.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_o.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_p.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_pl.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_py.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_s.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/source_y.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/spreadsheet.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/tar.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/tex.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/tgz.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/trash.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/txt.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/txt2.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/unknown.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/vcalendar.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/vcard.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/vectorgfx.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/video.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/widget_doc.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/wordprocessing.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/xmind.png
-%%WWWDIR%%/themes/Default/images/16x16/filetypes/zip.png
-%%WWWDIR%%/themes/Default/images/16x16/fileupload/accept.png
-%%WWWDIR%%/themes/Default/images/16x16/fileupload/add.png
-%%WWWDIR%%/themes/Default/images/16x16/fileupload/arrow_up.png
-%%WWWDIR%%/themes/Default/images/16x16/fileupload/cross.png
-%%WWWDIR%%/themes/Default/images/16x16/fileupload/exclamation.png
-%%WWWDIR%%/themes/Default/images/16x16/folder.png
-%%WWWDIR%%/themes/Default/images/16x16/forum.png
-%%WWWDIR%%/themes/Default/images/16x16/gnome-logout.png
-%%WWWDIR%%/themes/Default/images/16x16/gnome-windows.png
-%%WWWDIR%%/themes/Default/images/16x16/go-icon.png
-%%WWWDIR%%/themes/Default/images/16x16/gtk-add.png
-%%WWWDIR%%/themes/Default/images/16x16/gtk-close.png
-%%WWWDIR%%/themes/Default/images/16x16/gtk-delete.png
-%%WWWDIR%%/themes/Default/images/16x16/gtk-save.png
-%%WWWDIR%%/themes/Default/images/16x16/gtk-settings.png
-%%WWWDIR%%/themes/Default/images/16x16/icon-help.png
-%%WWWDIR%%/themes/Default/images/16x16/icon-search.png
-%%WWWDIR%%/themes/Default/images/16x16/important.png
-%%WWWDIR%%/themes/Default/images/16x16/info.png
-%%WWWDIR%%/themes/Default/images/16x16/left-btn.gif
-%%WWWDIR%%/themes/Default/images/16x16/left-btn.png
-%%WWWDIR%%/themes/Default/images/16x16/ok.png
-%%WWWDIR%%/themes/Default/images/16x16/page_word.png
-%%WWWDIR%%/themes/Default/images/16x16/permissions.png
-%%WWWDIR%%/themes/Default/images/16x16/print.png
-%%WWWDIR%%/themes/Default/images/16x16/reload.png
-%%WWWDIR%%/themes/Default/images/16x16/reminders.png
-%%WWWDIR%%/themes/Default/images/16x16/right-btn.gif
-%%WWWDIR%%/themes/Default/images/16x16/right-btn.png
-%%WWWDIR%%/themes/Default/images/16x16/search.png
-%%WWWDIR%%/themes/Default/images/16x16/search_addressbook.png
-%%WWWDIR%%/themes/Default/images/16x16/spellcheck.png
-%%WWWDIR%%/themes/Default/images/16x16/stock-disconnect.png
-%%WWWDIR%%/themes/Default/images/16x16/support.png
-%%WWWDIR%%/themes/Default/images/16x16/table_add.png
-%%WWWDIR%%/themes/Default/images/16x16/text_horizontalrule.png
-%%WWWDIR%%/themes/Default/images/16x16/text_indent.png
-%%WWWDIR%%/themes/Default/images/16x16/text_indent_remove.png
-%%WWWDIR%%/themes/Default/images/16x16/text_subscript.png
-%%WWWDIR%%/themes/Default/images/16x16/text_superscript.png
-%%WWWDIR%%/themes/Default/images/16x16/unknown.png
-%%WWWDIR%%/themes/Default/images/16x16/upload.png
-%%WWWDIR%%/themes/Default/images/22x22/gnome-windows.png
-%%WWWDIR%%/themes/Default/images/32x32/error.png
-%%WWWDIR%%/themes/Default/images/32x32/reminder.png
-%%WWWDIR%%/themes/Default/images/attach.gif
-%%WWWDIR%%/themes/Default/images/blank.gif
-%%WWWDIR%%/themes/Default/images/block-bg.gif
-%%WWWDIR%%/themes/Default/images/buttons/radiooff.gif
-%%WWWDIR%%/themes/Default/images/buttons/radioon.gif
-%%WWWDIR%%/themes/Default/images/elbow-end-minus-nl.gif
-%%WWWDIR%%/themes/Default/images/elbow-end-minus.gif
-%%WWWDIR%%/themes/Default/images/elbow-end-plus-nl.gif
-%%WWWDIR%%/themes/Default/images/elbow-end-plus.gif
-%%WWWDIR%%/themes/Default/images/elbow-end.gif
-%%WWWDIR%%/themes/Default/images/elbow-line.gif
-%%WWWDIR%%/themes/Default/images/elbow-minus-nl.gif
-%%WWWDIR%%/themes/Default/images/elbow-minus.gif
-%%WWWDIR%%/themes/Default/images/elbow-plus-nl.gif
-%%WWWDIR%%/themes/Default/images/elbow-plus.gif
-%%WWWDIR%%/themes/Default/images/elbow.gif
-%%WWWDIR%%/themes/Default/images/extjs/basic-dialog/btn-arrow.gif
-%%WWWDIR%%/themes/Default/images/extjs/basic-dialog/btn-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/basic-dialog/close.gif
-%%WWWDIR%%/themes/Default/images/extjs/basic-dialog/collapse.gif
-%%WWWDIR%%/themes/Default/images/extjs/basic-dialog/e-handle.gif
-%%WWWDIR%%/themes/Default/images/extjs/basic-dialog/expand.gif
-%%WWWDIR%%/themes/Default/images/extjs/basic-dialog/hd-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/basic-dialog/progress.gif
-%%WWWDIR%%/themes/Default/images/extjs/basic-dialog/progress2.gif
-%%WWWDIR%%/themes/Default/images/extjs/basic-dialog/s-handle.gif
-%%WWWDIR%%/themes/Default/images/extjs/basic-dialog/se-handle.gif
-%%WWWDIR%%/themes/Default/images/extjs/box/corners-blue.gif
-%%WWWDIR%%/themes/Default/images/extjs/box/corners.gif
-%%WWWDIR%%/themes/Default/images/extjs/box/l-blue.gif
-%%WWWDIR%%/themes/Default/images/extjs/box/l.gif
-%%WWWDIR%%/themes/Default/images/extjs/box/r-blue.gif
-%%WWWDIR%%/themes/Default/images/extjs/box/r.gif
-%%WWWDIR%%/themes/Default/images/extjs/box/tb-blue.gif
-%%WWWDIR%%/themes/Default/images/extjs/box/tb.gif
-%%WWWDIR%%/themes/Default/images/extjs/button/arrow-light.gif
-%%WWWDIR%%/themes/Default/images/extjs/button/arrow.gif
-%%WWWDIR%%/themes/Default/images/extjs/button/btn-arrow.gif
-%%WWWDIR%%/themes/Default/images/extjs/button/btn-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/button/btn.gif
-%%WWWDIR%%/themes/Default/images/extjs/button/btn2.gif
-%%WWWDIR%%/themes/Default/images/extjs/button/btn3.gif
-%%WWWDIR%%/themes/Default/images/extjs/dd/drop-add.gif
-%%WWWDIR%%/themes/Default/images/extjs/dd/drop-no.gif
-%%WWWDIR%%/themes/Default/images/extjs/dd/drop-yes.gif
-%%WWWDIR%%/themes/Default/images/extjs/editor/tb-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/form/clear-trigger.gif
-%%WWWDIR%%/themes/Default/images/extjs/form/clear-trigger.psd
-%%WWWDIR%%/themes/Default/images/extjs/form/date-trigger.gif
-%%WWWDIR%%/themes/Default/images/extjs/form/date-trigger.psd
-%%WWWDIR%%/themes/Default/images/extjs/form/error-tip-corners.gif
-%%WWWDIR%%/themes/Default/images/extjs/form/exclamation.gif
-%%WWWDIR%%/themes/Default/images/extjs/form/search-trigger.gif
-%%WWWDIR%%/themes/Default/images/extjs/form/search-trigger.psd
-%%WWWDIR%%/themes/Default/images/extjs/form/text-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/form/trigger-tpl.gif
-%%WWWDIR%%/themes/Default/images/extjs/form/trigger.gif
-%%WWWDIR%%/themes/Default/images/extjs/form/trigger.psd
-%%WWWDIR%%/themes/Default/images/extjs/gradient-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/arrow-left-white.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/arrow-right-white.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/col-move-bottom.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/col-move-top.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/columns.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/dirty.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/done.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/drop-no.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/drop-yes.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/footer-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/grid-blue-hd.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/grid-blue-split.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/grid-hrow.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/grid-loading.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/grid-split.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/grid-vista-hd.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/grid3-hd-btn.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/grid3-hrow-over.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/grid3-hrow.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/grid3-special-col-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/grid3-special-col-sel-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/group-by.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/group-expand-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/hd-pop.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/hmenu-asc.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/hmenu-desc.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/hmenu-lock.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/hmenu-lock.png
-%%WWWDIR%%/themes/Default/images/extjs/grid/hmenu-unlock.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/hmenu-unlock.png
-%%WWWDIR%%/themes/Default/images/extjs/grid/invalid_line.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/loading.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/mso-hd.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/nowait.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/page-first-disabled.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/page-first.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/page-last-disabled.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/page-last.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/page-next-disabled.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/page-next.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/page-prev-disabled.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/page-prev.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/pick-button.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/refresh.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/row-check-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/row-expand-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/row-over.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/row-sel.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/sort_asc.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/sort_desc.gif
-%%WWWDIR%%/themes/Default/images/extjs/grid/wait.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/collapse.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/expand.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/gradient-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/mini-bottom.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/mini-left.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/mini-right.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/mini-top.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/ns-collapse.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/ns-expand.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/panel-close.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/panel-title-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/panel-title-light-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/stick.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/stuck.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/tab-close-on.gif
-%%WWWDIR%%/themes/Default/images/extjs/layout/tab-close.gif
-%%WWWDIR%%/themes/Default/images/extjs/menu/checked.gif
-%%WWWDIR%%/themes/Default/images/extjs/menu/group-checked.gif
-%%WWWDIR%%/themes/Default/images/extjs/menu/item-over.gif
-%%WWWDIR%%/themes/Default/images/extjs/menu/menu-parent.gif
-%%WWWDIR%%/themes/Default/images/extjs/menu/menu.gif
-%%WWWDIR%%/themes/Default/images/extjs/menu/unchecked.gif
-%%WWWDIR%%/themes/Default/images/extjs/panel/corners-sprite-blue.gif
-%%WWWDIR%%/themes/Default/images/extjs/panel/corners-sprite-white.gif
-%%WWWDIR%%/themes/Default/images/extjs/panel/corners-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/panel/left-right.gif
-%%WWWDIR%%/themes/Default/images/extjs/panel/light-hd.gif
-%%WWWDIR%%/themes/Default/images/extjs/panel/tool-sprite-tpl.gif
-%%WWWDIR%%/themes/Default/images/extjs/panel/tool-sprites.gif
-%%WWWDIR%%/themes/Default/images/extjs/panel/tools-sprites-trans.gif
-%%WWWDIR%%/themes/Default/images/extjs/panel/top-bottom.gif
-%%WWWDIR%%/themes/Default/images/extjs/panel/top-bottom.png
-%%WWWDIR%%/themes/Default/images/extjs/panel/white-corners-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/panel/white-left-right.gif
-%%WWWDIR%%/themes/Default/images/extjs/panel/white-top-bottom.gif
-%%WWWDIR%%/themes/Default/images/extjs/progress/progress-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/qtip/bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/qtip/close.gif
-%%WWWDIR%%/themes/Default/images/extjs/qtip/tip-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/s.gif
-%%WWWDIR%%/themes/Default/images/extjs/shadow-c.png
-%%WWWDIR%%/themes/Default/images/extjs/shadow-lr.png
-%%WWWDIR%%/themes/Default/images/extjs/shadow.png
-%%WWWDIR%%/themes/Default/images/extjs/shared/blue-loading.gif
-%%WWWDIR%%/themes/Default/images/extjs/shared/calendar.gif
-%%WWWDIR%%/themes/Default/images/extjs/shared/glass-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/shared/hd-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/shared/large-loading.gif
-%%WWWDIR%%/themes/Default/images/extjs/shared/left-btn.gif
-%%WWWDIR%%/themes/Default/images/extjs/shared/loading-balls.gif
-%%WWWDIR%%/themes/Default/images/extjs/shared/right-btn.gif
-%%WWWDIR%%/themes/Default/images/extjs/shared/warning.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/e-handle-dark.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/e-handle.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/ne-handle-dark.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/ne-handle.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/nw-handle-dark.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/nw-handle.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/s-handle-dark.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/s-handle.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/se-handle-dark.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/se-handle.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/square.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/sw-handle-dark.gif
-%%WWWDIR%%/themes/Default/images/extjs/sizer/sw-handle.gif
-%%WWWDIR%%/themes/Default/images/extjs/slider/slider-bg.png
-%%WWWDIR%%/themes/Default/images/extjs/slider/slider-thumb.png
-%%WWWDIR%%/themes/Default/images/extjs/slider/slider-v-bg.png
-%%WWWDIR%%/themes/Default/images/extjs/slider/slider-v-thumb.png
-%%WWWDIR%%/themes/Default/images/extjs/tabs/scroll-left.gif
-%%WWWDIR%%/themes/Default/images/extjs/tabs/scroll-right.gif
-%%WWWDIR%%/themes/Default/images/extjs/tabs/scroller-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/tabs/tab-btm-inactive-left-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/tabs/tab-btm-inactive-right-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/tabs/tab-btm-left-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/tabs/tab-btm-right-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/tabs/tab-close.gif
-%%WWWDIR%%/themes/Default/images/extjs/tabs/tab-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/tabs/tab-strip-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/tabs/tab-strip-bg.png
-%%WWWDIR%%/themes/Default/images/extjs/tabs/tab-strip-btm-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/tabs/tabs-sprite-white.gif
-%%WWWDIR%%/themes/Default/images/extjs/tabs/tabs-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/toolbar/bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/toolbar/bg_light.gif
-%%WWWDIR%%/themes/Default/images/extjs/toolbar/btn-arrow-light.gif
-%%WWWDIR%%/themes/Default/images/extjs/toolbar/btn-arrow.gif
-%%WWWDIR%%/themes/Default/images/extjs/toolbar/btn-over-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/toolbar/gray-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/toolbar/tb-bg.gif
-%%WWWDIR%%/themes/Default/images/extjs/toolbar/tb-btn-sprite.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/arrows.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/drop-add.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/drop-between.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/drop-no.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/drop-over.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/drop-under.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/drop-yes.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/elbow-end-minus-nl.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/elbow-end-minus.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/elbow-end-plus-nl.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/elbow-end-plus.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/elbow-end.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/elbow-line.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/elbow-minus-nl.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/elbow-minus.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/elbow-plus-nl.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/elbow-plus.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/elbow.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/folder-open.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/folder.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/leaf.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/loading.gif
-%%WWWDIR%%/themes/Default/images/extjs/tree/s.gif
-%%WWWDIR%%/themes/Default/images/extjs/window/icon-error.gif
-%%WWWDIR%%/themes/Default/images/extjs/window/icon-info.gif
-%%WWWDIR%%/themes/Default/images/extjs/window/icon-question.gif
-%%WWWDIR%%/themes/Default/images/extjs/window/icon-warning.gif
-%%WWWDIR%%/themes/Default/images/extjs/window/left-corners.png
-%%WWWDIR%%/themes/Default/images/extjs/window/left-corners.psd
-%%WWWDIR%%/themes/Default/images/extjs/window/left-right.png
-%%WWWDIR%%/themes/Default/images/extjs/window/left-right.psd
-%%WWWDIR%%/themes/Default/images/extjs/window/right-corners.png
-%%WWWDIR%%/themes/Default/images/extjs/window/right-corners.psd
-%%WWWDIR%%/themes/Default/images/extjs/window/top-bottom.png
-%%WWWDIR%%/themes/Default/images/extjs/window/top-bottom.psd
-%%WWWDIR%%/themes/Default/images/favicon.gif
-%%WWWDIR%%/themes/Default/images/favicon.ico
-%%WWWDIR%%/themes/Default/images/go-icon.gif
-%%WWWDIR%%/themes/Default/images/go_logo.gif
-%%WWWDIR%%/themes/Default/images/groupoffice.gif
-%%WWWDIR%%/themes/Default/images/groupoffice.ico
-%%WWWDIR%%/themes/Default/images/hd-sprite.gif
-%%WWWDIR%%/themes/Default/images/links.png
-%%WWWDIR%%/themes/Default/images/reminder.ico
-%%WWWDIR%%/themes/Default/images/spellerror.gif
-%%WWWDIR%%/themes/Default/images/superboxselect/clear.png
-%%WWWDIR%%/themes/Default/images/superboxselect/close.png
-%%WWWDIR%%/themes/Default/images/superboxselect/expand.png
-%%WWWDIR%%/themes/Default/images/swfupload/add.png
-%%WWWDIR%%/themes/Default/images/swfupload/arrow_up.png
-%%WWWDIR%%/themes/Default/images/swfupload/cancelbutton.gif
-%%WWWDIR%%/themes/Default/images/swfupload/delete.png
-%%WWWDIR%%/themes/Default/images/triggers/edit-trigger-gray.gif
-%%WWWDIR%%/themes/Default/images/triggers/edit-trigger.gif
-%%WWWDIR%%/themes/Default/images/x-grouptabs-corners (copy).gif
-%%WWWDIR%%/themes/Default/images/x-grouptabs-corners.gif
-%%WWWDIR%%/themes/Default/layout.inc.php
-%%WWWDIR%%/themes/Default/reminder.css
-%%WWWDIR%%/themes/Default/reminder.swf
-%%WWWDIR%%/themes/Default/smarty/css/buttons.css
-%%WWWDIR%%/themes/Default/smarty/css/stylesheet.css
-%%WWWDIR%%/themes/Default/smarty/css/tabs.css
-%%WWWDIR%%/themes/Default/smarty/default.tpl
-%%WWWDIR%%/themes/Default/smarty/footer.tpl
-%%WWWDIR%%/themes/Default/smarty/header.tpl
-%%WWWDIR%%/themes/Default/smarty/images/bg.jpg
-%%WWWDIR%%/themes/Default/smarty/images/bg_strip.gif
-%%WWWDIR%%/themes/Default/smarty/images/btn_blue/btn_blue_left.gif
-%%WWWDIR%%/themes/Default/smarty/images/btn_blue/btn_blue_middle.gif
-%%WWWDIR%%/themes/Default/smarty/images/btn_blue/btn_blue_right.gif
-%%WWWDIR%%/themes/Default/smarty/images/btn_green/btn_green_left.gif
-%%WWWDIR%%/themes/Default/smarty/images/btn_green/btn_green_left_2.gif
-%%WWWDIR%%/themes/Default/smarty/images/btn_green/btn_green_middle.gif
-%%WWWDIR%%/themes/Default/smarty/images/btn_green/btn_green_middle_2.gif
-%%WWWDIR%%/themes/Default/smarty/images/btn_green/btn_green_right.gif
-%%WWWDIR%%/themes/Default/smarty/images/btn_green/btn_green_right_2.gif
-%%WWWDIR%%/themes/Default/smarty/images/header_btn/header_btn_left.gif
-%%WWWDIR%%/themes/Default/smarty/images/header_btn/header_btn_middle.gif
-%%WWWDIR%%/themes/Default/smarty/images/header_btn/header_btn_right.gif
-%%WWWDIR%%/themes/Default/smarty/images/icons/calendar_icon.gif
-%%WWWDIR%%/themes/Default/smarty/images/icons/crm_icon.gif
-%%WWWDIR%%/themes/Default/smarty/images/icons/email_icon.gif
-%%WWWDIR%%/themes/Default/smarty/images/icons/filesharing_icon.gif
-%%WWWDIR%%/themes/Default/smarty/images/icons/projects_icon.gif
-%%WWWDIR%%/themes/Default/smarty/images/icons/sync_icon.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader-feature.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/hoofd-kader-bottom.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/hoofd-kader-center.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/hoofd-kader-top.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/kader_tab_center.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/kader_tab_left.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/kader_tab_right.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/onder-kader-bottom.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/onder-kader-center.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/onder-kader-top.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/subkader-big-bottom.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/subkader-big-center.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/subkader-big-top.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/subkader-small-bottom.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/subkader-small-center.gif
-%%WWWDIR%%/themes/Default/smarty/images/kader/subkader-small-top.gif
-%%WWWDIR%%/themes/Default/smarty/images/pijltje.gif
-%%WWWDIR%%/themes/Default/smarty/images/tab/kader_tab_left_inactive.gif
-%%WWWDIR%%/themes/Default/smarty/images/tab/kader_tab_middle_inactive.gif
-%%WWWDIR%%/themes/Default/smarty/images/tab/kader_tab_right_inactive.gif
-%%WWWDIR%%/themes/Default/smarty/images/tab/tab_center.gif
-%%WWWDIR%%/themes/Default/smarty/images/tab/tab_center_sel.gif
-%%WWWDIR%%/themes/Default/smarty/images/tab/tab_left.gif
-%%WWWDIR%%/themes/Default/smarty/images/tab/tab_left_sel.gif
-%%WWWDIR%%/themes/Default/smarty/images/tab/tab_right.gif
-%%WWWDIR%%/themes/Default/smarty/images/tab/tab_right_sel.gif
-%%WWWDIR%%/themes/Default/smarty/lost_password.tpl
-%%WWWDIR%%/themes/Default/sounds/reminder.swf
-%%WWWDIR%%/themes/Default/sounds/reminder.wav
-%%WWWDIR%%/themes/Default/style.css
-%%WWWDIR%%/themes/Default/xtheme-groupoffice.css
-%%WWWDIR%%/themes/ExtJS/MainLayout.js
-%%WWWDIR%%/themes/ExtJS/default_head.inc.php
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/binary.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/doc.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/folder.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/folder_public.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/html.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/kformula_kfo.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/kugardata.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/message.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/pdf.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/pps.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/ps.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/resource.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/schedule.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/spreadsheet.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/swf.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/tar.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/templates.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/tex.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/tgz.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/trash.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/txt.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/unknown.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/vcalendar.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/vcard.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/vectorgfx.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/video.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/xcf.png
-%%WWWDIR%%/themes/ExtJS/images/128x128/filetypes/zip.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/1leftarrow.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/1rightarrow.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/actions.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/admin.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/administration.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/arrow_down.gif
-%%WWWDIR%%/themes/ExtJS/images/16x16/arrow_up.gif
-%%WWWDIR%%/themes/ExtJS/images/16x16/bug.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/clock.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/connect_established.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/control_stop.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/edit.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/email.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/export.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/ascii.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/binary.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/cdbo_list.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/cdimage.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/cdtrack.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/colorscm.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/colorset.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/core.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/deb.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/doc.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/document.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/document2.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/dvi.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/empty.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/empty2.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/empty_ascii.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/encrypted.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/exec_wine.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/file_locked.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/file_temporary.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/folder.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/font.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/font_bitmap.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/font_truetype.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/font_type1.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/gf.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/html.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/image.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/image2.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/images.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/info.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/java_src.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/karbon.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/kmultiple.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/kugardata.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/log.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/mail.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/make.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/man.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/message.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/metafont.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/midi.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/mime-cdr.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/mime-colorset.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/mime-postscript.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/mime-resource.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/mime-template_source.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/mime.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/mime_ascii.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/mime_empty.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/mime_koffice.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/mozilla_doc.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/netscape.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/netscape_doc.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/pdf-document.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/pdf.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/php.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/pk.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/postscript.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/ps.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/quicktime.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/readme.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/real.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/real_doc.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/recycled.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/rpm.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/shellscript.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/soffice.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/sound.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_c.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_cpp.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_f.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_h.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_j.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_java.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_l.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_moc.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_o.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_p.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_pl.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_py.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_s.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/source_y.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/spreadsheet.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/tar.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/tex.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/tgz.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/trash.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/txt.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/txt2.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/unknown.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/vcalendar.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/vcard.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/vectorgfx.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/video.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/widget_doc.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/wordprocessing.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/filetypes/zip.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/fileupload/accept.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/fileupload/add.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/fileupload/arrow_up.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/fileupload/cross.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/fileupload/exclamation.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/folder.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/forum.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/gnome-logout.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/gnome-windows.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/go-icon.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/gtk-add.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/gtk-close.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/gtk-delete.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/gtk-save.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/icon-help.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/icon-search.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/important.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/info.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/ok.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/permissions.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/print.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/reload.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/reminders.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/search_addressbook.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/stock-disconnect.png
-%%WWWDIR%%/themes/ExtJS/images/16x16/up.png
-%%WWWDIR%%/themes/ExtJS/images/22x22/gnome-windows.png
-%%WWWDIR%%/themes/ExtJS/images/blank.gif
-%%WWWDIR%%/themes/ExtJS/images/block-bg.gif
-%%WWWDIR%%/themes/ExtJS/images/favicon.ico
-%%WWWDIR%%/themes/ExtJS/images/go_logo.gif
-%%WWWDIR%%/themes/ExtJS/images/groupoffice.gif
-%%WWWDIR%%/themes/ExtJS/images/groupoffice.ico
-%%WWWDIR%%/themes/ExtJS/images/hd-sprite.gif
-%%WWWDIR%%/themes/ExtJS/layout.inc.php
-%%WWWDIR%%/themes/ExtJS/reminder.swf
-%%WWWDIR%%/themes/ExtJS/sounds/reminder.swf
-%%WWWDIR%%/themes/ExtJS/sounds/reminder.wav
-%%WWWDIR%%/themes/ExtJS/style.css
-@exec touch %D/%%WWWDIR%%/config.php;chown www %D/%%WWWDIR%%/config.php
-@unexec if [ ! -s %D/%%WWWDIR%%/config.php ];then rm -f %D/%%WWWDIR%%/config.php;fi
-@dirrm %%WWWDIR%%/themes/ExtJS/sounds
-@dirrm %%WWWDIR%%/themes/ExtJS/images/treeview
-@dirrm %%WWWDIR%%/themes/ExtJS/images/buttons
-@dirrm %%WWWDIR%%/themes/ExtJS/images/22x22
-@dirrm %%WWWDIR%%/themes/ExtJS/images/16x16/fileupload
-@dirrm %%WWWDIR%%/themes/ExtJS/images/16x16/filetypes
-@dirrm %%WWWDIR%%/themes/ExtJS/images/16x16
-@dirrm %%WWWDIR%%/themes/ExtJS/images/128x128/filetypes
-@dirrm %%WWWDIR%%/themes/ExtJS/images/128x128
-@dirrm %%WWWDIR%%/themes/ExtJS/images
-@dirrm %%WWWDIR%%/themes/ExtJS
-@dirrm %%WWWDIR%%/themes/Default/sounds
-@dirrm %%WWWDIR%%/themes/Default/smarty/images/tab
-@dirrm %%WWWDIR%%/themes/Default/smarty/images/kader
-@dirrm %%WWWDIR%%/themes/Default/smarty/images/icons
-@dirrm %%WWWDIR%%/themes/Default/smarty/images/header_btn
-@dirrm %%WWWDIR%%/themes/Default/smarty/images/btn_green
-@dirrm %%WWWDIR%%/themes/Default/smarty/images/btn_blue
-@dirrm %%WWWDIR%%/themes/Default/smarty/images
-@dirrm %%WWWDIR%%/themes/Default/smarty/css
-@dirrm %%WWWDIR%%/themes/Default/smarty
-@dirrm %%WWWDIR%%/themes/Default/images/triggers
-@dirrm %%WWWDIR%%/themes/Default/images/treeview
-@dirrm %%WWWDIR%%/themes/Default/images/swfupload
-@dirrm %%WWWDIR%%/themes/Default/images/superboxselect
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/window
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/tree
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/toolbar
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/tabs
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/slider
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/sizer
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/shared
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/qtip
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/progress
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/panel
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/menu
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/layout
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/grid
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/form
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/editor
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/dd
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/button
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/box
-@dirrm %%WWWDIR%%/themes/Default/images/extjs/basic-dialog
-@dirrm %%WWWDIR%%/themes/Default/images/extjs
-@dirrm %%WWWDIR%%/themes/Default/images/buttons
-@dirrm %%WWWDIR%%/themes/Default/images/32x32
-@dirrm %%WWWDIR%%/themes/Default/images/22x22
-@dirrm %%WWWDIR%%/themes/Default/images/16x16/fileupload
-@dirrm %%WWWDIR%%/themes/Default/images/16x16/filetypes
-@dirrm %%WWWDIR%%/themes/Default/images/16x16
-@dirrm %%WWWDIR%%/themes/Default/images/128x128/filetypes
-@dirrm %%WWWDIR%%/themes/Default/images/128x128
-@dirrm %%WWWDIR%%/themes/Default/images
-@dirrm %%WWWDIR%%/themes/Default
-@dirrm %%WWWDIR%%/themes
-@dirrm %%WWWDIR%%/modules/wordpress/themes/Default/images
-@dirrm %%WWWDIR%%/modules/wordpress/themes/Default
-@dirrm %%WWWDIR%%/modules/wordpress/themes
-@dirrm %%WWWDIR%%/modules/wordpress/plugin/GroupOffice/customlogin
-@dirrm %%WWWDIR%%/modules/wordpress/plugin/GroupOffice
-@dirrm %%WWWDIR%%/modules/wordpress/plugin
-@dirrm %%WWWDIR%%/modules/wordpress/language
-@dirrm %%WWWDIR%%/modules/wordpress/install
-@dirrm %%WWWDIR%%/modules/wordpress/classes
-@dirrm %%WWWDIR%%/modules/wordpress
-@dirrm %%WWWDIR%%/modules/users/themes/ExtJS/images/22x22
-@dirrm %%WWWDIR%%/modules/users/themes/ExtJS/images/16x16
-@dirrm %%WWWDIR%%/modules/users/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/users/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/users/themes/Default/images
-@dirrm %%WWWDIR%%/modules/users/themes/Default
-@dirrm %%WWWDIR%%/modules/users/themes
-@dirrm %%WWWDIR%%/modules/users/language
-@dirrm %%WWWDIR%%/modules/users/install/updatescripts
-@dirrm %%WWWDIR%%/modules/users/install
-@dirrm %%WWWDIR%%/modules/users/classes
-@dirrm %%WWWDIR%%/modules/users
-@dirrm %%WWWDIR%%/modules/tools/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/tools/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/tools/themes/Default/images
-@dirrm %%WWWDIR%%/modules/tools/themes/Default
-@dirrm %%WWWDIR%%/modules/tools/themes
-@dirrm %%WWWDIR%%/modules/tools/language
-@dirrm %%WWWDIR%%/modules/tools
-@dirrm %%WWWDIR%%/modules/tasks/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/tasks/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/tasks/themes/Default/images
-@dirrm %%WWWDIR%%/modules/tasks/themes/Default
-@dirrm %%WWWDIR%%/modules/tasks/themes
-@dirrm %%WWWDIR%%/modules/tasks/language
-@dirrm %%WWWDIR%%/modules/tasks/install/updatescripts
-@dirrm %%WWWDIR%%/modules/tasks/install
-@dirrm %%WWWDIR%%/modules/tasks/classes
-@dirrm %%WWWDIR%%/modules/tasks
-@dirrm %%WWWDIR%%/modules/systemusers/themes/Default/images
-@dirrm %%WWWDIR%%/modules/systemusers/themes/Default
-@dirrm %%WWWDIR%%/modules/systemusers/themes
-@dirrm %%WWWDIR%%/modules/systemusers/language
-@dirrm %%WWWDIR%%/modules/systemusers/install
-@dirrm %%WWWDIR%%/modules/systemusers/classes
-@dirrm %%WWWDIR%%/modules/systemusers
-@dirrm %%WWWDIR%%/modules/summary/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/summary/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/summary/themes/Default/images
-@dirrm %%WWWDIR%%/modules/summary/themes/Default
-@dirrm %%WWWDIR%%/modules/summary/themes
-@dirrm %%WWWDIR%%/modules/summary/language
-@dirrm %%WWWDIR%%/modules/summary/install/updatescripts
-@dirrm %%WWWDIR%%/modules/summary/install
-@dirrm %%WWWDIR%%/modules/summary/classes
-@dirrm %%WWWDIR%%/modules/summary
-@dirrm %%WWWDIR%%/modules/smime/themes/Default/images
-@dirrm %%WWWDIR%%/modules/smime/themes/Default
-@dirrm %%WWWDIR%%/modules/smime/themes
-@dirrm %%WWWDIR%%/modules/smime/language
-@dirrm %%WWWDIR%%/modules/smime/install
-@dirrm %%WWWDIR%%/modules/smime/classes
-@dirrm %%WWWDIR%%/modules/smime
-@dirrm %%WWWDIR%%/modules/sieve/themes/Default/images
-@dirrm %%WWWDIR%%/modules/sieve/themes/Default
-@dirrm %%WWWDIR%%/modules/sieve/themes
-@dirrm %%WWWDIR%%/modules/sieve/language
-@dirrm %%WWWDIR%%/modules/sieve/install/updatescripts
-@dirrm %%WWWDIR%%/modules/sieve/install
-@dirrm %%WWWDIR%%/modules/sieve/classes
-@dirrm %%WWWDIR%%/modules/sieve
-@dirrm %%WWWDIR%%/modules/settings/themes/Default/images
-@dirrm %%WWWDIR%%/modules/settings/themes/Default
-@dirrm %%WWWDIR%%/modules/settings/themes
-@dirrm %%WWWDIR%%/modules/settings/language
-@dirrm %%WWWDIR%%/modules/settings/install
-@dirrm %%WWWDIR%%/modules/settings/classes
-@dirrm %%WWWDIR%%/modules/settings
-@dirrm %%WWWDIR%%/modules/serverclient/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/serverclient/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/serverclient/themes/Default/images
-@dirrm %%WWWDIR%%/modules/serverclient/themes/Default
-@dirrm %%WWWDIR%%/modules/serverclient/themes
-@dirrm %%WWWDIR%%/modules/serverclient/language
-@dirrm %%WWWDIR%%/modules/serverclient/install
-@dirrm %%WWWDIR%%/modules/serverclient/classes
-@dirrm %%WWWDIR%%/modules/serverclient
-@dirrm %%WWWDIR%%/modules/search/themes/Default/images
-@dirrm %%WWWDIR%%/modules/search/themes/Default
-@dirrm %%WWWDIR%%/modules/search/themes
-@dirrm %%WWWDIR%%/modules/search/language
-@dirrm %%WWWDIR%%/modules/search/install
-@dirrm %%WWWDIR%%/modules/search
-@dirrm %%WWWDIR%%/modules/reminders/themes/Default/images
-@dirrm %%WWWDIR%%/modules/reminders/themes/Default
-@dirrm %%WWWDIR%%/modules/reminders/themes
-@dirrm %%WWWDIR%%/modules/reminders/language
-@dirrm %%WWWDIR%%/modules/reminders/install
-@dirrm %%WWWDIR%%/modules/reminders
-@dirrm %%WWWDIR%%/modules/postfixadmin/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/postfixadmin/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/postfixadmin/themes/Default/images
-@dirrm %%WWWDIR%%/modules/postfixadmin/themes/Default
-@dirrm %%WWWDIR%%/modules/postfixadmin/themes
-@dirrm %%WWWDIR%%/modules/postfixadmin/scripts
-@dirrm %%WWWDIR%%/modules/postfixadmin/language
-@dirrm %%WWWDIR%%/modules/postfixadmin/install/updatescripts
-@dirrm %%WWWDIR%%/modules/postfixadmin/install
-@dirrm %%WWWDIR%%/modules/postfixadmin/classes
-@dirrm %%WWWDIR%%/modules/postfixadmin
-@dirrm %%WWWDIR%%/modules/phpbb3/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/phpbb3/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/phpbb3/themes/Default/images
-@dirrm %%WWWDIR%%/modules/phpbb3/themes/Default
-@dirrm %%WWWDIR%%/modules/phpbb3/themes
-@dirrm %%WWWDIR%%/modules/phpbb3/language
-@dirrm %%WWWDIR%%/modules/phpbb3/install
-@dirrm %%WWWDIR%%/modules/phpbb3
-@dirrm %%WWWDIR%%/modules/notes/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/notes/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/notes/themes/Default/images
-@dirrm %%WWWDIR%%/modules/notes/themes/Default
-@dirrm %%WWWDIR%%/modules/notes/themes
-@dirrm %%WWWDIR%%/modules/notes/language
-@dirrm %%WWWDIR%%/modules/notes/install/updatescripts
-@dirrm %%WWWDIR%%/modules/notes/install
-@dirrm %%WWWDIR%%/modules/notes/classes
-@dirrm %%WWWDIR%%/modules/notes
-@dirrm %%WWWDIR%%/modules/modules/themes/ExtJS/images/16x16
-@dirrm %%WWWDIR%%/modules/modules/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/modules/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/modules/themes/Default/images/16x16
-@dirrm %%WWWDIR%%/modules/modules/themes/Default/images
-@dirrm %%WWWDIR%%/modules/modules/themes/Default
-@dirrm %%WWWDIR%%/modules/modules/themes
-@dirrm %%WWWDIR%%/modules/modules/language
-@dirrm %%WWWDIR%%/modules/modules/classes
-@dirrm %%WWWDIR%%/modules/modules
-@dirrm %%WWWDIR%%/modules/mediawiki/themes/Default/images
-@dirrm %%WWWDIR%%/modules/mediawiki/themes/Default
-@dirrm %%WWWDIR%%/modules/mediawiki/themes
-@dirrm %%WWWDIR%%/modules/mediawiki/language
-@dirrm %%WWWDIR%%/modules/mediawiki/install
-@dirrm %%WWWDIR%%/modules/mediawiki/extensions
-@dirrm %%WWWDIR%%/modules/mediawiki/classes
-@dirrm %%WWWDIR%%/modules/mediawiki
-@dirrm %%WWWDIR%%/modules/mailings/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/mailings/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/mailings/themes/Default/images
-@dirrm %%WWWDIR%%/modules/mailings/themes/Default
-@dirrm %%WWWDIR%%/modules/mailings/themes
-@dirrm %%WWWDIR%%/modules/mailings/language
-@dirrm %%WWWDIR%%/modules/mailings/install/updatescripts
-@dirrm %%WWWDIR%%/modules/mailings/install
-@dirrm %%WWWDIR%%/modules/mailings/extern/template/images/tab
-@dirrm %%WWWDIR%%/modules/mailings/extern/template/images/kader
-@dirrm %%WWWDIR%%/modules/mailings/extern/template/images/btn_blue
-@dirrm %%WWWDIR%%/modules/mailings/extern/template/images
-@dirrm %%WWWDIR%%/modules/mailings/extern/template
-@dirrm %%WWWDIR%%/modules/mailings/extern
-@dirrm %%WWWDIR%%/modules/mailings/classes
-@dirrm %%WWWDIR%%/modules/mailings
-@dirrm %%WWWDIR%%/modules/log/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/log/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/log/themes/Default/images
-@dirrm %%WWWDIR%%/modules/log/themes/Default
-@dirrm %%WWWDIR%%/modules/log/themes
-@dirrm %%WWWDIR%%/modules/log/language
-@dirrm %%WWWDIR%%/modules/log/install
-@dirrm %%WWWDIR%%/modules/log/classes
-@dirrm %%WWWDIR%%/modules/log
-@dirrm %%WWWDIR%%/modules/links/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/links/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/links/themes/Default/images
-@dirrm %%WWWDIR%%/modules/links/themes/Default
-@dirrm %%WWWDIR%%/modules/links/themes
-@dirrm %%WWWDIR%%/modules/links/language
-@dirrm %%WWWDIR%%/modules/links
-@dirrm %%WWWDIR%%/modules/ldapauth/themes/Default/images
-@dirrm %%WWWDIR%%/modules/ldapauth/themes/Default
-@dirrm %%WWWDIR%%/modules/ldapauth/themes
-@dirrm %%WWWDIR%%/modules/ldapauth/language
-@dirrm %%WWWDIR%%/modules/ldapauth/install
-@dirrm %%WWWDIR%%/modules/ldapauth/classes
-@dirrm %%WWWDIR%%/modules/ldapauth
-@dirrm %%WWWDIR%%/modules/language/themes/Default/images
-@dirrm %%WWWDIR%%/modules/language/themes/Default
-@dirrm %%WWWDIR%%/modules/language/themes
-@dirrm %%WWWDIR%%/modules/language/language
-@dirrm %%WWWDIR%%/modules/language/install
-@dirrm %%WWWDIR%%/modules/language/classes
-@dirrm %%WWWDIR%%/modules/language
-@dirrm %%WWWDIR%%/modules/imapauth/themes/Default/images
-@dirrm %%WWWDIR%%/modules/imapauth/themes/Default
-@dirrm %%WWWDIR%%/modules/imapauth/themes
-@dirrm %%WWWDIR%%/modules/imapauth/language
-@dirrm %%WWWDIR%%/modules/imapauth/install
-@dirrm %%WWWDIR%%/modules/imapauth/classes
-@dirrm %%WWWDIR%%/modules/imapauth
-@dirrm %%WWWDIR%%/modules/groups/themes/ExtJS/images/16x16
-@dirrm %%WWWDIR%%/modules/groups/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/groups/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/groups/themes/Default/images
-@dirrm %%WWWDIR%%/modules/groups/themes/Default
-@dirrm %%WWWDIR%%/modules/groups/themes
-@dirrm %%WWWDIR%%/modules/groups/language
-@dirrm %%WWWDIR%%/modules/groups/classes
-@dirrm %%WWWDIR%%/modules/groups
-@dirrm %%WWWDIR%%/modules/gnupg/themes/Default/images
-@dirrm %%WWWDIR%%/modules/gnupg/themes/Default
-@dirrm %%WWWDIR%%/modules/gnupg/themes
-@dirrm %%WWWDIR%%/modules/gnupg/language
-@dirrm %%WWWDIR%%/modules/gnupg/install
-@dirrm %%WWWDIR%%/modules/gnupg/classes
-@dirrm %%WWWDIR%%/modules/gnupg
-@dirrm %%WWWDIR%%/modules/freebusypermissions/themes/Default/images
-@dirrm %%WWWDIR%%/modules/freebusypermissions/themes/Default
-@dirrm %%WWWDIR%%/modules/freebusypermissions/themes
-@dirrm %%WWWDIR%%/modules/freebusypermissions/language
-@dirrm %%WWWDIR%%/modules/freebusypermissions/install
-@dirrm %%WWWDIR%%/modules/freebusypermissions/classes
-@dirrm %%WWWDIR%%/modules/freebusypermissions
-@dirrm %%WWWDIR%%/modules/formprocessor/themes/Default/images
-@dirrm %%WWWDIR%%/modules/formprocessor/themes/Default
-@dirrm %%WWWDIR%%/modules/formprocessor/themes
-@dirrm %%WWWDIR%%/modules/formprocessor/language
-@dirrm %%WWWDIR%%/modules/formprocessor/install
-@dirrm %%WWWDIR%%/modules/formprocessor/classes
-@dirrm %%WWWDIR%%/modules/formprocessor
-@dirrm %%WWWDIR%%/modules/files/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/files/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/files/themes/Default/images
-@dirrm %%WWWDIR%%/modules/files/themes/Default
-@dirrm %%WWWDIR%%/modules/files/themes
-@dirrm %%WWWDIR%%/modules/files/smarty_plugins
-@dirrm %%WWWDIR%%/modules/files/scripts
-@dirrm %%WWWDIR%%/modules/files/language
-@dirrm %%WWWDIR%%/modules/files/jupload
-@dirrm %%WWWDIR%%/modules/files/install/updatescripts
-@dirrm %%WWWDIR%%/modules/files/install/templates
-@dirrm %%WWWDIR%%/modules/files/install
-@dirrm %%WWWDIR%%/modules/files/classes
-@dirrm %%WWWDIR%%/modules/files
-@dirrm %%WWWDIR%%/modules/emailportlet/language
-@dirrm %%WWWDIR%%/modules/emailportlet/install
-@dirrm %%WWWDIR%%/modules/emailportlet/classes
-@dirrm %%WWWDIR%%/modules/emailportlet
-@dirrm %%WWWDIR%%/modules/email/themes/ExtJS/images/22x22
-@dirrm %%WWWDIR%%/modules/email/themes/ExtJS/images/16x16
-@dirrm %%WWWDIR%%/modules/email/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/email/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/email/themes/Default/images/22x22
-@dirrm %%WWWDIR%%/modules/email/themes/Default/images/16x16
-@dirrm %%WWWDIR%%/modules/email/themes/Default/images
-@dirrm %%WWWDIR%%/modules/email/themes/Default
-@dirrm %%WWWDIR%%/modules/email/themes
-@dirrm %%WWWDIR%%/modules/email/language
-@dirrm %%WWWDIR%%/modules/email/jupload
-@dirrm %%WWWDIR%%/modules/email/install/updatescripts
-@dirrm %%WWWDIR%%/modules/email/install
-@dirrm %%WWWDIR%%/modules/email/classes
-@dirrm %%WWWDIR%%/modules/email
-@dirrm %%WWWDIR%%/modules/dav/themes/Default/images
-@dirrm %%WWWDIR%%/modules/dav/themes/Default
-@dirrm %%WWWDIR%%/modules/dav/themes
-@dirrm %%WWWDIR%%/modules/dav/language
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/VObject
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/HTTP
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/Property
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL/Exception
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAVACL
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Tree
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Property
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Mount
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Locks/Backend
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Locks
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/FSExt
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Browser
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Auth/Backend
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV/Auth
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/DAV
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Property
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Principal
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV/Backend
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre/CalDAV
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests/Sabre
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/tests
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/VObject
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/HTTP
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Property
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL/Exception
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAVACL
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Tree
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Property
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Mount
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Locks/Backend
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Locks
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/FSExt
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/FS
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Exception
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Browser
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Auth/Backend
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV/Auth
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/DAV
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Property
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Principal
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Exception
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV/Backend
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre/CalDAV
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib/Sabre
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/lib
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/examples/sql
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/examples
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV/bin
-@dirrm %%WWWDIR%%/modules/dav/SabreDAV
-@dirrm %%WWWDIR%%/modules/dav/DAV
-@dirrm %%WWWDIR%%/modules/dav
-@dirrm %%WWWDIR%%/modules/customcss/themes/Default/images
-@dirrm %%WWWDIR%%/modules/customcss/themes/Default
-@dirrm %%WWWDIR%%/modules/customcss/themes
-@dirrm %%WWWDIR%%/modules/customcss/language
-@dirrm %%WWWDIR%%/modules/customcss/install
-@dirrm %%WWWDIR%%/modules/customcss
-@dirrm %%WWWDIR%%/modules/currencies/themes/Default/images
-@dirrm %%WWWDIR%%/modules/currencies/themes/Default
-@dirrm %%WWWDIR%%/modules/currencies/themes
-@dirrm %%WWWDIR%%/modules/currencies/language
-@dirrm %%WWWDIR%%/modules/currencies/install
-@dirrm %%WWWDIR%%/modules/currencies/classes
-@dirrm %%WWWDIR%%/modules/currencies
-@dirrm %%WWWDIR%%/modules/comments/themes/Default/images
-@dirrm %%WWWDIR%%/modules/comments/themes/Default
-@dirrm %%WWWDIR%%/modules/comments/themes
-@dirrm %%WWWDIR%%/modules/comments/language
-@dirrm %%WWWDIR%%/modules/comments/install
-@dirrm %%WWWDIR%%/modules/comments/classes
-@dirrm %%WWWDIR%%/modules/comments
-@dirrm %%WWWDIR%%/modules/cms/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/cms/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/cms/themes/Default/images
-@dirrm %%WWWDIR%%/modules/cms/themes/Default
-@dirrm %%WWWDIR%%/modules/cms/themes
-@dirrm %%WWWDIR%%/modules/cms/templates/Example/pages
-@dirrm %%WWWDIR%%/modules/cms/templates/Example/menu
-@dirrm %%WWWDIR%%/modules/cms/templates/Example/images/tab
-@dirrm %%WWWDIR%%/modules/cms/templates/Example/images/kader
-@dirrm %%WWWDIR%%/modules/cms/templates/Example/images/icons
-@dirrm %%WWWDIR%%/modules/cms/templates/Example/images/header_btn
-@dirrm %%WWWDIR%%/modules/cms/templates/Example/images/btn_green
-@dirrm %%WWWDIR%%/modules/cms/templates/Example/images/btn_blue
-@dirrm %%WWWDIR%%/modules/cms/templates/Example/images
-@dirrm %%WWWDIR%%/modules/cms/templates/Example/guestbook
-@dirrm %%WWWDIR%%/modules/cms/templates/Example/css
-@dirrm %%WWWDIR%%/modules/cms/templates/Example/auth
-@dirrm %%WWWDIR%%/modules/cms/templates/Example
-@dirrm %%WWWDIR%%/modules/cms/templates
-@dirrm %%WWWDIR%%/modules/cms/smarty_plugins
-@dirrm %%WWWDIR%%/modules/cms/plugins/swfobject/src
-@dirrm %%WWWDIR%%/modules/cms/plugins/swfobject
-@dirrm %%WWWDIR%%/modules/cms/plugins/shadowbox/resources
-@dirrm %%WWWDIR%%/modules/cms/plugins/shadowbox/players
-@dirrm %%WWWDIR%%/modules/cms/plugins/shadowbox/libraries/swfobject
-@dirrm %%WWWDIR%%/modules/cms/plugins/shadowbox/libraries/sizzle
-@dirrm %%WWWDIR%%/modules/cms/plugins/shadowbox/libraries/mediaplayer
-@dirrm %%WWWDIR%%/modules/cms/plugins/shadowbox/libraries
-@dirrm %%WWWDIR%%/modules/cms/plugins/shadowbox/languages
-@dirrm %%WWWDIR%%/modules/cms/plugins/shadowbox/adapters
-@dirrm %%WWWDIR%%/modules/cms/plugins/shadowbox
-@dirrm %%WWWDIR%%/modules/cms/plugins/contact
-@dirrm %%WWWDIR%%/modules/cms/plugins
-@dirrm %%WWWDIR%%/modules/cms/language
-@dirrm %%WWWDIR%%/modules/cms/install/updatescripts
-@dirrm %%WWWDIR%%/modules/cms/install/portfolio
-@dirrm %%WWWDIR%%/modules/cms/install/photoalbum
-@dirrm %%WWWDIR%%/modules/cms/install
-@dirrm %%WWWDIR%%/modules/cms/classes
-@dirrm %%WWWDIR%%/modules/cms
-@dirrm %%WWWDIR%%/modules/calllog/themes/Default/images
-@dirrm %%WWWDIR%%/modules/calllog/themes/Default
-@dirrm %%WWWDIR%%/modules/calllog/themes
-@dirrm %%WWWDIR%%/modules/calllog/language
-@dirrm %%WWWDIR%%/modules/calllog/install
-@dirrm %%WWWDIR%%/modules/calllog/classes
-@dirrm %%WWWDIR%%/modules/calllog
-@dirrm %%WWWDIR%%/modules/calendar/themes/ExtJS/images/22x22
-@dirrm %%WWWDIR%%/modules/calendar/themes/ExtJS/images/16x16
-@dirrm %%WWWDIR%%/modules/calendar/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/calendar/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/calendar/themes/Default/images/22x22
-@dirrm %%WWWDIR%%/modules/calendar/themes/Default/images/16x16
-@dirrm %%WWWDIR%%/modules/calendar/themes/Default/images
-@dirrm %%WWWDIR%%/modules/calendar/themes/Default
-@dirrm %%WWWDIR%%/modules/calendar/themes
-@dirrm %%WWWDIR%%/modules/calendar/language
-@dirrm %%WWWDIR%%/modules/calendar/install/updatescripts
-@dirrm %%WWWDIR%%/modules/calendar/install
-@dirrm %%WWWDIR%%/modules/calendar/classes
-@dirrm %%WWWDIR%%/modules/calendar
-@dirrm %%WWWDIR%%/modules/bookmarks/themes/Default/images
-@dirrm %%WWWDIR%%/modules/bookmarks/themes/Default
-@dirrm %%WWWDIR%%/modules/bookmarks/themes
-@dirrm %%WWWDIR%%/modules/bookmarks/language
-@dirrm %%WWWDIR%%/modules/bookmarks/install
-@dirrm %%WWWDIR%%/modules/bookmarks/icons
-@dirrm %%WWWDIR%%/modules/bookmarks/classes
-@dirrm %%WWWDIR%%/modules/bookmarks
-@dirrm %%WWWDIR%%/modules/blacklist/themes/Default/images
-@dirrm %%WWWDIR%%/modules/blacklist/themes/Default
-@dirrm %%WWWDIR%%/modules/blacklist/themes
-@dirrm %%WWWDIR%%/modules/blacklist/language
-@dirrm %%WWWDIR%%/modules/blacklist/install
-@dirrm %%WWWDIR%%/modules/blacklist/classes
-@dirrm %%WWWDIR%%/modules/blacklist
-@dirrm %%WWWDIR%%/modules/backupmanager/themes/Default/images
-@dirrm %%WWWDIR%%/modules/backupmanager/themes/Default
-@dirrm %%WWWDIR%%/modules/backupmanager/themes
-@dirrm %%WWWDIR%%/modules/backupmanager/language
-@dirrm %%WWWDIR%%/modules/backupmanager/install
-@dirrm %%WWWDIR%%/modules/backupmanager/classes/phpseclib/PHP/Compat/Function
-@dirrm %%WWWDIR%%/modules/backupmanager/classes/phpseclib/PHP/Compat
-@dirrm %%WWWDIR%%/modules/backupmanager/classes/phpseclib/PHP
-@dirrm %%WWWDIR%%/modules/backupmanager/classes/phpseclib/Net
-@dirrm %%WWWDIR%%/modules/backupmanager/classes/phpseclib/Math
-@dirrm %%WWWDIR%%/modules/backupmanager/classes/phpseclib/Crypt
-@dirrm %%WWWDIR%%/modules/backupmanager/classes/phpseclib
-@dirrm %%WWWDIR%%/modules/backupmanager/classes
-@dirrm %%WWWDIR%%/modules/backupmanager
-@dirrm %%WWWDIR%%/modules/addressbook/themes/ExtJS/images/16x16
-@dirrm %%WWWDIR%%/modules/addressbook/themes/ExtJS/images
-@dirrm %%WWWDIR%%/modules/addressbook/themes/ExtJS
-@dirrm %%WWWDIR%%/modules/addressbook/themes/Default/images/16x16
-@dirrm %%WWWDIR%%/modules/addressbook/themes/Default/images
-@dirrm %%WWWDIR%%/modules/addressbook/themes/Default
-@dirrm %%WWWDIR%%/modules/addressbook/themes
-@dirrm %%WWWDIR%%/modules/addressbook/language
-@dirrm %%WWWDIR%%/modules/addressbook/install/updatescripts
-@dirrm %%WWWDIR%%/modules/addressbook/install
-@dirrm %%WWWDIR%%/modules/addressbook/exporters
-@dirrm %%WWWDIR%%/modules/addressbook/classes
-@dirrm %%WWWDIR%%/modules/addressbook
-@dirrm %%WWWDIR%%/modules/ab2users/themes/Default/images
-@dirrm %%WWWDIR%%/modules/ab2users/themes/Default
-@dirrm %%WWWDIR%%/modules/ab2users/themes
-@dirrm %%WWWDIR%%/modules/ab2users/language
-@dirrm %%WWWDIR%%/modules/ab2users/install
-@dirrm %%WWWDIR%%/modules/ab2users
-@dirrm %%WWWDIR%%/modules
-@dirrm %%WWWDIR%%/language/lostpassword
-@dirrm %%WWWDIR%%/language/filetypes
-@dirrm %%WWWDIR%%/language/countries
-@dirrm %%WWWDIR%%/language/common
-@dirrm %%WWWDIR%%/language
-@dirrm %%WWWDIR%%/javascript/windows
-@dirrm %%WWWDIR%%/javascript/tiny_mce/utils
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/simple/skins/o2k7/img
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/simple/skins/o2k7
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/simple/skins/default
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/simple/skins
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/simple/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/simple/img
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/simple
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/o2k7/img
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/o2k7
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/default/img
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins/default
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/advanced/skins
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/advanced/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/advanced/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/advanced/img
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes/advanced
-@dirrm %%WWWDIR%%/javascript/tiny_mce/themes
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/xhtmlxtras
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/visualchars
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/template/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/template/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/template/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/template
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/table/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/table/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/table/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/table
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/tabfocus
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/style/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/style/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/style/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/style
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/includes
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/img
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/classes/utils
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker/classes
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/spellchecker
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/searchreplace
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/save
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/safari
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/print
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/preview/jscripts
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/preview
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/paste/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/paste/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/paste/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/paste
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/pagebreak/img
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/pagebreak/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/pagebreak
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/noneditable
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/nonbreaking
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/media/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/media/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/media/img
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/media/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/media
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/layer
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/insertdatetime
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/skins/clearlooks2
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups/skins
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/inlinepopups
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/iespell
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/fullscreen
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/fullpage/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/fullpage
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/example/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/example/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/example/img
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/example
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/emotions/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/emotions/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/emotions/img
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/emotions
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/directionality
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/contextmenu
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/compat2x
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/bbcode
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/autosave
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/autoresize
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advlink/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advlink/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advlink/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advlink
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advimage/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advimage/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advimage/img
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advimage/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advimage
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advhr/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advhr/js
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advhr/css
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins/advhr
-@dirrm %%WWWDIR%%/javascript/tiny_mce/plugins
-@dirrm %%WWWDIR%%/javascript/tiny_mce/langs
-@dirrm %%WWWDIR%%/javascript/tiny_mce
-@dirrm %%WWWDIR%%/javascript/state
-@dirrm %%WWWDIR%%/javascript/plugins
-@dirrm %%WWWDIR%%/javascript/panels
-@dirrm %%WWWDIR%%/javascript/links
-@dirrm %%WWWDIR%%/javascript/grids
-@dirrm %%WWWDIR%%/javascript/form
-@dirrm %%WWWDIR%%/javascript/data
-@dirrm %%WWWDIR%%/javascript/advancedquery
-@dirrm %%WWWDIR%%/javascript/SWFUpload
-@dirrm %%WWWDIR%%/javascript/SWFObject/source/com/deconcept/expressinstall
-@dirrm %%WWWDIR%%/javascript/SWFObject/source/com/deconcept
-@dirrm %%WWWDIR%%/javascript/SWFObject/source/com
-@dirrm %%WWWDIR%%/javascript/SWFObject/source
-@dirrm %%WWWDIR%%/javascript/SWFObject
-@dirrm %%WWWDIR%%/javascript
-@dirrm %%WWWDIR%%/install/upgrade2to3
-@dirrm %%WWWDIR%%/install/updatescripts
-@dirrm %%WWWDIR%%/install/sql
-@dirrm %%WWWDIR%%/install
-@dirrm %%WWWDIR%%/ext/src/widgets/tree
-@dirrm %%WWWDIR%%/ext/src/widgets/tips
-@dirrm %%WWWDIR%%/ext/src/widgets/menu
-@dirrm %%WWWDIR%%/ext/src/widgets/list
-@dirrm %%WWWDIR%%/ext/src/widgets/layout/box
-@dirrm %%WWWDIR%%/ext/src/widgets/layout
-@dirrm %%WWWDIR%%/ext/src/widgets/grid
-@dirrm %%WWWDIR%%/ext/src/widgets/form
-@dirrm %%WWWDIR%%/ext/src/widgets/chart
-@dirrm %%WWWDIR%%/ext/src/widgets
-@dirrm %%WWWDIR%%/ext/src/util
-@dirrm %%WWWDIR%%/ext/src/state
-@dirrm %%WWWDIR%%/ext/src/locale
-@dirrm %%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build/yuitest/assets/skins/sam
-@dirrm %%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build/yuitest/assets/skins
-@dirrm %%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build/yuitest/assets
-@dirrm %%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build/yuitest
-@dirrm %%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build/yahoo-dom-event
-@dirrm %%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build/logger/assets/skins/sam
-@dirrm %%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build/logger/assets/skins
-@dirrm %%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build/logger/assets
-@dirrm %%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build/logger
-@dirrm %%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui/build
-@dirrm %%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0/yui
-@dirrm %%WWWDIR%%/ext/src/ext-core/test/yui_2.6.0
-@dirrm %%WWWDIR%%/ext/src/ext-core/test
-@dirrm %%WWWDIR%%/ext/src/ext-core/src/util
-@dirrm %%WWWDIR%%/ext/src/ext-core/src/data
-@dirrm %%WWWDIR%%/ext/src/ext-core/src/core
-@dirrm %%WWWDIR%%/ext/src/ext-core/src/adapter
-@dirrm %%WWWDIR%%/ext/src/ext-core/src
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/tabs/images
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/tabs
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/rating/images
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/rating
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/menu/images
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/menu
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/lightbox/images
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/lightbox
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/jsonp/images
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/jsonp
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/combo
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/carousel/slides
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/carousel/images
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples/carousel
-@dirrm %%WWWDIR%%/ext/src/ext-core/examples
-@dirrm %%WWWDIR%%/ext/src/ext-core
-@dirrm %%WWWDIR%%/ext/src/direct
-@dirrm %%WWWDIR%%/ext/src/dd
-@dirrm %%WWWDIR%%/ext/src/data
-@dirrm %%WWWDIR%%/ext/src/core
-@dirrm %%WWWDIR%%/ext/src/adapter
-@dirrm %%WWWDIR%%/ext/src
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/window
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/tree
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/toolbar
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/tabs
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/slider
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/sizer
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/shared
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/qtip
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/progress
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/panel
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/menu
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/layout
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/grid
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/form
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/editor
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/dd
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/button
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme/box
-@dirrm %%WWWDIR%%/ext/resources/images/yourtheme
-@dirrm %%WWWDIR%%/ext/resources/images/vista/tree
-@dirrm %%WWWDIR%%/ext/resources/images/vista/toolbar
-@dirrm %%WWWDIR%%/ext/resources/images/vista/tabs
-@dirrm %%WWWDIR%%/ext/resources/images/vista/sizer
-@dirrm %%WWWDIR%%/ext/resources/images/vista/qtip
-@dirrm %%WWWDIR%%/ext/resources/images/vista/layout
-@dirrm %%WWWDIR%%/ext/resources/images/vista/grid
-@dirrm %%WWWDIR%%/ext/resources/images/vista/dd
-@dirrm %%WWWDIR%%/ext/resources/images/vista/basic-dialog
-@dirrm %%WWWDIR%%/ext/resources/images/vista
-@dirrm %%WWWDIR%%/ext/resources/images/gray/window
-@dirrm %%WWWDIR%%/ext/resources/images/gray/tree
-@dirrm %%WWWDIR%%/ext/resources/images/gray/toolbar
-@dirrm %%WWWDIR%%/ext/resources/images/gray/tabs
-@dirrm %%WWWDIR%%/ext/resources/images/gray/slider
-@dirrm %%WWWDIR%%/ext/resources/images/gray/sizer
-@dirrm %%WWWDIR%%/ext/resources/images/gray/shared
-@dirrm %%WWWDIR%%/ext/resources/images/gray/qtip
-@dirrm %%WWWDIR%%/ext/resources/images/gray/progress
-@dirrm %%WWWDIR%%/ext/resources/images/gray/panel
-@dirrm %%WWWDIR%%/ext/resources/images/gray/menu
-@dirrm %%WWWDIR%%/ext/resources/images/gray/grid
-@dirrm %%WWWDIR%%/ext/resources/images/gray/form
-@dirrm %%WWWDIR%%/ext/resources/images/gray/button
-@dirrm %%WWWDIR%%/ext/resources/images/gray
-@dirrm %%WWWDIR%%/ext/resources/images/default/window
-@dirrm %%WWWDIR%%/ext/resources/images/default/tree
-@dirrm %%WWWDIR%%/ext/resources/images/default/toolbar
-@dirrm %%WWWDIR%%/ext/resources/images/default/tabs
-@dirrm %%WWWDIR%%/ext/resources/images/default/slider
-@dirrm %%WWWDIR%%/ext/resources/images/default/sizer
-@dirrm %%WWWDIR%%/ext/resources/images/default/shared
-@dirrm %%WWWDIR%%/ext/resources/images/default/qtip
-@dirrm %%WWWDIR%%/ext/resources/images/default/progress
-@dirrm %%WWWDIR%%/ext/resources/images/default/panel
-@dirrm %%WWWDIR%%/ext/resources/images/default/menu
-@dirrm %%WWWDIR%%/ext/resources/images/default/layout
-@dirrm %%WWWDIR%%/ext/resources/images/default/grid
-@dirrm %%WWWDIR%%/ext/resources/images/default/form
-@dirrm %%WWWDIR%%/ext/resources/images/default/editor
-@dirrm %%WWWDIR%%/ext/resources/images/default/dd
-@dirrm %%WWWDIR%%/ext/resources/images/default/button
-@dirrm %%WWWDIR%%/ext/resources/images/default/box
-@dirrm %%WWWDIR%%/ext/resources/images/default
-@dirrm %%WWWDIR%%/ext/resources/images/access/window
-@dirrm %%WWWDIR%%/ext/resources/images/access/tree
-@dirrm %%WWWDIR%%/ext/resources/images/access/toolbar
-@dirrm %%WWWDIR%%/ext/resources/images/access/tabs
-@dirrm %%WWWDIR%%/ext/resources/images/access/slider
-@dirrm %%WWWDIR%%/ext/resources/images/access/sizer
-@dirrm %%WWWDIR%%/ext/resources/images/access/shared
-@dirrm %%WWWDIR%%/ext/resources/images/access/qtip
-@dirrm %%WWWDIR%%/ext/resources/images/access/progress
-@dirrm %%WWWDIR%%/ext/resources/images/access/panel
-@dirrm %%WWWDIR%%/ext/resources/images/access/menu
-@dirrm %%WWWDIR%%/ext/resources/images/access/grid
-@dirrm %%WWWDIR%%/ext/resources/images/access/form
-@dirrm %%WWWDIR%%/ext/resources/images/access/editor
-@dirrm %%WWWDIR%%/ext/resources/images/access/button
-@dirrm %%WWWDIR%%/ext/resources/images/access/box
-@dirrm %%WWWDIR%%/ext/resources/images/access
-@dirrm %%WWWDIR%%/ext/resources/images
-@dirrm %%WWWDIR%%/ext/resources/css/visual
-@dirrm %%WWWDIR%%/ext/resources/css/theme-gray
-@dirrm %%WWWDIR%%/ext/resources/css/theme-access
-@dirrm %%WWWDIR%%/ext/resources/css/structure
-@dirrm %%WWWDIR%%/ext/resources/css
-@dirrm %%WWWDIR%%/ext/resources
-@dirrm %%WWWDIR%%/ext/adapter/yui
-@dirrm %%WWWDIR%%/ext/adapter/prototype
-@dirrm %%WWWDIR%%/ext/adapter/jquery
-@dirrm %%WWWDIR%%/ext/adapter/ext
-@dirrm %%WWWDIR%%/ext/adapter
-@dirrm %%WWWDIR%%/ext
-@dirrm %%WWWDIR%%/controls/win32/libwbxml
-@dirrm %%WWWDIR%%/controls/win32
-@dirrm %%WWWDIR%%/controls/phpthumb/images
-@dirrm %%WWWDIR%%/controls/phpthumb/fonts
-@dirrm %%WWWDIR%%/controls/phpthumb/docs
-@dirrm %%WWWDIR%%/controls/phpthumb
-@dirrm %%WWWDIR%%/controls
-@dirrm %%WWWDIR%%/classes/xml
-@dirrm %%WWWDIR%%/classes/tcpdf/fonts
-@dirrm %%WWWDIR%%/classes/tcpdf/config/lang
-@dirrm %%WWWDIR%%/classes/tcpdf/config
-@dirrm %%WWWDIR%%/classes/tcpdf
-@dirrm %%WWWDIR%%/classes/smarty/plugins
-@dirrm %%WWWDIR%%/classes/smarty/internals
-@dirrm %%WWWDIR%%/classes/smarty
-@dirrm %%WWWDIR%%/classes/securimage/words
-@dirrm %%WWWDIR%%/classes/securimage/images
-@dirrm %%WWWDIR%%/classes/securimage/gdfonts
-@dirrm %%WWWDIR%%/classes/securimage/database
-@dirrm %%WWWDIR%%/classes/securimage/backgrounds
-@dirrm %%WWWDIR%%/classes/securimage/audio
-@dirrm %%WWWDIR%%/classes/securimage
-@dirrm %%WWWDIR%%/classes/pear/Net
-@dirrm %%WWWDIR%%/classes/pear/Mail
-@dirrm %%WWWDIR%%/classes/pear
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/dependency_maps
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/Esmtp/Auth
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/Esmtp
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/StreamFilters
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Smime
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Reporters
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Pop
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Loggers
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Decorator
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/HeaderEncoder
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ContentEncoder
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mailer
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Encoder
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterStream
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReaderFactory
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReader
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift/ByteStream
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes/Swift
-@dirrm %%WWWDIR%%/classes/mail/swift/lib/classes
-@dirrm %%WWWDIR%%/classes/mail/swift/lib
-@dirrm %%WWWDIR%%/classes/mail/swift
-@dirrm %%WWWDIR%%/classes/mail
-@dirrm %%WWWDIR%%/classes/html
-@dirrm %%WWWDIR%%/classes/export
-@dirrm %%WWWDIR%%/classes/database
-@dirrm %%WWWDIR%%/classes/base
-@dirrm %%WWWDIR%%/classes/3th_party
-@dirrm %%WWWDIR%%/classes
-@dirrm %%WWWDIR%%
+%%WWWDIR%%/rpc.php
+%%WWWDIR%%/vendor/autoload.php
+%%WWWDIR%%/vendor/composer/ClassLoader.php
+%%WWWDIR%%/vendor/composer/autoload_classmap.php
+%%WWWDIR%%/vendor/composer/autoload_namespaces.php
+%%WWWDIR%%/vendor/composer/autoload_psr4.php
+%%WWWDIR%%/vendor/composer/autoload_real.php
+%%WWWDIR%%/vendor/composer/installed.json
+%%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/.gitignore
+%%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/README.md
+%%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/composer.json
+%%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/composer.lock
+%%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle/Plugin/BearerAuth/BearerAuth.php
+%%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle/Plugin/BearerAuth/Exception/BearerErrorResponseException.php
+%%WWWDIR%%/vendor/fkooman/oauth-common/.gitignore
+%%WWWDIR%%/vendor/fkooman/oauth-common/CHANGES.md
+%%WWWDIR%%/vendor/fkooman/oauth-common/COPYING
+%%WWWDIR%%/vendor/fkooman/oauth-common/README.md
+%%WWWDIR%%/vendor/fkooman/oauth-common/composer.json
+%%WWWDIR%%/vendor/fkooman/oauth-common/docs/SCOPES.md
+%%WWWDIR%%/vendor/fkooman/oauth-common/phpunit.xml.dist
+%%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman/OAuth/Common/Exception/ScopeException.php
+%%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman/OAuth/Common/Scope.php
+%%WWWDIR%%/vendor/fkooman/oauth-common/tests/fkooman/OAuth/Common/ScopeTest.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/.gitignore
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/.travis.yml
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/CHANGES.md
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/README.md
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/bin/php-oauth-client-create-tables
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/composer.json
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/composer.lock
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/docs/architecture.ditaa
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/docs/architecture.png
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/example/gdrive/README.md
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/example/gdrive/callback.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/example/gdrive/composer.json
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/example/gdrive/index.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/example/simple/callback.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/example/simple/composer.json
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/example/simple/index.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/lgpl-3.0.txt
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/phpunit.xml.dist
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/rpm/php-fkooman-oauth-client.spec
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/AccessToken.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Api.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Callback.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/ClientConfig.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/ClientConfigInterface.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Context.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Exception/ApiException.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Exception/AuthorizeException.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Exception/CallbackException.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Exception/ClientConfigException.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Exception/ContextException.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Exception/TokenException.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Exception/TokenResponseException.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/GitHubClientConfig.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/GoogleClientConfig.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/MongoStorage.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/PdoStorage.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/RefreshToken.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/SessionStorage.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/State.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/StorageInterface.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Token.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/TokenRequest.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/TokenResponse.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman/OAuth/Client/ApiTest.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman/OAuth/Client/CallbackTest.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman/OAuth/Client/ClientConfigTest.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman/OAuth/Client/TokenRequestTest.php
+%%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman/OAuth/Client/TokenResponseTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/.gitignore
+%%WWWDIR%%/vendor/guzzle/guzzle/.travis.yml
+%%WWWDIR%%/vendor/guzzle/guzzle/CHANGELOG.md
+%%WWWDIR%%/vendor/guzzle/guzzle/LICENSE
+%%WWWDIR%%/vendor/guzzle/guzzle/README.md
+%%WWWDIR%%/vendor/guzzle/guzzle/UPGRADING.md
+%%WWWDIR%%/vendor/guzzle/guzzle/build.xml
+%%WWWDIR%%/vendor/guzzle/guzzle/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/Makefile
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/_downloads/guzzle-schema-1.0.json
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/_static/guzzle-icon.png
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/_static/homepage.css
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/_static/logo.png
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/_static/prettify.css
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/_static/prettify.js
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/_templates/index.html
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/_templates/leftbar.html
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/_templates/nav_links.html
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/batching/batching.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/conf.py
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/docs.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/getting-started/faq.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/getting-started/installation.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/getting-started/overview.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/http-client/client.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/http-client/entity-bodies.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/http-client/http-redirects.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/http-client/request.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/http-client/response.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/http-client/uri-templates.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/index.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/iterators/guzzle-iterators.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/iterators/resource-iterators.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/async-plugin.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/backoff-plugin.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/cache-plugin.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/cookie-plugin.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/creating-plugins.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/curl-auth-plugin.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/history-plugin.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/log-plugin.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/md5-validator-plugin.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/mock-plugin.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/oauth-plugin.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/plugins-list.rst.inc
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins/plugins-overview.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/requirements.txt
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/testing/unit-testing.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/webservice-client/guzzle-service-descriptions.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/webservice-client/using-the-service-builder.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/docs/webservice-client/webservice-client.rst
+%%WWWDIR%%/vendor/guzzle/guzzle/phar-stub.php
+%%WWWDIR%%/vendor/guzzle/guzzle/phing/build.properties.dist
+%%WWWDIR%%/vendor/guzzle/guzzle/phing/imports/dependencies.xml
+%%WWWDIR%%/vendor/guzzle/guzzle/phing/imports/deploy.xml
+%%WWWDIR%%/vendor/guzzle/guzzle/phing/tasks/ComposerLintTask.php
+%%WWWDIR%%/vendor/guzzle/guzzle/phing/tasks/GuzzlePearPharPackageTask.php
+%%WWWDIR%%/vendor/guzzle/guzzle/phing/tasks/GuzzleSubSplitTask.php
+%%WWWDIR%%/vendor/guzzle/guzzle/phpunit.xml.dist
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php
+%%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/AbstractBatchDecoratorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchBuilderTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureDivisorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureTransferTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchCommandTransferTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchRequestTransferTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchSizeDivisorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/ExceptionBufferingBatchTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/FlushingBatchTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/HistoryBatchTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/NotifyingBatchTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterFactoryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/ClosureCacheAdapterTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/NullCacheAdapterTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/Zf2CacheAdapterTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/AbstractHasDispatcherTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/CollectionTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/EventTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/BatchTransferExceptionTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/ExceptionCollectionTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/VersionTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/GuzzleTestCase.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/AbstractEntityBodyDecoratorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/CachingEntityBodyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/ClientTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlHandleTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiProxyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlVersionTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/RequestMediatorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/EntityBodyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/CurlExceptionTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/MultiTransferExceptionTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/IoEmittingEntityBodyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/AbstractMessageTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/EntityEnclosingRequestTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/HeaderFactoryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/LinkTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderComparison.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderComparisonTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/PostFileTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestFactoryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/ResponseTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/MimetypesTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/CommaAggregatorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/DuplicateAggregatorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/PhpAggregatorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryStringTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/ReadLimitEntityBodyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/RedirectPluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Server.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/StaticClientTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/UrlTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/server.js
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Inflection/InflectorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Inflection/MemoizingInflectorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Inflection/PreComputedInflectorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/AppendIteratorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/ChunkedIteratorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/FilterIteratorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MapIteratorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MethodProxyIteratorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/ArrayLogAdapterTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/ClosureLogAdapterTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/MessageFormatterTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/PsrLogAdapterTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/Zf2LogAdapterTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/CustomResponseModel.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/ErrorResponseMock.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/ExceptionMock.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockMulti.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockObserver.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockSubject.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserProvider.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserProvider.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/PeclHttpMessageParserTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/ParserRegistryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/AbstractUriTemplateTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/PeclUriTemplateTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/UriTemplateTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Async/AsyncPluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/AbstractBackoffStrategyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffLoggerTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffPluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CallbackBackoffStrategyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ConstantBackoffStrategyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CurlBackoffStrategyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ExponentialBackoffStrategyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/HttpBackoffStrategyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/LinearBackoffStrategyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ReasonPhraseBackoffStrategyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/TruncatedBackoffStrategyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CachePluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CallbackCanCacheStrategyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCacheStorageTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCanCacheStrategyTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultRevalidationTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DenyRevalidationTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/SkipRevalidationTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/ArrayCookieJarTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/FileCookieJarTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookiePluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/CurlAuth/CurlAuthPluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/ErrorResponse/ErrorResponsePluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/History/HistoryPluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Log/LogPluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/CommandContentMd5PluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/Md5ValidatorPluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Mock/MockPluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Oauth/OauthPluginTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/AbstractConfigLoaderTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder/ServiceBuilderLoaderTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder/ServiceBuilderTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/CachingConfigLoaderTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/ClientTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/AbstractCommandTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/ClosureCommandTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/CommandTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultRequestSerializerTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultResponseParserTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/AliasFactoryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/CompositeFactoryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/ConcreteClassFactoryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/MapFactoryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/ServiceDescriptionFactoryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/AbstractVisitorTestCase.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/BodyVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/HeaderVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/JsonVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFieldVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFileVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/QueryVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/ResponseBodyVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/XmlVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/AbstractResponseVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/BodyVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/HeaderVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/JsonVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/ReasonPhraseVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/StatusCodeVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/XmlVisitorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/VisitorFlyweightTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationCommandTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationResponseParserTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/OperationTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ParameterTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaFormatterTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaValidatorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionLoaderTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/CommandTransferExceptionTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/InconsistentClientTransferExceptionTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/ValidationExceptionTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/IterableCommand.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/MockCommand.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/OtherCommand.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/Sub/Sub.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/MockClient.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Model/MockCommandIterator.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/CompositeResourceIteratorFactoryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/MapResourceIteratorFactoryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ModelTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorClassFactoryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Stream/PhpStreamRequestFactoryTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Stream/StreamTest.php
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/FileBody.txt
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/description/bar.json
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/description/baz.json
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/description/foo.json
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/description/recursive.json
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/mock_response
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/services/json1.json
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/services/json2.json
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/services/services.json
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/test_service.json
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/test_service2.json
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/test_service_3.json
+%%WWWDIR%%/vendor/guzzle/guzzle/tests/bootstrap.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/.gitignore
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/CHANGELOG.md
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/LICENSE
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/README.md
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/composer.json
+%%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/phpunit.xml.dist
+%%WWWDIR%%/views/Extjs3/Default.php
+%%WWWDIR%%/views/Extjs3/Disabled.php
+%%WWWDIR%%/views/Extjs3/Exception.php
+%%WWWDIR%%/views/Extjs3/Init.php
+%%WWWDIR%%/views/Extjs3/Login.php
+%%WWWDIR%%/views/Extjs3/Plain.php
+%%WWWDIR%%/views/Extjs3/Reminder.php
+%%WWWDIR%%/views/Extjs3/default_scripts.inc.php
+%%WWWDIR%%/views/Extjs3/ext/INCLUDE_ORDER.txt
+%%WWWDIR%%/views/Extjs3/ext/adapter/ext/ext-base-debug.js
+%%WWWDIR%%/views/Extjs3/ext/adapter/ext/ext-base.js
+%%WWWDIR%%/views/Extjs3/ext/adapter/jquery/ext-jquery-adapter-debug.js
+%%WWWDIR%%/views/Extjs3/ext/adapter/jquery/ext-jquery-adapter.js
+%%WWWDIR%%/views/Extjs3/ext/adapter/prototype/ext-prototype-adapter-debug.js
+%%WWWDIR%%/views/Extjs3/ext/adapter/prototype/ext-prototype-adapter.js
+%%WWWDIR%%/views/Extjs3/ext/adapter/yui/ext-yui-adapter-debug.js
+%%WWWDIR%%/views/Extjs3/ext/adapter/yui/ext-yui-adapter.js
+%%WWWDIR%%/views/Extjs3/ext/ext-all-debug-w-comments.js
+%%WWWDIR%%/views/Extjs3/ext/ext-all-debug.js
+%%WWWDIR%%/views/Extjs3/ext/ext-all.js
+%%WWWDIR%%/views/Extjs3/ext/ext.jsb2
+%%WWWDIR%%/views/Extjs3/ext/gpl-3.0.txt
+%%WWWDIR%%/views/Extjs3/ext/index.html
+%%WWWDIR%%/views/Extjs3/ext/license.txt
+%%WWWDIR%%/views/Extjs3/ext/release-notes.html
+%%WWWDIR%%/views/Extjs3/ext/resources/charts.swf
+%%WWWDIR%%/views/Extjs3/ext/resources/css/README.txt
+%%WWWDIR%%/views/Extjs3/ext/resources/css/debug.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/ext-all-notheme.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/ext-all.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/reset-min.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/borders.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/box.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/button.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/combo.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/core.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/date-picker.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/dd.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/debug.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/dialog.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/editor.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/form.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/grid.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/layout.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/list-view.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/menu.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/panel-reset.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/panel.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/pivotgrid.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/progress.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/qtips.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/reset.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/resizable.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/slider.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/tabs.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/toolbar.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/tree.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/structure/window.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/borders.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/box.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/button.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/combo.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/core.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/date-picker.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/dd.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/debug.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/dialog.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/editor.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/form.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/grid.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/layout.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/list-view.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/menu.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/panel.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/progress.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/qtips.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/resizable.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/slider.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/tabs.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/toolbar.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/tree.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access/window.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/borders.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/box.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/button.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/combo.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/core.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/date-picker.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/dd.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/debug.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/dialog.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/editor.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/form.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/grid.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/layout.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/list-view.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/menu.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/panel.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/pivotgrid.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/progress.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/qtips.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/resizable.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/slider.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/tabs.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/toolbar.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/tree.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray/window.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/borders.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/box.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/button.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/combo.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/core.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/date-picker.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/dd.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/debug.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/dialog.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/editor.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/form.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/grid.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/layout.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/list-view.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/menu.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/panel.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/pivotgrid.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/progress.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/qtips.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/resizable.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/slider.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/tabs.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/toolbar.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/tree.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/visual/window.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/xtheme-access.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/xtheme-blue.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/xtheme-gray.css
+%%WWWDIR%%/views/Extjs3/ext/resources/css/yourtheme.css
+%%WWWDIR%%/views/Extjs3/ext/resources/expressinstall.swf
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/box/corners-blue.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/box/corners.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/box/l-blue.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/box/l.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/box/r-blue.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/box/r.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/box/tb-blue.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/box/tb.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/button/arrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/button/btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/button/group-cs.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/button/group-lr.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/button/group-tb.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/button/s-arrow-b-noline.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/button/s-arrow-b.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/button/s-arrow-bo.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/button/s-arrow-noline.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/button/s-arrow-o.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/button/s-arrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/editor/tb-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/checkbox.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/clear-trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/clear-trigger.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/date-trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/date-trigger.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/error-tip-corners.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/exclamation.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/radio.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/search-trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/search-trigger.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/text-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/trigger-tpl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/form/trigger.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/arrow-left-white.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/arrow-right-white.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/col-move-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/col-move-top.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/columns.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/dirty.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/done.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/drop-no.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/footer-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/grid-blue-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/grid-blue-split.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/grid-hrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/grid-loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/grid-split.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/grid-vista-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/grid3-hd-btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/grid3-hrow-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/grid3-hrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/grid3-special-col-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/grid3-special-col-sel-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/group-by.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/group-collapse.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/group-expand-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/group-expand.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/hd-pop.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/hmenu-asc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/hmenu-desc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/hmenu-lock.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/hmenu-lock.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/hmenu-unlock.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/hmenu-unlock.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/invalid_line.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/mso-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/nowait.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/page-first-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/page-first.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/page-last-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/page-last.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/page-next-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/page-next.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/page-prev-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/page-prev.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/pick-button.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/refresh.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/row-check-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/row-expand-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/row-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/row-sel.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/sort-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/sort_asc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/sort_desc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid/wait.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/menu/checked.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/menu/group-checked.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/menu/item-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/menu/menu-parent.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/menu/menu.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/menu/unchecked.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel/corners-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel/left-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel/light-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel/tool-sprite-tpl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel/tool-sprites.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel/tools-sprites-trans.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel/top-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel/white-corners-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel/white-left-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel/white-top-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/progress/progress-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/qtip/close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/qtip/tip-anchor-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/qtip/tip-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/shared/glass-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/shared/hd-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/shared/left-btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/shared/right-btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/e-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/e-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/ne-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/ne-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/nw-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/nw-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/s-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/s-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/se-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/se-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/square.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/sw-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer/sw-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/slider/slider-bg.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/slider/slider-thumb.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/slider/slider-v-bg.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/slider/slider-v-thumb.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs/scroll-left.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs/scroll-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs/tab-close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs/tab-strip-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs/tab-strip-btm-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs/tabs-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar/bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar/btn-arrow-light.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar/btn-arrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar/btn-over-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar/gray-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar/more.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar/s-arrow-bo.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar/tb-btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar/tb-xl-btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar/tb-xl-sep.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/arrows.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/drop-add.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/drop-between.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/drop-no.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/drop-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/drop-under.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/elbow-end-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/elbow-end-minus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/elbow-end-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/elbow-end-plus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/elbow-end.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/elbow-line.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/elbow-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/elbow-minus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/elbow-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/elbow-plus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/elbow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/folder-open.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/folder.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/leaf.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree/s.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/window/icon-error.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/window/icon-info.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/window/icon-question.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/window/icon-warning.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/window/left-corners.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/window/left-right.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/window/right-corners.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/access/window/top-bottom.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/box/corners-blue.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/box/corners.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/box/l-blue.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/box/l.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/box/r-blue.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/box/r.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/box/tb-blue.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/box/tb.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/button/arrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/button/btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/button/group-cs.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/button/group-lr.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/button/group-tb.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/button/s-arrow-b-noline.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/button/s-arrow-b.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/button/s-arrow-bo.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/button/s-arrow-noline.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/button/s-arrow-o.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/button/s-arrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/dd/drop-add.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/dd/drop-no.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/dd/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/editor/tb-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/checkbox.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/clear-trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/clear-trigger.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/date-trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/date-trigger.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/error-tip-corners.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/exclamation.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/radio.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/search-trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/search-trigger.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/text-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/trigger-square.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/trigger-square.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/trigger-tpl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/form/trigger.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/gradient-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/arrow-left-white.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/arrow-right-white.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/col-move-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/col-move-top.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/columns.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/dirty.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/done.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/drop-no.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/footer-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/grid-blue-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/grid-blue-split.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/grid-hrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/grid-loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/grid-split.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/grid-vista-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/grid3-hd-btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/grid3-hrow-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/grid3-hrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/grid3-rowheader.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/grid3-special-col-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/grid3-special-col-sel-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/group-by.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/group-collapse.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/group-expand-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/group-expand.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/hd-pop.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/hmenu-asc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/hmenu-desc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/hmenu-lock.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/hmenu-lock.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/hmenu-unlock.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/hmenu-unlock.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/invalid_line.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/mso-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/nowait.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/page-first-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/page-first.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/page-last-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/page-last.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/page-next-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/page-next.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/page-prev-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/page-prev.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/pick-button.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/refresh-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/refresh.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/row-check-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/row-expand-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/row-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/row-sel.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/sort-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/sort_asc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/sort_desc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid/wait.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/collapse.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/expand.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/gradient-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/mini-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/mini-left.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/mini-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/mini-top.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/ns-collapse.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/ns-expand.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/panel-close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/panel-title-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/panel-title-light-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/stick.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/stuck.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/tab-close-on.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout/tab-close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/menu/checked.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/menu/group-checked.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/menu/item-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/menu/menu-parent.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/menu/menu.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/menu/unchecked.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel/corners-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel/left-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel/light-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel/tool-sprite-tpl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel/tool-sprites.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel/tools-sprites-trans.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel/top-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel/top-bottom.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel/white-corners-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel/white-left-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel/white-top-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/progress/progress-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/qtip/bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/qtip/close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/qtip/tip-anchor-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/qtip/tip-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/s.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/shadow-c.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/shadow-lr.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/shadow.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/shared/blue-loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/shared/calendar.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/shared/glass-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/shared/hd-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/shared/large-loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/shared/left-btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/shared/loading-balls.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/shared/right-btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/shared/warning.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/e-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/e-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/ne-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/ne-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/nw-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/nw-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/s-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/s-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/se-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/se-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/square.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/sw-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer/sw-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/slider/slider-bg.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/slider/slider-thumb.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/slider/slider-v-bg.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/slider/slider-v-thumb.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/scroll-left.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/scroll-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/scroller-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/tab-btm-over-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/tab-btm-over-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/tab-close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/tab-strip-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/tab-strip-bg.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/tab-strip-btm-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs/tabs-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar/bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar/btn-arrow-light.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar/btn-arrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar/btn-over-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar/gray-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar/more.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar/tb-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar/tb-btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar/tb-xl-btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar/tb-xl-sep.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/arrows.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/drop-add.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/drop-between.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/drop-no.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/drop-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/drop-under.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/elbow-end-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/elbow-end-minus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/elbow-end-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/elbow-end-plus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/elbow-end.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/elbow-line.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/elbow-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/elbow-minus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/elbow-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/elbow-plus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/elbow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/folder-open.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/folder.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/leaf.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree/s.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/window/icon-error.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/window/icon-info.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/window/icon-question.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/window/icon-warning.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/window/left-corners.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/window/left-corners.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/window/left-right.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/window/left-right.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/window/right-corners.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/window/right-corners.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/window/top-bottom.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/default/window/top-bottom.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/button/btn-arrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/button/btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/button/btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/button/group-cs.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/button/group-lr.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/button/group-tb.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/button/s-arrow-bo.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/button/s-arrow-o.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/form/clear-trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/form/date-trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/form/search-trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/form/trigger-square.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/form/trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/gradient-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/col-move-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/col-move-top.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/grid3-hd-btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/grid3-hrow-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/grid3-hrow-over2.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/grid3-hrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/grid3-hrow2.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/grid3-special-col-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/grid3-special-col-bg2.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/grid3-special-col-sel-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/group-collapse.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/group-expand-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/group-expand.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/page-first.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/page-last.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/page-next.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/page-prev.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/refresh.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/row-expand-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/sort-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/sort_asc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid/sort_desc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/menu/group-checked.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/menu/item-over-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/menu/item-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/menu/menu-parent.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel/corners-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel/left-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel/light-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel/tool-sprite-tpl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel/tool-sprites.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel/tools-sprites-trans.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel/top-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel/top-bottom.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel/white-corners-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel/white-left-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel/white-top-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/progress/progress-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/qtip/bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/qtip/close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/qtip/tip-anchor-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/qtip/tip-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/s.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/shared/hd-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/shared/left-btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/shared/right-btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/sizer/e-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/sizer/ne-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/sizer/nw-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/sizer/s-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/sizer/se-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/sizer/square.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/sizer/sw-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/slider/slider-thumb.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/slider/slider-v-thumb.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/scroll-left.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/scroll-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/scroller-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/tab-btm-over-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/tab-btm-over-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/tab-close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/tab-strip-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/tab-strip-bg.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/tab-strip-btm-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs/tabs-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/toolbar/bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/toolbar/btn-arrow-light.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/toolbar/btn-arrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/toolbar/btn-over-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/toolbar/gray-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/toolbar/more.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/toolbar/tb-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/toolbar/tb-btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tree/arrows.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tree/elbow-end-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tree/elbow-end-minus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tree/elbow-end-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tree/elbow-end-plus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/window/icon-error.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/window/icon-info.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/window/icon-question.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/window/icon-warning.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/window/left-corners.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/window/left-right.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/window/right-corners.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/gray/window/top-bottom.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog/bg-center.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog/bg-left.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog/bg-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog/close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog/collapse.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog/dlg-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog/e-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog/expand.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog/hd-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog/s-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog/se-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog/w-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/gradient-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/grid/grid-split.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/grid/grid-vista-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout/collapse.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout/expand.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout/gradient-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout/ns-collapse.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout/ns-expand.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout/panel-close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout/panel-title-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout/panel-title-light-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout/stick.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout/tab-close-on.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout/tab-close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/qtip/bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/qtip/tip-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/s.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer/e-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer/e-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer/ne-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer/ne-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer/nw-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer/nw-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer/s-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer/s-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer/se-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer/se-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer/sw-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer/sw-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/tabs/tab-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/toolbar/gray-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/vista/toolbar/tb-btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/README.txt
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/box/corners-blue.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/box/corners.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/box/l-blue.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/box/l.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/box/r-blue.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/box/r.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/box/tb-blue.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/box/tb.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button/arrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button/btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button/group-cs.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button/group-lr.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button/group-tb.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button/s-arrow-b-noline.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button/s-arrow-b.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button/s-arrow-bo.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button/s-arrow-noline.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button/s-arrow-o.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button/s-arrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/dd/drop-add.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/dd/drop-no.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/dd/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/editor/tb-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/checkbox.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/clear-trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/clear-trigger.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/date-trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/date-trigger.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/error-tip-corners.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/exclamation.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/radio.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/search-trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/search-trigger.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/text-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/trigger-square.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/trigger-square.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/trigger-tpl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/trigger.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form/trigger.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/gradient-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/arrow-left-white.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/arrow-right-white.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/col-move-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/col-move-top.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/columns.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/dirty.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/done.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/drop-no.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/footer-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/grid-blue-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/grid-blue-split.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/grid-hrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/grid-loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/grid-split.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/grid-vista-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/grid3-hd-btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/grid3-hrow-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/grid3-hrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/grid3-special-col-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/grid3-special-col-sel-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/group-by.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/group-collapse.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/group-expand-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/group-expand.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/hd-pop.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/hmenu-asc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/hmenu-desc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/hmenu-lock.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/hmenu-lock.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/hmenu-unlock.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/hmenu-unlock.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/invalid_line.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/mso-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/nowait.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/page-first-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/page-first.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/page-last-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/page-last.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/page-next-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/page-next.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/page-prev-disabled.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/page-prev.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/pick-button.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/refresh.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/row-check-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/row-expand-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/row-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/row-sel.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/sort-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/sort_asc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/sort_desc.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid/wait.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/collapse.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/expand.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/gradient-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/mini-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/mini-left.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/mini-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/mini-top.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/ns-collapse.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/ns-expand.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/panel-close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/panel-title-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/panel-title-light-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/stick.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/stuck.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/tab-close-on.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout/tab-close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/menu/checked.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/menu/group-checked.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/menu/item-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/menu/menu-parent.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/menu/menu.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/menu/unchecked.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel/corners-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel/left-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel/light-hd.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel/tool-sprite-tpl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel/tool-sprites.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel/tools-sprites-trans.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel/top-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel/top-bottom.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel/white-corners-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel/white-left-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel/white-top-bottom.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/progress/progress-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/qtip/bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/qtip/close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/qtip/tip-anchor-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/qtip/tip-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/s.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shadow-c.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shadow-lr.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shadow.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shared/blue-loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shared/calendar.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shared/glass-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shared/hd-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shared/large-loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shared/left-btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shared/loading-balls.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shared/right-btn.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shared/warning.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/e-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/e-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/ne-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/ne-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/nw-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/nw-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/s-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/s-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/se-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/se-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/square.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/sw-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer/sw-handle.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/slider/slider-bg.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/slider/slider-thumb.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/slider/slider-v-bg.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/slider/slider-v-thumb.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/scroll-left.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/scroll-right.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/scroller-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/tab-btm-over-left-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/tab-btm-over-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/tab-close.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/tab-strip-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/tab-strip-bg.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/tab-strip-btm-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs/tabs-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar/bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar/btn-arrow-light.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar/btn-arrow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar/btn-over-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar/gray-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar/more.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar/tb-bg.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar/tb-btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar/tb-xl-btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar/tb-xl-sep.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/arrows.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/drop-add.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/drop-between.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/drop-no.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/drop-over.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/drop-under.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/elbow-end-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/elbow-end-minus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/elbow-end-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/elbow-end-plus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/elbow-end.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/elbow-line.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/elbow-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/elbow-minus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/elbow-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/elbow-plus.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/elbow.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/folder-open.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/folder.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/leaf.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/loading.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree/s.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window/icon-error.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window/icon-info.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window/icon-question.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window/icon-warning.gif
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window/left-corners.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window/left-corners.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window/left-right.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window/left-right.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window/right-corners.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window/right-corners.psd
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window/top-bottom.png
+%%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window/top-bottom.psd
+%%WWWDIR%%/views/Extjs3/ext/src/adapter/ext-base-dom-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/adapter/jquery-bridge.js
+%%WWWDIR%%/views/Extjs3/ext/src/adapter/prototype-bridge.js
+%%WWWDIR%%/views/Extjs3/ext/src/adapter/yui-bridge.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/CompositeElement.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/CompositeElementLite-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/DomHelper-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Element-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Element.alignment.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Element.dd.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Element.fx-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Element.insertion-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Element.keys.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Element.position-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Element.scroll-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Element.style-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Element.traversal-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Error.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/EventManager-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Ext-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/core/Template-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/Api.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/ArrayReader.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/ArrayStore.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/DataField.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/DataProxy.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/DataReader.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/DataWriter.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/DirectProxy.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/DirectStore.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/GroupingStore.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/HttpProxy.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/JsonReader.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/JsonStore.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/JsonWriter.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/MemoryProxy.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/Record.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/Request.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/Response.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/ScriptTagProxy.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/SortTypes.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/Store.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/StoreMgr.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/Tree.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/Types.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/XmlReader.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/XmlStore.js
+%%WWWDIR%%/views/Extjs3/ext/src/data/XmlWriter.js
+%%WWWDIR%%/views/Extjs3/ext/src/dd/DDCore.js
+%%WWWDIR%%/views/Extjs3/ext/src/dd/DragSource.js
+%%WWWDIR%%/views/Extjs3/ext/src/dd/DragTracker.js
+%%WWWDIR%%/views/Extjs3/ext/src/dd/DragZone.js
+%%WWWDIR%%/views/Extjs3/ext/src/dd/DropTarget.js
+%%WWWDIR%%/views/Extjs3/ext/src/dd/DropZone.js
+%%WWWDIR%%/views/Extjs3/ext/src/dd/Registry.js
+%%WWWDIR%%/views/Extjs3/ext/src/dd/ScrollManager.js
+%%WWWDIR%%/views/Extjs3/ext/src/dd/StatusProxy.js
+%%WWWDIR%%/views/Extjs3/ext/src/debug.js
+%%WWWDIR%%/views/Extjs3/ext/src/direct/Direct.js
+%%WWWDIR%%/views/Extjs3/ext/src/direct/Event.js
+%%WWWDIR%%/views/Extjs3/ext/src/direct/JsonProvider.js
+%%WWWDIR%%/views/Extjs3/ext/src/direct/PollingProvider.js
+%%WWWDIR%%/views/Extjs3/ext/src/direct/Provider.js
+%%WWWDIR%%/views/Extjs3/ext/src/direct/RemotingProvider.js
+%%WWWDIR%%/views/Extjs3/ext/src/direct/Transaction.js
+%%WWWDIR%%/views/Extjs3/ext/src/error-checking.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-af.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-am.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-bg.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-ca.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-cs.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-da.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-de.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-el_GR.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-en.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-en_GB.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-es.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-fa.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-fi.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-fr.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-fr_CA.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-gr.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-he.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-hr.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-hu.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-id.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-it.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-ja.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-ko.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-lt.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-lv.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-mk.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-nl.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-no_NB.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-no_NN.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-pl.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-pt.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-pt_BR.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-pt_PT.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-ro.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-ru.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-sk.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-sl.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-sr.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-sr_RS.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-sv_SE.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-th-utf8.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-th.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-tr.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-ukr.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-vn.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-zh_CN.js
+%%WWWDIR%%/views/Extjs3/ext/src/locale/ext-lang-zh_TW.js
+%%WWWDIR%%/views/Extjs3/ext/src/state/CookieProvider.js
+%%WWWDIR%%/views/Extjs3/ext/src/state/Provider.js
+%%WWWDIR%%/views/Extjs3/ext/src/state/StateManager.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/AbstractManager.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/CSS.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/ClickRepeater.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/Cookies.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/Date.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/Format.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/Function.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/History.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/KeyMap.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/KeyNav.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/MixedCollection.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/Observable-more.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/TextMetrics.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/UpdateManager.js
+%%WWWDIR%%/views/Extjs3/ext/src/util/XTemplate.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Action.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/BoxComponent.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Button.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/ButtonGroup.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/ColorPalette.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Component.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/ComponentMgr.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Container.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/CycleButton.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/DataView.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/DatePicker.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Editor.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Layer.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/LoadMask.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/MessageBox.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/PagingToolbar.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Panel.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/PanelDD.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/ProgressBar.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Resizable.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Shadow.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Slider.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/SplitBar.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/SplitButton.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/TabPanel.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Toolbar.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Viewport.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/Window.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/WindowManager.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/chart/Chart.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/chart/EventProxy.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/chart/FlashComponent.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/chart/swfobject.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/Action.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/BasicForm.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/Checkbox.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/CheckboxGroup.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/Combo.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/CompositeField.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/DateField.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/DisplayField.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/Field.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/FieldSet.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/Form.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/Hidden.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/HtmlEditor.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/Label.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/NumberField.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/Radio.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/RadioGroup.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/SliderField.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/TextArea.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/TextField.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/TimeField.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/TriggerField.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/form/VTypes.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/AbstractSelectionModel.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/CellSelectionModel.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/CheckboxSelectionModel.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/Column.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/ColumnDD.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/ColumnModel.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/ColumnSplitDD.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/EditorGrid.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/GridDD.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/GridEditor.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/GridPanel.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/GridView.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/GroupingView.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/PivotAxis.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/PivotGrid.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/PivotGridView.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/PropertyGrid.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/RowNumberer.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/grid/RowSelectionModel.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/AbsoluteLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/AccordionLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/AnchorLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/AutoLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/BorderLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/BoxLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/CardLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/ColumnLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/ContainerLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/FitLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/FormLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/HBoxLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/MenuLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/TableLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/ToolbarLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/VBoxLayout.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/box/MenuOverflow.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/box/ScrollerOverflow.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/list/Column.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/list/ColumnResizer.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/list/ListView.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/list/Sorter.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/menu/BaseItem.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/menu/CheckItem.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/menu/ColorMenu.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/menu/DateMenu.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/menu/Item.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/menu/Menu.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/menu/MenuMgr.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/menu/Separator.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/menu/TextItem.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tips/QuickTip.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tips/QuickTips.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tips/SliderTip.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tips/Tip.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tips/ToolTip.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tree/AsyncTreeNode.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tree/TreeDragZone.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tree/TreeDropZone.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tree/TreeEditor.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tree/TreeEventModel.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tree/TreeFilter.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tree/TreeLoader.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tree/TreeNode.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tree/TreeNodeUI.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tree/TreePanel.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tree/TreeSelectionModel.js
+%%WWWDIR%%/views/Extjs3/ext/src/widgets/tree/TreeSorter.js
+%%WWWDIR%%/views/Extjs3/external.php
+%%WWWDIR%%/views/Extjs3/externalFooter.php
+%%WWWDIR%%/views/Extjs3/externalHeader.php
+%%WWWDIR%%/views/Extjs3/javascript/Base64.js
+%%WWWDIR%%/views/Extjs3/javascript/BlindPagingToolbar.js
+%%WWWDIR%%/views/Extjs3/javascript/ColumnFitLayout.js
+%%WWWDIR%%/views/Extjs3/javascript/CreateModifyTemplate.js
+%%WWWDIR%%/views/Extjs3/javascript/Date.js
+%%WWWDIR%%/views/Extjs3/javascript/DeployJava.js
+%%WWWDIR%%/views/Extjs3/javascript/DialogListeners.js
+%%WWWDIR%%/views/Extjs3/javascript/Export.js
+%%WWWDIR%%/views/Extjs3/javascript/FlashControl.js
+%%WWWDIR%%/views/Extjs3/javascript/JsonMenu.js
+%%WWWDIR%%/views/Extjs3/javascript/LanguageLoaded.js
+%%WWWDIR%%/views/Extjs3/javascript/MainLayout.js
+%%WWWDIR%%/views/Extjs3/javascript/ModuleManager.js
+%%WWWDIR%%/views/Extjs3/javascript/NewMenuButton.js
+%%WWWDIR%%/views/Extjs3/javascript/RecordsContextMenu.js
+%%WWWDIR%%/views/Extjs3/javascript/ResetPassword.js
+%%WWWDIR%%/views/Extjs3/javascript/SWFObject/expressinstall.html
+%%WWWDIR%%/views/Extjs3/javascript/SWFObject/expressinstall.swf
+%%WWWDIR%%/views/Extjs3/javascript/SWFObject/flashversion.html
+%%WWWDIR%%/views/Extjs3/javascript/SWFObject/fullpage.html
+%%WWWDIR%%/views/Extjs3/javascript/SWFObject/readme.txt
+%%WWWDIR%%/views/Extjs3/javascript/SWFObject/so_tester.swf
+%%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/com/deconcept/expressinstall/ExpressInstall.as
+%%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/expressinstall.fla
+%%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/so_tester.fla
+%%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/swfobject_source.js
+%%WWWDIR%%/views/Extjs3/javascript/SWFObject/swfobject.html
+%%WWWDIR%%/views/Extjs3/javascript/SWFObject/swfobject.js
+%%WWWDIR%%/views/Extjs3/javascript/SWFUpload/SwfUploadPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/SWFUpload/UploadFlashDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/SWFUpload/swfupload.js
+%%WWWDIR%%/views/Extjs3/javascript/SWFUpload/swfupload.swf
+%%WWWDIR%%/views/Extjs3/javascript/SmallPagingToolbar.js
+%%WWWDIR%%/views/Extjs3/javascript/SortableDataView.js
+%%WWWDIR%%/views/Extjs3/javascript/WeekPicker.js
+%%WWWDIR%%/views/Extjs3/javascript/advancedquery/AdvancedQueryPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/advancedquery/QueryPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/advancedquery/SavedQueriesGrid.js
+%%WWWDIR%%/views/Extjs3/javascript/base/ContextMenu.js
+%%WWWDIR%%/views/Extjs3/javascript/base/CurrentGridExportDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/base/ExportMenu.js
+%%WWWDIR%%/views/Extjs3/javascript/base/Form.js
+%%WWWDIR%%/views/Extjs3/javascript/base/QuickEditDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/base/SavedExportDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/base/SavedExportGrid.js
+%%WWWDIR%%/views/Extjs3/javascript/base/SavedExportGridDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/base/email/EmailEditorAttachmentsView.js
+%%WWWDIR%%/views/Extjs3/javascript/base/email/EmailEditorPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/base/model/BatchEditModelDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/base/model/ImportDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/base/model/ImportPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/base/model/multiselect/AddDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/base/model/multiselect/Dialog.js
+%%WWWDIR%%/views/Extjs3/javascript/base/model/multiselect/Panel.js
+%%WWWDIR%%/views/Extjs3/javascript/base/tree/TreeLoader.js
+%%WWWDIR%%/views/Extjs3/javascript/base/upload/Paster.js
+%%WWWDIR%%/views/Extjs3/javascript/base/upload/PluploadButton.js
+%%WWWDIR%%/views/Extjs3/javascript/base/upload/PluploadMenuItem.js
+%%WWWDIR%%/views/Extjs3/javascript/base/upload/PluploadPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/base/util/Format.js
+%%WWWDIR%%/views/Extjs3/javascript/base/util/MD5.js
+%%WWWDIR%%/views/Extjs3/javascript/blinkTitle.js
+%%WWWDIR%%/views/Extjs3/javascript/buttons/AddButton.js
+%%WWWDIR%%/views/Extjs3/javascript/buttons/DeleteButton.js
+%%WWWDIR%%/views/Extjs3/javascript/buttons/QuickEditButton.js
+%%WWWDIR%%/views/Extjs3/javascript/checker.js
+%%WWWDIR%%/views/Extjs3/javascript/common.js
+%%WWWDIR%%/views/Extjs3/javascript/data/GroupingStore.js
+%%WWWDIR%%/views/Extjs3/javascript/data/JsonStore.js
+%%WWWDIR%%/views/Extjs3/javascript/data/LiveStore.js
+%%WWWDIR%%/views/Extjs3/javascript/debug.js
+%%WWWDIR%%/views/Extjs3/javascript/form/ColorField.js
+%%WWWDIR%%/views/Extjs3/javascript/form/Combo.js
+%%WWWDIR%%/views/Extjs3/javascript/form/ComboBoxMulti.js
+%%WWWDIR%%/views/Extjs3/javascript/form/ComboReset.js
+%%WWWDIR%%/views/Extjs3/javascript/form/DateTime.js
+%%WWWDIR%%/views/Extjs3/javascript/form/DateTimeField.js
+%%WWWDIR%%/views/Extjs3/javascript/form/FieldHelp.js
+%%WWWDIR%%/views/Extjs3/javascript/form/FileUploadField.js
+%%WWWDIR%%/views/Extjs3/javascript/form/HtmlComponent.js
+%%WWWDIR%%/views/Extjs3/javascript/form/HtmlEditor.js
+%%WWWDIR%%/views/Extjs3/javascript/form/ListField.js
+%%WWWDIR%%/views/Extjs3/javascript/form/NumberField.js
+%%WWWDIR%%/views/Extjs3/javascript/form/PlainField.js
+%%WWWDIR%%/views/Extjs3/javascript/form/SearchField.js
+%%WWWDIR%%/views/Extjs3/javascript/form/SelectCountry.js
+%%WWWDIR%%/views/Extjs3/javascript/form/SelectGroup.js
+%%WWWDIR%%/views/Extjs3/javascript/form/SelectPriority.js
+%%WWWDIR%%/views/Extjs3/javascript/form/SelectUser.js
+%%WWWDIR%%/views/Extjs3/javascript/form/SuperBoxSelect.js
+%%WWWDIR%%/views/Extjs3/javascript/form/TimeField.js
+%%WWWDIR%%/views/Extjs3/javascript/form/TreeSelect.js
+%%WWWDIR%%/views/Extjs3/javascript/form/TriggerIdField.js
+%%WWWDIR%%/views/Extjs3/javascript/form/UploadFile.js
+%%WWWDIR%%/views/Extjs3/javascript/form/UploadPCForm.js
+%%WWWDIR%%/views/Extjs3/javascript/form/XCheckbox.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/CheckColumn.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/ColumnRenderers.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/GORowEditor.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/GridPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/GroupSummary.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/LiveGridPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/ModulePermissionsGrid.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/MultiSelectGrid.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/NotifyDrop.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/RadioColumn.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/RemoteGridTotals.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/RowAction.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/RowEditor.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/RowExpander.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/SimpleSelectList.js
+%%WWWDIR%%/views/Extjs3/javascript/grids/TreeGrid.js
+%%WWWDIR%%/views/Extjs3/javascript/links/LinkBrowser.js
+%%WWWDIR%%/views/Extjs3/javascript/links/LinkDescriptionField.js
+%%WWWDIR%%/views/Extjs3/javascript/links/LinkFolderWindow.js
+%%WWWDIR%%/views/Extjs3/javascript/links/LinkTypeFilterPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/links/LinkViewWindow.js
+%%WWWDIR%%/views/Extjs3/javascript/links/LinksAccordion.js
+%%WWWDIR%%/views/Extjs3/javascript/links/LinksContextMenu.js
+%%WWWDIR%%/views/Extjs3/javascript/links/LinksDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/links/LinksGrid.js
+%%WWWDIR%%/views/Extjs3/javascript/links/LinksPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/links/LinksTemplate.js
+%%WWWDIR%%/views/Extjs3/javascript/links/LinksTree.js
+%%WWWDIR%%/views/Extjs3/javascript/links/SelectLink.js
+%%WWWDIR%%/views/Extjs3/javascript/namespaces.js
+%%WWWDIR%%/views/Extjs3/javascript/overrides.js
+%%WWWDIR%%/views/Extjs3/javascript/panels/AccordeonPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/panels/DisplayPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/panels/Ext.ux.tot2ivn.VrTabPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/panels/GroupTab.js
+%%WWWDIR%%/views/Extjs3/javascript/panels/GroupTabPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/panels/IframeComponent.js
+%%WWWDIR%%/views/Extjs3/javascript/panels/PermissionsPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/panels/Portal.js
+%%WWWDIR%%/views/Extjs3/javascript/panels/PortalColumn.js
+%%WWWDIR%%/views/Extjs3/javascript/panels/Portlet.js
+%%WWWDIR%%/views/Extjs3/javascript/panels/QuickAddPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/panels/SearchPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/plugins/DataView.js
+%%WWWDIR%%/views/Extjs3/javascript/plugins/Ext.ux.HtmlEditor.Plugins-0.2-all.js
+%%WWWDIR%%/views/Extjs3/javascript/plugins/HtmlEditorImageInsert.js
+%%WWWDIR%%/views/Extjs3/javascript/plugins/HtmlEditorSpellCheck.js
+%%WWWDIR%%/views/Extjs3/javascript/plugins/InsertAtCursorTextarea.js
+%%WWWDIR%%/views/Extjs3/javascript/plugins/PanelCollapsedTitle.js
+%%WWWDIR%%/views/Extjs3/javascript/plugins/livegrid-all-debug.js
+%%WWWDIR%%/views/Extjs3/javascript/plugins/livegrid-all.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/DataView-more.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/ext.ux.plupload.css
+%%WWWDIR%%/views/Extjs3/javascript/plupload/ext.ux.plupload.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/changelog.txt
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/cs.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/da.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/de.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/el.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/es.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/et.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/fa.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/fi.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/fr-ca.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/fr.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/hr.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/hu.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/it.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/ja.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/ko.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/lv.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/nl.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/pl.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/pt-br.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/ro.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/ru.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/sr.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n/sv.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/css/jquery.plupload.queue.css
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/img/backgrounds.gif
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/img/buttons-disabled.png
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/img/buttons.png
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/img/delete.gif
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/img/done.gif
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/img/error.gif
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/img/throbber.gif
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/img/transp50.png
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/jquery.plupload.queue.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload/css/jquery.ui.plupload.css
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload/img/plupload-bw.png
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload/img/plupload.png
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload/jquery.ui.plupload.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/plupload.browserplus.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/plupload.flash.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/plupload.flash.swf
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/plupload.full.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/plupload.gears.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/plupload.html4.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/plupload.html5.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/plupload.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/plupload.silverlight.js
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/plupload.silverlight.xap
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/license.txt
+%%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/readme.md
+%%WWWDIR%%/views/Extjs3/javascript/query/QueryContextMenu.js
+%%WWWDIR%%/views/Extjs3/javascript/query/QueryPanel.js
+%%WWWDIR%%/views/Extjs3/javascript/query/SavedQueryDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/query/SavedQueryGrid.js
+%%WWWDIR%%/views/Extjs3/javascript/scripts.txt
+%%WWWDIR%%/views/Extjs3/javascript/state/HttpProvider.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/AboutDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/ErrorDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/ExportDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/ExportGridDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/LoginDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/MergeDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/PasswordDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/PersonalSettingsDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/ResetPasswordDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/SelectEmail.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/SelectGroups.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/SelectUsers.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/SummaryDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/TabbedFormDialog.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/UsersInGroup.js
+%%WWWDIR%%/views/Extjs3/javascript/windows/Window.js
+%%WWWDIR%%/views/Extjs3/language.php
+%%WWWDIR%%/views/Extjs3/resetpassword.php
+%%WWWDIR%%/views/Extjs3/themes/Default/Layout.php
+%%WWWDIR%%/views/Extjs3/themes/Default/MainLayout.js
+%%WWWDIR%%/views/Extjs3/themes/Default/external.css
+%%WWWDIR%%/views/Extjs3/themes/Default/footer.php
+%%WWWDIR%%/views/Extjs3/themes/Default/header.php
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/binary.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/doc.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/folder.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/folder_public.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/html.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/js.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/kformula_kfo.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/kugardata.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/message.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/pdf.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/php.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/pps.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/ps.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/resource.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/schedule.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/spreadsheet.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/sql.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/swf.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/tar.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/templates.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/tex.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/tgz.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/trash.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/txt.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/unknown.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/vcalendar.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/vcard.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/vectorgfx.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/video.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/xcf.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes/zip.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/1leftarrow.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/1rightarrow.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/actions.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/admin.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/administration.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/arrow_divide.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/arrow_down.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/arrow_up.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/bug.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/celledit.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/clock.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/computer.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/connect_established.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/control_stop.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/cross.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/download.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/edit.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/email.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/exclamation.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/export.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/ascii.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/binary.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/cdbo_list.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/cdimage.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/cdtrack.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/colorscm.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/colorset.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/core.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/database.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/deb.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/doc.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/document.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/document2.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/dvi.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/empty.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/empty2.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/empty_ascii.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/encrypted.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/exec_wine.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/file_locked.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/file_temporary.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/folder.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/font.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/font_bitmap.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/font_truetype.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/font_type1.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/gf.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/gnupg.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/html.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/image.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/image2.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/images.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/info.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/java_src.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/karbon.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/kmultiple.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/kugardata.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/log.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/mail.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/make.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/man.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/message.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/metafont.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/midi.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/mime-cdr.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/mime-colorset.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/mime-postscript.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/mime-resource.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/mime-template_source.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/mime.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/mime_ascii.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/mime_empty.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/mime_koffice.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/mozilla_doc.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/netscape.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/netscape_doc.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/pdf-document.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/pdf.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/php.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/pk.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/postscript.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/pps.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/ps.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/quicktime.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/readme.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/real.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/real_doc.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/recycled.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/rpm.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/shellscript.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/soffice.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/sound.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_c.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_cpp.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_f.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_h.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_j.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_java.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_l.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_moc.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_o.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_p.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_pl.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_py.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_s.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/source_y.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/spreadsheet.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/tar.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/tex.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/tgz.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/trash.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/txt.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/txt2.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/unknown.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/vcalendar.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/vcard.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/vectorgfx.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/video.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/widget_doc.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/wordprocessing.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/xmind.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/zip.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/fileupload/accept.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/fileupload/add.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/fileupload/arrow_up.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/fileupload/cross.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/fileupload/exclamation.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/folder.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/forum.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/gnome-logout.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/gnome-windows.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/go-icon.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/gtk-add.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/gtk-close.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/gtk-delete.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/gtk-save.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/gtk-settings.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/icon-help.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/icon-search.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/important.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/info.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/left-btn.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/left-btn.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/link.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/lock.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/ok.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/page_word.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/permissions.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/print.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/reload.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/reminders.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/right-btn.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/right-btn.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/search.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/search_addressbook.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/spellcheck.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/stock-disconnect.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/support.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/table_add.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/text_horizontalrule.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/text_indent.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/text_indent_remove.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/text_subscript.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/text_superscript.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/unknown.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/unlock.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/upload.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/22x22/gnome-windows.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/32x32/error.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/32x32/reminder.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/attach.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/blank.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/block-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/buttons/radiooff.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/buttons/radioon.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/editable.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/elbow-end-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/elbow-end-minus.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/elbow-end-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/elbow-end-plus.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/elbow-end.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/elbow-line.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/elbow-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/elbow-minus.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/elbow-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/elbow-plus.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/elbow.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/angry.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/bigsmile.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/brb.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/clock.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/coffee.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/computer.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/confused.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/cry.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/dissapointed.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/dontknow.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/email.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/ill.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/kiss.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/love.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/mobile.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/money.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/notok.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/ok.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/party.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/present.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/sad.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/sarcasm.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/shy.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/sleepy.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/smile.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/star.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/sunglasses.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/surprised.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/telephone.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/thinking.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/tongue.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal/wink.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog/btn-arrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog/btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog/close.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog/collapse.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog/e-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog/expand.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog/hd-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog/progress.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog/progress2.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog/s-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog/se-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/box/corners-blue.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/box/corners.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/box/l-blue.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/box/l.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/box/r-blue.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/box/r.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/box/tb-blue.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/box/tb.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/button/arrow-light.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/button/arrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/button/btn-arrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/button/btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/button/btn.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/button/btn2.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/button/btn3.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/dd/drop-add.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/dd/drop-no.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/dd/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/editor/tb-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form/clear-trigger.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form/clear-trigger.psd
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form/date-trigger.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form/date-trigger.psd
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form/error-tip-corners.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form/exclamation.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form/search-trigger.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form/search-trigger.psd
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form/text-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form/trigger-tpl.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form/trigger.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form/trigger.psd
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/gradient-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/arrow-left-white.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/arrow-right-white.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/col-move-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/col-move-top.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/columns.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/dirty.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/done.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/drop-no.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/footer-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/grid-blue-hd.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/grid-blue-split.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/grid-hrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/grid-loading.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/grid-split.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/grid-vista-hd.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/grid3-hd-btn.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/grid3-hrow-over.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/grid3-hrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/grid3-special-col-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/grid3-special-col-sel-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/group-by.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/group-expand-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/hd-pop.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/hmenu-asc.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/hmenu-desc.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/hmenu-lock.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/hmenu-lock.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/hmenu-unlock.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/hmenu-unlock.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/invalid_line.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/loading.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/mso-hd.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/nowait.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/page-first-disabled.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/page-first.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/page-last-disabled.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/page-last.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/page-next-disabled.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/page-next.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/page-prev-disabled.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/page-prev.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/pick-button.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/refresh.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/row-check-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/row-expand-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/row-over.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/row-sel.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/sort_asc.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/sort_desc.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid/wait.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/collapse.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/expand.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/gradient-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/mini-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/mini-left.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/mini-right.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/mini-top.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/ns-collapse.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/ns-expand.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/panel-close.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/panel-title-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/panel-title-light-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/stick.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/stuck.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/tab-close-on.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout/tab-close.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/menu/checked.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/menu/group-checked.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/menu/item-over.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/menu/menu-parent.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/menu/menu.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/menu/unchecked.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/corners-sprite-blue.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/corners-sprite-white.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/corners-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/left-right.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/light-hd.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/tool-sprite-tpl.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/tool-sprites.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/tools-sprites-trans.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/top-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/top-bottom.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/white-corners-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/white-left-right.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel/white-top-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/progress/progress-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/qtip/bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/qtip/close.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/qtip/tip-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/s.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shadow-c.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shadow-lr.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shadow.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shared/blue-loading.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shared/calendar.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shared/glass-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shared/hd-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shared/large-loading.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shared/left-btn.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shared/loading-balls.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shared/right-btn.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shared/warning.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/e-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/e-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/ne-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/ne-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/nw-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/nw-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/s-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/s-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/se-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/se-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/square.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/sw-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer/sw-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/slider/slider-bg.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/slider/slider-thumb.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/slider/slider-v-bg.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/slider/slider-v-thumb.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/scroll-left.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/scroll-right.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/scroller-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/tab-close.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/tab-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/tab-strip-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/tab-strip-bg.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/tab-strip-btm-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/tabs-sprite-white.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs/tabs-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/toolbar/bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/toolbar/bg_light.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/toolbar/btn-arrow-light.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/toolbar/btn-arrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/toolbar/btn-over-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/toolbar/gray-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/toolbar/tb-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/toolbar/tb-btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/arrows.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/drop-add.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/drop-between.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/drop-no.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/drop-over.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/drop-under.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/elbow-end-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/elbow-end-minus.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/elbow-end-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/elbow-end-plus.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/elbow-end.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/elbow-line.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/elbow-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/elbow-minus.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/elbow-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/elbow-plus.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/elbow.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/folder-open.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/folder.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/leaf.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/loading.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree/s.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window/icon-error.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window/icon-info.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window/icon-question.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window/icon-warning.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window/left-corners.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window/left-corners.psd
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window/left-right.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window/left-right.psd
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window/right-corners.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window/right-corners.psd
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window/top-bottom.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window/top-bottom.psd
+%%WWWDIR%%/views/Extjs3/themes/Default/images/favicon.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/favicon.ico
+%%WWWDIR%%/views/Extjs3/themes/Default/images/go-icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/go_logo.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/groupoffice.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/groupoffice.ico
+%%WWWDIR%%/views/Extjs3/themes/Default/images/hd-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/links.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/loading.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/reminder.ico
+%%WWWDIR%%/views/Extjs3/themes/Default/images/row-editor-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/row-editor-btns.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/spellerror.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/superboxselect/clear.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/superboxselect/close.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/superboxselect/expand.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/swfupload/add.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/swfupload/arrow_up.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/swfupload/cancelbutton.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/swfupload/delete.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/trigger-plus.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/triggers/edit-trigger-gray.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/triggers/edit-trigger.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/x-grouptabs-corners (copy).gif
+%%WWWDIR%%/views/Extjs3/themes/Default/images/x-grouptabs-corners.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/init.php
+%%WWWDIR%%/views/Extjs3/themes/Default/reminder.css
+%%WWWDIR%%/views/Extjs3/themes/Default/reminder.swf
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/css/buttons.css
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/css/stylesheet.css
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/css/tabs.css
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/default.tpl
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/footer.tpl
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/header.tpl
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/bg.jpg
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/bg_strip.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_blue/btn_blue_left.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_blue/btn_blue_middle.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_blue/btn_blue_right.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_green/btn_green_left.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_green/btn_green_left_2.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_green/btn_green_middle.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_green/btn_green_middle_2.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_green/btn_green_right.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_green/btn_green_right_2.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/header_btn/header_btn_left.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/header_btn/header_btn_middle.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/header_btn/header_btn_right.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/icons/calendar_icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/icons/crm_icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/icons/email_icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/icons/filesharing_icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/icons/projects_icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/icons/sync_icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader-feature.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/hoofd-kader-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/hoofd-kader-center.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/hoofd-kader-top.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/kader_tab_center.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/kader_tab_left.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/kader_tab_right.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/onder-kader-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/onder-kader-center.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/onder-kader-top.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/subkader-big-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/subkader-big-center.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/subkader-big-top.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/subkader-small-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/subkader-small-center.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader/subkader-small-top.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/pijltje.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/tab/kader_tab_left_inactive.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/tab/kader_tab_middle_inactive.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/tab/kader_tab_right_inactive.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/tab/tab_center.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/tab/tab_center_sel.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/tab/tab_left.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/tab/tab_left_sel.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/tab/tab_right.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/tab/tab_right_sel.gif
+%%WWWDIR%%/views/Extjs3/themes/Default/smarty/lost_password.tpl
+%%WWWDIR%%/views/Extjs3/themes/Default/sounds/reminder.swf
+%%WWWDIR%%/views/Extjs3/themes/Default/sounds/reminder.wav
+%%WWWDIR%%/views/Extjs3/themes/Default/style.css
+%%WWWDIR%%/views/Extjs3/themes/Default/xtheme-groupoffice.css
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/Layout.php
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/MainLayout.js
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/footer.php
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/header.php
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/binary.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/doc.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/folder.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/folder_public.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/html.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/kformula_kfo.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/kugardata.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/message.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/pdf.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/pps.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/ps.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/resource.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/schedule.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/spreadsheet.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/swf.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/tar.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/templates.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/tex.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/tgz.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/trash.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/txt.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/unknown.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/vcalendar.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/vcard.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/vectorgfx.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/video.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/xcf.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes/zip.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/1leftarrow.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/1rightarrow.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/actions.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/admin.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/administration.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/arrow_down.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/arrow_up.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/bug.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/celledit.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/clock.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/connect_established.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/control_stop.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/edit.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/email.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/export.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/ascii.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/binary.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/cdbo_list.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/cdimage.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/cdtrack.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/colorscm.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/colorset.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/core.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/deb.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/doc.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/document.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/document2.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/dvi.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/empty.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/empty2.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/empty_ascii.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/encrypted.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/exec_wine.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/file_locked.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/file_temporary.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/folder.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/font.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/font_bitmap.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/font_truetype.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/font_type1.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/gf.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/html.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/image.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/image2.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/images.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/info.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/java_src.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/karbon.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/kmultiple.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/kugardata.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/log.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/mail.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/make.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/man.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/message.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/metafont.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/midi.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/mime-cdr.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/mime-colorset.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/mime-postscript.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/mime-resource.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/mime-template_source.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/mime.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/mime_ascii.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/mime_empty.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/mime_koffice.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/mozilla_doc.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/netscape.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/netscape_doc.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/pdf-document.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/pdf.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/php.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/pk.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/postscript.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/ps.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/quicktime.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/readme.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/real.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/real_doc.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/recycled.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/rpm.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/shellscript.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/soffice.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/sound.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_c.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_cpp.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_f.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_h.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_j.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_java.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_l.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_moc.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_o.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_p.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_pl.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_py.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_s.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/source_y.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/spreadsheet.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/tar.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/tex.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/tgz.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/trash.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/txt.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/txt2.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/unknown.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/vcalendar.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/vcard.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/vectorgfx.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/video.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/widget_doc.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/wordprocessing.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes/zip.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/fileupload/accept.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/fileupload/add.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/fileupload/arrow_up.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/fileupload/cross.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/fileupload/exclamation.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/folder.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/forum.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/gnome-logout.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/gnome-windows.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/go-icon.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/gtk-add.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/gtk-close.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/gtk-delete.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/gtk-save.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/icon-help.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/icon-search.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/important.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/info.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/link.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/ok.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/permissions.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/print.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/reload.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/reminders.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/search_addressbook.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/stock-disconnect.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/up.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/22x22/gnome-windows.png
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/blank.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/block-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/angry.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/bigsmile.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/brb.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/clock.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/coffee.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/computer.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/confused.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/cry.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/dissapointed.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/dontknow.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/email.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/ill.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/kiss.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/love.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/mobile.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/money.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/notok.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/ok.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/party.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/present.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/sad.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/sarcasm.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/shy.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/sleepy.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/smile.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/star.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/sunglasses.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/surprised.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/telephone.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/thinking.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/tongue.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal/wink.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/favicon.ico
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/go_logo.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/groupoffice.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/groupoffice.ico
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/images/hd-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/reminder.swf
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/sounds/reminder.swf
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/sounds/reminder.wav
+%%WWWDIR%%/views/Extjs3/themes/ExtJS/style.css
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/Layout.php
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/MainLayout.js
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/external.css
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/footer.php
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/header.php
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/binary.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/doc.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/folder.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/folder_public.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/html.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/js.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/kformula_kfo.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/kugardata.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/message.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/pdf.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/php.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/pps.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/ps.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/resource.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/schedule.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/spreadsheet.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/sql.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/swf.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/tar.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/templates.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/tex.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/tgz.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/trash.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/txt.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/unknown.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/vcalendar.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/vcard.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/vectorgfx.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/video.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/xcf.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes/zip.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/1leftarrow.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/1rightarrow.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/actions.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/admin.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/administration.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/arrow_divide.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/arrow_down.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/arrow_up.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/bug.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/celledit.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/clock.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/computer.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/connect_established.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/control_stop.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/cross.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/download.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/edit.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/email.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/exclamation.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/export.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/ascii.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/binary.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/cdbo_list.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/cdimage.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/cdtrack.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/colorscm.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/colorset.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/core.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/database.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/deb.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/doc.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/document.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/document2.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/dvi.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/empty.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/empty2.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/empty_ascii.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/encrypted.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/exec_wine.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/file_locked.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/file_temporary.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/folder.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/font.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/font_bitmap.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/font_truetype.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/font_type1.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/gf.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/gnupg.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/html.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/image.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/image2.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/images.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/info.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/java_src.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/karbon.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/kmultiple.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/kugardata.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/log.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/mail.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/make.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/man.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/message.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/metafont.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/midi.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/mime-cdr.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/mime-colorset.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/mime-postscript.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/mime-resource.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/mime-template_source.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/mime.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/mime_ascii.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/mime_empty.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/mime_koffice.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/mozilla_doc.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/netscape.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/netscape_doc.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/pdf-document.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/pdf.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/php.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/pk.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/postscript.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/pps.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/ps.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/quicktime.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/readme.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/real.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/real_doc.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/recycled.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/rpm.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/shellscript.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/soffice.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/sound.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_c.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_cpp.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_f.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_h.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_j.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_java.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_l.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_moc.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_o.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_p.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_pl.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_py.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_s.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/source_y.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/spreadsheet.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/tar.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/tex.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/tgz.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/trash.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/txt.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/txt2.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/unknown.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/vcalendar.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/vcard.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/vectorgfx.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/video.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/widget_doc.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/wordprocessing.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/xmind.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/zip.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/fileupload/accept.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/fileupload/add.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/fileupload/arrow_up.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/fileupload/cross.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/fileupload/exclamation.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/folder.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/forum.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/gnome-logout.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/gnome-windows.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/go-icon.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/gtk-add.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/gtk-close.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/gtk-delete.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/gtk-save.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/gtk-settings.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/icon-help.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/icon-search.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/important.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/info.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/left-btn.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/left-btn.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/link.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/lock.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/ok.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/page_word.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/permissions.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/print.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/read.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/reload.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/reminders.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/reports.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/right-btn.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/right-btn.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/search.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/search_addressbook.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/spellcheck.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/stock-disconnect.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/support.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/table_add.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/text_horizontalrule.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/text_indent.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/text_indent_remove.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/text_subscript.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/text_superscript.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/unknown.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/unlock.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/upload.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/22x22/gnome-windows.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/32x32/error.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/32x32/reminder.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/attach.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/blank.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/block-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/button/arrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/buttons/radiooff.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/buttons/radioon.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/editable.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/elbow-end-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/elbow-end-minus.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/elbow-end-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/elbow-end-plus.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/elbow-end.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/elbow-line.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/elbow-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/elbow-minus.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/elbow-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/elbow-plus.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/elbow.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/angry.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/bigsmile.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/brb.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/clock.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/coffee.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/computer.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/confused.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/cry.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/dissapointed.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/dontknow.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/email.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/ill.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/kiss.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/love.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/mobile.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/money.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/notok.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/ok.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/party.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/present.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/sad.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/sarcasm.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/shy.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/sleepy.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/smile.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/star.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/sunglasses.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/surprised.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/telephone.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/thinking.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/tongue.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal/wink.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog/btn-arrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog/btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog/close.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog/collapse.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog/e-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog/expand.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog/hd-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog/progress.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog/progress2.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog/s-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog/se-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/box/corners-blue.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/box/corners.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/box/l-blue.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/box/l.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/box/r-blue.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/box/r.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/box/tb-blue.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/box/tb.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/button/arrow-light.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/button/arrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/button/btn-arrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/button/btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/button/btn.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/button/btn2.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/button/btn3.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/dd/drop-add.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/dd/drop-no.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/dd/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/editor/tb-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/clear-trigger.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/clear-trigger.psd
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/date-trigger.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/date-trigger.psd
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/error-tip-corners.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/exclamation.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/page-first-disabled.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/s.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/search-trigger.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/search-trigger.psd
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/text-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/trigger-tpl.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/trigger.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form/trigger.psd
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/gradient-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/arrow-left-white.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/arrow-right-white.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/col-move-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/col-move-top.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/columns.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/dirty.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/done.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/drop-no.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/footer-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/grid-blue-hd.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/grid-blue-split.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/grid-hrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/grid-loading.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/grid-split.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/grid-vista-hd.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/grid3-hd-btn.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/grid3-hrow-over.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/grid3-hrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/grid3-special-col-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/grid3-special-col-sel-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/group-by.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/group-expand-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/hd-pop.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/hmenu-asc.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/hmenu-desc.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/hmenu-lock.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/hmenu-lock.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/hmenu-unlock.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/hmenu-unlock.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/invalid_line.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/loading.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/mso-hd.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/nowait.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/page-first-disabled.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/page-first.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/page-last-disabled.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/page-last.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/page-next-disabled.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/page-next.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/page-prev-disabled.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/page-prev.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/pick-button.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/print-noborder.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/refresh-noborder.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/refresh.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/row-check-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/row-expand-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/row-over.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/row-sel.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/sort_asc.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/sort_desc.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid/wait.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/collapse.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/expand.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/gradient-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/mini-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/mini-left.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/mini-right.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/mini-top.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/ns-collapse.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/ns-expand.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/panel-close.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/panel-title-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/panel-title-light-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/stick.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/stuck.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/tab-close-on.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout/tab-close.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/menu/checked.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/menu/group-checked.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/menu/group-checked.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/menu/item-over.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/menu/menu-parent.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/menu/menu.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/menu/unchecked.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/corners-sprite-blue.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/corners-sprite-white.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/corners-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/left-right.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/light-hd.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/tool-sprite-tpl.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/tool-sprites.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/tools-sprites-trans.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/top-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/top-bottom.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/white-corners-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/white-left-right.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel/white-top-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/progress/progress-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/qtip/bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/qtip/close.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/qtip/tip-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/s.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shadow-c.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shadow-lr.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shadow.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shared/blue-loading.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shared/calendar.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shared/glass-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shared/hd-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shared/large-loading.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shared/left-btn.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shared/loading-balls.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shared/right-btn.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shared/warning.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/e-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/e-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/ne-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/ne-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/nw-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/nw-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/s-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/s-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/se-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/se-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/square.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/sw-handle-dark.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer/sw-handle.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/slider/slider-bg.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/slider/slider-thumb.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/slider/slider-v-bg.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/slider/slider-v-thumb.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/scroll-left.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/scroll-right.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/scroller-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/tab-close.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/tab-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/tab-strip-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/tab-strip-bg.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/tab-strip-btm-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/tabs-sprite-white.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs/tabs-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/toolbar/bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/toolbar/bg_light.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/toolbar/btn-arrow-light.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/toolbar/btn-arrow.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/toolbar/btn-over-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/toolbar/gray-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/toolbar/more.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/toolbar/tb-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/toolbar/tb-btn-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/arrows.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/drop-add.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/drop-between.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/drop-no.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/drop-over.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/drop-under.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/drop-yes.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/elbow-end-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/elbow-end-minus.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/elbow-end-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/elbow-end-plus.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/elbow-end.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/elbow-line.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/elbow-minus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/elbow-minus.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/elbow-plus-nl.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/elbow-plus.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/elbow.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/folder-open.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/folder.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/leaf.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/loading.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree/s.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window/icon-error.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window/icon-info.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window/icon-question.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window/icon-warning.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window/left-corners.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window/left-corners.psd
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window/left-right.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window/left-right.psd
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window/right-corners.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window/right-corners.psd
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window/top-bottom.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window/top-bottom.psd
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/favicon.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/favicon.ico
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/go-icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/go_logo.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/grey-minus.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/grey-plus.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/grid/page-first-disabled.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/grid/page-first.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/grid/page-last-disabled.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/grid/page-last.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/grid/page-next.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/grid/page-prev-disabled.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/grid/page-prev.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/groupoffice.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/groupoffice.ico
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/hd-sprite.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/links.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/reminder.ico
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/row-editor-bg.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/row-editor-btns.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/spellerror.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/superboxselect/clear.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/superboxselect/close.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/superboxselect/expand.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/swfupload/add.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/swfupload/arrow_up.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/swfupload/cancelbutton.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/swfupload/delete.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/trigger-plus.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/triggers/edit-trigger-gray.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/triggers/edit-trigger.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/x-grouptabs-corners (copy).gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/x-grouptabs-corners.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/reminder.css
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/reminder.swf
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/css/buttons.css
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/css/stylesheet.css
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/css/tabs.css
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/default.tpl
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/footer.tpl
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/header.tpl
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/bg.jpg
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/bg_strip.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_blue/btn_blue_left.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_blue/btn_blue_middle.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_blue/btn_blue_right.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_green/btn_green_left.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_green/btn_green_left_2.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_green/btn_green_middle.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_green/btn_green_middle_2.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_green/btn_green_right.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_green/btn_green_right_2.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/header_btn/header_btn_left.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/header_btn/header_btn_middle.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/header_btn/header_btn_right.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/icons/calendar_icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/icons/crm_icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/icons/email_icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/icons/filesharing_icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/icons/projects_icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/icons/sync_icon.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader-feature.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/hoofd-kader-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/hoofd-kader-center.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/hoofd-kader-top.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/kader_tab_center.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/kader_tab_left.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/kader_tab_right.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/onder-kader-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/onder-kader-center.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/onder-kader-top.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/subkader-big-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/subkader-big-center.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/subkader-big-top.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/subkader-small-bottom.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/subkader-small-center.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader/subkader-small-top.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/pijltje.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/tab/kader_tab_left_inactive.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/tab/kader_tab_middle_inactive.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/tab/kader_tab_right_inactive.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/tab/tab_center.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/tab/tab_center_sel.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/tab/tab_left.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/tab/tab_left_sel.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/tab/tab_right.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/tab/tab_right_sel.gif
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/lost_password.tpl
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/sounds/reminder.swf
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/sounds/reminder.wav
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/style.css
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/xtheme-groupoffice.css
+%%WWWDIR%%/views/Responsive/Default.php
+%%WWWDIR%%/views/Responsive/Init.php
+%%WWWDIR%%/views/Responsive/Login.php
+%%WWWDIR%%/views/Responsive/layout/ajax.php
+%%WWWDIR%%/views/Responsive/layout/html.php
+%%WWWDIR%%/views/Responsive/resources/GO.js
+%%WWWDIR%%/views/Responsive/resources/message.js
+%%WWWDIR%%/views/Responsive/resources/template.js
+@dirrmtry %%WWWDIR%%/controller
+@dirrmtry %%WWWDIR%%/go/base/authorized
+@dirrmtry %%WWWDIR%%/go/base/cache
+@dirrmtry %%WWWDIR%%/go/base/component
+@dirrmtry %%WWWDIR%%/go/base/controller
+@dirrmtry %%WWWDIR%%/go/base/cron
+@dirrmtry %%WWWDIR%%/go/base/csv
+@dirrmtry %%WWWDIR%%/go/base/data
+@dirrmtry %%WWWDIR%%/go/base/db
+@dirrmtry %%WWWDIR%%/go/base/exception
+@dirrmtry %%WWWDIR%%/go/base/export
+@dirrmtry %%WWWDIR%%/go/base/fs
+@dirrmtry %%WWWDIR%%/go/base/html
+@dirrmtry %%WWWDIR%%/go/base/ldap
+@dirrmtry %%WWWDIR%%/go/base/mail/exception
+@dirrmtry %%WWWDIR%%/go/base/mail
+@dirrmtry %%WWWDIR%%/go/base/model
+@dirrmtry %%WWWDIR%%/go/base/rpc
+@dirrmtry %%WWWDIR%%/go/base/storeexport
+@dirrmtry %%WWWDIR%%/go/base/util/charset
+@dirrmtry %%WWWDIR%%/go/base/util/date
+@dirrmtry %%WWWDIR%%/go/base/util/icalendar
+@dirrmtry %%WWWDIR%%/go/base/util/minify
+@dirrmtry %%WWWDIR%%/go/base/util
+@dirrmtry %%WWWDIR%%/go/base/view
+@dirrmtry %%WWWDIR%%/go/base/vobject
+@dirrmtry %%WWWDIR%%/go/base/wbxml
+@dirrmtry %%WWWDIR%%/go/base
+@dirrmtry %%WWWDIR%%/go/vendor/Cron
+@dirrmtry %%WWWDIR%%/go/vendor/Markdown/Michelf
+@dirrmtry %%WWWDIR%%/go/vendor/Markdown
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CalcEngine
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Token
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Renderer
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2007
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel5
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/utils
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/PPS
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PCLZip
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter/Column
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Drawing
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/cs
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/da
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/de
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/en/uk
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/en
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/es
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fi
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fr
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/hu
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/it
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/nl
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/no
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pl
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/br
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/ru
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/sv
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/tr
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel
+@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/bin
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/docs
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/examples/sql
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/examples/webserver
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/examples
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Backend
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Exception
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Principal
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Property
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Schedule
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Backend
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Property
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth/Backend
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets/icons
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/FS
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/FSExt
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks/Backend
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Mount
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/PartialUpdate
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Tree
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Exception
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Property
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/HTTP
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Backend
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Notifications/Notification
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Notifications
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Principal
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Property
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Schedule/IMip
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Schedule
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/Backend
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/Property
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth/Backend
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Browser
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Exception
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/FSExt
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks/Backend
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Mount
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/PartialUpdate
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Property
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Tree
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Exception
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Property
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/HTTP
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests
+@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/bin
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/doc
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Component
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Parser
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/ICalendar
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/VCard
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Splitter
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Component
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Parser
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/ICalendar
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/VCard
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Splitter
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre
+@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests
+@dirrmtry %%WWWDIR%%/go/vendor/VObject
+@dirrmtry %%WWWDIR%%/go/vendor/fpdi/filters
+@dirrmtry %%WWWDIR%%/go/vendor/fpdi
+@dirrmtry %%WWWDIR%%/go/vendor/jupload
+@dirrmtry %%WWWDIR%%/go/vendor/odtphp/library/zip/pclzip
+@dirrmtry %%WWWDIR%%/go/vendor/odtphp/library/zip
+@dirrmtry %%WWWDIR%%/go/vendor/odtphp/library
+@dirrmtry %%WWWDIR%%/go/vendor/odtphp
+@dirrmtry %%WWWDIR%%/go/vendor/pear/Mail
+@dirrmtry %%WWWDIR%%/go/vendor/pear/Net
+@dirrmtry %%WWWDIR%%/go/vendor/pear
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReaderFactory
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterStream
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mailer
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderEncoder
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Decorator
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Loggers
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Pop
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Reporters
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Signers
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/StreamFilters
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/Esmtp/Auth
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/Esmtp
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/dependency_maps
+@dirrmtry %%WWWDIR%%/go/vendor/swift/lib
+@dirrmtry %%WWWDIR%%/go/vendor/swift
+@dirrmtry %%WWWDIR%%/go/vendor/tcpdf/config/lang
+@dirrmtry %%WWWDIR%%/go/vendor/tcpdf/config
+@dirrmtry %%WWWDIR%%/go/vendor/tcpdf/fonts
+@dirrmtry %%WWWDIR%%/go/vendor/tcpdf/include/barcodes
+@dirrmtry %%WWWDIR%%/go/vendor/tcpdf/include
+@dirrmtry %%WWWDIR%%/go/vendor/tcpdf/tools
+@dirrmtry %%WWWDIR%%/go/vendor/tcpdf
+@dirrmtry %%WWWDIR%%/go/vendor/wsdl
+@dirrmtry %%WWWDIR%%/go/vendor
+@dirrmtry %%WWWDIR%%/go
+@dirrmtry %%WWWDIR%%/install/updatescripts
+@dirrmtry %%WWWDIR%%/install
+@dirrmtry %%WWWDIR%%/language/common
+@dirrmtry %%WWWDIR%%/language/countries
+@dirrmtry %%WWWDIR%%/language/filetypes
+@dirrmtry %%WWWDIR%%/language/holidays
+@dirrmtry %%WWWDIR%%/language/lostpassword
+@dirrmtry %%WWWDIR%%/language
+@dirrmtry %%WWWDIR%%/modules/addressbook/controller
+@dirrmtry %%WWWDIR%%/modules/addressbook/customfields/model
+@dirrmtry %%WWWDIR%%/modules/addressbook/customfields
+@dirrmtry %%WWWDIR%%/modules/addressbook/customfieldtype
+@dirrmtry %%WWWDIR%%/modules/addressbook/export
+@dirrmtry %%WWWDIR%%/modules/addressbook/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/addressbook/install
+@dirrmtry %%WWWDIR%%/modules/addressbook/language
+@dirrmtry %%WWWDIR%%/modules/addressbook/model
+@dirrmtry %%WWWDIR%%/modules/addressbook/themes/Default/images/16x16
+@dirrmtry %%WWWDIR%%/modules/addressbook/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/addressbook/themes/Default
+@dirrmtry %%WWWDIR%%/modules/addressbook/themes/ExtJS/images/16x16
+@dirrmtry %%WWWDIR%%/modules/addressbook/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/addressbook/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16
+@dirrmtry %%WWWDIR%%/modules/addressbook/themes/Group-Office/images
+@dirrmtry %%WWWDIR%%/modules/addressbook/themes/Group-Office
+@dirrmtry %%WWWDIR%%/modules/addressbook/themes
+@dirrmtry %%WWWDIR%%/modules/addressbook/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/addressbook/views
+@dirrmtry %%WWWDIR%%/modules/addressbook
+@dirrmtry %%WWWDIR%%/modules/admin2userlogin/controller
+@dirrmtry %%WWWDIR%%/modules/admin2userlogin/language
+@dirrmtry %%WWWDIR%%/modules/admin2userlogin/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/admin2userlogin/themes/Default
+@dirrmtry %%WWWDIR%%/modules/admin2userlogin/themes
+@dirrmtry %%WWWDIR%%/modules/admin2userlogin
+@dirrmtry %%WWWDIR%%/modules/billing/controller
+@dirrmtry %%WWWDIR%%/modules/billing/customfields/model
+@dirrmtry %%WWWDIR%%/modules/billing/customfields
+@dirrmtry %%WWWDIR%%/modules/billing/export
+@dirrmtry %%WWWDIR%%/modules/billing/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/billing/install
+@dirrmtry %%WWWDIR%%/modules/billing/language
+@dirrmtry %%WWWDIR%%/modules/billing/model
+@dirrmtry %%WWWDIR%%/modules/billing/mt940
+@dirrmtry %%WWWDIR%%/modules/billing/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/billing/themes/Default
+@dirrmtry %%WWWDIR%%/modules/billing/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/billing/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/billing/themes/Group-Office/images
+@dirrmtry %%WWWDIR%%/modules/billing/themes/Group-Office
+@dirrmtry %%WWWDIR%%/modules/billing/themes
+@dirrmtry %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Parser
+@dirrmtry %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940
+@dirrmtry %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik
+@dirrmtry %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib
+@dirrmtry %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master
+@dirrmtry %%WWWDIR%%/modules/billing/vendor
+@dirrmtry %%WWWDIR%%/modules/billing
+@dirrmtry %%WWWDIR%%/modules/billingtwinfield/controller
+@dirrmtry %%WWWDIR%%/modules/billingtwinfield/language
+@dirrmtry %%WWWDIR%%/modules/billingtwinfield/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/billingtwinfield/views
+@dirrmtry %%WWWDIR%%/modules/billingtwinfield
+@dirrmtry %%WWWDIR%%/modules/bookmarks/controller
+@dirrmtry %%WWWDIR%%/modules/bookmarks/icons
+@dirrmtry %%WWWDIR%%/modules/bookmarks/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/bookmarks/install
+@dirrmtry %%WWWDIR%%/modules/bookmarks/language
+@dirrmtry %%WWWDIR%%/modules/bookmarks/model
+@dirrmtry %%WWWDIR%%/modules/bookmarks/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/bookmarks/themes/Default
+@dirrmtry %%WWWDIR%%/modules/bookmarks/themes/Group-Office/images
+@dirrmtry %%WWWDIR%%/modules/bookmarks/themes/Group-Office
+@dirrmtry %%WWWDIR%%/modules/bookmarks/themes
+@dirrmtry %%WWWDIR%%/modules/bookmarks
+@dirrmtry %%WWWDIR%%/modules/caldav/install
+@dirrmtry %%WWWDIR%%/modules/caldav/language
+@dirrmtry %%WWWDIR%%/modules/caldav/model
+@dirrmtry %%WWWDIR%%/modules/caldav/schedule
+@dirrmtry %%WWWDIR%%/modules/caldav/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/caldav/themes/Default
+@dirrmtry %%WWWDIR%%/modules/caldav/themes
+@dirrmtry %%WWWDIR%%/modules/caldav
+@dirrmtry %%WWWDIR%%/modules/calendar/controller
+@dirrmtry %%WWWDIR%%/modules/calendar/cron
+@dirrmtry %%WWWDIR%%/modules/calendar/customfields/model
+@dirrmtry %%WWWDIR%%/modules/calendar/customfields
+@dirrmtry %%WWWDIR%%/modules/calendar/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/calendar/install
+@dirrmtry %%WWWDIR%%/modules/calendar/language
+@dirrmtry %%WWWDIR%%/modules/calendar/model
+@dirrmtry %%WWWDIR%%/modules/calendar/reports
+@dirrmtry %%WWWDIR%%/modules/calendar/test
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/Default/images/16x16
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/Default/images/22x22
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/Default/images/pdf
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/Default
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/ExtJS/images/16x16
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/ExtJS/images/22x22
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/Group-Office/images/22x22
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/Group-Office/images
+@dirrmtry %%WWWDIR%%/modules/calendar/themes/Group-Office
+@dirrmtry %%WWWDIR%%/modules/calendar/themes
+@dirrmtry %%WWWDIR%%/modules/calendar/util
+@dirrmtry %%WWWDIR%%/modules/calendar/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/calendar/views/pdf
+@dirrmtry %%WWWDIR%%/modules/calendar/views
+@dirrmtry %%WWWDIR%%/modules/calendar
+@dirrmtry %%WWWDIR%%/modules/calendarexport/export
+@dirrmtry %%WWWDIR%%/modules/calendarexport/language
+@dirrmtry %%WWWDIR%%/modules/calendarexport
+@dirrmtry %%WWWDIR%%/modules/carddav/install
+@dirrmtry %%WWWDIR%%/modules/carddav/language
+@dirrmtry %%WWWDIR%%/modules/carddav/model
+@dirrmtry %%WWWDIR%%/modules/carddav/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/carddav/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/carddav/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/carddav/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/carddav/views
+@dirrmtry %%WWWDIR%%/modules/carddav
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/builds
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/fonts
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/images
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/af/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/af
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/de/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/de
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/en/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/en
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/es/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/es
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/fr/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/fr
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/he/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/he
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/hu/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/hu
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/id/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/id
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/it/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/it
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ja/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ja
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/nl/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/nl
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/pt_BR/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/pt_BR
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ru/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ru
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/spec
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/src
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/stylesheets
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/builds
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/css/images
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/css
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/doctrees
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_sources
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/static
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/_templates
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/theme/static
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/theme
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/demo-files
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/fonts
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/less
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/af/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/af
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/de/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/de
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/en/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/en
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/es/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/es
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/fr/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/fr
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/he/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/he
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/hu/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/hu
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/id/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/id
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/it/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/it
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ja/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ja
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/nl/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/nl
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/pt_BR/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/pt_BR
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ru/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ru
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/zh/LC_MESSAGES
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/zh
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/mockup
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/spec
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/src
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/tests
+@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0
+@dirrmtry %%WWWDIR%%/modules/chat/language
+@dirrmtry %%WWWDIR%%/modules/chat/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/chat/views/Extjs3/themes/Group-Office
+@dirrmtry %%WWWDIR%%/modules/chat/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/chat/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/chat/views
+@dirrmtry %%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth/SASL
+@dirrmtry %%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth
+@dirrmtry %%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/FirePHP
+@dirrmtry %%WWWDIR%%/modules/chat/xmpp-prebind-php/lib
+@dirrmtry %%WWWDIR%%/modules/chat/xmpp-prebind-php
+@dirrmtry %%WWWDIR%%/modules/chat
+@dirrmtry %%WWWDIR%%/modules/comments/controller
+@dirrmtry %%WWWDIR%%/modules/comments/install
+@dirrmtry %%WWWDIR%%/modules/comments/language
+@dirrmtry %%WWWDIR%%/modules/comments/model
+@dirrmtry %%WWWDIR%%/modules/comments/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/comments/themes/Default
+@dirrmtry %%WWWDIR%%/modules/comments/themes
+@dirrmtry %%WWWDIR%%/modules/comments
+@dirrmtry %%WWWDIR%%/modules/cron/controller
+@dirrmtry %%WWWDIR%%/modules/cron/language
+@dirrmtry %%WWWDIR%%/modules/cron/model
+@dirrmtry %%WWWDIR%%/modules/cron/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/cron/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/cron/views/Extjs3/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/cron/views/Extjs3/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/cron/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/cron/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/cron/views
+@dirrmtry %%WWWDIR%%/modules/cron
+@dirrmtry %%WWWDIR%%/modules/customcss/controller
+@dirrmtry %%WWWDIR%%/modules/customcss/install
+@dirrmtry %%WWWDIR%%/modules/customcss/language
+@dirrmtry %%WWWDIR%%/modules/customcss/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/customcss/themes/Default
+@dirrmtry %%WWWDIR%%/modules/customcss/themes
+@dirrmtry %%WWWDIR%%/modules/customcss
+@dirrmtry %%WWWDIR%%/modules/customfields/controller
+@dirrmtry %%WWWDIR%%/modules/customfields/customfieldtype
+@dirrmtry %%WWWDIR%%/modules/customfields/html
+@dirrmtry %%WWWDIR%%/modules/customfields/install
+@dirrmtry %%WWWDIR%%/modules/customfields/language
+@dirrmtry %%WWWDIR%%/modules/customfields/model
+@dirrmtry %%WWWDIR%%/modules/customfields/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/customfields/themes/Default
+@dirrmtry %%WWWDIR%%/modules/customfields/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/customfields/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/customfields/themes
+@dirrmtry %%WWWDIR%%/modules/customfields
+@dirrmtry %%WWWDIR%%/modules/dav/auth
+@dirrmtry %%WWWDIR%%/modules/dav/davacl
+@dirrmtry %%WWWDIR%%/modules/dav/fs
+@dirrmtry %%WWWDIR%%/modules/dav/language
+@dirrmtry %%WWWDIR%%/modules/dav/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/dav/themes/Default
+@dirrmtry %%WWWDIR%%/modules/dav/themes
+@dirrmtry %%WWWDIR%%/modules/dav
+@dirrmtry %%WWWDIR%%/modules/defaultsite/controller
+@dirrmtry %%WWWDIR%%/modules/defaultsite/language
+@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/addressbook
+@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/assets/css
+@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/assets
+@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/layouts
+@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/servermanager/emails
+@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/servermanager
+@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/site
+@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/tickets
+@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site
+@dirrmtry %%WWWDIR%%/modules/defaultsite/views
+@dirrmtry %%WWWDIR%%/modules/defaultsite
+@dirrmtry %%WWWDIR%%/modules/demodata/controller
+@dirrmtry %%WWWDIR%%/modules/demodata/language
+@dirrmtry %%WWWDIR%%/modules/demodata
+@dirrmtry %%WWWDIR%%/modules/documenttemplates/controller
+@dirrmtry %%WWWDIR%%/modules/documenttemplates/language
+@dirrmtry %%WWWDIR%%/modules/documenttemplates/model
+@dirrmtry %%WWWDIR%%/modules/documenttemplates/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/documenttemplates/themes/Default
+@dirrmtry %%WWWDIR%%/modules/documenttemplates/themes
+@dirrmtry %%WWWDIR%%/modules/documenttemplates
+@dirrmtry %%WWWDIR%%/modules/dropbox/controller
+@dirrmtry %%WWWDIR%%/modules/dropbox/cron
+@dirrmtry %%WWWDIR%%/modules/dropbox/install
+@dirrmtry %%WWWDIR%%/modules/dropbox/language
+@dirrmtry %%WWWDIR%%/modules/dropbox/lib/Dropbox/Exception
+@dirrmtry %%WWWDIR%%/modules/dropbox/lib/Dropbox
+@dirrmtry %%WWWDIR%%/modules/dropbox/lib
+@dirrmtry %%WWWDIR%%/modules/dropbox/model
+@dirrmtry %%WWWDIR%%/modules/dropbox/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/dropbox/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/dropbox/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/dropbox/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/dropbox/views
+@dirrmtry %%WWWDIR%%/modules/dropbox
+@dirrmtry %%WWWDIR%%/modules/email/controller
+@dirrmtry %%WWWDIR%%/modules/email/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/email/install
+@dirrmtry %%WWWDIR%%/modules/email/language
+@dirrmtry %%WWWDIR%%/modules/email/model
+@dirrmtry %%WWWDIR%%/modules/email/themes/Default/images/16x16
+@dirrmtry %%WWWDIR%%/modules/email/themes/Default/images/22x22
+@dirrmtry %%WWWDIR%%/modules/email/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/email/themes/Default
+@dirrmtry %%WWWDIR%%/modules/email/themes/ExtJS/images/16x16
+@dirrmtry %%WWWDIR%%/modules/email/themes/ExtJS/images/22x22
+@dirrmtry %%WWWDIR%%/modules/email/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/email/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/email/themes/Group-Office/images/16x16
+@dirrmtry %%WWWDIR%%/modules/email/themes/Group-Office/images/22x22
+@dirrmtry %%WWWDIR%%/modules/email/themes/Group-Office/images
+@dirrmtry %%WWWDIR%%/modules/email/themes/Group-Office
+@dirrmtry %%WWWDIR%%/modules/email/themes
+@dirrmtry %%WWWDIR%%/modules/email/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/email/views/Responsive
+@dirrmtry %%WWWDIR%%/modules/email/views
+@dirrmtry %%WWWDIR%%/modules/email
+@dirrmtry %%WWWDIR%%/modules/exactonline/controller
+@dirrmtry %%WWWDIR%%/modules/exactonline/language
+@dirrmtry %%WWWDIR%%/modules/exactonline/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/exactonline/views
+@dirrmtry %%WWWDIR%%/modules/exactonline
+@dirrmtry %%WWWDIR%%/modules/favorites/controller
+@dirrmtry %%WWWDIR%%/modules/favorites/install
+@dirrmtry %%WWWDIR%%/modules/favorites/language
+@dirrmtry %%WWWDIR%%/modules/favorites/model
+@dirrmtry %%WWWDIR%%/modules/favorites/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/favorites/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/favorites/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/favorites/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/favorites/views
+@dirrmtry %%WWWDIR%%/modules/favorites
+@dirrmtry %%WWWDIR%%/modules/files/controller
+@dirrmtry %%WWWDIR%%/modules/files/cron
+@dirrmtry %%WWWDIR%%/modules/files/customfields/model
+@dirrmtry %%WWWDIR%%/modules/files/customfields
+@dirrmtry %%WWWDIR%%/modules/files/customfieldtype
+@dirrmtry %%WWWDIR%%/modules/files/exception
+@dirrmtry %%WWWDIR%%/modules/files/filehandler
+@dirrmtry %%WWWDIR%%/modules/files/fs
+@dirrmtry %%WWWDIR%%/modules/files/install/templates
+@dirrmtry %%WWWDIR%%/modules/files/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/files/install
+@dirrmtry %%WWWDIR%%/modules/files/language
+@dirrmtry %%WWWDIR%%/modules/files/model
+@dirrmtry %%WWWDIR%%/modules/files/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/files/themes/Default
+@dirrmtry %%WWWDIR%%/modules/files/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/files/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/files/themes/Group-Office/images
+@dirrmtry %%WWWDIR%%/modules/files/themes/Group-Office
+@dirrmtry %%WWWDIR%%/modules/files/themes
+@dirrmtry %%WWWDIR%%/modules/files/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/files/views
+@dirrmtry %%WWWDIR%%/modules/files
+@dirrmtry %%WWWDIR%%/modules/filesearch/controller
+@dirrmtry %%WWWDIR%%/modules/filesearch/cron
+@dirrmtry %%WWWDIR%%/modules/filesearch/export
+@dirrmtry %%WWWDIR%%/modules/filesearch/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/filesearch/install
+@dirrmtry %%WWWDIR%%/modules/filesearch/language
+@dirrmtry %%WWWDIR%%/modules/filesearch/model
+@dirrmtry %%WWWDIR%%/modules/filesearch/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/filesearch/themes/Default
+@dirrmtry %%WWWDIR%%/modules/filesearch/themes
+@dirrmtry %%WWWDIR%%/modules/filesearch/xsl
+@dirrmtry %%WWWDIR%%/modules/filesearch
+@dirrmtry %%WWWDIR%%/modules/formprocessor/install
+@dirrmtry %%WWWDIR%%/modules/formprocessor/language
+@dirrmtry %%WWWDIR%%/modules/formprocessor/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/formprocessor/themes/Default
+@dirrmtry %%WWWDIR%%/modules/formprocessor/themes
+@dirrmtry %%WWWDIR%%/modules/formprocessor
+@dirrmtry %%WWWDIR%%/modules/freebusypermissions/install
+@dirrmtry %%WWWDIR%%/modules/freebusypermissions/language
+@dirrmtry %%WWWDIR%%/modules/freebusypermissions/model
+@dirrmtry %%WWWDIR%%/modules/freebusypermissions/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/freebusypermissions/themes/Default
+@dirrmtry %%WWWDIR%%/modules/freebusypermissions/themes
+@dirrmtry %%WWWDIR%%/modules/freebusypermissions
+@dirrmtry %%WWWDIR%%/modules/googledrive/controller
+@dirrmtry %%WWWDIR%%/modules/googledrive/filehandler
+@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src/auth
+@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src/cache
+@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib
+@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src/external
+@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src/io
+@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src/service
+@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src
+@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client
+@dirrmtry %%WWWDIR%%/modules/googledrive/language
+@dirrmtry %%WWWDIR%%/modules/googledrive/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/googledrive/themes/Default
+@dirrmtry %%WWWDIR%%/modules/googledrive/themes
+@dirrmtry %%WWWDIR%%/modules/googledrive/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/googledrive/views
+@dirrmtry %%WWWDIR%%/modules/googledrive
+@dirrmtry %%WWWDIR%%/modules/gota/controller
+@dirrmtry %%WWWDIR%%/modules/gota/filehandler
+@dirrmtry %%WWWDIR%%/modules/gota/language
+@dirrmtry %%WWWDIR%%/modules/gota/lib
+@dirrmtry %%WWWDIR%%/modules/gota/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/gota/themes/Default
+@dirrmtry %%WWWDIR%%/modules/gota/themes
+@dirrmtry %%WWWDIR%%/modules/gota
+@dirrmtry %%WWWDIR%%/modules/groups/controller
+@dirrmtry %%WWWDIR%%/modules/groups/language
+@dirrmtry %%WWWDIR%%/modules/groups/model
+@dirrmtry %%WWWDIR%%/modules/groups/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/groups/themes/Default
+@dirrmtry %%WWWDIR%%/modules/groups/themes/ExtJS/images/16x16
+@dirrmtry %%WWWDIR%%/modules/groups/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/groups/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/groups/themes
+@dirrmtry %%WWWDIR%%/modules/groups
+@dirrmtry %%WWWDIR%%/modules/hoursapproval2/controller
+@dirrmtry %%WWWDIR%%/modules/hoursapproval2/language
+@dirrmtry %%WWWDIR%%/modules/hoursapproval2/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/hoursapproval2/themes/Default
+@dirrmtry %%WWWDIR%%/modules/hoursapproval2/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/hoursapproval2/themes
+@dirrmtry %%WWWDIR%%/modules/hoursapproval2/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/hoursapproval2/views
+@dirrmtry %%WWWDIR%%/modules/hoursapproval2
+@dirrmtry %%WWWDIR%%/modules/imapauth/install
+@dirrmtry %%WWWDIR%%/modules/imapauth/language
+@dirrmtry %%WWWDIR%%/modules/imapauth/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/imapauth/themes/Default
+@dirrmtry %%WWWDIR%%/modules/imapauth/themes
+@dirrmtry %%WWWDIR%%/modules/imapauth
+@dirrmtry %%WWWDIR%%/modules/ipwhitelist/controller
+@dirrmtry %%WWWDIR%%/modules/ipwhitelist/install
+@dirrmtry %%WWWDIR%%/modules/ipwhitelist/language
+@dirrmtry %%WWWDIR%%/modules/ipwhitelist/model
+@dirrmtry %%WWWDIR%%/modules/ipwhitelist/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/ipwhitelist/views
+@dirrmtry %%WWWDIR%%/modules/ipwhitelist
+@dirrmtry %%WWWDIR%%/modules/ldapauth/controller
+@dirrmtry %%WWWDIR%%/modules/ldapauth/language
+@dirrmtry %%WWWDIR%%/modules/ldapauth/mapping
+@dirrmtry %%WWWDIR%%/modules/ldapauth/model
+@dirrmtry %%WWWDIR%%/modules/ldapauth/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/ldapauth/themes/Default
+@dirrmtry %%WWWDIR%%/modules/ldapauth/themes
+@dirrmtry %%WWWDIR%%/modules/ldapauth/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/ldapauth/views
+@dirrmtry %%WWWDIR%%/modules/ldapauth
+@dirrmtry %%WWWDIR%%/modules/leavedays/controller
+@dirrmtry %%WWWDIR%%/modules/leavedays/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/leavedays/install
+@dirrmtry %%WWWDIR%%/modules/leavedays/language
+@dirrmtry %%WWWDIR%%/modules/leavedays/model
+@dirrmtry %%WWWDIR%%/modules/leavedays/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/leavedays/themes/Default
+@dirrmtry %%WWWDIR%%/modules/leavedays/themes
+@dirrmtry %%WWWDIR%%/modules/leavedays/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/leavedays/views
+@dirrmtry %%WWWDIR%%/modules/leavedays
+@dirrmtry %%WWWDIR%%/modules/log/controller
+@dirrmtry %%WWWDIR%%/modules/log/language
+@dirrmtry %%WWWDIR%%/modules/log/model
+@dirrmtry %%WWWDIR%%/modules/log/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/log/themes/Default
+@dirrmtry %%WWWDIR%%/modules/log/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/log/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/log/themes
+@dirrmtry %%WWWDIR%%/modules/log
+@dirrmtry %%WWWDIR%%/modules/manualsite/language
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/css
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/images
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/js
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/css
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/js
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/layouts
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/manualsite
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/site
+@dirrmtry %%WWWDIR%%/modules/manualsite/views/site
+@dirrmtry %%WWWDIR%%/modules/manualsite/views
+@dirrmtry %%WWWDIR%%/modules/manualsite
+@dirrmtry %%WWWDIR%%/modules/mediawiki/controller
+@dirrmtry %%WWWDIR%%/modules/mediawiki/extensions
+@dirrmtry %%WWWDIR%%/modules/mediawiki/install
+@dirrmtry %%WWWDIR%%/modules/mediawiki/language
+@dirrmtry %%WWWDIR%%/modules/mediawiki/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/mediawiki/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/mediawiki/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/mediawiki/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/mediawiki/views
+@dirrmtry %%WWWDIR%%/modules/mediawiki
+@dirrmtry %%WWWDIR%%/modules/modules/controller
+@dirrmtry %%WWWDIR%%/modules/modules/cron
+@dirrmtry %%WWWDIR%%/modules/modules/language
+@dirrmtry %%WWWDIR%%/modules/modules/themes/Default/images/16x16
+@dirrmtry %%WWWDIR%%/modules/modules/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/modules/themes/Default
+@dirrmtry %%WWWDIR%%/modules/modules/themes/ExtJS/images/16x16
+@dirrmtry %%WWWDIR%%/modules/modules/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/modules/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/modules/themes
+@dirrmtry %%WWWDIR%%/modules/modules
+@dirrmtry %%WWWDIR%%/modules/notes/controller
+@dirrmtry %%WWWDIR%%/modules/notes/customfields/model
+@dirrmtry %%WWWDIR%%/modules/notes/customfields
+@dirrmtry %%WWWDIR%%/modules/notes/export
+@dirrmtry %%WWWDIR%%/modules/notes/install
+@dirrmtry %%WWWDIR%%/modules/notes/language
+@dirrmtry %%WWWDIR%%/modules/notes/model
+@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes/Group-Office/images
+@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes/Group-Office
+@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/notes/views
+@dirrmtry %%WWWDIR%%/modules/notes
+@dirrmtry %%WWWDIR%%/modules/phpbb3/controller
+@dirrmtry %%WWWDIR%%/modules/phpbb3/install
+@dirrmtry %%WWWDIR%%/modules/phpbb3/language
+@dirrmtry %%WWWDIR%%/modules/phpbb3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/phpbb3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/phpbb3/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/phpbb3/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/phpbb3/themes
+@dirrmtry %%WWWDIR%%/modules/phpbb3
+@dirrmtry %%WWWDIR%%/modules/phpcustomfield/customfieldtype
+@dirrmtry %%WWWDIR%%/modules/phpcustomfield/language
+@dirrmtry %%WWWDIR%%/modules/phpcustomfield
+@dirrmtry %%WWWDIR%%/modules/postfixadmin/controller
+@dirrmtry %%WWWDIR%%/modules/postfixadmin/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/postfixadmin/install
+@dirrmtry %%WWWDIR%%/modules/postfixadmin/language
+@dirrmtry %%WWWDIR%%/modules/postfixadmin/model
+@dirrmtry %%WWWDIR%%/modules/postfixadmin/scripts
+@dirrmtry %%WWWDIR%%/modules/postfixadmin/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/postfixadmin/themes/Default
+@dirrmtry %%WWWDIR%%/modules/postfixadmin/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/postfixadmin/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/postfixadmin/themes
+@dirrmtry %%WWWDIR%%/modules/postfixadmin
+@dirrmtry %%WWWDIR%%/modules/pr2analyzer/controller
+@dirrmtry %%WWWDIR%%/modules/pr2analyzer/install
+@dirrmtry %%WWWDIR%%/modules/pr2analyzer/language
+@dirrmtry %%WWWDIR%%/modules/pr2analyzer/model
+@dirrmtry %%WWWDIR%%/modules/pr2analyzer/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/pr2analyzer/themes/Default
+@dirrmtry %%WWWDIR%%/modules/pr2analyzer/themes
+@dirrmtry %%WWWDIR%%/modules/pr2analyzer/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/pr2analyzer/views
+@dirrmtry %%WWWDIR%%/modules/pr2analyzer
+@dirrmtry %%WWWDIR%%/modules/presidents/controller
+@dirrmtry %%WWWDIR%%/modules/presidents/customfields/model
+@dirrmtry %%WWWDIR%%/modules/presidents/customfields
+@dirrmtry %%WWWDIR%%/modules/presidents/install
+@dirrmtry %%WWWDIR%%/modules/presidents/language
+@dirrmtry %%WWWDIR%%/modules/presidents/model
+@dirrmtry %%WWWDIR%%/modules/presidents/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/presidents/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/presidents/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/presidents/views
+@dirrmtry %%WWWDIR%%/modules/presidents
+@dirrmtry %%WWWDIR%%/modules/professional/controller
+@dirrmtry %%WWWDIR%%/modules/professional
+@dirrmtry %%WWWDIR%%/modules/projects2/controller
+@dirrmtry %%WWWDIR%%/modules/projects2/customfields/model
+@dirrmtry %%WWWDIR%%/modules/projects2/customfields
+@dirrmtry %%WWWDIR%%/modules/projects2/export
+@dirrmtry %%WWWDIR%%/modules/projects2/install/images
+@dirrmtry %%WWWDIR%%/modules/projects2/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/projects2/install
+@dirrmtry %%WWWDIR%%/modules/projects2/language
+@dirrmtry %%WWWDIR%%/modules/projects2/model
+@dirrmtry %%WWWDIR%%/modules/projects2/report
+@dirrmtry %%WWWDIR%%/modules/projects2/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/projects2/themes/Default
+@dirrmtry %%WWWDIR%%/modules/projects2/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/projects2/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/projects2/themes
+@dirrmtry %%WWWDIR%%/modules/projects2/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/projects2/views
+@dirrmtry %%WWWDIR%%/modules/projects2
+@dirrmtry %%WWWDIR%%/modules/reminders/controller
+@dirrmtry %%WWWDIR%%/modules/reminders/language
+@dirrmtry %%WWWDIR%%/modules/reminders/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/reminders/themes/Default
+@dirrmtry %%WWWDIR%%/modules/reminders/themes
+@dirrmtry %%WWWDIR%%/modules/reminders
+@dirrmtry %%WWWDIR%%/modules/savemailas/controller
+@dirrmtry %%WWWDIR%%/modules/savemailas/filehandler
+@dirrmtry %%WWWDIR%%/modules/savemailas/install
+@dirrmtry %%WWWDIR%%/modules/savemailas/language
+@dirrmtry %%WWWDIR%%/modules/savemailas/model
+@dirrmtry %%WWWDIR%%/modules/savemailas/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/savemailas/themes/Default
+@dirrmtry %%WWWDIR%%/modules/savemailas/themes
+@dirrmtry %%WWWDIR%%/modules/savemailas
+@dirrmtry %%WWWDIR%%/modules/scanbox/controller
+@dirrmtry %%WWWDIR%%/modules/scanbox/install
+@dirrmtry %%WWWDIR%%/modules/scanbox/language
+@dirrmtry %%WWWDIR%%/modules/scanbox/model
+@dirrmtry %%WWWDIR%%/modules/scanbox/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/scanbox/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/scanbox/views/Extjs3/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/scanbox/views/Extjs3/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/scanbox/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/scanbox/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/scanbox/views
+@dirrmtry %%WWWDIR%%/modules/scanbox
+@dirrmtry %%WWWDIR%%/modules/search/language
+@dirrmtry %%WWWDIR%%/modules/search/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/search/themes/Default
+@dirrmtry %%WWWDIR%%/modules/search/themes
+@dirrmtry %%WWWDIR%%/modules/search
+@dirrmtry %%WWWDIR%%/modules/serverclient/install
+@dirrmtry %%WWWDIR%%/modules/serverclient/language
+@dirrmtry %%WWWDIR%%/modules/serverclient/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/serverclient/themes/Default
+@dirrmtry %%WWWDIR%%/modules/serverclient/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/serverclient/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/serverclient/themes
+@dirrmtry %%WWWDIR%%/modules/serverclient
+@dirrmtry %%WWWDIR%%/modules/settings/controller
+@dirrmtry %%WWWDIR%%/modules/settings/install
+@dirrmtry %%WWWDIR%%/modules/settings/language
+@dirrmtry %%WWWDIR%%/modules/settings/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/settings/themes/Default
+@dirrmtry %%WWWDIR%%/modules/settings/themes
+@dirrmtry %%WWWDIR%%/modules/settings
+@dirrmtry %%WWWDIR%%/modules/sieve/controller
+@dirrmtry %%WWWDIR%%/modules/sieve/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/sieve/install
+@dirrmtry %%WWWDIR%%/modules/sieve/language
+@dirrmtry %%WWWDIR%%/modules/sieve/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/sieve/themes/Default
+@dirrmtry %%WWWDIR%%/modules/sieve/themes
+@dirrmtry %%WWWDIR%%/modules/sieve/util
+@dirrmtry %%WWWDIR%%/modules/sieve
+@dirrmtry %%WWWDIR%%/modules/site/components
+@dirrmtry %%WWWDIR%%/modules/site/controller
+@dirrmtry %%WWWDIR%%/modules/site/customfields/model
+@dirrmtry %%WWWDIR%%/modules/site/customfields
+@dirrmtry %%WWWDIR%%/modules/site/customfieldtype
+@dirrmtry %%WWWDIR%%/modules/site/install
+@dirrmtry %%WWWDIR%%/modules/site/language
+@dirrmtry %%WWWDIR%%/modules/site/model
+@dirrmtry %%WWWDIR%%/modules/site/tag
+@dirrmtry %%WWWDIR%%/modules/site/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/site/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/site/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/site/views/Extjs3/treenodes
+@dirrmtry %%WWWDIR%%/modules/site/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/site/views
+@dirrmtry %%WWWDIR%%/modules/site/widget/contactform
+@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n
+@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/css
+@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/img
+@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue
+@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload/css
+@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload/img
+@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload
+@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js
+@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets
+@dirrmtry %%WWWDIR%%/modules/site/widget/plupload
+@dirrmtry %%WWWDIR%%/modules/site/widget/secureimage/assets/backgrounds
+@dirrmtry %%WWWDIR%%/modules/site/widget/secureimage/assets/database
+@dirrmtry %%WWWDIR%%/modules/site/widget/secureimage/assets/words
+@dirrmtry %%WWWDIR%%/modules/site/widget/secureimage/assets
+@dirrmtry %%WWWDIR%%/modules/site/widget/secureimage
+@dirrmtry %%WWWDIR%%/modules/site/widget/twitter
+@dirrmtry %%WWWDIR%%/modules/site/widget
+@dirrmtry %%WWWDIR%%/modules/site
+@dirrmtry %%WWWDIR%%/modules/smime/controller
+@dirrmtry %%WWWDIR%%/modules/smime/install
+@dirrmtry %%WWWDIR%%/modules/smime/language
+@dirrmtry %%WWWDIR%%/modules/smime/model
+@dirrmtry %%WWWDIR%%/modules/smime/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/smime/themes/Default
+@dirrmtry %%WWWDIR%%/modules/smime/themes
+@dirrmtry %%WWWDIR%%/modules/smime
+@dirrmtry %%WWWDIR%%/modules/summary/controller
+@dirrmtry %%WWWDIR%%/modules/summary/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/summary/install
+@dirrmtry %%WWWDIR%%/modules/summary/language
+@dirrmtry %%WWWDIR%%/modules/summary/model
+@dirrmtry %%WWWDIR%%/modules/summary/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/summary/themes/Default
+@dirrmtry %%WWWDIR%%/modules/summary/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/summary/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/summary/themes
+@dirrmtry %%WWWDIR%%/modules/summary
+@dirrmtry %%WWWDIR%%/modules/sync/controller
+@dirrmtry %%WWWDIR%%/modules/sync/install
+@dirrmtry %%WWWDIR%%/modules/sync/language
+@dirrmtry %%WWWDIR%%/modules/sync/model
+@dirrmtry %%WWWDIR%%/modules/sync/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/sync/themes/Default
+@dirrmtry %%WWWDIR%%/modules/sync/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/sync/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/sync/themes
+@dirrmtry %%WWWDIR%%/modules/sync/z-push21/backend/go
+@dirrmtry %%WWWDIR%%/modules/sync/z-push21/backend
+@dirrmtry %%WWWDIR%%/modules/sync/z-push21
+@dirrmtry %%WWWDIR%%/modules/sync
+@dirrmtry %%WWWDIR%%/modules/syncml/backend/go/store
+@dirrmtry %%WWWDIR%%/modules/syncml/backend/go
+@dirrmtry %%WWWDIR%%/modules/syncml/backend
+@dirrmtry %%WWWDIR%%/modules/syncml/controller
+@dirrmtry %%WWWDIR%%/modules/syncml/exception
+@dirrmtry %%WWWDIR%%/modules/syncml/install
+@dirrmtry %%WWWDIR%%/modules/syncml/language
+@dirrmtry %%WWWDIR%%/modules/syncml/model
+@dirrmtry %%WWWDIR%%/modules/syncml/store
+@dirrmtry %%WWWDIR%%/modules/syncml/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/syncml/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/syncml/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/syncml/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/syncml/views
+@dirrmtry %%WWWDIR%%/modules/syncml/xml
+@dirrmtry %%WWWDIR%%/modules/syncml
+@dirrmtry %%WWWDIR%%/modules/tasks/controller
+@dirrmtry %%WWWDIR%%/modules/tasks/customfields/model
+@dirrmtry %%WWWDIR%%/modules/tasks/customfields
+@dirrmtry %%WWWDIR%%/modules/tasks/export
+@dirrmtry %%WWWDIR%%/modules/tasks/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/tasks/install
+@dirrmtry %%WWWDIR%%/modules/tasks/language
+@dirrmtry %%WWWDIR%%/modules/tasks/model
+@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes/Group-Office/images
+@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes/Group-Office
+@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/tasks/views
+@dirrmtry %%WWWDIR%%/modules/tasks
+@dirrmtry %%WWWDIR%%/modules/tickets/controller
+@dirrmtry %%WWWDIR%%/modules/tickets/cron
+@dirrmtry %%WWWDIR%%/modules/tickets/customfields/model
+@dirrmtry %%WWWDIR%%/modules/tickets/customfields
+@dirrmtry %%WWWDIR%%/modules/tickets/export
+@dirrmtry %%WWWDIR%%/modules/tickets/extern
+@dirrmtry %%WWWDIR%%/modules/tickets/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/tickets/install
+@dirrmtry %%WWWDIR%%/modules/tickets/language
+@dirrmtry %%WWWDIR%%/modules/tickets/model
+@dirrmtry %%WWWDIR%%/modules/tickets/themes/Default/images/16x16
+@dirrmtry %%WWWDIR%%/modules/tickets/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/tickets/themes/Default
+@dirrmtry %%WWWDIR%%/modules/tickets/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/tickets/themes/Group-Office/images/16x16
+@dirrmtry %%WWWDIR%%/modules/tickets/themes/Group-Office/images
+@dirrmtry %%WWWDIR%%/modules/tickets/themes/Group-Office
+@dirrmtry %%WWWDIR%%/modules/tickets/themes
+@dirrmtry %%WWWDIR%%/modules/tickets/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/tickets/views
+@dirrmtry %%WWWDIR%%/modules/tickets
+@dirrmtry %%WWWDIR%%/modules/timeregistration2/controller
+@dirrmtry %%WWWDIR%%/modules/timeregistration2/export
+@dirrmtry %%WWWDIR%%/modules/timeregistration2/install
+@dirrmtry %%WWWDIR%%/modules/timeregistration2/language
+@dirrmtry %%WWWDIR%%/modules/timeregistration2/model
+@dirrmtry %%WWWDIR%%/modules/timeregistration2/report
+@dirrmtry %%WWWDIR%%/modules/timeregistration2/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/timeregistration2/themes/Default
+@dirrmtry %%WWWDIR%%/modules/timeregistration2/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/timeregistration2/themes
+@dirrmtry %%WWWDIR%%/modules/timeregistration2/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/timeregistration2/views
+@dirrmtry %%WWWDIR%%/modules/timeregistration2
+@dirrmtry %%WWWDIR%%/modules/tools/controller
+@dirrmtry %%WWWDIR%%/modules/tools/language
+@dirrmtry %%WWWDIR%%/modules/tools/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/tools/themes/Default
+@dirrmtry %%WWWDIR%%/modules/tools/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/tools/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/tools/themes
+@dirrmtry %%WWWDIR%%/modules/tools
+@dirrmtry %%WWWDIR%%/modules/users/controller
+@dirrmtry %%WWWDIR%%/modules/users/customfields/model
+@dirrmtry %%WWWDIR%%/modules/users/customfields
+@dirrmtry %%WWWDIR%%/modules/users/export
+@dirrmtry %%WWWDIR%%/modules/users/install/updatescripts
+@dirrmtry %%WWWDIR%%/modules/users/install
+@dirrmtry %%WWWDIR%%/modules/users/language
+@dirrmtry %%WWWDIR%%/modules/users/model
+@dirrmtry %%WWWDIR%%/modules/users/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/users/themes/Default
+@dirrmtry %%WWWDIR%%/modules/users/themes/ExtJS/images/16x16
+@dirrmtry %%WWWDIR%%/modules/users/themes/ExtJS/images/22x22
+@dirrmtry %%WWWDIR%%/modules/users/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/modules/users/themes/ExtJS
+@dirrmtry %%WWWDIR%%/modules/users/themes
+@dirrmtry %%WWWDIR%%/modules/users/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/users/views
+@dirrmtry %%WWWDIR%%/modules/users
+@dirrmtry %%WWWDIR%%/modules/webodf/controller
+@dirrmtry %%WWWDIR%%/modules/webodf/filehandler
+@dirrmtry %%WWWDIR%%/modules/webodf/language
+@dirrmtry %%WWWDIR%%/modules/webodf/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/webodf/themes/Default
+@dirrmtry %%WWWDIR%%/modules/webodf/themes
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/app/resources
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/app
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/a11y
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/images
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojo
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/icons
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker/images
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/images
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/resources/fonts
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/resources
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/translations
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/widgets/dialogWidgets
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/widgets/toolbarWidgets
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/widgets
+@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor
+@dirrmtry %%WWWDIR%%/modules/webodf
+@dirrmtry %%WWWDIR%%/modules/workflow/action
+@dirrmtry %%WWWDIR%%/modules/workflow/controller
+@dirrmtry %%WWWDIR%%/modules/workflow/install
+@dirrmtry %%WWWDIR%%/modules/workflow/language
+@dirrmtry %%WWWDIR%%/modules/workflow/model
+@dirrmtry %%WWWDIR%%/modules/workflow/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/workflow/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/workflow/views/Extjs3/themes/Extjs/images
+@dirrmtry %%WWWDIR%%/modules/workflow/views/Extjs3/themes/Extjs
+@dirrmtry %%WWWDIR%%/modules/workflow/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/workflow/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/workflow/views
+@dirrmtry %%WWWDIR%%/modules/workflow
+@dirrmtry %%WWWDIR%%/modules/zpushadmin/controller
+@dirrmtry %%WWWDIR%%/modules/zpushadmin/install
+@dirrmtry %%WWWDIR%%/modules/zpushadmin/language
+@dirrmtry %%WWWDIR%%/modules/zpushadmin/model
+@dirrmtry %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Extjs/images
+@dirrmtry %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Extjs
+@dirrmtry %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/modules/zpushadmin/views/Extjs3
+@dirrmtry %%WWWDIR%%/modules/zpushadmin/views
+@dirrmtry %%WWWDIR%%/modules/zpushadmin
+@dirrmtry %%WWWDIR%%/modules
+@dirrmtry %%WWWDIR%%/vendor/composer
+@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle/Plugin/BearerAuth/Exception
+@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle/Plugin/BearerAuth
+@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle/Plugin
+@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle
+@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman
+@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src
+@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin
+@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/docs
+@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman/OAuth/Common/Exception
+@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman/OAuth/Common
+@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman/OAuth
+@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman
+@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/src
+@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/tests/fkooman/OAuth/Common
+@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/tests/fkooman/OAuth
+@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/tests/fkooman
+@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/tests
+@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/bin
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/docs
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/example/gdrive
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/example/simple
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/example
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/rpm
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Exception
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/src
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman/OAuth/Client
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman/OAuth
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/tests
+@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client
+@dirrmtry %%WWWDIR%%/vendor/fkooman
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/_downloads
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/_static
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/_templates
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/batching
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/getting-started
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/http-client
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/iterators
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/testing
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/webservice-client
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/phing/imports
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/phing/tasks
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/phing
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Cache
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/Exception
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Curl
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Exception
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Resources
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Inflection
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Iterator
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Message
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Url
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/History
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Builder
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Description
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Exception
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Resource
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Stream
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Inflection
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Async
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/CurlAuth
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/ErrorResponse
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/History
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Log
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Mock
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Oauth
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/Sub
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Model
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Stream
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/description
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/services
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests
+@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle
+@dirrmtry %%WWWDIR%%/vendor/guzzle
+@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug
+@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/DependencyInjection
+@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/Debug
+@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/DependencyInjection
+@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests
+@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher
+@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component
+@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony
+@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher
+@dirrmtry %%WWWDIR%%/vendor/symfony
+@dirrmtry %%WWWDIR%%/vendor
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/adapter/ext
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/adapter/jquery
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/adapter/prototype
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/adapter/yui
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/adapter
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/css/structure
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/css/visual
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/css
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/box
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/button
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/editor
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/form
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/menu
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/progress
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/qtip
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/shared
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/slider
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/window
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/box
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/button
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/dd
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/editor
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/form
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/menu
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/progress
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/qtip
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/shared
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/slider
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/window
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/button
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/form
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/menu
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/progress
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/qtip
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/shared
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/sizer
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/slider
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/toolbar
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tree
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/window
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/dd
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/grid
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/qtip
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/tabs
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/toolbar
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/tree
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/box
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/dd
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/editor
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/menu
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/progress
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/qtip
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shared
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/slider
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/adapter
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/core
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/data
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/dd
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/direct
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/locale
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/state
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/util
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/chart
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/form
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/grid
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/box
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/layout
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/list
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/menu
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/tips
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/tree
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src
+@dirrmtry %%WWWDIR%%/views/Extjs3/ext
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/com/deconcept/expressinstall
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/com/deconcept
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/com
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/SWFObject/source
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/SWFObject
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/SWFUpload
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/advancedquery
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base/email
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base/model/multiselect
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base/model
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base/tree
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base/upload
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base/util
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/buttons
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/data
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/form
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/grids
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/links
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/panels
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plugins
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/css
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/img
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload/css
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload/img
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/query
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/state
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/windows
+@dirrmtry %%WWWDIR%%/views/Extjs3/javascript
+@dirrmtry %%WWWDIR%%/views/Extjs3/language
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/128x128
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/fileupload
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/22x22
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/32x32
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/buttons
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/box
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/button
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/dd
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/editor
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/menu
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/progress
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/qtip
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shared
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/slider
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/toolbar
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/superboxselect
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/swfupload
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/treeview
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/triggers
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/css
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_blue
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_green
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/header_btn
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/icons
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/tab
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/sounds
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/fileupload
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/22x22
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/buttons
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/treeview
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/sounds
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/fileupload
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/22x22
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/32x32
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/button
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/buttons
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/box
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/button
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/dd
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/editor
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/menu
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/progress
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/qtip
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shared
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/slider
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/toolbar
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/grid
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/superboxselect
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/swfupload
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/treeview
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/triggers
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/css
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_blue
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_green
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/header_btn
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/icons
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/tab
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/sounds
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office
+@dirrmtry %%WWWDIR%%/views/Extjs3/themes
+@dirrmtry %%WWWDIR%%/views/Extjs3
+@dirrmtry %%WWWDIR%%/views/Responsive/layout
+@dirrmtry %%WWWDIR%%/views/Responsive/resources
+@dirrmtry %%WWWDIR%%/views/Responsive
+@dirrmtry %%WWWDIR%%/views
+@dirrmtry %%WWWDIR%%