aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2019-06-16 14:51:33 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2019-06-16 14:51:33 +0000
commit54690154169f2fcc2fdecb3b14f0d41717a4680e (patch)
tree219127944fd8e6fd74854f5900b990276a06164c
parent911f786a3eacf6a125460ba76262105fe052d6bc (diff)
Update to 6.4.21
Sponsored by: Netzkommune GmbH
Notes
Notes: svn path=/head/; revision=504348
-rw-r--r--www/groupoffice/Makefile3
-rw-r--r--www/groupoffice/distinfo6
-rw-r--r--www/groupoffice/pkg-plist2547
3 files changed, 676 insertions, 1880 deletions
diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile
index bc5f115f1d97..fb13da3b719f 100644
--- a/www/groupoffice/Makefile
+++ b/www/groupoffice/Makefile
@@ -3,7 +3,7 @@
PORTNAME= groupoffice
DISTVERSIONPREFIX= com-
-DISTVERSION= 6.3.74
+DISTVERSION= 6.4.21
CATEGORIES= www
MASTER_SITES= SF/group-office/${DISTVERSION:R}
DISTNAME= ${PORTNAME}-${DISTVERSION}-php-71
@@ -12,7 +12,6 @@ MAINTAINER= joneum@FreeBSD.org
COMMENT= Modular web application framework for office
LICENSE= AGPLv3
-LICENSE_FILE= ${WRKSRC}/LICENSE.AGPL
USES= mysql shebangfix php:web python
diff --git a/www/groupoffice/distinfo b/www/groupoffice/distinfo
index c2094c1939bd..778c05791bc8 100644
--- a/www/groupoffice/distinfo
+++ b/www/groupoffice/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560238843
-SHA256 (groupoffice-6.3.74-php-71.tar.gz) = 5a0008fbb9822e38f0002ece3ad0103d091f623385416519d0c5f4fb99a7e6bd
-SIZE (groupoffice-6.3.74-php-71.tar.gz) = 38348207
+TIMESTAMP = 1560695474
+SHA256 (groupoffice-6.4.21-php-71.tar.gz) = fe1ff66ee67ec924fd9cd0de4125f59c265a6008b7061a4bf77ca3bdde75bf79
+SIZE (groupoffice-6.4.21-php-71.tar.gz) = 36721035
diff --git a/www/groupoffice/pkg-plist b/www/groupoffice/pkg-plist
index 0bc94aec9f3f..07154ca7b377 100644
--- a/www/groupoffice/pkg-plist
+++ b/www/groupoffice/pkg-plist
@@ -1,8 +1,11 @@
%%WWWDIR%%/GO.php
-%%WWWDIR%%/INSTALL.TXT
-%%WWWDIR%%/LICENSE.AGPL
-%%WWWDIR%%/LICENSE.TXT
-%%WWWDIR%%/auth.php
+%%WWWDIR%%/api/auth.php
+%%WWWDIR%%/api/download.php
+%%WWWDIR%%/api/jmap.php
+%%WWWDIR%%/api/logo.php
+%%WWWDIR%%/api/sse.php
+%%WWWDIR%%/api/upload.php
+%%WWWDIR%%/cli.php
%%WWWDIR%%/composer.json
%%WWWDIR%%/composer.lock
%%WWWDIR%%/config.php.example
@@ -14,7 +17,6 @@
%%WWWDIR%%/controller/CoreController.php
%%WWWDIR%%/controller/CorrectionController.php
%%WWWDIR%%/controller/CronController.php
-%%WWWDIR%%/controller/DeveloperController.php
%%WWWDIR%%/controller/ExportController.php
%%WWWDIR%%/controller/ExternalController.php
%%WWWDIR%%/controller/LinkFolderController.php
@@ -22,11 +24,7 @@
%%WWWDIR%%/controller/ReminderController.php
%%WWWDIR%%/controller/SearchController.php
%%WWWDIR%%/controller/SettingsController.php
-%%WWWDIR%%/controls/win32/unzip.exe
-%%WWWDIR%%/controls/win32/zip.exe
%%WWWDIR%%/cron.php
-%%WWWDIR%%/docs/guidelines.md
-%%WWWDIR%%/download.php
%%WWWDIR%%/favicon.ico
%%WWWDIR%%/go/GO.php
%%WWWDIR%%/go/base/Config.php
@@ -115,6 +113,7 @@
%%WWWDIR%%/go/base/fs/MemoryFile.php
%%WWWDIR%%/go/base/fs/XlsFile.php
%%WWWDIR%%/go/base/fs/Zip.php
+%%WWWDIR%%/go/base/fs/mime.types
%%WWWDIR%%/go/base/html/Checkbox.php
%%WWWDIR%%/go/base/html/Error.php
%%WWWDIR%%/go/base/html/Form.php
@@ -165,6 +164,7 @@
%%WWWDIR%%/go/base/model/SearchCacheRecord.php
%%WWWDIR%%/go/base/model/Setting.php
%%WWWDIR%%/go/base/model/State.php
+%%WWWDIR%%/go/base/model/Template.php
%%WWWDIR%%/go/base/model/User.php
%%WWWDIR%%/go/base/model/UserGroup.php
%%WWWDIR%%/go/base/model/WorkingWeek.php
@@ -233,14 +233,14 @@
%%WWWDIR%%/go/core/ErrorHandler.php
%%WWWDIR%%/go/core/Installer.php
%%WWWDIR%%/go/core/Language.php
-%%WWWDIR%%/go/core/RouterInterface.php
+%%WWWDIR%%/go/core/Module.php
%%WWWDIR%%/go/core/Settings.php
%%WWWDIR%%/go/core/Singleton.php
%%WWWDIR%%/go/core/SingletonTrait.php
-%%WWWDIR%%/go/core/acl/model/Acl.php
+%%WWWDIR%%/go/core/TemplateParser.php
%%WWWDIR%%/go/core/acl/model/AclEntity.php
-%%WWWDIR%%/go/core/acl/model/AclGroup.php
%%WWWDIR%%/go/core/acl/model/AclItemEntity.php
+%%WWWDIR%%/go/core/acl/model/AclOwnerEntity.php
%%WWWDIR%%/go/core/auth/BaseAuthenticator.php
%%WWWDIR%%/go/core/auth/DomainProvider.php
%%WWWDIR%%/go/core/auth/Method.php
@@ -254,18 +254,51 @@
%%WWWDIR%%/go/core/cache/CacheInterface.php
%%WWWDIR%%/go/core/cache/Disk.php
%%WWWDIR%%/go/core/cache/None.php
+%%WWWDIR%%/go/core/cli/Router.php
%%WWWDIR%%/go/core/cli/State.php
-%%WWWDIR%%/go/core/customfields/datatype/Base.php
-%%WWWDIR%%/go/core/customfields/datatype/FunctionField.php
-%%WWWDIR%%/go/core/customfields/datatype/Text.php
+%%WWWDIR%%/go/core/controller/Acl.php
+%%WWWDIR%%/go/core/controller/EmailTemplate.php
+%%WWWDIR%%/go/core/controller/EntityFilter.php
+%%WWWDIR%%/go/core/controller/Field.php
+%%WWWDIR%%/go/core/controller/FieldSet.php
+%%WWWDIR%%/go/core/controller/Group.php
+%%WWWDIR%%/go/core/controller/Link.php
+%%WWWDIR%%/go/core/controller/Module.php
+%%WWWDIR%%/go/core/controller/Notify.php
+%%WWWDIR%%/go/core/controller/Search.php
+%%WWWDIR%%/go/core/controller/Settings.php
+%%WWWDIR%%/go/core/controller/SmtpAccount.php
+%%WWWDIR%%/go/core/controller/System.php
+%%WWWDIR%%/go/core/controller/User.php
+%%WWWDIR%%/go/core/cron/GarbageCollection.php
+%%WWWDIR%%/go/core/customfield/Base.php
+%%WWWDIR%%/go/core/customfield/Checkbox.php
+%%WWWDIR%%/go/core/customfield/Date.php
+%%WWWDIR%%/go/core/customfield/DateTime.php
+%%WWWDIR%%/go/core/customfield/EncryptedText.php
+%%WWWDIR%%/go/core/customfield/FunctionField.php
+%%WWWDIR%%/go/core/customfield/Group.php
+%%WWWDIR%%/go/core/customfield/Html.php
+%%WWWDIR%%/go/core/customfield/MultiSelect.php
+%%WWWDIR%%/go/core/customfield/Notes.php
+%%WWWDIR%%/go/core/customfield/Number.php
+%%WWWDIR%%/go/core/customfield/Select.php
+%%WWWDIR%%/go/core/customfield/Text.php
+%%WWWDIR%%/go/core/customfield/TextArea.php
+%%WWWDIR%%/go/core/customfield/User.php
+%%WWWDIR%%/go/core/customfield/YesNo.php
%%WWWDIR%%/go/core/data/ArrayableInterface.php
%%WWWDIR%%/go/core/data/MagicPropertiesTrait.php
%%WWWDIR%%/go/core/data/Model.php
%%WWWDIR%%/go/core/data/ModelHelper.php
%%WWWDIR%%/go/core/data/Store.php
+%%WWWDIR%%/go/core/data/convert/AbstractConverter.php
+%%WWWDIR%%/go/core/data/convert/Csv.php
+%%WWWDIR%%/go/core/data/convert/Json.php
%%WWWDIR%%/go/core/data/exception/NotArrayable.php
+%%WWWDIR%%/go/core/dav/auth/BasicBackend.php
+%%WWWDIR%%/go/core/dav/davacl/PrincipalBackend.php
%%WWWDIR%%/go/core/db/Column.php
-%%WWWDIR%%/go/core/db/Command.php
%%WWWDIR%%/go/core/db/Connection.php
%%WWWDIR%%/go/core/db/Criteria.php
%%WWWDIR%%/go/core/db/Database.php
@@ -306,11 +339,12 @@
%%WWWDIR%%/go/core/imap/Streamer.php
%%WWWDIR%%/go/core/imap/Structure.php
%%WWWDIR%%/go/core/imap/Utils.php
+%%WWWDIR%%/go/core/install/MigrateCustomFields63to64.php
+%%WWWDIR%%/go/core/install/install.sql
+%%WWWDIR%%/go/core/install/updates.php
%%WWWDIR%%/go/core/jmap/Capabilities.php
-%%WWWDIR%%/go/core/jmap/Controller.php
%%WWWDIR%%/go/core/jmap/Entity.php
%%WWWDIR%%/go/core/jmap/EntityController.php
-%%WWWDIR%%/go/core/jmap/ReadOnlyEntityController.php
%%WWWDIR%%/go/core/jmap/Request.php
%%WWWDIR%%/go/core/jmap/Response.php
%%WWWDIR%%/go/core/jmap/Router.php
@@ -318,7 +352,37 @@
%%WWWDIR%%/go/core/jmap/State.php
%%WWWDIR%%/go/core/jmap/exception/CannotCalculateChanges.php
%%WWWDIR%%/go/core/jmap/exception/InvalidArguments.php
+%%WWWDIR%%/go/core/jmap/exception/InvalidResultReference.php
%%WWWDIR%%/go/core/jmap/exception/StateMismatch.php
+%%WWWDIR%%/go/core/language/ar.php
+%%WWWDIR%%/go/core/language/bg.php
+%%WWWDIR%%/go/core/language/bn_bd.php
+%%WWWDIR%%/go/core/language/ca.php
+%%WWWDIR%%/go/core/language/cn.php
+%%WWWDIR%%/go/core/language/cs.php
+%%WWWDIR%%/go/core/language/da.php
+%%WWWDIR%%/go/core/language/de.php
+%%WWWDIR%%/go/core/language/el.php
+%%WWWDIR%%/go/core/language/en.php
+%%WWWDIR%%/go/core/language/es.php
+%%WWWDIR%%/go/core/language/et.php
+%%WWWDIR%%/go/core/language/fi.php
+%%WWWDIR%%/go/core/language/fr.php
+%%WWWDIR%%/go/core/language/hr.php
+%%WWWDIR%%/go/core/language/hu.php
+%%WWWDIR%%/go/core/language/id.php
+%%WWWDIR%%/go/core/language/it.php
+%%WWWDIR%%/go/core/language/ko.php
+%%WWWDIR%%/go/core/language/nb.php
+%%WWWDIR%%/go/core/language/nl.php
+%%WWWDIR%%/go/core/language/pl.php
+%%WWWDIR%%/go/core/language/pt_br.php
+%%WWWDIR%%/go/core/language/ro.php
+%%WWWDIR%%/go/core/language/ru.php
+%%WWWDIR%%/go/core/language/sv.php
+%%WWWDIR%%/go/core/language/th.php
+%%WWWDIR%%/go/core/language/tr.php
+%%WWWDIR%%/go/core/language/zh_tw.php
%%WWWDIR%%/go/core/ldap/Connection.php
%%WWWDIR%%/go/core/ldap/Record.php
%%WWWDIR%%/go/core/ldap/Result.php
@@ -327,13 +391,34 @@
%%WWWDIR%%/go/core/mail/Recipient.php
%%WWWDIR%%/go/core/mail/RecipientList.php
%%WWWDIR%%/go/core/mail/Util.php
-%%WWWDIR%%/go/core/module/Base.php
+%%WWWDIR%%/go/core/model/Acl.php
+%%WWWDIR%%/go/core/model/AclGroup.php
+%%WWWDIR%%/go/core/model/CronJob.php
+%%WWWDIR%%/go/core/model/CronJobSchedule.php
+%%WWWDIR%%/go/core/model/EmailTemplate.php
+%%WWWDIR%%/go/core/model/EmailTemplateAttachment.php
+%%WWWDIR%%/go/core/model/EntityFilter.php
+%%WWWDIR%%/go/core/model/Field.php
+%%WWWDIR%%/go/core/model/FieldSet.php
+%%WWWDIR%%/go/core/model/Group.php
+%%WWWDIR%%/go/core/model/Link.php
+%%WWWDIR%%/go/core/model/Log.php
+%%WWWDIR%%/go/core/model/Module.php
+%%WWWDIR%%/go/core/model/Search.php
+%%WWWDIR%%/go/core/model/Settings.php
+%%WWWDIR%%/go/core/model/SmtpAccount.php
+%%WWWDIR%%/go/core/model/User.php
+%%WWWDIR%%/go/core/model/UserGroup.php
+%%WWWDIR%%/go/core/model/WorkingWeek.php
%%WWWDIR%%/go/core/orm/CustomFieldsTrait.php
%%WWWDIR%%/go/core/orm/Entity.php
%%WWWDIR%%/go/core/orm/EntityType.php
+%%WWWDIR%%/go/core/orm/Filters.php
+%%WWWDIR%%/go/core/orm/LoggingTrait.php
%%WWWDIR%%/go/core/orm/MappedTable.php
%%WWWDIR%%/go/core/orm/Mapping.php
%%WWWDIR%%/go/core/orm/Property.php
+%%WWWDIR%%/go/core/orm/Query.php
%%WWWDIR%%/go/core/orm/Relation.php
%%WWWDIR%%/go/core/orm/SearchableTrait.php
%%WWWDIR%%/go/core/util/ArrayObject.php
@@ -348,13 +433,393 @@
%%WWWDIR%%/go/core/util/StringUtil.php
%%WWWDIR%%/go/core/util/UUID.php
%%WWWDIR%%/go/core/util/Url.php
+%%WWWDIR%%/go/core/validate/CountryCode.php
%%WWWDIR%%/go/core/validate/ErrorCode.php
%%WWWDIR%%/go/core/validate/ValidationTrait.php
+%%WWWDIR%%/go/core/views/extjs3/Array.js
+%%WWWDIR%%/go/core/views/extjs3/AuthenticationManager.js
+%%WWWDIR%%/go/core/views/extjs3/Entities.js
+%%WWWDIR%%/go/core/views/extjs3/Entity.js
+%%WWWDIR%%/go/core/views/extjs3/Jmap.js
+%%WWWDIR%%/go/core/views/extjs3/Module.js
+%%WWWDIR%%/go/core/views/extjs3/Modules.js
+%%WWWDIR%%/go/core/views/extjs3/NavMenu.js
+%%WWWDIR%%/go/core/views/extjs3/Notifier.js
+%%WWWDIR%%/go/core/views/extjs3/PasswordPrompt.js
+%%WWWDIR%%/go/core/views/extjs3/QRCodeComponent.js
+%%WWWDIR%%/go/core/views/extjs3/Relations.js
+%%WWWDIR%%/go/core/views/extjs3/Router.js
+%%WWWDIR%%/go/core/views/extjs3/SearchField.js
+%%WWWDIR%%/go/core/views/extjs3/Stores.js
+%%WWWDIR%%/go/core/views/extjs3/String.js
+%%WWWDIR%%/go/core/views/extjs3/TimeZones.js
+%%WWWDIR%%/go/core/views/extjs3/Translate.js
+%%WWWDIR%%/go/core/views/extjs3/User.js
+%%WWWDIR%%/go/core/views/extjs3/Window.js
+%%WWWDIR%%/go/core/views/extjs3/Wizard.js
+%%WWWDIR%%/go/core/views/extjs3/chart/ChartComponent.js
+%%WWWDIR%%/go/core/views/extjs3/chart/LineChart.js
+%%WWWDIR%%/go/core/views/extjs3/cron/CronDialog.js
+%%WWWDIR%%/go/core/views/extjs3/cron/ParametersPanel.js
+%%WWWDIR%%/go/core/views/extjs3/cron/PeriodGrid.js
+%%WWWDIR%%/go/core/views/extjs3/cron/Stores.js
+%%WWWDIR%%/go/core/views/extjs3/cron/SystemSettingsCronGrid.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/CustomFields.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/EntityDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/EntityPanel.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/FieldDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/FieldSetDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/FormFieldSet.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/SystemSettingsPanel.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Checkbox.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/CheckboxDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Date.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/DateDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/DateTime.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/DateTimeDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/EncryptedText.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/FunctionField.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/FunctionFieldDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Group.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/GroupDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Html.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/HtmlDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/MultiSelect.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/MultiSelectDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Notes.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/NotesDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Number.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/NumberDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Select.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/SelectDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/SelectOptionsTree.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Text.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/TextArea.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/TextAreaDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/TextDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/TreeSelectField.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/User.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/UserDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/YesNo.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/YesNoDialog.js
+%%WWWDIR%%/go/core/views/extjs3/data/EntityStore.js
+%%WWWDIR%%/go/core/views/extjs3/data/EntityStoreProxy.js
+%%WWWDIR%%/go/core/views/extjs3/data/GroupingStore.js
+%%WWWDIR%%/go/core/views/extjs3/data/JmapProxy.js
+%%WWWDIR%%/go/core/views/extjs3/data/Store.js
+%%WWWDIR%%/go/core/views/extjs3/data/StoreTrait.js
+%%WWWDIR%%/go/core/views/extjs3/data/Types.js
+%%WWWDIR%%/go/core/views/extjs3/defaultpermissions/DefaultPermissionsPanel.js
+%%WWWDIR%%/go/core/views/extjs3/defaultpermissions/ShareWindow.js
+%%WWWDIR%%/go/core/views/extjs3/defaultpermissions/SystemSettingsPanel.js
+%%WWWDIR%%/go/core/views/extjs3/detail/AddButton.js
+%%WWWDIR%%/go/core/views/extjs3/detail/CreateModifyPanel.js
+%%WWWDIR%%/go/core/views/extjs3/detail/Panel.js
+%%WWWDIR%%/go/core/views/extjs3/detail/Property.js
+%%WWWDIR%%/go/core/views/extjs3/detail/PropertyList.js
+%%WWWDIR%%/go/core/views/extjs3/detail/ReadMore.js
+%%WWWDIR%%/go/core/views/extjs3/emailtemplate/GridPanel.js
+%%WWWDIR%%/go/core/views/extjs3/emailtemplate/TemplateDialog.js
+%%WWWDIR%%/go/core/views/extjs3/filter/Condition.js
+%%WWWDIR%%/go/core/views/extjs3/filter/Conditions.js
+%%WWWDIR%%/go/core/views/extjs3/filter/FieldSet.js
+%%WWWDIR%%/go/core/views/extjs3/filter/FilterDialog.js
+%%WWWDIR%%/go/core/views/extjs3/filter/FilterGrid.js
+%%WWWDIR%%/go/core/views/extjs3/filter/types/date.js
+%%WWWDIR%%/go/core/views/extjs3/filter/types/number.js
+%%WWWDIR%%/go/core/views/extjs3/filter/types/select.js
+%%WWWDIR%%/go/core/views/extjs3/filter/types/string.js
+%%WWWDIR%%/go/core/views/extjs3/flux/Dispatcher.js
+%%WWWDIR%%/go/core/views/extjs3/flux/Store.js
+%%WWWDIR%%/go/core/views/extjs3/form/AttachmentsField.js
+%%WWWDIR%%/go/core/views/extjs3/form/Chips.js
+%%WWWDIR%%/go/core/views/extjs3/form/ComboBox.js
+%%WWWDIR%%/go/core/views/extjs3/form/ComboBoxReset.js
+%%WWWDIR%%/go/core/views/extjs3/form/DateField.js
+%%WWWDIR%%/go/core/views/extjs3/form/DateTimeField.js
+%%WWWDIR%%/go/core/views/extjs3/form/Dialog.js
+%%WWWDIR%%/go/core/views/extjs3/form/EntityPanel.js
+%%WWWDIR%%/go/core/views/extjs3/form/FileButtonField.js
+%%WWWDIR%%/go/core/views/extjs3/form/FileField.js
+%%WWWDIR%%/go/core/views/extjs3/form/FormContainer.js
+%%WWWDIR%%/go/core/views/extjs3/form/FormFieldSet.js
+%%WWWDIR%%/go/core/views/extjs3/form/FormGroup.js
+%%WWWDIR%%/go/core/views/extjs3/form/GridField.js
+%%WWWDIR%%/go/core/views/extjs3/form/HtmlEditor.js
+%%WWWDIR%%/go/core/views/extjs3/form/KeyValueEditorGrid.js
+%%WWWDIR%%/go/core/views/extjs3/form/PasswordGeneratorField.js
+%%WWWDIR%%/go/core/views/extjs3/form/README.md
+%%WWWDIR%%/go/core/views/extjs3/form/RadioGroup.js
+%%WWWDIR%%/go/core/views/extjs3/form/RecurrenceFieldset.js
+%%WWWDIR%%/go/core/views/extjs3/form/StoreField.js
+%%WWWDIR%%/go/core/views/extjs3/form/Switch.js
+%%WWWDIR%%/go/core/views/extjs3/form/TimeField.js
+%%WWWDIR%%/go/core/views/extjs3/form/multiselect/Field.js
+%%WWWDIR%%/go/core/views/extjs3/form/multiselect/Window.js
+%%WWWDIR%%/go/core/views/extjs3/go.js
+%%WWWDIR%%/go/core/views/extjs3/grid/DateColumn.js
+%%WWWDIR%%/go/core/views/extjs3/grid/EditorGridPanel.js
+%%WWWDIR%%/go/core/views/extjs3/grid/GridPanel.js
+%%WWWDIR%%/go/core/views/extjs3/grid/GridTrait.js
+%%WWWDIR%%/go/core/views/extjs3/grid/SelectAllCheckBox.js
+%%WWWDIR%%/go/core/views/extjs3/grid/editor/ComboColumn.js
+%%WWWDIR%%/go/core/views/extjs3/grid/plugin/Sortable.js
+%%WWWDIR%%/go/core/views/extjs3/groups/GroupCombo.js
+%%WWWDIR%%/go/core/views/extjs3/groups/GroupDialog.js
+%%WWWDIR%%/go/core/views/extjs3/groups/GroupModuleGrid.js
+%%WWWDIR%%/go/core/views/extjs3/groups/GroupUserGrid.js
+%%WWWDIR%%/go/core/views/extjs3/groups/SystemSettingsGroupGrid.js
+%%WWWDIR%%/go/core/views/extjs3/import/CsvMappingDialog.js
+%%WWWDIR%%/go/core/views/extjs3/layout/ResponsiveLayout.js
+%%WWWDIR%%/go/core/views/extjs3/links/CreateLinkButton.js
+%%WWWDIR%%/go/core/views/extjs3/links/CreateLinkWindow.js
+%%WWWDIR%%/go/core/views/extjs3/links/EntityGrid.js
+%%WWWDIR%%/go/core/views/extjs3/links/LinkBrowser.js
+%%WWWDIR%%/go/core/views/extjs3/links/LinkBrowserMenuItem.js
+%%WWWDIR%%/go/core/views/extjs3/links/LinkGrid.js
+%%WWWDIR%%/go/core/views/extjs3/links/LinksDetailPanel.js
+%%WWWDIR%%/go/core/views/extjs3/login/BaseLoginPanel.js
+%%WWWDIR%%/go/core/views/extjs3/login/DomainCombo.js
+%%WWWDIR%%/go/core/views/extjs3/login/ForgotDialog.js
+%%WWWDIR%%/go/core/views/extjs3/login/LanguageCombobox.js
+%%WWWDIR%%/go/core/views/extjs3/login/LoginDialog.js
+%%WWWDIR%%/go/core/views/extjs3/login/LoginPanel.js
+%%WWWDIR%%/go/core/views/extjs3/login/RecoveryDialog.js
+%%WWWDIR%%/go/core/views/extjs3/login/UsernamePanel.js
+%%WWWDIR%%/go/core/views/extjs3/menu/EmojiMenu.js
+%%WWWDIR%%/go/core/views/extjs3/menu/StoreMenu.js
+%%WWWDIR%%/go/core/views/extjs3/modules/ModulePanel.js
+%%WWWDIR%%/go/core/views/extjs3/modules/PermissionsWindow.js
+%%WWWDIR%%/go/core/views/extjs3/modules/SystemSettingsModuleGrid.js
+%%WWWDIR%%/go/core/views/extjs3/panels/ScrollLoader.js
+%%WWWDIR%%/go/core/views/extjs3/permissions/SharePanel.js
+%%WWWDIR%%/go/core/views/extjs3/permissions/ShareWindow.js
+%%WWWDIR%%/go/core/views/extjs3/scripts.txt
+%%WWWDIR%%/go/core/views/extjs3/search/Panel.js
+%%WWWDIR%%/go/core/views/extjs3/search/SearchCombo.js
+%%WWWDIR%%/go/core/views/extjs3/search/SearchEmailCombo.js
+%%WWWDIR%%/go/core/views/extjs3/smtp/AccountCombo.js
+%%WWWDIR%%/go/core/views/extjs3/smtp/AccountDialog.js
+%%WWWDIR%%/go/core/views/extjs3/smtp/GridPanel.js
+%%WWWDIR%%/go/core/views/extjs3/systemsettings/AppearancePanel.js
+%%WWWDIR%%/go/core/views/extjs3/systemsettings/AuthenticationPanel.js
+%%WWWDIR%%/go/core/views/extjs3/systemsettings/Dialog.js
+%%WWWDIR%%/go/core/views/extjs3/systemsettings/GeneralPanel.js
+%%WWWDIR%%/go/core/views/extjs3/systemsettings/NotificationsPanel.js
+%%WWWDIR%%/go/core/views/extjs3/systemsettings/Panel.js
+%%WWWDIR%%/go/core/views/extjs3/toolbar/SearchButton.js
+%%WWWDIR%%/go/core/views/extjs3/toolbar/TitleItem.js
+%%WWWDIR%%/go/core/views/extjs3/tools/SystemSettingsTools.js
+%%WWWDIR%%/go/core/views/extjs3/tree/EntityLoader.js
+%%WWWDIR%%/go/core/views/extjs3/tree/Node.js
+%%WWWDIR%%/go/core/views/extjs3/tree/TreeNodeUI.js
+%%WWWDIR%%/go/core/views/extjs3/users/CreateUserAccountPanel.js
+%%WWWDIR%%/go/core/views/extjs3/users/CreateUserPasswordPanel.js
+%%WWWDIR%%/go/core/views/extjs3/users/CreateUserWizard.js
+%%WWWDIR%%/go/core/views/extjs3/users/PermissionsDialog.js
+%%WWWDIR%%/go/core/views/extjs3/users/SystemSettingsUserGrid.js
+%%WWWDIR%%/go/core/views/extjs3/users/UserCombo.js
+%%WWWDIR%%/go/core/views/extjs3/users/UserDefaultsWindow.js
+%%WWWDIR%%/go/core/views/extjs3/users/UserGroupGrid.js
+%%WWWDIR%%/go/core/views/extjs3/users/UserSettingsWorkingWeek.js
+%%WWWDIR%%/go/core/views/extjs3/usersettings/AccountSettingsPanel.js
+%%WWWDIR%%/go/core/views/extjs3/usersettings/LookAndFeelPanel.js
+%%WWWDIR%%/go/core/views/extjs3/usersettings/UserSettingsDialog.js
+%%WWWDIR%%/go/core/views/extjs3/util.js
+%%WWWDIR%%/go/core/views/extjs3/util/Cookies.js
+%%WWWDIR%%/go/core/views/extjs3/util/Filters.js
+%%WWWDIR%%/go/core/views/extjs3/util/Format.js
+%%WWWDIR%%/go/core/webclient/CSP.php
%%WWWDIR%%/go/core/webclient/Extjs3.php
+%%WWWDIR%%/go/modules/business/.git/FETCH_HEAD
+%%WWWDIR%%/go/modules/business/.git/HEAD
+%%WWWDIR%%/go/modules/business/.git/ORIG_HEAD
+%%WWWDIR%%/go/modules/business/.git/config
+%%WWWDIR%%/go/modules/business/.git/description
+%%WWWDIR%%/go/modules/business/.git/hooks/applypatch-msg.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/commit-msg.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/post-update.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/pre-applypatch.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/pre-commit.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/pre-push.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/pre-rebase.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/pre-receive.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/prepare-commit-msg.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/update.sample
+%%WWWDIR%%/go/modules/business/.git/index
+%%WWWDIR%%/go/modules/business/.git/info/exclude
+%%WWWDIR%%/go/modules/business/.git/logs/HEAD
+%%WWWDIR%%/go/modules/business/.git/logs/refs/heads/6.4.x
+%%WWWDIR%%/go/modules/business/.git/logs/refs/heads/master
+%%WWWDIR%%/go/modules/business/.git/logs/refs/remotes/origin/6.4.x
+%%WWWDIR%%/go/modules/business/.git/logs/refs/remotes/origin/HEAD
+%%WWWDIR%%/go/modules/business/.git/logs/refs/remotes/origin/master
+%%WWWDIR%%/go/modules/business/.git/objects/01/88c1370f1aaaeb0512835ba443c1692f18e3ab
+%%WWWDIR%%/go/modules/business/.git/objects/11/b9c560ba1d65f0deaed15dedb536b31b33c96a
+%%WWWDIR%%/go/modules/business/.git/objects/19/0e3ea112a052332a2738463cf20f4e0c70a9f4
+%%WWWDIR%%/go/modules/business/.git/objects/1b/900e3c24fb51a609b26e8d63ca9c0edf54840a
+%%WWWDIR%%/go/modules/business/.git/objects/1b/934b8de6dd4a758a0da9295f879d3914db645c
+%%WWWDIR%%/go/modules/business/.git/objects/30/12779ff0975c7ae800d88b890102b5963049fa
+%%WWWDIR%%/go/modules/business/.git/objects/31/fae7678908933d461860a7b90a2046a3ad588e
+%%WWWDIR%%/go/modules/business/.git/objects/33/74b451aefd4476a3ff22c99aefac6f19928994
+%%WWWDIR%%/go/modules/business/.git/objects/34/048b0c50a1c2c2ec0928883a7836af208f25c0
+%%WWWDIR%%/go/modules/business/.git/objects/35/d2af60cc3d3b91661596ce89fd5b2bf68bbc23
+%%WWWDIR%%/go/modules/business/.git/objects/3c/c41d85bfd66a1dc00982e9dd3004e1ecc2b063
+%%WWWDIR%%/go/modules/business/.git/objects/42/3aacfb6e85b53afe8992f42e1864c88b480f49
+%%WWWDIR%%/go/modules/business/.git/objects/54/901ff85b88c4cfa3087e29c30bcc12b395bb29
+%%WWWDIR%%/go/modules/business/.git/objects/55/bf7abb9942ec75047217240ca2d5a509f11ddf
+%%WWWDIR%%/go/modules/business/.git/objects/55/d4f1647ccbcc531fbf1441094d5bf2a3e13a8f
+%%WWWDIR%%/go/modules/business/.git/objects/56/82f9c1188a9033580c1c07a77100e62c4aa379
+%%WWWDIR%%/go/modules/business/.git/objects/59/00ae987cf0504753ef60cda5e28298f03a8368
+%%WWWDIR%%/go/modules/business/.git/objects/5a/dceb1c1ba579df4215a10e60f6d3439ea399c1
+%%WWWDIR%%/go/modules/business/.git/objects/5e/4e8769d8be007cf938cf74a92cf34a4dae3349
+%%WWWDIR%%/go/modules/business/.git/objects/66/4000ec6256c1f2da292d99351571938f9ce018
+%%WWWDIR%%/go/modules/business/.git/objects/6d/42f61c9ab33373f760f8e4db345a5a58ee98d4
+%%WWWDIR%%/go/modules/business/.git/objects/6e/6fbe12f3cc603ef482a94b1aa96973ce22bcf8
+%%WWWDIR%%/go/modules/business/.git/objects/6e/83100cbf0b6e358333eb5c0471866acf3dc94c
+%%WWWDIR%%/go/modules/business/.git/objects/6e/e2aded59b6d7aed134528f4b7a80d4bf0684e7
+%%WWWDIR%%/go/modules/business/.git/objects/6f/6355564c47fb084392dab1d324ae8ebf74fe3b
+%%WWWDIR%%/go/modules/business/.git/objects/70/0ccead915881d908a451109d366ba4d368cca2
+%%WWWDIR%%/go/modules/business/.git/objects/73/cae9dabf9832d2cfb3506d97e9f1f5041fde60
+%%WWWDIR%%/go/modules/business/.git/objects/74/12252e641a7eb4b11076f320971a76e8943bcd
+%%WWWDIR%%/go/modules/business/.git/objects/79/7260817b9775c3b51c56274dc073a7f29b74e3
+%%WWWDIR%%/go/modules/business/.git/objects/7c/05b0c8c0dbbb7aa2e7194f011dca704071851b
+%%WWWDIR%%/go/modules/business/.git/objects/88/e65cb999c64ffa17a72331857b78c5ab427c04
+%%WWWDIR%%/go/modules/business/.git/objects/8b/e76e3c9663fa918b882dc080a679ffa0e47f96
+%%WWWDIR%%/go/modules/business/.git/objects/8e/32a34b3b020be18e280b4b7585f35fe155d8f6
+%%WWWDIR%%/go/modules/business/.git/objects/8e/670c18a6bc0f5d2b211a890baf245f14e3ba28
+%%WWWDIR%%/go/modules/business/.git/objects/91/91e40f7f2c989a899f22bd1cef2e272db9ce41
+%%WWWDIR%%/go/modules/business/.git/objects/98/dc46ef479a7b5f9f0c50fbfe8ebcc6dfcb412f
+%%WWWDIR%%/go/modules/business/.git/objects/9b/d16fb3218da7a34cfd11727edd7e3ad6f5c5bf
+%%WWWDIR%%/go/modules/business/.git/objects/9e/01b7e19ba2c40dca9519303d3fb753986ccadb
+%%WWWDIR%%/go/modules/business/.git/objects/a0/97422c6a4f41ba2d419ce7f915aee4e0f9fbcc
+%%WWWDIR%%/go/modules/business/.git/objects/a5/bc181ce5dbcbc976e9fe884e0ffad618a3e622
+%%WWWDIR%%/go/modules/business/.git/objects/aa/48f429f57ad5eaaff22790dec0f7f8e47dbd9e
+%%WWWDIR%%/go/modules/business/.git/objects/aa/82518a85cbec2e7cf5fd1be90e145bcce5192d
+%%WWWDIR%%/go/modules/business/.git/objects/ab/3f49b24148d6d8b77262b962e7eaa2870580f6
+%%WWWDIR%%/go/modules/business/.git/objects/ac/4b583d1a3da3658936aed3be81207f68d1906e
+%%WWWDIR%%/go/modules/business/.git/objects/ac/cb598df5a9da4b048d6d0a0016957337367f38
+%%WWWDIR%%/go/modules/business/.git/objects/af/0b26dd0a73f9d2bc5c7c65d37dc4a90bcc8e39
+%%WWWDIR%%/go/modules/business/.git/objects/bc/845dd5c4661faeb7d701ca9906eb8aca114c70
+%%WWWDIR%%/go/modules/business/.git/objects/bd/656344d9c8bf8e006d3e15e79d19c35cef6a1d
+%%WWWDIR%%/go/modules/business/.git/objects/c3/c99750ca28f7abe5661e7f2bbc5e5820e2494c
+%%WWWDIR%%/go/modules/business/.git/objects/c3/f65ea83b4df4c34e54a98f514983ba15163b49
+%%WWWDIR%%/go/modules/business/.git/objects/c4/1e1d259b68932d3e68a06d65722050e84a5093
+%%WWWDIR%%/go/modules/business/.git/objects/ca/d50385beeda4e4c8956f46e4e094b4b144ade0
+%%WWWDIR%%/go/modules/business/.git/objects/cb/67de249d9743ae1ee8909952b5e356c0d302ea
+%%WWWDIR%%/go/modules/business/.git/objects/cd/e1ee683e0295ed975e7bca0ef394db488c9e79
+%%WWWDIR%%/go/modules/business/.git/objects/d5/39f42de26b8997a727d9be6eed14d6a1986d42
+%%WWWDIR%%/go/modules/business/.git/objects/dc/8ae31e5583607e7277715d3dd308bf11c891e9
+%%WWWDIR%%/go/modules/business/.git/objects/de/4d80342b4d48353995d4dc7e2624bdcd93b1b1
+%%WWWDIR%%/go/modules/business/.git/objects/e0/8649d4eb193c36dd55e87e9c72cba83e40bd75
+%%WWWDIR%%/go/modules/business/.git/objects/e6/67219de1b36d13c38c863d6e88386bf6513565
+%%WWWDIR%%/go/modules/business/.git/objects/e7/a24958a414cf0a82b9208f21a4a62349f6e775
+%%WWWDIR%%/go/modules/business/.git/objects/e8/843825a381eaf2b9301958c8e6f2fbbef6f1cc
+%%WWWDIR%%/go/modules/business/.git/objects/e9/a51c2b9d8650ec90440a860df850da8906bdd8
+%%WWWDIR%%/go/modules/business/.git/objects/f1/c04b9a1f4f4c0d8f2acfd4e2180e2db1e6da3f
+%%WWWDIR%%/go/modules/business/.git/objects/f2/06596fa55d92ea92589ac6914ddf63a2c36eff
+%%WWWDIR%%/go/modules/business/.git/objects/fe/c6b38e0fc704180b8c2634255ac76aff462904
+%%WWWDIR%%/go/modules/business/.git/objects/ff/ad73e02727fb5dac91f0d62a9df94bbb0801d4
+%%WWWDIR%%/go/modules/business/.git/objects/pack/pack-65e49422e71647c14a6556ebe5cd23627029a691.idx
+%%WWWDIR%%/go/modules/business/.git/objects/pack/pack-65e49422e71647c14a6556ebe5cd23627029a691.pack
+%%WWWDIR%%/go/modules/business/.git/packed-refs
+%%WWWDIR%%/go/modules/business/.git/refs/heads/6.4.x
+%%WWWDIR%%/go/modules/business/.git/refs/heads/master
+%%WWWDIR%%/go/modules/business/.git/refs/remotes/origin/6.4.x
+%%WWWDIR%%/go/modules/business/.git/refs/remotes/origin/HEAD
+%%WWWDIR%%/go/modules/business/.git/refs/remotes/origin/master
+%%WWWDIR%%/go/modules/business/.gitignore
+%%WWWDIR%%/go/modules/business/newsletters/LicenseCheck.php
+%%WWWDIR%%/go/modules/business/newsletters/Module.php
+%%WWWDIR%%/go/modules/business/newsletters/controller/AddressList.php
+%%WWWDIR%%/go/modules/business/newsletters/controller/Newsletter.php
+%%WWWDIR%%/go/modules/business/newsletters/controller/Subscription.php
+%%WWWDIR%%/go/modules/business/newsletters/cron/Mailer.php
+%%WWWDIR%%/go/modules/business/newsletters/icon.png
+%%WWWDIR%%/go/modules/business/newsletters/install/install.sql
+%%WWWDIR%%/go/modules/business/newsletters/install/uninstall.sql
+%%WWWDIR%%/go/modules/business/newsletters/install/updates.php
+%%WWWDIR%%/go/modules/business/newsletters/language/en.php
+%%WWWDIR%%/go/modules/business/newsletters/language/nl.php
+%%WWWDIR%%/go/modules/business/newsletters/model/AddressList.php
+%%WWWDIR%%/go/modules/business/newsletters/model/AddressListEntity.php
+%%WWWDIR%%/go/modules/business/newsletters/model/Newsletter.php
+%%WWWDIR%%/go/modules/business/newsletters/model/NewsletterAttachment.php
+%%WWWDIR%%/go/modules/business/newsletters/model/NewsletterEntity.php
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/AddressListDialog.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/AddressListGrid.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/Composer.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/MainPanel.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/Module.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/SentItemsGrid.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/SystemSettingsPanel.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/TemplatesWindow.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/themes/default/style.css
+%%WWWDIR%%/go/modules/community/addressbook/Module.php
%%WWWDIR%%/go/modules/community/addressbook/controller/AddressBook.php
+%%WWWDIR%%/go/modules/community/addressbook/controller/Contact.php
+%%WWWDIR%%/go/modules/community/addressbook/controller/ContactStar.php
+%%WWWDIR%%/go/modules/community/addressbook/controller/Group.php
+%%WWWDIR%%/go/modules/community/addressbook/controller/Migrate.php
+%%WWWDIR%%/go/modules/community/addressbook/convert/Csv.php
+%%WWWDIR%%/go/modules/community/addressbook/convert/VCard.php
+%%WWWDIR%%/go/modules/community/addressbook/customfield/Contact.php
+%%WWWDIR%%/go/modules/community/addressbook/icon.png
+%%WWWDIR%%/go/modules/community/addressbook/install/Migrate63to64.php
+%%WWWDIR%%/go/modules/community/addressbook/install/install.sql
+%%WWWDIR%%/go/modules/community/addressbook/install/migrate.txt
+%%WWWDIR%%/go/modules/community/addressbook/install/uninstall.sql
+%%WWWDIR%%/go/modules/community/addressbook/install/updates.php
+%%WWWDIR%%/go/modules/community/addressbook/language/en.php
+%%WWWDIR%%/go/modules/community/addressbook/language/nl.php
+%%WWWDIR%%/go/modules/community/addressbook/model/Address.php
%%WWWDIR%%/go/modules/community/addressbook/model/AddressBook.php
+%%WWWDIR%%/go/modules/community/addressbook/model/Contact.php
+%%WWWDIR%%/go/modules/community/addressbook/model/ContactCustomFields.php
+%%WWWDIR%%/go/modules/community/addressbook/model/ContactGroup.php
+%%WWWDIR%%/go/modules/community/addressbook/model/Date.php
+%%WWWDIR%%/go/modules/community/addressbook/model/EmailAddress.php
+%%WWWDIR%%/go/modules/community/addressbook/model/Group.php
+%%WWWDIR%%/go/modules/community/addressbook/model/PhoneNumber.php
+%%WWWDIR%%/go/modules/community/addressbook/model/Url.php
+%%WWWDIR%%/go/modules/community/addressbook/model/UserSettings.php
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/AddressBookCombo.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/AddressBookDialog.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/AddressBookTree.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/AddressesField.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/ContactCombo.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/ContactDetail.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/ContactDialog.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/ContactGrid.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/CustomFieldSetDialog.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/DatesField.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/EmailAddressesField.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/GroupDialog.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/MainPanel.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/Module.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/NameField.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/PhoneNumbersField.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/SelectDialog.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/SettingsPanel.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/SettingsProfilePanel.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/StarButton.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/TreeLoader.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/UrlsField.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/Utils.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/customfield/Contact.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/customfield/ContactDialog.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/addressbook.png
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/facebook.png
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/linkedin.png
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/twitter.png
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/src/style.scss
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/style.css
%%WWWDIR%%/go/modules/community/apikeys/Module.php
%%WWWDIR%%/go/modules/community/apikeys/controller/Key.php
+%%WWWDIR%%/go/modules/community/apikeys/examples/contact.php
+%%WWWDIR%%/go/modules/community/apikeys/examples/instance.php
%%WWWDIR%%/go/modules/community/apikeys/install/install.sql
%%WWWDIR%%/go/modules/community/apikeys/install/uninstall.sql
%%WWWDIR%%/go/modules/community/apikeys/language/cs.php
@@ -370,10 +835,64 @@
%%WWWDIR%%/go/modules/community/apikeys/views/extjs3/Module.js
%%WWWDIR%%/go/modules/community/apikeys/views/extjs3/SystemSettingsPanel.js
%%WWWDIR%%/go/modules/community/apikeys/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/community/bookmarks/Module.php
+%%WWWDIR%%/go/modules/community/bookmarks/controller/Bookmark.php
+%%WWWDIR%%/go/modules/community/bookmarks/controller/Category.php
+%%WWWDIR%%/go/modules/community/bookmarks/icon.png
+%%WWWDIR%%/go/modules/community/bookmarks/install/install.sql
+%%WWWDIR%%/go/modules/community/bookmarks/install/uninstall.sql
+%%WWWDIR%%/go/modules/community/bookmarks/install/updates.php
+%%WWWDIR%%/go/modules/community/bookmarks/language/en.php
+%%WWWDIR%%/go/modules/community/bookmarks/language/nl.php
+%%WWWDIR%%/go/modules/community/bookmarks/model/Bookmark.php
+%%WWWDIR%%/go/modules/community/bookmarks/model/Category.php
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/BookmarkColumnView.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/BookmarkCombo.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/BookmarkContextMenu.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/BookmarksDialog.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/BookmarksView.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/CategoryDialog.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/MainPanel.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/ManageCategoriesGrid.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/ManageCategoryDialog.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/Module.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/themes/default/images/bookmark.png
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/themes/default/style.css
%%WWWDIR%%/go/modules/community/calendar/controller/Calendar.php
%%WWWDIR%%/go/modules/community/calendar/model/Calendar.php
+%%WWWDIR%%/go/modules/community/carddav/Backend.php
+%%WWWDIR%%/go/modules/community/carddav/Module.php
+%%WWWDIR%%/go/modules/community/carddav/index.php
+%%WWWDIR%%/go/modules/community/carddav/language/en.php
+%%WWWDIR%%/go/modules/community/comments/Module.php
+%%WWWDIR%%/go/modules/community/comments/controller/Comment.php
+%%WWWDIR%%/go/modules/community/comments/controller/Label.php
+%%WWWDIR%%/go/modules/community/comments/icon.png
+%%WWWDIR%%/go/modules/community/comments/install/install.sql
+%%WWWDIR%%/go/modules/community/comments/install/uninstall.sql
+%%WWWDIR%%/go/modules/community/comments/install/updates.php
+%%WWWDIR%%/go/modules/community/comments/language/en.php
+%%WWWDIR%%/go/modules/community/comments/language/nl.php
+%%WWWDIR%%/go/modules/community/comments/model/Comment.php
+%%WWWDIR%%/go/modules/community/comments/model/Label.php
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/CommentForm.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/CommentsDetailPanel.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/Composer.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/LabelGrid.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/Module.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/QuickaddForm.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/Settings.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/themes/default/images/comments.png
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/themes/default/style.css
+%%WWWDIR%%/go/modules/community/dev/Controller.tpl
+%%WWWDIR%%/go/modules/community/dev/Module.php
%%WWWDIR%%/go/modules/community/dev/controller/Debugger.php
%%WWWDIR%%/go/modules/community/dev/controller/Language.php
+%%WWWDIR%%/go/modules/community/dev/controller/Module.php
+%%WWWDIR%%/go/modules/community/dev/controller/Replace.php
+%%WWWDIR%%/go/modules/community/dev/language/en.php
%%WWWDIR%%/go/modules/community/email/controller/Account.php
%%WWWDIR%%/go/modules/community/email/model/Account.php
%%WWWDIR%%/go/modules/community/googleauthenticator/Googleauthenticator.php
@@ -426,6 +945,8 @@
%%WWWDIR%%/go/modules/community/ldapauthenticator/Module.php
%%WWWDIR%%/go/modules/community/ldapauthenticator/README.md
%%WWWDIR%%/go/modules/community/ldapauthenticator/controller/Server.php
+%%WWWDIR%%/go/modules/community/ldapauthenticator/controller/Sync.php
+%%WWWDIR%%/go/modules/community/ldapauthenticator/cron/Sync.php
%%WWWDIR%%/go/modules/community/ldapauthenticator/install/install.sql
%%WWWDIR%%/go/modules/community/ldapauthenticator/install/uninstall.sql
%%WWWDIR%%/go/modules/community/ldapauthenticator/install/updates.php
@@ -450,7 +971,6 @@
%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/themes/default/style.css
%%WWWDIR%%/go/modules/community/multi_instance/Module.php
%%WWWDIR%%/go/modules/community/multi_instance/README.md
-%%WWWDIR%%/go/modules/community/multi_instance/api_example/api-instance.php
%%WWWDIR%%/go/modules/community/multi_instance/config.php.tpl
%%WWWDIR%%/go/modules/community/multi_instance/controller/Instance.php
%%WWWDIR%%/go/modules/community/multi_instance/cron/DeactivateTrials.php
@@ -476,6 +996,7 @@
%%WWWDIR%%/go/modules/community/notes/Module.php
%%WWWDIR%%/go/modules/community/notes/controller/Note.php
%%WWWDIR%%/go/modules/community/notes/controller/NoteBook.php
+%%WWWDIR%%/go/modules/community/notes/icon.png
%%WWWDIR%%/go/modules/community/notes/install/install.sql
%%WWWDIR%%/go/modules/community/notes/install/uninstall.sql
%%WWWDIR%%/go/modules/community/notes/install/updates.php
@@ -513,10 +1034,10 @@
%%WWWDIR%%/go/modules/community/notes/views/extjs3/MainPanel.js
%%WWWDIR%%/go/modules/community/notes/views/extjs3/Module.js
%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookCombo.js
-%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookForm.js
+%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookDialog.js
%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookGrid.js
%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteDetail.js
-%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteForm.js
+%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteDialog.js
%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteGrid.js
%%WWWDIR%%/go/modules/community/notes/views/extjs3/scripts.txt
%%WWWDIR%%/go/modules/community/notes/views/extjs3/themes/default/images/notes.png
@@ -564,232 +1085,6 @@
%%WWWDIR%%/go/modules/community/test/model/AHasOne.php
%%WWWDIR%%/go/modules/community/test/model/B.php
%%WWWDIR%%/go/modules/community/test/model/C.php
-%%WWWDIR%%/go/modules/core/core/Module.php
-%%WWWDIR%%/go/modules/core/core/controller/Settings.php
-%%WWWDIR%%/go/modules/core/core/install/updates.php
-%%WWWDIR%%/go/modules/core/core/language/ar.php
-%%WWWDIR%%/go/modules/core/core/language/bg.php
-%%WWWDIR%%/go/modules/core/core/language/bn_bd.php
-%%WWWDIR%%/go/modules/core/core/language/ca.php
-%%WWWDIR%%/go/modules/core/core/language/cn.php
-%%WWWDIR%%/go/modules/core/core/language/cs.php
-%%WWWDIR%%/go/modules/core/core/language/da.php
-%%WWWDIR%%/go/modules/core/core/language/de.php
-%%WWWDIR%%/go/modules/core/core/language/el.php
-%%WWWDIR%%/go/modules/core/core/language/en.php
-%%WWWDIR%%/go/modules/core/core/language/en_uk.php
-%%WWWDIR%%/go/modules/core/core/language/es.php
-%%WWWDIR%%/go/modules/core/core/language/et.php
-%%WWWDIR%%/go/modules/core/core/language/fi.php
-%%WWWDIR%%/go/modules/core/core/language/fr.php
-%%WWWDIR%%/go/modules/core/core/language/hr.php
-%%WWWDIR%%/go/modules/core/core/language/hu.php
-%%WWWDIR%%/go/modules/core/core/language/id.php
-%%WWWDIR%%/go/modules/core/core/language/it.php
-%%WWWDIR%%/go/modules/core/core/language/ko.php
-%%WWWDIR%%/go/modules/core/core/language/nb.php
-%%WWWDIR%%/go/modules/core/core/language/nl.php
-%%WWWDIR%%/go/modules/core/core/language/pl.php
-%%WWWDIR%%/go/modules/core/core/language/pt_br.php
-%%WWWDIR%%/go/modules/core/core/language/ro.php
-%%WWWDIR%%/go/modules/core/core/language/ru.php
-%%WWWDIR%%/go/modules/core/core/language/sv.php
-%%WWWDIR%%/go/modules/core/core/language/th.php
-%%WWWDIR%%/go/modules/core/core/language/tr.php
-%%WWWDIR%%/go/modules/core/core/language/zh_tw.php
-%%WWWDIR%%/go/modules/core/core/model/CronJob.php
-%%WWWDIR%%/go/modules/core/core/model/CronJobSchedule.php
-%%WWWDIR%%/go/modules/core/core/model/Settings.php
-%%WWWDIR%%/go/modules/core/customfields/Module.php
-%%WWWDIR%%/go/modules/core/customfields/controller/Field.php
-%%WWWDIR%%/go/modules/core/customfields/controller/FieldSet.php
-%%WWWDIR%%/go/modules/core/customfields/install/install.sql
-%%WWWDIR%%/go/modules/core/customfields/language/bn_bd.php
-%%WWWDIR%%/go/modules/core/customfields/language/cs.php
-%%WWWDIR%%/go/modules/core/customfields/language/de.php
-%%WWWDIR%%/go/modules/core/customfields/language/en.php
-%%WWWDIR%%/go/modules/core/customfields/language/es.php
-%%WWWDIR%%/go/modules/core/customfields/language/fr.php
-%%WWWDIR%%/go/modules/core/customfields/language/hu.php
-%%WWWDIR%%/go/modules/core/customfields/language/id.php
-%%WWWDIR%%/go/modules/core/customfields/language/it.php
-%%WWWDIR%%/go/modules/core/customfields/language/ko.php
-%%WWWDIR%%/go/modules/core/customfields/language/nb.php
-%%WWWDIR%%/go/modules/core/customfields/language/nl.php
-%%WWWDIR%%/go/modules/core/customfields/language/pl.php
-%%WWWDIR%%/go/modules/core/customfields/language/pt_br.php
-%%WWWDIR%%/go/modules/core/customfields/language/ro.php
-%%WWWDIR%%/go/modules/core/customfields/language/ru.php
-%%WWWDIR%%/go/modules/core/customfields/language/sv.php
-%%WWWDIR%%/go/modules/core/customfields/language/th.php
-%%WWWDIR%%/go/modules/core/customfields/model/Field.php
-%%WWWDIR%%/go/modules/core/customfields/model/FieldSet.php
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoriesDialog.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoriesPanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoryDialog.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoryFormPanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CustomFormPanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CustomfieldsTpl.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/DataTypes.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/DisableCategoriesPanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/EnableBlocksPanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/FieldDialog.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/Functions.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/ImportDialog.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/MainPanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/ManageBlockDialog.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/ManageBlocksGrid.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/Module.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/SelectOptionsGrid.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/TreeSelectOptions.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/TypePanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/namespaces.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/scripts.inc.php
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/scripts.txt
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/themes/default/images/categories.png
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/themes/default/images/customfields.png
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/themes/default/style.css
-%%WWWDIR%%/go/modules/core/groups/Module.php
-%%WWWDIR%%/go/modules/core/groups/controller/Group.php
-%%WWWDIR%%/go/modules/core/groups/controller/Settings.php
-%%WWWDIR%%/go/modules/core/groups/language/bg.php
-%%WWWDIR%%/go/modules/core/groups/language/bn_bd.php
-%%WWWDIR%%/go/modules/core/groups/language/ca.php
-%%WWWDIR%%/go/modules/core/groups/language/cn.php
-%%WWWDIR%%/go/modules/core/groups/language/cs.php
-%%WWWDIR%%/go/modules/core/groups/language/da.php
-%%WWWDIR%%/go/modules/core/groups/language/de.php
-%%WWWDIR%%/go/modules/core/groups/language/el.php
-%%WWWDIR%%/go/modules/core/groups/language/en.php
-%%WWWDIR%%/go/modules/core/groups/language/es.php
-%%WWWDIR%%/go/modules/core/groups/language/et.php
-%%WWWDIR%%/go/modules/core/groups/language/fi.php
-%%WWWDIR%%/go/modules/core/groups/language/fr.php
-%%WWWDIR%%/go/modules/core/groups/language/hr.php
-%%WWWDIR%%/go/modules/core/groups/language/hu.php
-%%WWWDIR%%/go/modules/core/groups/language/it.php
-%%WWWDIR%%/go/modules/core/groups/language/ko.php
-%%WWWDIR%%/go/modules/core/groups/language/nb.php
-%%WWWDIR%%/go/modules/core/groups/language/nl.php
-%%WWWDIR%%/go/modules/core/groups/language/pl.php
-%%WWWDIR%%/go/modules/core/groups/language/pt_br.php
-%%WWWDIR%%/go/modules/core/groups/language/ro.php
-%%WWWDIR%%/go/modules/core/groups/language/ru.php
-%%WWWDIR%%/go/modules/core/groups/language/sv.php
-%%WWWDIR%%/go/modules/core/groups/language/th.php
-%%WWWDIR%%/go/modules/core/groups/language/tr.php
-%%WWWDIR%%/go/modules/core/groups/language/zh_tw.php
-%%WWWDIR%%/go/modules/core/groups/model/Group.php
-%%WWWDIR%%/go/modules/core/groups/model/Settings.php
-%%WWWDIR%%/go/modules/core/groups/readme.txt
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/GroupDefaultsWindow.js
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/GroupDialog.js
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/GroupUserGrid.js
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/Module.js
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/SystemSettingsGroupGrid.js
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/scripts.txt
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/themes/default/images/users.png
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/themes/default/style.css
-%%WWWDIR%%/go/modules/core/links/Module.php
-%%WWWDIR%%/go/modules/core/links/controller/Link.php
-%%WWWDIR%%/go/modules/core/links/language/en.php
-%%WWWDIR%%/go/modules/core/links/language/fr.php
-%%WWWDIR%%/go/modules/core/links/language/nl.php
-%%WWWDIR%%/go/modules/core/links/model/Link.php
-%%WWWDIR%%/go/modules/core/links/views/extjs3/CreateLinkButton.js
-%%WWWDIR%%/go/modules/core/links/views/extjs3/LinkBrowserMenuItem.js
-%%WWWDIR%%/go/modules/core/links/views/extjs3/Module.js
-%%WWWDIR%%/go/modules/core/links/views/extjs3/scripts.txt
-%%WWWDIR%%/go/modules/core/modules/Module.php
-%%WWWDIR%%/go/modules/core/modules/controller/Module.php
-%%WWWDIR%%/go/modules/core/modules/language/bg.php
-%%WWWDIR%%/go/modules/core/modules/language/bn_bd.php
-%%WWWDIR%%/go/modules/core/modules/language/ca.php
-%%WWWDIR%%/go/modules/core/modules/language/cn.php
-%%WWWDIR%%/go/modules/core/modules/language/cs.php
-%%WWWDIR%%/go/modules/core/modules/language/da.php
-%%WWWDIR%%/go/modules/core/modules/language/de.php
-%%WWWDIR%%/go/modules/core/modules/language/el.php
-%%WWWDIR%%/go/modules/core/modules/language/en.php
-%%WWWDIR%%/go/modules/core/modules/language/es.php
-%%WWWDIR%%/go/modules/core/modules/language/et.php
-%%WWWDIR%%/go/modules/core/modules/language/fi.php
-%%WWWDIR%%/go/modules/core/modules/language/fr.php
-%%WWWDIR%%/go/modules/core/modules/language/hr.php
-%%WWWDIR%%/go/modules/core/modules/language/hu.php
-%%WWWDIR%%/go/modules/core/modules/language/it.php
-%%WWWDIR%%/go/modules/core/modules/language/ko.php
-%%WWWDIR%%/go/modules/core/modules/language/nb.php
-%%WWWDIR%%/go/modules/core/modules/language/nl.php
-%%WWWDIR%%/go/modules/core/modules/language/pl.php
-%%WWWDIR%%/go/modules/core/modules/language/pt_br.php
-%%WWWDIR%%/go/modules/core/modules/language/ro.php
-%%WWWDIR%%/go/modules/core/modules/language/ru.php
-%%WWWDIR%%/go/modules/core/modules/language/sv.php
-%%WWWDIR%%/go/modules/core/modules/language/th.php
-%%WWWDIR%%/go/modules/core/modules/language/tr.php
-%%WWWDIR%%/go/modules/core/modules/language/zh_tw.php
-%%WWWDIR%%/go/modules/core/modules/model/Module.php
-%%WWWDIR%%/go/modules/core/search/Module.php
-%%WWWDIR%%/go/modules/core/search/controller/Search.php
-%%WWWDIR%%/go/modules/core/search/language/cs.php
-%%WWWDIR%%/go/modules/core/search/language/en.php
-%%WWWDIR%%/go/modules/core/search/language/fr.php
-%%WWWDIR%%/go/modules/core/search/language/it.php
-%%WWWDIR%%/go/modules/core/search/language/pt_br.php
-%%WWWDIR%%/go/modules/core/search/model/Search.php
-%%WWWDIR%%/go/modules/core/search/views/extjs3/Module.js
-%%WWWDIR%%/go/modules/core/search/views/extjs3/Panel.js
-%%WWWDIR%%/go/modules/core/search/views/extjs3/SearchCombo.js
-%%WWWDIR%%/go/modules/core/search/views/extjs3/scripts.txt
-%%WWWDIR%%/go/modules/core/users/Module.php
-%%WWWDIR%%/go/modules/core/users/controller/Settings.php
-%%WWWDIR%%/go/modules/core/users/controller/User.php
-%%WWWDIR%%/go/modules/core/users/install/updates.php
-%%WWWDIR%%/go/modules/core/users/language/bg.php
-%%WWWDIR%%/go/modules/core/users/language/bn_bd.php
-%%WWWDIR%%/go/modules/core/users/language/ca.php
-%%WWWDIR%%/go/modules/core/users/language/cn.php
-%%WWWDIR%%/go/modules/core/users/language/cs.php
-%%WWWDIR%%/go/modules/core/users/language/da.php
-%%WWWDIR%%/go/modules/core/users/language/de.php
-%%WWWDIR%%/go/modules/core/users/language/el.php
-%%WWWDIR%%/go/modules/core/users/language/en.php
-%%WWWDIR%%/go/modules/core/users/language/es.php
-%%WWWDIR%%/go/modules/core/users/language/et.php
-%%WWWDIR%%/go/modules/core/users/language/fi.php
-%%WWWDIR%%/go/modules/core/users/language/fr.php
-%%WWWDIR%%/go/modules/core/users/language/hr.php
-%%WWWDIR%%/go/modules/core/users/language/hu.php
-%%WWWDIR%%/go/modules/core/users/language/id.php
-%%WWWDIR%%/go/modules/core/users/language/it.php
-%%WWWDIR%%/go/modules/core/users/language/ko.php
-%%WWWDIR%%/go/modules/core/users/language/nb.php
-%%WWWDIR%%/go/modules/core/users/language/nl.php
-%%WWWDIR%%/go/modules/core/users/language/pl.php
-%%WWWDIR%%/go/modules/core/users/language/pt_br.php
-%%WWWDIR%%/go/modules/core/users/language/ro.php
-%%WWWDIR%%/go/modules/core/users/language/ru.php
-%%WWWDIR%%/go/modules/core/users/language/sv.php
-%%WWWDIR%%/go/modules/core/users/language/th.php
-%%WWWDIR%%/go/modules/core/users/language/tr.php
-%%WWWDIR%%/go/modules/core/users/language/zh_tw.php
-%%WWWDIR%%/go/modules/core/users/model/Settings.php
-%%WWWDIR%%/go/modules/core/users/model/User.php
-%%WWWDIR%%/go/modules/core/users/model/UserGroup.php
-%%WWWDIR%%/go/modules/core/users/model/WorkingWeek.php
-%%WWWDIR%%/go/modules/core/users/views/extjs3/CreateUserAccountPanel.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/CreateUserPasswordPanel.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/CreateUserWizard.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/Module.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/SystemSettingsUserGrid.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/UserDefaultsWindow.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/UserGroupGrid.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/UserSettingsWorkingWeek.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/scripts.txt
-%%WWWDIR%%/go/modules/core/users/views/extjs3/themes/default/images/key.png
-%%WWWDIR%%/go/modules/core/users/views/extjs3/themes/default/images/users.png
-%%WWWDIR%%/go/modules/core/users/views/extjs3/themes/default/style.css
%%WWWDIR%%/go/vendor/jupload/readme.md
%%WWWDIR%%/go/vendor/jupload/wjhk.jupload.jar
%%WWWDIR%%/go/vendor/odtphp/library/Segment.php
@@ -819,9 +1114,7 @@
%%WWWDIR%%/go/vendor/wsdl/checkVatService.wsdl
%%WWWDIR%%/groupoffice
%%WWWDIR%%/groupofficecli.php
-%%WWWDIR%%/importlang.php
%%WWWDIR%%/index.php
-%%WWWDIR%%/install/62to63.php
%%WWWDIR%%/install/configfile.php
%%WWWDIR%%/install/configfile.php.bak
%%WWWDIR%%/install/finished.php
@@ -830,20 +1123,9 @@
%%WWWDIR%%/install/header.php
%%WWWDIR%%/install/index.php
%%WWWDIR%%/install/install.php
-%%WWWDIR%%/install/install.sql
%%WWWDIR%%/install/style.css
%%WWWDIR%%/install/test.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/updatescripts/16_update_db_collation_utf8_general_ci_to_utf8mb4_unicode_ci.php
-%%WWWDIR%%/install/updatescripts/17_build_options.php
-%%WWWDIR%%/install/updatescripts/18_entities.php
%%WWWDIR%%/install/upgrade.php
-%%WWWDIR%%/jmap.php
-%%WWWDIR%%/lang.csv
%%WWWDIR%%/language/addressformats.php
%%WWWDIR%%/language/holidays/ar.php
%%WWWDIR%%/language/holidays/bn_bd.php
@@ -868,150 +1150,9 @@
%%WWWDIR%%/language/holidays/sv.php
%%WWWDIR%%/language/holidays/th.php
%%WWWDIR%%/language/languages.php
-%%WWWDIR%%/mime.types
-%%WWWDIR%%/modules/addressbook/AddressbookDialog.js
+%%WWWDIR%%/licensechecks/groupoffice-pro.php
%%WWWDIR%%/modules/addressbook/AddressbookModule.php
-%%WWWDIR%%/modules/addressbook/AddressbooksGrid.js
-%%WWWDIR%%/modules/addressbook/AddresslistDialog.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
-%%WWWDIR%%/modules/addressbook/CompanyProfilePanel.js
-%%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/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/SearchPanel.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/Settings.js
-%%WWWDIR%%/modules/addressbook/SexCombobox.js
-%%WWWDIR%%/modules/addressbook/Stores.js
-%%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/AddresslistgroupController.php
-%%WWWDIR%%/modules/addressbook/controller/CompanyController.php
-%%WWWDIR%%/modules/addressbook/controller/ContactController.php
-%%WWWDIR%%/modules/addressbook/controller/ExportContactsWithCompaniesController.php
-%%WWWDIR%%/modules/addressbook/controller/MaintenanceController.php
-%%WWWDIR%%/modules/addressbook/controller/PortletController.php
-%%WWWDIR%%/modules/addressbook/controller/SentMailingController.php
-%%WWWDIR%%/modules/addressbook/controller/SettingsController.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.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/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.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/id.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/AddresslistGroup.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/Settings.php
-%%WWWDIR%%/modules/addressbook/model/Template.php
-%%WWWDIR%%/modules/addressbook/model/UserSettings.php
-%%WWWDIR%%/modules/addressbook/scripts.inc.php
-%%WWWDIR%%/modules/addressbook/scripts.txt
-%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/company.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/female.png
-%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/linkedin-icon-16.png
-%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/male.png
-%%WWWDIR%%/modules/addressbook/themes/Default/images/16x16/manage.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/addressbook.png
-%%WWWDIR%%/modules/addressbook/themes/Default/style.css
-%%WWWDIR%%/modules/addressbook/views/Extjs3/AddresslistGroupDialog.js
-%%WWWDIR%%/modules/addressbook/views/Extjs3/AddresslistGroupGrid.js
-%%WWWDIR%%/modules/addressbook/views/Extjs3/AddresslistGroupGridDialog.js
-%%WWWDIR%%/modules/addressbook/views/Extjs3/AddresslistsGroupedMultiSelectGrid.js
-%%WWWDIR%%/modules/addressbook/views/Extjs3/AddresslistsSettingspanel.js
-%%WWWDIR%%/modules/addressbook/views/Extjs3/BirthdaysPortlet.js
-%%WWWDIR%%/modules/addressbook/views/Extjs3/ContactDetail.js
-%%WWWDIR%%/modules/addressbook/views/Extjs3/PicturePanel.js
-%%WWWDIR%%/modules/addressbook/views/Extjs3/SelectAddresslistGroup.js
-%%WWWDIR%%/modules/addressbook/views/Extjs3/Settings.js
-%%WWWDIR%%/modules/addressbook/views/Extjs3/SettingsPanel.js
-%%WWWDIR%%/modules/addressbook/views/Extjs3/unsubscribe.php
-%%WWWDIR%%/modules/addressbook/views/Extjs3/unsubscribed.php
+%%WWWDIR%%/modules/addressbook/install/updates.php
%%WWWDIR%%/modules/assistant/AssistantModule.php
%%WWWDIR%%/modules/assistant/assistant.js
%%WWWDIR%%/modules/assistant/filehandler/Assistant.php
@@ -1214,33 +1355,24 @@
%%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/Account.php
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/AccountInterface.php
%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Balance.php
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/BalanceInterface.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/Knab.php
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Parser/PostFinance.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/Startums.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/StatementInterface.php
%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Transaction.php
-%%WWWDIR%%/modules/bookmarks/BookmarkColumnView.js
-%%WWWDIR%%/modules/bookmarks/BookmarksDialog.js
-%%WWWDIR%%/modules/bookmarks/BookmarksGrid.js
+%%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/TransactionInterface.php
%%WWWDIR%%/modules/bookmarks/BookmarksModule.php
-%%WWWDIR%%/modules/bookmarks/BookmarksView.js
-%%WWWDIR%%/modules/bookmarks/CategoryDialog.js
-%%WWWDIR%%/modules/bookmarks/CloseButton.js
-%%WWWDIR%%/modules/bookmarks/ContextMenu.js
-%%WWWDIR%%/modules/bookmarks/MainPanel.js
-%%WWWDIR%%/modules/bookmarks/ManageCategoriesGrid.js
-%%WWWDIR%%/modules/bookmarks/ManageCategoryDialog.js
-%%WWWDIR%%/modules/bookmarks/SelectFile.js
-%%WWWDIR%%/modules/bookmarks/Stores.js
-%%WWWDIR%%/modules/bookmarks/ThumbsDialog.js
-%%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
@@ -1313,37 +1445,7 @@
%%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.sql
-%%WWWDIR%%/modules/bookmarks/install/uninstall.sql
-%%WWWDIR%%/modules/bookmarks/install/updates.inc.php
-%%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/hu.php
-%%WWWDIR%%/modules/bookmarks/language/id.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/install/updates.php
%%WWWDIR%%/modules/caldav/CaldavModule.php
%%WWWDIR%%/modules/caldav/CalendarsBackend.php
%%WWWDIR%%/modules/caldav/calendar.php
@@ -1374,6 +1476,7 @@
%%WWWDIR%%/modules/calendar/CategoryDialog.js
%%WWWDIR%%/modules/calendar/ColorPickerDialog.js
%%WWWDIR%%/modules/calendar/ContextMenu.js
+%%WWWDIR%%/modules/calendar/CustomFieldSetDialog.js
%%WWWDIR%%/modules/calendar/EventDialog.js
%%WWWDIR%%/modules/calendar/EventPanel.js
%%WWWDIR%%/modules/calendar/EventTemplate.js
@@ -1410,8 +1513,6 @@
%%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.sql
%%WWWDIR%%/modules/calendar/install/updates.php
@@ -1507,20 +1608,9 @@
%%WWWDIR%%/modules/calendarexport/language/fr.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/es.php
-%%WWWDIR%%/modules/carddav/language/fr.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/controller/PrebindController.php
%%WWWDIR%%/modules/chat/language/de.php
@@ -1547,50 +1637,8 @@
%%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/CommentsDetailPanel.js
-%%WWWDIR%%/modules/comments/CommentsGrid.js
%%WWWDIR%%/modules/comments/CommentsModule.php
-%%WWWDIR%%/modules/comments/ManageCategoriesDialog.js
-%%WWWDIR%%/modules/comments/ManageCategoriesGrid.js
-%%WWWDIR%%/modules/comments/Module.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/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/id.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/cron/CronModule.php
%%WWWDIR%%/modules/cron/controller/CronGroupController.php
%%WWWDIR%%/modules/cron/controller/CronUserController.php
@@ -1644,49 +1692,6 @@
%%WWWDIR%%/modules/customcss/scripts.txt
%%WWWDIR%%/modules/customcss/themes/Default/images/customcss.png
%%WWWDIR%%/modules/customcss/themes/Default/style.css
-%%WWWDIR%%/modules/customfields/CustomfieldsModule.php
-%%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/ReadonlyText.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/customfieldtype/UserGroup.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/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/views/Extjs3/themes/Default/images/categories.png
-%%WWWDIR%%/modules/customfields/views/Extjs3/themes/Default/images/customfields.png
-%%WWWDIR%%/modules/customfields/views/Extjs3/themes/Default/style.css
-%%WWWDIR%%/modules/customfields/views/Extjs3/themes/ExtJS/images/categories.png
-%%WWWDIR%%/modules/customfields/views/Extjs3/themes/ExtJS/images/customfields.png
-%%WWWDIR%%/modules/customfields/views/Extjs3/themes/ExtJS/style.css
%%WWWDIR%%/modules/dav/DavModule.php
%%WWWDIR%%/modules/dav/ObjectTree.php
%%WWWDIR%%/modules/dav/auth/BasicBackend.php
@@ -1764,9 +1769,12 @@
%%WWWDIR%%/modules/documenttemplates/OOTemplateDialog.js
%%WWWDIR%%/modules/documenttemplates/Stores.js
%%WWWDIR%%/modules/documenttemplates/TemplateDocumentDialog.js
+%%WWWDIR%%/modules/documenttemplates/TemplatesGrid.js
%%WWWDIR%%/modules/documenttemplates/controller/DocumentController.php
%%WWWDIR%%/modules/documenttemplates/controller/DocumentTemplateController.php
%%WWWDIR%%/modules/documenttemplates/controller/EmailTemplateController.php
+%%WWWDIR%%/modules/documenttemplates/controller/TemplateController.php
+%%WWWDIR%%/modules/documenttemplates/install/letter_template.docx
%%WWWDIR%%/modules/documenttemplates/language/cs.php
%%WWWDIR%%/modules/documenttemplates/language/de.php
%%WWWDIR%%/modules/documenttemplates/language/en.php
@@ -1802,6 +1810,7 @@
%%WWWDIR%%/modules/email/EmailClient.js
%%WWWDIR%%/modules/email/EmailComposer.js
%%WWWDIR%%/modules/email/EmailModule.php
+%%WWWDIR%%/modules/email/EmailTemplateDialog.js
%%WWWDIR%%/modules/email/FilterDialog.js
%%WWWDIR%%/modules/email/FilterGrid.js
%%WWWDIR%%/modules/email/FindContactDialog.js
@@ -1820,14 +1829,16 @@
%%WWWDIR%%/modules/email/Portlet.js
%%WWWDIR%%/modules/email/PortletPanel.js
%%WWWDIR%%/modules/email/PortletSettingsDialog.js
-%%WWWDIR%%/modules/email/ReplaceEmailDialog.js
+%%WWWDIR%%/modules/email/RecipientCombo.js
%%WWWDIR%%/modules/email/SearchDialog.js
%%WWWDIR%%/modules/email/SelectAccount.js
%%WWWDIR%%/modules/email/Settings.js
+%%WWWDIR%%/modules/email/SystemSettingsPanel.js
+%%WWWDIR%%/modules/email/TemplatesGrid.js
%%WWWDIR%%/modules/email/Transport.php
-%%WWWDIR%%/modules/email/UnknownRecipientsDialog.js
%%WWWDIR%%/modules/email/controller/AccountController.php
%%WWWDIR%%/modules/email/controller/AliasController.php
+%%WWWDIR%%/modules/email/controller/EmailTemplate.php
%%WWWDIR%%/modules/email/controller/FilterController.php
%%WWWDIR%%/modules/email/controller/FolderController.php
%%WWWDIR%%/modules/email/controller/LabelController.php
@@ -1835,6 +1846,7 @@
%%WWWDIR%%/modules/email/controller/PortletController.php
%%WWWDIR%%/modules/email/controller/RegisterController.php
%%WWWDIR%%/modules/email/controller/ResponsiveController.php
+%%WWWDIR%%/modules/email/controller/TemplateController.php
%%WWWDIR%%/modules/email/install/install.sql
%%WWWDIR%%/modules/email/install/uninstall.sql
%%WWWDIR%%/modules/email/install/updates.inc.php
@@ -1873,7 +1885,8 @@
%%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/DefaultTemplate.php
+%%WWWDIR%%/modules/email/model/DefaultTemplateForAccount.php
%%WWWDIR%%/modules/email/model/Filter.php
%%WWWDIR%%/modules/email/model/ImapMailbox.php
%%WWWDIR%%/modules/email/model/ImapMessage.php
@@ -2110,11 +2123,8 @@
%%WWWDIR%%/modules/favorites/language/id.php
%%WWWDIR%%/modules/favorites/language/it.php
%%WWWDIR%%/modules/favorites/language/pt_br.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
@@ -2170,9 +2180,7 @@
%%WWWDIR%%/modules/files/cron/DeleteExpiredLinks.php
%%WWWDIR%%/modules/files/cron/NotifyFolderChanges.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/customfield/File.php
%%WWWDIR%%/modules/files/exception/FileLocked.php
%%WWWDIR%%/modules/files/filehandler/Download.php
%%WWWDIR%%/modules/files/filehandler/FilehandlerInterface.php
@@ -2427,25 +2435,10 @@
%%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/cs.php
-%%WWWDIR%%/modules/groups/language/de.php
%%WWWDIR%%/modules/groups/language/en.php
%%WWWDIR%%/modules/groups/language/fr.php
-%%WWWDIR%%/modules/groups/language/hu.php
-%%WWWDIR%%/modules/groups/language/id.php
%%WWWDIR%%/modules/groups/language/it.php
-%%WWWDIR%%/modules/groups/language/pt_br.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
@@ -2644,10 +2637,6 @@
%%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
@@ -2679,8 +2668,6 @@
%%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/delete.png
%%WWWDIR%%/modules/modules/themes/Default/images/modules.png
%%WWWDIR%%/modules/modules/themes/Default/style.css
@@ -2784,6 +2771,7 @@
%%WWWDIR%%/modules/professional/controller/AbstractModelController.php
%%WWWDIR%%/modules/projects2/AdvancedSearchWindow.js
%%WWWDIR%%/modules/projects2/CsvImportDialog.js
+%%WWWDIR%%/modules/projects2/CustomFieldSetDialog.js
%%WWWDIR%%/modules/projects2/InvoiceDialog.js
%%WWWDIR%%/modules/projects2/MainPanel.js
%%WWWDIR%%/modules/projects2/NavigationPanel.js
@@ -3104,10 +3092,6 @@
%%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/index.php.bak
%%WWWDIR%%/modules/site/install/install.sql
@@ -3372,7 +3356,7 @@
%%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/UserAddressBook.php
%%WWWDIR%%/modules/sync/model/UserCalendar.php
%%WWWDIR%%/modules/sync/model/UserNoteBook.php
%%WWWDIR%%/modules/sync/model/UserSettings.php
@@ -3401,7 +3385,6 @@
%%WWWDIR%%/modules/tasks/TasksObservable.js
%%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
@@ -3454,6 +3437,7 @@
%%WWWDIR%%/modules/tasks/themes/Default/style.css
%%WWWDIR%%/modules/tasks/views/Extjs3/StatusProgressField.js
%%WWWDIR%%/modules/tasks/views/Extjs3/TasksTpl.js
+%%WWWDIR%%/modules/tickets/CustomFieldSetDialog.js
%%WWWDIR%%/modules/tickets/InvoiceDialog.js
%%WWWDIR%%/modules/tickets/MainPanel.js
%%WWWDIR%%/modules/tickets/MessageForm.js
@@ -3479,6 +3463,7 @@
%%WWWDIR%%/modules/tickets/TicketsModule.php
%%WWWDIR%%/modules/tickets/TypeDialog.js
%%WWWDIR%%/modules/tickets/TypesGrid.js
+%%WWWDIR%%/modules/tickets/composer.json
%%WWWDIR%%/modules/tickets/controller/ExportCsvController.php
%%WWWDIR%%/modules/tickets/controller/ExternalpageController.php
%%WWWDIR%%/modules/tickets/controller/MessageController.php
@@ -3600,7 +3585,6 @@
%%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/ToolsModule.php
%%WWWDIR%%/modules/tools/controller/ToolsController.php
%%WWWDIR%%/modules/tools/language/bg.php
@@ -3631,46 +3615,6 @@
%%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/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.sql
-%%WWWDIR%%/modules/users/install/updates.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/workflow/WorkflowModule.php
%%WWWDIR%%/modules/workflow/action/AbstractAction.php
%%WWWDIR%%/modules/workflow/action/Approve.php
@@ -3730,6 +3674,7 @@
%%WWWDIR%%/modules/workflow/views/Extjs3/WorkflowGrid.js
%%WWWDIR%%/modules/workflow/views/Extjs3/WorkflowTemplate.js
%%WWWDIR%%/modules/workflow/views/Extjs3/scripts.txt
+%%WWWDIR%%/modules/z-push/backend/go/ContactConvertor.php
%%WWWDIR%%/modules/z-push/backend/go/GoImapStreamWrapper.php
%%WWWDIR%%/modules/z-push/backend/go/autoload.php
%%WWWDIR%%/modules/z-push/backend/go/config.php
@@ -4012,6 +3957,8 @@
%%WWWDIR%%/modules/zpushadmin/model/Device.php
%%WWWDIR%%/modules/zpushadmin/model/Devicerequest.php
%%WWWDIR%%/modules/zpushadmin/model/Settings.php
+%%WWWDIR%%/modules/zpushadmin/themes/Default/images/zpushadmin.png
+%%WWWDIR%%/modules/zpushadmin/themes/Default/style.css
%%WWWDIR%%/modules/zpushadmin/views/Extjs3/DeviceDialog.js
%%WWWDIR%%/modules/zpushadmin/views/Extjs3/DevicePanel.js
%%WWWDIR%%/modules/zpushadmin/views/Extjs3/DevicesGrid.js
@@ -4019,14 +3966,8 @@
%%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%%/public.php
%%WWWDIR%%/robots.txt
-%%WWWDIR%%/sse.php
-%%WWWDIR%%/upload.php
%%WWWDIR%%/vendor/autoload.php
%%WWWDIR%%/vendor/bin/generate-defuse-key
%%WWWDIR%%/vendor/bin/generate_vcards
@@ -6144,6 +6085,85 @@
%%WWWDIR%%/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php
%%WWWDIR%%/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php
%%WWWDIR%%/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Iconv.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/LICENSE
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/README.md
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/translit.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/composer.json
+%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Idn.php
+%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/LICENSE
+%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/README.md
+%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/composer.json
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/LICENSE
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/README.md
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/composer.json
+%%WWWDIR%%/vendor/symfony/polyfill-php72/LICENSE
+%%WWWDIR%%/vendor/symfony/polyfill-php72/Php72.php
+%%WWWDIR%%/vendor/symfony/polyfill-php72/README.md
+%%WWWDIR%%/vendor/symfony/polyfill-php72/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-php72/composer.json
%%WWWDIR%%/vendor/tecnickcom/tcpdf/CHANGELOG.TXT
%%WWWDIR%%/vendor/tecnickcom/tcpdf/LICENSE.TXT
%%WWWDIR%%/vendor/tecnickcom/tcpdf/README.md
@@ -6530,1167 +6550,6 @@
%%WWWDIR%%/views/Extjs3/Reminder.php
%%WWWDIR%%/views/Extjs3/css.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-et.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
@@ -7782,6 +6641,9 @@
%%WWWDIR%%/views/Extjs3/javascript/data/JsonStore.js
%%WWWDIR%%/views/Extjs3/javascript/data/LiveStore.js
%%WWWDIR%%/views/Extjs3/javascript/debug.js
+%%WWWDIR%%/views/Extjs3/javascript/ext-all-debug.js
+%%WWWDIR%%/views/Extjs3/javascript/ext-all.d.ts
+%%WWWDIR%%/views/Extjs3/javascript/ext-base-debug.js
%%WWWDIR%%/views/Extjs3/javascript/form/ColorField.js
%%WWWDIR%%/views/Extjs3/javascript/form/Combo.js
%%WWWDIR%%/views/Extjs3/javascript/form/ComboBoxMulti.js
@@ -7808,86 +6670,6 @@
%%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/go/Array.js
-%%WWWDIR%%/views/Extjs3/javascript/go/AuthenticationManager.js
-%%WWWDIR%%/views/Extjs3/javascript/go/CustomFields.js
-%%WWWDIR%%/views/Extjs3/javascript/go/EntityManager.js
-%%WWWDIR%%/views/Extjs3/javascript/go/Jmap.js
-%%WWWDIR%%/views/Extjs3/javascript/go/Links.js
-%%WWWDIR%%/views/Extjs3/javascript/go/ModuleManager.js
-%%WWWDIR%%/views/Extjs3/javascript/go/NavMenu.js
-%%WWWDIR%%/views/Extjs3/javascript/go/Notifier.js
-%%WWWDIR%%/views/Extjs3/javascript/go/PasswordPrompt.js
-%%WWWDIR%%/views/Extjs3/javascript/go/QRCodeComponent.js
-%%WWWDIR%%/views/Extjs3/javascript/go/Router.js
-%%WWWDIR%%/views/Extjs3/javascript/go/SearchField.js
-%%WWWDIR%%/views/Extjs3/javascript/go/String.js
-%%WWWDIR%%/views/Extjs3/javascript/go/TimeZones.js
-%%WWWDIR%%/views/Extjs3/javascript/go/Toolbar.js
-%%WWWDIR%%/views/Extjs3/javascript/go/Translate.js
-%%WWWDIR%%/views/Extjs3/javascript/go/User.js
-%%WWWDIR%%/views/Extjs3/javascript/go/Window.js
-%%WWWDIR%%/views/Extjs3/javascript/go/Wizard.js
-%%WWWDIR%%/views/Extjs3/javascript/go/acl/ShareWindow.js
-%%WWWDIR%%/views/Extjs3/javascript/go/data/EntityStore.js
-%%WWWDIR%%/views/Extjs3/javascript/go/data/GroupingStore.js
-%%WWWDIR%%/views/Extjs3/javascript/go/data/JmapProxy.js
-%%WWWDIR%%/views/Extjs3/javascript/go/data/JmapReader.js
-%%WWWDIR%%/views/Extjs3/javascript/go/data/Store.js
-%%WWWDIR%%/views/Extjs3/javascript/go/data/Types.js
-%%WWWDIR%%/views/Extjs3/javascript/go/detail/AddButton.js
-%%WWWDIR%%/views/Extjs3/javascript/go/detail/ReadMore.js
-%%WWWDIR%%/views/Extjs3/javascript/go/flux/Dispatcher.js
-%%WWWDIR%%/views/Extjs3/javascript/go/flux/Store.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/BasicForm.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/ComboBox.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/DateField.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/Dialog.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/EntityPanel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/FileField.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/FormFieldSet.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/GridField.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/PasswordGeneratorField.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/README.md
-%%WWWDIR%%/views/Extjs3/javascript/go/form/RadioGroup.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/RecurrenceFieldset.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/StoreField.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/multiselect/Field.js
-%%WWWDIR%%/views/Extjs3/javascript/go/form/multiselect/Window.js
-%%WWWDIR%%/views/Extjs3/javascript/go/go.js
-%%WWWDIR%%/views/Extjs3/javascript/go/grid/DateColumn.js
-%%WWWDIR%%/views/Extjs3/javascript/go/grid/GridPanel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/grid/GridTrait.js
-%%WWWDIR%%/views/Extjs3/javascript/go/grid/SelectAllCheckBox.js
-%%WWWDIR%%/views/Extjs3/javascript/go/layout/ResponsiveLayout.js
-%%WWWDIR%%/views/Extjs3/javascript/go/links/CreateLinkWindow.js
-%%WWWDIR%%/views/Extjs3/javascript/go/links/EntityGrid.js
-%%WWWDIR%%/views/Extjs3/javascript/go/links/LinkBrowser.js
-%%WWWDIR%%/views/Extjs3/javascript/go/links/LinkGrid.js
-%%WWWDIR%%/views/Extjs3/javascript/go/links/LinksDetailPanel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/login/BaseLoginPanel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/login/DomainCombo.js
-%%WWWDIR%%/views/Extjs3/javascript/go/login/ForgotDialog.js
-%%WWWDIR%%/views/Extjs3/javascript/go/login/LanguageCombobox.js
-%%WWWDIR%%/views/Extjs3/javascript/go/login/LoginDialog.js
-%%WWWDIR%%/views/Extjs3/javascript/go/login/LoginPanel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/login/RecoveryDialog.js
-%%WWWDIR%%/views/Extjs3/javascript/go/login/UsernamePanel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/panels/CreateModifyTpl.js
-%%WWWDIR%%/views/Extjs3/javascript/go/panels/DetailView.js
-%%WWWDIR%%/views/Extjs3/javascript/go/panels/LinksTpl.js
-%%WWWDIR%%/views/Extjs3/javascript/go/panels/Panel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/systemsettings/AppearancePanel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/systemsettings/AuthenticationPanel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/systemsettings/Dialog.js
-%%WWWDIR%%/views/Extjs3/javascript/go/systemsettings/GeneralPanel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/systemsettings/NotificationsPanel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/usersettings/AccountSettingsPanel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/usersettings/LookAndFeelPanel.js
-%%WWWDIR%%/views/Extjs3/javascript/go/usersettings/UserSettingsDialog.js
-%%WWWDIR%%/views/Extjs3/javascript/go/util.js
-%%WWWDIR%%/views/Extjs3/javascript/go/util/Cookies.js
-%%WWWDIR%%/views/Extjs3/javascript/go/util/Format.js
%%WWWDIR%%/views/Extjs3/javascript/grids/CheckColumn.js
%%WWWDIR%%/views/Extjs3/javascript/grids/ColumnRenderers.js
%%WWWDIR%%/views/Extjs3/javascript/grids/GORowEditor.js
@@ -8006,14 +6788,21 @@
%%WWWDIR%%/views/Extjs3/javascript/treegrid/TreeGridLoader.js
%%WWWDIR%%/views/Extjs3/javascript/treegrid/TreeGridNodeUI.js
%%WWWDIR%%/views/Extjs3/javascript/treegrid/TreeGridSorter.js
+%%WWWDIR%%/views/Extjs3/javascript/vendor/chartist-plugin-accessibility.js
+%%WWWDIR%%/views/Extjs3/javascript/vendor/chartist-plugin-fill-donut.js
+%%WWWDIR%%/views/Extjs3/javascript/vendor/chartist-plugin-pointlabels.js
+%%WWWDIR%%/views/Extjs3/javascript/vendor/chartist-plugin-threshold.js
+%%WWWDIR%%/views/Extjs3/javascript/vendor/chartist-plugin-tooltip.js
+%%WWWDIR%%/views/Extjs3/javascript/vendor/chartist-plugin-zoom.js
+%%WWWDIR%%/views/Extjs3/javascript/vendor/chartist.js
+%%WWWDIR%%/views/Extjs3/javascript/vendor/localforage.js
+%%WWWDIR%%/views/Extjs3/javascript/vendor/promise-polyfill.js
%%WWWDIR%%/views/Extjs3/javascript/windows/AboutDialog.js
%%WWWDIR%%/views/Extjs3/javascript/windows/DateDialog.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/OtherLoginLocationDetectedDialog.js
%%WWWDIR%%/views/Extjs3/javascript/windows/PasswordDialog.js
%%WWWDIR%%/views/Extjs3/javascript/windows/PersonalSettingsDialog.js
%%WWWDIR%%/views/Extjs3/javascript/windows/RequirePasswordResetDialog.js
@@ -8055,6 +6844,7 @@
%%WWWDIR%%/views/Extjs3/themes/Paper/img/bg/background.svg
%%WWWDIR%%/views/Extjs3/themes/Paper/img/bg/jigsaw.svg
%%WWWDIR%%/views/Extjs3/themes/Paper/img/bg/office-desk.jpg
+%%WWWDIR%%/views/Extjs3/themes/Paper/img/business-avatar.svg
%%WWWDIR%%/views/Extjs3/themes/Paper/img/default-avatar.svg
%%WWWDIR%%/views/Extjs3/themes/Paper/img/favicon.ico
%%WWWDIR%%/views/Extjs3/themes/Paper/img/favicon/android-chrome-192x192.png
@@ -8100,7 +6890,9 @@
%%WWWDIR%%/views/Extjs3/themes/Paper/img/filetype/zip.svg
%%WWWDIR%%/views/Extjs3/themes/Paper/img/go-logo-color.svg
%%WWWDIR%%/views/Extjs3/themes/Paper/img/go-logo.svg
+%%WWWDIR%%/views/Extjs3/themes/Paper/img/group-avatar.svg
%%WWWDIR%%/views/Extjs3/themes/Paper/img/groupoffice-logo.png
+%%WWWDIR%%/views/Extjs3/themes/Paper/img/key.png
%%WWWDIR%%/views/Extjs3/themes/Paper/img/logo-blue.svg
%%WWWDIR%%/views/Extjs3/themes/Paper/img/logo-white.svg
%%WWWDIR%%/views/Extjs3/themes/Paper/sounds/desktop-login.mp3
@@ -8111,7 +6903,9 @@
%%WWWDIR%%/views/Extjs3/themes/Paper/sounds/dialog-question.ogg
%%WWWDIR%%/views/Extjs3/themes/Paper/sounds/message-new-email.mp3
%%WWWDIR%%/views/Extjs3/themes/Paper/sounds/message-new-email.ogg
+%%WWWDIR%%/views/Extjs3/themes/Paper/src/_base.scss
%%WWWDIR%%/views/Extjs3/themes/Paper/src/_calendar.scss
+%%WWWDIR%%/views/Extjs3/themes/Paper/src/_chartist.scss
%%WWWDIR%%/views/Extjs3/themes/Paper/src/_colors.scss
%%WWWDIR%%/views/Extjs3/themes/Paper/src/_config.scss
%%WWWDIR%%/views/Extjs3/themes/Paper/src/_ext-base.scss
@@ -8126,3 +6920,6 @@
%%WWWDIR%%/views/Extjs3/themes/Paper/src/style.scss
%%WWWDIR%%/views/Extjs3/themes/Paper/style-mobile.css
%%WWWDIR%%/views/Extjs3/themes/Paper/style.css
+@dir %%WWWDIR%%/go/modules/business/.git/branches
+@dir %%WWWDIR%%/go/modules/business/.git/objects/info
+@dir %%WWWDIR%%/go/modules/business/.git/refs/tags