diff options
-rw-r--r-- | sysutils/ldap-account-manager/Makefile | 13 | ||||
-rw-r--r-- | sysutils/ldap-account-manager/distinfo | 4 | ||||
-rw-r--r-- | sysutils/ldap-account-manager/files/pkg-message.in | 2 | ||||
-rw-r--r-- | sysutils/ldap-account-manager/pkg-descr | 26 | ||||
-rw-r--r-- | sysutils/ldap-account-manager/pkg-plist | 1127 |
5 files changed, 787 insertions, 385 deletions
diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile index 3aa1cbdbd83a..1c767493c2dc 100644 --- a/sysutils/ldap-account-manager/Makefile +++ b/sysutils/ldap-account-manager/Makefile @@ -6,19 +6,18 @@ # PORTNAME= ldap-account-manager -PORTVERSION= 3.4.0 +PORTVERSION= 3.5.0 CATEGORIES= sysutils www -MASTER_SITES= SF/${PNAME}/LAM/${PORTVERSION} -DISTNAME= ${PORTNAME:L}-${PORTVERSION} +MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} MAINTAINER= basil@vpm.net.ua COMMENT= Webfrontend for managing accounts stored in an OpenLDAP server +LICENSE= GPLv2 + RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Quota.pm:${PORTSDIR}/sysutils/p5-Quota \ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap -LICENSE= GPLv2 - NO_BUILD= yes USE_GETTEXT= yes USE_PERL5= yes @@ -26,10 +25,10 @@ USE_PHP= gettext hash iconv ldap mcrypt pcre session simplexml spl xml WANT_PHP_WEB= yes DEFAULT_PHP_VER= 5 -PNAME= lam +SHORTNAME= lam PORTDOCS= docs COPYING HISTORY README copyright LAMDATA= config graphics help lib locale sess style templates tmp VERSION index.html -WWWDIR?= ${PREFIX}/www/${PNAME} +WWWDIR?= ${PREFIX}/www/${SHORTNAME} SUB_FILES= pkg-message .include <bsd.port.pre.mk> diff --git a/sysutils/ldap-account-manager/distinfo b/sysutils/ldap-account-manager/distinfo index 188723766e67..45a685edc793 100644 --- a/sysutils/ldap-account-manager/distinfo +++ b/sysutils/ldap-account-manager/distinfo @@ -1,2 +1,2 @@ -SHA256 (ldap-account-manager-3.4.0.tar.gz) = 919f4f2a1d42d63cae1809d74110f6ed21911f7e11697e93788495b7c7b31c42 -SIZE (ldap-account-manager-3.4.0.tar.gz) = 6345112 +SHA256 (ldap-account-manager-3.5.0.tar.gz) = 3c05e6c0ff71c2e9848e76cbe98e6db88f50fdaa41139e85f0fd4bfd70534b58 +SIZE (ldap-account-manager-3.5.0.tar.gz) = 7769992 diff --git a/sysutils/ldap-account-manager/files/pkg-message.in b/sysutils/ldap-account-manager/files/pkg-message.in index e524a64fab4e..5a05f18ce601 100644 --- a/sysutils/ldap-account-manager/files/pkg-message.in +++ b/sysutils/ldap-account-manager/files/pkg-message.in @@ -1,5 +1,5 @@ To use LDAP-account-manager, you have to install - and set up Samba 2.x or 3.x schemas. + and set up Samba 3.x schemas. Like this : include %%PREFIX%%/etc/openldap/schema/core.schema include %%PREFIX%%/etc/openldap/schema/cosine.schema diff --git a/sysutils/ldap-account-manager/pkg-descr b/sysutils/ldap-account-manager/pkg-descr index 441c39b99eca..0315975bbea8 100644 --- a/sysutils/ldap-account-manager/pkg-descr +++ b/sysutils/ldap-account-manager/pkg-descr @@ -1,23 +1,23 @@ -LDAP Account Manager (lam) is a webfrontend for managing accounts stored -in an openLDAP server. +LDAP Account Manager (LAM) is a webfrontend for managing entries (e.g. users, +groups, DHCP settings) stored in an LDAP directory. LAM was designed to make +LDAP management as easy as possible for the user. It abstracts from the +technical details of LDAP and allows persons without technical background to +manage LDAP entries. If needed, power users may still directly edit LDAP entries +via the integrated LDAP browser. Features: -- management of Unix user and group accounts (posixAccount/posixGroup) -- management of Samba 2.x/3 user and host accounts -(sambaAccount/sambaSamAccount) -- management of Kolab 2 accounts (kolabInetorgPerson) +- management of various account types: Unix, Samba 3, Kolab 2, Scalix, + phpGroupWare, Zarafa,DHCP, SSH keys, group of names and much more - profiles for account creation - account creation via file upload - automatic creation/deletion of home directories -- setting quotas +- setting file system quotas - PDF output for all accounts -- editor for organizational units (OU) +- editor for organizational units - schema browser -- tree view +- LDAP browser - multiple configuration files -- multi-language support (Catalan, Chinese (Traditional + Simplified), -Czech, Dutch, English, French, German, Hungarian, Italian, Japanese, Polish, -Portuguese, Russian and Spanish) --support for LDAP+SSL/TLS +- multi-language support +- support for LDAP+SSL/TLS WWW: http://lam.sourceforge.net/ diff --git a/sysutils/ldap-account-manager/pkg-plist b/sysutils/ldap-account-manager/pkg-plist index 5aa13f0dbc8a..1c78cc9ab143 100644 --- a/sysutils/ldap-account-manager/pkg-plist +++ b/sysutils/ldap-account-manager/pkg-plist @@ -1,388 +1,791 @@ -%%WWWDIR%%/VERSION -%%WWWDIR%%/config/.htaccess @unexec if cmp -s %D/%%WWWDIR%%/config/config.cfg %D/%%WWWDIR%%/config/config.cfg_sample; then rm -f %D/%%WWWDIR%%/config/config.cfg; fi -%%WWWDIR%%/config/config.cfg_sample -@exec if [ ! -f %D/www/lam/config/config.cfg ] ; then cp -p %D/%F %B/config.cfg; fi +@exec if [ ! -f %D/%%WWWDIR%%/config/config.cfg ] ; then cp -p %D/%F %B/config.cfg; fi @unexec if cmp -s %D/%%WWWDIR%%/config/lam.conf %D/%%WWWDIR%%/config/lam.conf_sample; then rm -f %D/%%WWWDIR%%/config/lam.conf; fi -%%WWWDIR%%/config/lam.conf_sample -@exec if [ ! -f %D/www/lam/lam.conf ] ; then cp -p %D/%F %B/lam.conf; fi -%%WWWDIR%%/config/language -%%WWWDIR%%/config/passwordMailTemplate.txt -%%WWWDIR%%/config/pdf/.htaccess -%%WWWDIR%%/config/pdf/default.asteriskExt.xml -%%WWWDIR%%/config/pdf/default.dhcp.xml -%%WWWDIR%%/config/pdf/default.group.xml -%%WWWDIR%%/config/pdf/default.host.xml -%%WWWDIR%%/config/pdf/default.mailAlias.xml -%%WWWDIR%%/config/pdf/default.netgroup.xml -%%WWWDIR%%/config/pdf/default.smbDomain.xml -%%WWWDIR%%/config/pdf/default.user.xml -%%WWWDIR%%/config/pdf/logos/.htaccess -%%WWWDIR%%/config/pdf/logos/printLogo.jpg -%%WWWDIR%%/config/profiles/.htaccess -%%WWWDIR%%/config/profiles/default.asteriskExt -%%WWWDIR%%/config/profiles/default.dhcp -%%WWWDIR%%/config/profiles/default.group -%%WWWDIR%%/config/profiles/default.host -%%WWWDIR%%/config/profiles/default.mailAlias -%%WWWDIR%%/config/profiles/default.netgroup -%%WWWDIR%%/config/profiles/default.smbDomain -%%WWWDIR%%/config/profiles/default.user -%%WWWDIR%%/config/selfService/.htaccess -%%WWWDIR%%/config/selfService/default.user -%%WWWDIR%%/config/shells -%%WWWDIR%%/graphics/.htaccess -%%WWWDIR%%/graphics/add.png -%%WWWDIR%%/graphics/asterisk.png -%%WWWDIR%%/graphics/asteriskExt.png -%%WWWDIR%%/graphics/back.gif -%%WWWDIR%%/graphics/bigPeople.png -%%WWWDIR%%/graphics/bigTools.png -%%WWWDIR%%/graphics/catalog.png -%%WWWDIR%%/graphics/computer.png -%%WWWDIR%%/graphics/dc.png -%%WWWDIR%%/graphics/del.png -%%WWWDIR%%/graphics/delete.gif -%%WWWDIR%%/graphics/delete.png -%%WWWDIR%%/graphics/device.png -%%WWWDIR%%/graphics/dhcp.png -%%WWWDIR%%/graphics/dhcpBig.png -%%WWWDIR%%/graphics/document.png -%%WWWDIR%%/graphics/door.png -%%WWWDIR%%/graphics/down.gif -%%WWWDIR%%/graphics/edit.png -%%WWWDIR%%/graphics/eduPerson.png -%%WWWDIR%%/graphics/error.png -%%WWWDIR%%/graphics/exit.png -%%WWWDIR%%/graphics/exitBig.png -%%WWWDIR%%/graphics/fail.png -%%WWWDIR%%/graphics/favicon.ico -%%WWWDIR%%/graphics/files.png -%%WWWDIR%%/graphics/find.png -%%WWWDIR%%/graphics/folder.png -%%WWWDIR%%/graphics/forward.gif -%%WWWDIR%%/graphics/go-previous.png -%%WWWDIR%%/graphics/go-next.png -%%WWWDIR%%/graphics/go-first.png -%%WWWDIR%%/graphics/go-last.png -%%WWWDIR%%/graphics/gear.png -%%WWWDIR%%/graphics/go.png -%%WWWDIR%%/graphics/group.png -%%WWWDIR%%/graphics/groupBig.png -%%WWWDIR%%/graphics/hard-drive.png -%%WWWDIR%%/graphics/hard-driveBig.png -%%WWWDIR%%/graphics/help.png -%%WWWDIR%%/graphics/host.png -%%WWWDIR%%/graphics/info.png -%%WWWDIR%%/graphics/ipRange.png -%%WWWDIR%%/graphics/key.png -%%WWWDIR%%/graphics/keyBig.png -%%WWWDIR%%/graphics/kolab.png -%%WWWDIR%%/graphics/lam.png -%%WWWDIR%%/graphics/lamdaemon.png -%%WWWDIR%%/graphics/language.png -%%WWWDIR%%/graphics/ldap-server.png -%%WWWDIR%%/graphics/light.png -%%WWWDIR%%/graphics/loadProfile.png -%%WWWDIR%%/graphics/logo32.png -%%WWWDIR%%/graphics/locality.png -%%WWWDIR%%/graphics/lock.png -%%WWWDIR%%/graphics/mail.png -%%WWWDIR%%/graphics/mailAlias.png -%%WWWDIR%%/graphics/mailBig.png -%%WWWDIR%%/graphics/minus.png -%%WWWDIR%%/graphics/modules.png -%%WWWDIR%%/graphics/n.png -%%WWWDIR%%/graphics/netgroup.png -%%WWWDIR%%/graphics/network-wired.png -%%WWWDIR%%/graphics/network.png -%%WWWDIR%%/graphics/nt_machine.png -%%WWWDIR%%/graphics/nt_user.png -%%WWWDIR%%/graphics/o.png -%%WWWDIR%%/graphics/object.png -%%WWWDIR%%/graphics/ou.png -%%WWWDIR%%/graphics/pass.png -%%WWWDIR%%/graphics/pdf.png -%%WWWDIR%%/graphics/phpGroupware.png -%%WWWDIR%%/graphics/plus.png -%%WWWDIR%%/graphics/process.png -%%WWWDIR%%/graphics/profiles.png -%%WWWDIR%%/graphics/refresh.png -%%WWWDIR%%/graphics/required.png -%%WWWDIR%%/graphics/samba.png -%%WWWDIR%%/graphics/save.png -%%WWWDIR%%/graphics/saveBig.png -%%WWWDIR%%/graphics/schemaBrowser.png -%%WWWDIR%%/graphics/script.png -%%WWWDIR%%/graphics/security.png -%%WWWDIR%%/graphics/select.png -%%WWWDIR%%/graphics/server-settings.png -%%WWWDIR%%/graphics/server-small.png -%%WWWDIR%%/graphics/smbDomain.png -%%WWWDIR%%/graphics/sort_asc.png -%%WWWDIR%%/graphics/sort_desc.png -%%WWWDIR%%/graphics/star.png -%%WWWDIR%%/graphics/tests.png -%%WWWDIR%%/graphics/tools-no.png -%%WWWDIR%%/graphics/tools.png -%%WWWDIR%%/graphics/tree_info.png -%%WWWDIR%%/graphics/tux.png -%%WWWDIR%%/graphics/uid.png -%%WWWDIR%%/graphics/uniquegroup.png -%%WWWDIR%%/graphics/undo.png -%%WWWDIR%%/graphics/up.gif -%%WWWDIR%%/graphics/user.png -%%WWWDIR%%/graphics/userDefault.png -%%WWWDIR%%/graphics/warn.png -%%WWWDIR%%/help/help.inc -%%WWWDIR%%/help/.htaccess -%%WWWDIR%%/index.html -%%WWWDIR%%/lib/html.inc -%%WWWDIR%%/lib/modules/asteriskVoicemail.inc +@exec if [ ! -f %D/%%WWWDIR%%/config/lam.conf ] ; then cp -p %D/%F %B/lam.conf; fi +@unexec unlink %D/%%WWWDIR%%/config/shells +%%WWWDIR%%/tmp/.htaccess +%%WWWDIR%%/templates/tree/treeViewContainer.php +%%WWWDIR%%/templates/tools.php +%%WWWDIR%%/templates/tests/schemaTest.php +%%WWWDIR%%/templates/tests/lamdaemonTest.php +%%WWWDIR%%/templates/tests/index.php +%%WWWDIR%%/templates/serverInfo.php +%%WWWDIR%%/templates/schema/schema.php +%%WWWDIR%%/templates/profedit/profilepage.php +%%WWWDIR%%/templates/profedit/profilemain.php +%%WWWDIR%%/templates/profedit/profiledelete.php +%%WWWDIR%%/templates/pdfedit/pdfpage.php +%%WWWDIR%%/templates/pdfedit/pdfmain.php +%%WWWDIR%%/templates/pdfedit/pdfdelete.php +%%WWWDIR%%/templates/ou_edit.php +%%WWWDIR%%/templates/misc/ajax.php +%%WWWDIR%%/templates/masscreate.php +%%WWWDIR%%/templates/massDoUpload.php +%%WWWDIR%%/templates/massBuildAccounts.php +%%WWWDIR%%/templates/main_header.php +%%WWWDIR%%/templates/main_footer.php +%%WWWDIR%%/templates/main.php +%%WWWDIR%%/templates/logout.php +%%WWWDIR%%/templates/login.php +%%WWWDIR%%/templates/lists/userlink.php +%%WWWDIR%%/templates/lists/list.php +%%WWWDIR%%/templates/lists/deletelink.php +%%WWWDIR%%/templates/lib/500_lam.js +%%WWWDIR%%/templates/lib/200_wz_tooltip.js +%%WWWDIR%%/templates/lib/130_jquery-dropmenu-1.1.3.js +%%WWWDIR%%/templates/lib/110_jquery-ui-1.8.2.custom.min.js +%%WWWDIR%%/templates/lib/100_jquery-1.4.2.min.js +%%WWWDIR%%/templates/initsuff.php +%%WWWDIR%%/templates/help.php +%%WWWDIR%%/templates/delete.php +%%WWWDIR%%/templates/config/profmanage.php +%%WWWDIR%%/templates/config/moduleSettings.php +%%WWWDIR%%/templates/config/mainmanage.php +%%WWWDIR%%/templates/config/mainlogin.php +%%WWWDIR%%/templates/config/index.php +%%WWWDIR%%/templates/config/conftypes.php +%%WWWDIR%%/templates/config/confsave.php +%%WWWDIR%%/templates/config/confmodules.php +%%WWWDIR%%/templates/config/confmain.php +%%WWWDIR%%/templates/config/conflogin.php +%%WWWDIR%%/templates/account/edit.php +%%WWWDIR%%/templates/3rdParty/pla/tools/unserialize.php +%%WWWDIR%%/templates/3rdParty/pla/templates/modification/.placeholder +%%WWWDIR%%/templates/3rdParty/pla/templates/creation/ou.xml +%%WWWDIR%%/templates/3rdParty/pla/queries/.placeholder +%%WWWDIR%%/templates/3rdParty/pla/lib/xmlTemplates.php +%%WWWDIR%%/templates/3rdParty/pla/lib/xml2array.php +%%WWWDIR%%/templates/3rdParty/pla/lib/template_functions.php +%%WWWDIR%%/templates/3rdParty/pla/lib/syslog.php +%%WWWDIR%%/templates/3rdParty/pla/lib/session_functions.php +%%WWWDIR%%/templates/3rdParty/pla/lib/schema_functions.php +%%WWWDIR%%/templates/3rdParty/pla/lib/query_functions.php +%%WWWDIR%%/templates/3rdParty/pla/lib/page.php +%%WWWDIR%%/templates/3rdParty/pla/lib/ldap_supported_oids.txt +%%WWWDIR%%/templates/3rdParty/pla/lib/ldap_error_codes.txt +%%WWWDIR%%/templates/3rdParty/pla/lib/import_functions.php +%%WWWDIR%%/templates/3rdParty/pla/lib/hooks.php +%%WWWDIR%%/templates/3rdParty/pla/lib/functions.php +%%WWWDIR%%/templates/3rdParty/pla/lib/export_functions.php +%%WWWDIR%%/templates/3rdParty/pla/lib/emuhash_functions.php +%%WWWDIR%%/templates/3rdParty/pla/lib/ds_myldap.php +%%WWWDIR%%/templates/3rdParty/pla/lib/ds_ldap_pla.php +%%WWWDIR%%/templates/3rdParty/pla/lib/ds.php +%%WWWDIR%%/templates/3rdParty/pla/lib/createlm.php +%%WWWDIR%%/templates/3rdParty/pla/lib/config_default.php +%%WWWDIR%%/templates/3rdParty/pla/lib/common.php +%%WWWDIR%%/templates/3rdParty/pla/lib/blowfish.php +%%WWWDIR%%/templates/3rdParty/pla/lib/Visitor.php +%%WWWDIR%%/templates/3rdParty/pla/lib/TreeItem.php +%%WWWDIR%%/templates/3rdParty/pla/lib/Tree.php +%%WWWDIR%%/templates/3rdParty/pla/lib/TemplateRender.php +%%WWWDIR%%/templates/3rdParty/pla/lib/Template.php +%%WWWDIR%%/templates/3rdParty/pla/lib/ShadowAttribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/SelectionAttribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/SambaPasswordAttribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/RandomPasswordAttribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/QueryRender.php +%%WWWDIR%%/templates/3rdParty/pla/lib/Query.php +%%WWWDIR%%/templates/3rdParty/pla/lib/PasswordAttribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/PageRender.php +%%WWWDIR%%/templates/3rdParty/pla/lib/ObjectClassAttribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/MultiLineAttribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/MassRender.php +%%WWWDIR%%/templates/3rdParty/pla/lib/JpegAttribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/HTMLTree.php +%%WWWDIR%%/templates/3rdParty/pla/lib/GidAttribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/DnAttribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/DateAttribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/BinaryAttribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/AttributeFactory.php +%%WWWDIR%%/templates/3rdParty/pla/lib/Attribute.php +%%WWWDIR%%/templates/3rdParty/pla/lib/AJAXTree.php +%%WWWDIR%%/templates/3rdParty/pla/index.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/view_jpeg_photo.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/update_confirm.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/update.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/template_engine.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/rename_form.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/rename.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/refresh.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/rdelete.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/query_engine.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/password_checker.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/modify_member_form.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/mass_update.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/mass_edit.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/mass_delete.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/toAscii.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/modify_member.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/layersmenu-browser_detection.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/skins/aqua/today-bg.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/skins/aqua/title-bg.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/skins/aqua/theme.css +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/skins/aqua/status-bg.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/skins/aqua/rowhover-bg.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/skins/aqua/normal-bg.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/skins/aqua/menuarrow.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/skins/aqua/hover-bg.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/skins/aqua/dark-bg.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/skins/aqua/active-bg.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/menuarrow.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/cn_utf8.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-zh.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-tr.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-sv.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-sp.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-sk.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-si.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-ru_win_.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-ru.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-ro.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-pt.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-pl.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-pl-utf8.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-no.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-nl.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-lv.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-lt.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-lt-utf8.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-ko.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-ko-utf8.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-jp.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-it.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-hu.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-hr.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-hr-utf8.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-he-utf8.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-fr.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-fi.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-es.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-en.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-el.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-du.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-de.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-da.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-cs-win.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-cs-utf8.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-ca.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-br.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-big5.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-big5-utf8.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-bg.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-al.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang/calendar-af.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/calendar.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/calendar-setup.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/calendar-blue.css +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/form_field_toggle_enable.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/dnChooserPopup.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/date_selector.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/ajax_tree.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/ajax_functions.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/TemplateRender.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/js/CheckAll.js +%%WWWDIR%%/templates/3rdParty/pla/htdocs/index.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/import_form.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/import.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/favicon.ico +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/warn-big.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/up.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/unknown.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_vertline.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_split_first.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_split.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_space.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_expand_first.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_expand_corner_first.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_expand_corner.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_expand.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_corner.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_collapse_first.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_collapse_corner_first.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_collapse_corner.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tree_collapse.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/trash.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tools.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/tools-no.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/terminal.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/switch.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/server.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/server-small.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/server-settings.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/search-big.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/save.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/rfc.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/rename.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/refresh.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/refresh-big.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/process.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/plus.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/photo.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/phone.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/nt_user.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/nt_machine.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/nogo.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/network.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/n.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/move.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/monitorserver-big.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/minus.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/mail.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/lock.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/locality.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/light.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/ldap-user.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/ldap-uniquegroup.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/ldap-uid.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/ldap-server.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/ldap-ou.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/ldap-o.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/ldap-default.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/ldap-dc.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/ldap-alias.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/key.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/invalid.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/info-big.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/import-big.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/host.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/home-big.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/help.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/hard-drive.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/folder.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/find.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/files.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/export.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/export-big.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/error.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/error-big.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/door.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/document.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/disabled.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/device.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/delete.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/cut.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/create.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/country.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/compare.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/children.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/catalog.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/calendar.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default/add.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/zw.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/za.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/yu.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ye.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ws.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/vn.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/vi.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/vg.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ve.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/va.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/uy.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/us.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ug.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ua.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/tz.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/tw.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/tv.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/tt.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/tr.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/tp.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/to.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/tn.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/th.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/tg.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/tc.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/sy.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/sr.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/so.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/sl.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/sk.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/si.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/sg.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/se.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/sd.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/sb.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/sa.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ru.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ro.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/qa.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/py.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/pt.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/pr.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/pm.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/pl.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/pk.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ph.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/pf.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/pe.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/pa.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/om.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/nz.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/nr.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/np.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/no.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/nl.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/nf.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/nc.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/na.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/mz.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/my.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/mx.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/mt.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ms.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/mp.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/mo.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/mn.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/mg.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/md.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/mc.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ma.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ly.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/lv.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/lu.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/lt.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/lk.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/lc.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/lb.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/kz.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ky.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/kr.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/kp.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ki.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/kh.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/kg.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ke.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/jp.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/jo.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/jm.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/it.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/is.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ir.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/iq.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/in.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/il.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ie.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/id.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/hu.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ht.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/hr.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/hk.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/gy.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/gu.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/gt.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/gr.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/gp.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/gl.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/gi.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ge.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/gb.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ga.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/fr.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/fo.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/fj.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/fi.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/et.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/es.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/er.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/eg.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ee.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ec.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/dz.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/dk.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/de.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/cz.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/cy.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/cv.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/cu.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/cr.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/co.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/cn.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/cm.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/cl.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ck.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ci.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ch.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/cg.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/cf.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ca.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bz.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/by.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bw.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bt.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bs.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/br.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bo.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bn.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bm.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bj.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bi.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bh.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bg.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bf.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/be.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bd.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/bb.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ba.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/az.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/aw.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/au.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/at.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ar.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/ao.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/an.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/am.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/al.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries/af.png +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/ajax-spinner.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/images/ajax-progress.gif +%%WWWDIR%%/templates/3rdParty/pla/htdocs/export_form.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/export.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/expand.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/entry_chooser.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/draw_tree_node.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/download_binary_attr.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/delete_form.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/delete_attr.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/delete.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/css/default/style.css +%%WWWDIR%%/templates/3rdParty/pla/htdocs/create_confirm.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/create.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/copy_form.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/copy.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/compare_form.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/compare.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/common.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/collapse.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/cmd.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/add_value_form.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/add_oclass_form.php +%%WWWDIR%%/templates/3rdParty/pla/htdocs/add_attr_form.php +%%WWWDIR%%/templates/3rdParty/pla/config/config.php +%%WWWDIR%%/templates/.htaccess +%%WWWDIR%%/style/type_user.css +%%WWWDIR%%/style/type_smbDomain.css +%%WWWDIR%%/style/type_netgroup.css +%%WWWDIR%%/style/type_mailAlias.css +%%WWWDIR%%/style/type_host.css +%%WWWDIR%%/style/type_group.css +%%WWWDIR%%/style/type_dhcp.css +%%WWWDIR%%/style/type_asteriskExt.css +%%WWWDIR%%/style/layout.css +%%WWWDIR%%/style/lam-images/headerLine.png +%%WWWDIR%%/style/jquery-ui-1.8.2.custom.css +%%WWWDIR%%/style/jquery-dropmenu.css +%%WWWDIR%%/style/images/ui-icons_cd0a0a_256x240.png +%%WWWDIR%%/style/images/ui-icons_888888_256x240.png +%%WWWDIR%%/style/images/ui-icons_454545_256x240.png +%%WWWDIR%%/style/images/ui-icons_2e83ff_256x240.png +%%WWWDIR%%/style/images/ui-icons_222222_256x240.png +%%WWWDIR%%/style/images/ui-bg_highlight-soft_75_cccccc_1x150-vertical.png +%%WWWDIR%%/style/images/ui-bg_highlight-soft_75_cccccc_1x100.png +%%WWWDIR%%/style/images/ui-bg_glass_95_fef1ec_1x400.png +%%WWWDIR%%/style/images/ui-bg_glass_75_e6e6e6_1x400.png +%%WWWDIR%%/style/images/ui-bg_glass_75_dadada_1x400.png +%%WWWDIR%%/style/images/ui-bg_glass_65_ffffff_1x400.png +%%WWWDIR%%/style/images/ui-bg_glass_55_fbf9ee_1x400.png +%%WWWDIR%%/style/images/ui-bg_flat_75_ffffff_40x100.png +%%WWWDIR%%/style/images/ui-bg_flat_0_aaaaaa_40x100.png +%%WWWDIR%%/style/images/ui-anim_basic_16x16.gif +%%WWWDIR%%/style/.htaccess +%%WWWDIR%%/sess/.htaccess +%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/ru_RU/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/ru_RU/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/pl_PL/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/pl_PL/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/nl_NL/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/nl_NL/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/ja_JP/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/ja_JP/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/it_IT/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/it_IT/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/hu_HU/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/hu_HU/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/fr_FR/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/fr_FR/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/es_ES/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/es_ES/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/de_DE/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/de_DE/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/cs_CZ/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/cs_CZ/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/ca_ES/LC_MESSAGES/messages.po +%%WWWDIR%%/locale/ca_ES/LC_MESSAGES/messages.mo +%%WWWDIR%%/locale/.htaccess +%%WWWDIR%%/lib/xml_parser.inc +%%WWWDIR%%/lib/ufpdf.php +%%WWWDIR%%/lib/types/user.inc +%%WWWDIR%%/lib/types/smbDomain.inc +%%WWWDIR%%/lib/types/netgroup.inc +%%WWWDIR%%/lib/types/mailAlias.inc +%%WWWDIR%%/lib/types/host.inc +%%WWWDIR%%/lib/types/group.inc +%%WWWDIR%%/lib/types/dhcp.inc +%%WWWDIR%%/lib/types/asteriskExt.inc +%%WWWDIR%%/lib/types.inc +%%WWWDIR%%/lib/tools/tests.inc +%%WWWDIR%%/lib/tools/serverInfo.inc +%%WWWDIR%%/lib/tools/schemaBrowser.inc +%%WWWDIR%%/lib/tools/profileEditor.inc +%%WWWDIR%%/lib/tools/pdfEdit.inc +%%WWWDIR%%/lib/tools/ouEditor.inc +%%WWWDIR%%/lib/tools/fileUpload.inc +%%WWWDIR%%/lib/tools.inc +%%WWWDIR%%/lib/status.inc +%%WWWDIR%%/lib/selfService.inc +%%WWWDIR%%/lib/security.inc +%%WWWDIR%%/lib/schema.inc +%%WWWDIR%%/lib/profiles.inc +%%WWWDIR%%/lib/pdfstruct.inc +%%WWWDIR%%/lib/pdf.inc +%%WWWDIR%%/lib/modules/systemQuotas.inc +%%WWWDIR%%/lib/modules/shadowAccount.inc +%%WWWDIR%%/lib/modules/sambaSamAccount/sambaMungedDial.inc +%%WWWDIR%%/lib/modules/sambaSamAccount.inc +%%WWWDIR%%/lib/modules/sambaGroupMapping.inc +%%WWWDIR%%/lib/modules/sambaDomain.inc +%%WWWDIR%%/lib/modules/range.inc +%%WWWDIR%%/lib/modules/quota.inc +%%WWWDIR%%/lib/modules/posixGroup.inc +%%WWWDIR%%/lib/modules/posixAccount.inc +%%WWWDIR%%/lib/modules/phpGroupwareUser.inc +%%WWWDIR%%/lib/modules/phpGroupwareGroup.inc +%%WWWDIR%%/lib/modules/nisnetgroup.inc +%%WWWDIR%%/lib/modules/nisMailAlias.inc +%%WWWDIR%%/lib/modules/ldapPublicKey.inc +%%WWWDIR%%/lib/modules/kolabUser.inc +%%WWWDIR%%/lib/modules/inetOrgPerson.inc +%%WWWDIR%%/lib/modules/inetLocalMailRecipient.inc +%%WWWDIR%%/lib/modules/imapAccess.inc +%%WWWDIR%%/lib/modules/ieee802device.inc %%WWWDIR%%/lib/modules/hostObject.inc +%%WWWDIR%%/lib/modules/generalInformation.inc +%%WWWDIR%%/lib/modules/fixed_ip.inc +%%WWWDIR%%/lib/modules/eduPerson.inc +%%WWWDIR%%/lib/modules/dhcp_settings.inc +%%WWWDIR%%/lib/modules/ddns.inc +%%WWWDIR%%/lib/modules/asteriskVoicemail.inc +%%WWWDIR%%/lib/modules/asteriskExtension.inc +%%WWWDIR%%/lib/modules/asteriskAccount.inc +%%WWWDIR%%/lib/modules/account.inc +%%WWWDIR%%/lib/modules.inc +%%WWWDIR%%/lib/lists.inc +%%WWWDIR%%/lib/ldap.inc +%%WWWDIR%%/lib/lamdaemon.pl +%%WWWDIR%%/lib/lamdaemon.inc +%%WWWDIR%%/lib/lamPDF.inc +%%WWWDIR%%/lib/html.inc +%%WWWDIR%%/lib/fpdf.php +%%WWWDIR%%/lib/font/verai.z +%%WWWDIR%%/lib/font/verai.php +%%WWWDIR%%/lib/font/verai.ctg.z +%%WWWDIR%%/lib/font/verabi.z +%%WWWDIR%%/lib/font/verabi.php +%%WWWDIR%%/lib/font/verabi.ctg.z +%%WWWDIR%%/lib/font/verab.z +%%WWWDIR%%/lib/font/verab.php +%%WWWDIR%%/lib/font/verab.ctg.z +%%WWWDIR%%/lib/font/vera.z +%%WWWDIR%%/lib/font/vera.php +%%WWWDIR%%/lib/font/vera.ctg.z +%%WWWDIR%%/lib/createntlm.inc +%%WWWDIR%%/lib/config.inc +%%WWWDIR%%/lib/checkEnvironment.inc +%%WWWDIR%%/lib/baseType.inc +%%WWWDIR%%/lib/baseModule.inc +%%WWWDIR%%/lib/account.inc %%WWWDIR%%/lib/3rdParty/phpseclib/PHP/Compat/Function/str_split.php %%WWWDIR%%/lib/3rdParty/phpseclib/PHP/Compat/Function/bcpowmod.php %%WWWDIR%%/lib/3rdParty/phpseclib/PHP/Compat/Function/array_fill.php -%%WWWDIR%%/lib/3rdParty/phpseclib/Net/SSH1.php %%WWWDIR%%/lib/3rdParty/phpseclib/Net/SSH2.php +%%WWWDIR%%/lib/3rdParty/phpseclib/Net/SSH1.php %%WWWDIR%%/lib/3rdParty/phpseclib/Net/SFTP.php %%WWWDIR%%/lib/3rdParty/phpseclib/Math/BigInteger.php -%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/RSA.php -%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/Hash.php %%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/TripleDES.php -%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/AES.php +%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/Rijndael.php +%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/Random.php +%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/RSA.php %%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/RC4.php +%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/Hash.php %%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/DES.php -%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/Random.php -%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/Rijndael.php +%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/AES.php %%WWWDIR%%/lib/.htaccess -%%WWWDIR%%/lib/tools.inc -%%WWWDIR%%/lib/account.inc -%%WWWDIR%%/lib/baseModule.inc -%%WWWDIR%%/lib/baseType.inc -%%WWWDIR%%/lib/config.inc -%%WWWDIR%%/lib/checkEnvironment.inc -%%WWWDIR%%/lib/createntlm.inc -%%WWWDIR%%/lib/export.inc -%%WWWDIR%%/lib/font/vera.ctg.z -%%WWWDIR%%/lib/font/vera.php -%%WWWDIR%%/lib/font/vera.z -%%WWWDIR%%/lib/font/verab.ctg.z -%%WWWDIR%%/lib/font/verab.php -%%WWWDIR%%/lib/font/verab.z -%%WWWDIR%%/lib/font/verabi.ctg.z -%%WWWDIR%%/lib/font/verabi.php -%%WWWDIR%%/lib/font/verabi.z -%%WWWDIR%%/lib/font/verai.ctg.z -%%WWWDIR%%/lib/font/verai.php -%%WWWDIR%%/lib/font/verai.z -%%WWWDIR%%/lib/fpdf.php -%%WWWDIR%%/lib/lamPDF.inc -%%WWWDIR%%/lib/lamdaemon.inc -%%WWWDIR%%/lib/lamdaemon.pl -%%WWWDIR%%/lib/ldap.inc -%%WWWDIR%%/lib/lists.inc -%%WWWDIR%%/lib/modules.inc -%%WWWDIR%%/lib/modules/asteriskAccount.inc -%%WWWDIR%%/lib/modules/asteriskExtension.inc -%%WWWDIR%%/lib/modules/ddns.inc -%%WWWDIR%%/lib/modules/dhcp_settings.inc -%%WWWDIR%%/lib/modules/fixed_ip.inc -%%WWWDIR%%/lib/modules/range.inc -%%WWWDIR%%/lib/modules/account.inc -%%WWWDIR%%/lib/modules/eduPerson.inc -%%WWWDIR%%/lib/modules/ieee802device.inc -%%WWWDIR%%/lib/modules/inetLocalMailRecipient.inc -%%WWWDIR%%/lib/modules/inetOrgPerson.inc -%%WWWDIR%%/lib/modules/kolabUser.inc -%%WWWDIR%%/lib/modules/ldapPublicKey.inc -%%WWWDIR%%/lib/modules/nisMailAlias.inc -%%WWWDIR%%/lib/modules/nisnetgroup.inc -%%WWWDIR%%/lib/modules/phpGroupwareGroup.inc -%%WWWDIR%%/lib/modules/phpGroupwareUser.inc -%%WWWDIR%%/lib/modules/posixAccount.inc -%%WWWDIR%%/lib/modules/posixGroup.inc -%%WWWDIR%%/lib/modules/quota.inc -%%WWWDIR%%/lib/modules/sambaDomain.inc -%%WWWDIR%%/lib/modules/sambaGroupMapping.inc -%%WWWDIR%%/lib/modules/sambaSamAccount.inc -%%WWWDIR%%/lib/modules/sambaSamAccount/sambaMungedDial.inc -%%WWWDIR%%/lib/modules/shadowAccount.inc -%%WWWDIR%%/lib/pdf.inc -%%WWWDIR%%/lib/pdfstruct.inc -%%WWWDIR%%/lib/profiles.inc -%%WWWDIR%%/lib/schema.inc -%%WWWDIR%%/lib/security.inc -%%WWWDIR%%/lib/selfService.inc -%%WWWDIR%%/lib/status.inc -%%WWWDIR%%/lib/types.inc -%%WWWDIR%%/lib/tree.inc -%%WWWDIR%%/lib/tools/fileUpload.inc -%%WWWDIR%%/lib/tools/ouEditor.inc -%%WWWDIR%%/lib/tools/pdfEdit.inc -%%WWWDIR%%/lib/tools/profileEditor.inc -%%WWWDIR%%/lib/tools/schemaBrowser.inc -%%WWWDIR%%/lib/tools/serverInfo.inc -%%WWWDIR%%/lib/tools/tests.inc -%%WWWDIR%%/lib/types/asteriskExt.inc -%%WWWDIR%%/lib/types/dhcp.inc -%%WWWDIR%%/lib/types/group.inc -%%WWWDIR%%/lib/types/host.inc -%%WWWDIR%%/lib/types/mailAlias.inc -%%WWWDIR%%/lib/types/netgroup.inc -%%WWWDIR%%/lib/types/smbDomain.inc -%%WWWDIR%%/lib/types/user.inc -%%WWWDIR%%/lib/ufpdf.php -%%WWWDIR%%/lib/xml_parser.inc -%%WWWDIR%%/locale/.htaccess -%%WWWDIR%%/locale/ca_ES/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/ca_ES/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/cs_CZ/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/cs_CZ/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/de_DE/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/de_DE/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/es_ES/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/es_ES/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/fr_FR/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/fr_FR/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/hu_HU/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/hu_HU/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/it_IT/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/it_IT/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/ja_JP/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/ja_JP/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/nl_NL/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/nl_NL/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/pl_PL/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/pl_PL/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/ru_RU/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/ru_RU/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/messages.po -%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/messages.mo -%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/messages.po -%%WWWDIR%%/sess/.htaccess -%%WWWDIR%%/style/.htaccess -%%WWWDIR%%/style/jquery-ui-1.8.2.custom.css -%%WWWDIR%%/style/type_asteriskExt.css -%%WWWDIR%%/style/type_dhcp.css -%%WWWDIR%%/style/layout.css -%%WWWDIR%%/style/type_group.css -%%WWWDIR%%/style/type_host.css -%%WWWDIR%%/style/type_mailAlias.css -%%WWWDIR%%/style/type_netgroup.css -%%WWWDIR%%/style/type_smbDomain.css -%%WWWDIR%%/style/type_user.css -%%WWWDIR%%/style/images/ui-icons_888888_256x240.png -%%WWWDIR%%/style/images/ui-bg_glass_55_fbf9ee_1x400.png -%%WWWDIR%%/style/images/ui-bg_flat_75_ffffff_40x100.png -%%WWWDIR%%/style/images/ui-bg_glass_75_e6e6e6_1x400.png -%%WWWDIR%%/style/images/ui-icons_2e83ff_256x240.png -%%WWWDIR%%/style/images/ui-icons_454545_256x240.png -%%WWWDIR%%/style/images/ui-icons_cd0a0a_256x240.png -%%WWWDIR%%/style/images/ui-icons_222222_256x240.png -%%WWWDIR%%/style/images/ui-anim_basic_16x16.gif -%%WWWDIR%%/style/images/ui-bg_glass_75_dadada_1x400.png -%%WWWDIR%%/style/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/style/images/ui-bg_highlight-soft_75_cccccc_1x100.png -%%WWWDIR%%/style/images/ui-bg_glass_65_ffffff_1x400.png -%%WWWDIR%%/style/images/ui-bg_glass_95_fef1ec_1x400.png -%%WWWDIR%%/style/lam-images/headerLine.png -%%WWWDIR%%/templates/main_footer.php -%%WWWDIR%%/templates/lib/jquery-1.4.2.min.js -%%WWWDIR%%/templates/lib/jquery-ui-1.8.2.custom.min.js -%%WWWDIR%%/templates/lib/lam.js -%%WWWDIR%%/templates/.htaccess -%%WWWDIR%%/templates/account/edit.php -%%WWWDIR%%/templates/config/conflogin.php -%%WWWDIR%%/templates/config/confmain.php -%%WWWDIR%%/templates/config/confmodules.php -%%WWWDIR%%/templates/config/confsave.php -%%WWWDIR%%/templates/config/conftypes.php -%%WWWDIR%%/templates/config/index.php -%%WWWDIR%%/templates/config/mainlogin.php -%%WWWDIR%%/templates/config/mainmanage.php -%%WWWDIR%%/templates/config/profmanage.php -%%WWWDIR%%/templates/config/moduleSettings.php -%%WWWDIR%%/templates/delete.php -%%WWWDIR%%/templates/help.php -%%WWWDIR%%/templates/initsuff.php -%%WWWDIR%%/templates/lib/wz_tooltip.js -%%WWWDIR%%/templates/lists/deletelink.php -%%WWWDIR%%/templates/lists/list.php -%%WWWDIR%%/templates/lists/userlink.php -%%WWWDIR%%/templates/login.php -%%WWWDIR%%/templates/logout.php -%%WWWDIR%%/templates/main.php -%%WWWDIR%%/templates/main_header.php -%%WWWDIR%%/templates/massBuildAccounts.php -%%WWWDIR%%/templates/massDoUpload.php -%%WWWDIR%%/templates/masscreate.php -%%WWWDIR%%/templates/ou_edit.php -%%WWWDIR%%/templates/serverInfo.php -%%WWWDIR%%/templates/pdfedit/pdfdelete.php -%%WWWDIR%%/templates/pdfedit/pdfmain.php -%%WWWDIR%%/templates/pdfedit/pdfpage.php -%%WWWDIR%%/templates/profedit/profiledelete.php -%%WWWDIR%%/templates/profedit/profilemain.php -%%WWWDIR%%/templates/profedit/profilepage.php -%%WWWDIR%%/templates/schema/schema.php -%%WWWDIR%%/templates/tests/index.php -%%WWWDIR%%/templates/tests/lamdaemonTest.php -%%WWWDIR%%/templates/tests/schemaTest.php -%%WWWDIR%%/templates/tools.php -%%WWWDIR%%/templates/tree/add_attr.php -%%WWWDIR%%/templates/tree/add_attr_form.php -%%WWWDIR%%/templates/tree/add_oclass.php -%%WWWDIR%%/templates/tree/add_oclass_form.php -%%WWWDIR%%/templates/tree/add_value.php -%%WWWDIR%%/templates/tree/add_value_form.php -%%WWWDIR%%/templates/tree/collapse.php -%%WWWDIR%%/templates/tree/create.php -%%WWWDIR%%/templates/tree/create_form.php -%%WWWDIR%%/templates/tree/creation_template.php -%%WWWDIR%%/templates/tree/delete.php -%%WWWDIR%%/templates/tree/delete_attr.php -%%WWWDIR%%/templates/tree/delete_form.php -%%WWWDIR%%/templates/tree/download_binary_attr.php -%%WWWDIR%%/templates/tree/edit.php -%%WWWDIR%%/templates/tree/expand.php -%%WWWDIR%%/templates/tree/export.php -%%WWWDIR%%/templates/tree/export_form.php -%%WWWDIR%%/templates/tree/rdelete.php -%%WWWDIR%%/templates/tree/refresh.php -%%WWWDIR%%/templates/tree/templates/creation/custom.php -%%WWWDIR%%/templates/tree/templates/creation/new_ou_template.php -%%WWWDIR%%/templates/tree/templates/templates.inc -%%WWWDIR%%/templates/tree/tree.php -%%WWWDIR%%/templates/tree/tree_view.php -%%WWWDIR%%/templates/tree/treeViewContainer.php -%%WWWDIR%%/templates/tree/update.php -%%WWWDIR%%/templates/tree/update_confirm.php -%%WWWDIR%%/tmp/.htaccess +%%WWWDIR%%/index.html +%%WWWDIR%%/help/help.inc +%%WWWDIR%%/help/.htaccess +%%WWWDIR%%/graphics/warn.png +%%WWWDIR%%/graphics/userDefault.png +%%WWWDIR%%/graphics/user.png +%%WWWDIR%%/graphics/up.gif +%%WWWDIR%%/graphics/uniquegroup.png +%%WWWDIR%%/graphics/undo.png +%%WWWDIR%%/graphics/uid.png +%%WWWDIR%%/graphics/tux.png +%%WWWDIR%%/graphics/tree_info.png +%%WWWDIR%%/graphics/tools.png +%%WWWDIR%%/graphics/tools-no.png +%%WWWDIR%%/graphics/tests.png +%%WWWDIR%%/graphics/star.png +%%WWWDIR%%/graphics/sort_desc.png +%%WWWDIR%%/graphics/sort_asc.png +%%WWWDIR%%/graphics/smbDomain.png +%%WWWDIR%%/graphics/server-small.png +%%WWWDIR%%/graphics/server-settings.png +%%WWWDIR%%/graphics/select.png +%%WWWDIR%%/graphics/security.png +%%WWWDIR%%/graphics/script.png %%WWWDIR%%/graphics/schemaTest.png +%%WWWDIR%%/graphics/schemaBrowser.png +%%WWWDIR%%/graphics/saveBig.png +%%WWWDIR%%/graphics/save.png +%%WWWDIR%%/graphics/samba.png +%%WWWDIR%%/graphics/required.png +%%WWWDIR%%/graphics/refresh.png +%%WWWDIR%%/graphics/profiles.png +%%WWWDIR%%/graphics/process.png +%%WWWDIR%%/graphics/plus.png +%%WWWDIR%%/graphics/phpGroupware.png +%%WWWDIR%%/graphics/pdf.png +%%WWWDIR%%/graphics/pass.png +%%WWWDIR%%/graphics/ou.png +%%WWWDIR%%/graphics/object.png +%%WWWDIR%%/graphics/o.png +%%WWWDIR%%/graphics/nt_user.png +%%WWWDIR%%/graphics/nt_machine.png +%%WWWDIR%%/graphics/network.png +%%WWWDIR%%/graphics/network-wired.png +%%WWWDIR%%/graphics/netgroup.png +%%WWWDIR%%/graphics/n.png +%%WWWDIR%%/graphics/modules.png +%%WWWDIR%%/graphics/minus.png +%%WWWDIR%%/graphics/mailBig.png +%%WWWDIR%%/graphics/mailAlias.png +%%WWWDIR%%/graphics/mail.png +%%WWWDIR%%/graphics/logo32.png +%%WWWDIR%%/graphics/lock.png +%%WWWDIR%%/graphics/locality.png +%%WWWDIR%%/graphics/loadProfile.png +%%WWWDIR%%/graphics/light.png +%%WWWDIR%%/graphics/ldap-server.png +%%WWWDIR%%/graphics/language.png %%WWWDIR%%/graphics/lamdaemonSmall.png -%%WWWDIR%%/lib/modules/imapAccess.inc -%%WWWDIR%%/style/jquery-dropmenu.css -%%WWWDIR%%/style/images/ui-bg_highlight-soft_75_cccccc_1x150-vertical.png -%%WWWDIR%%/templates/lib/lam-jquery-dropmenu-1.1.3.js +%%WWWDIR%%/graphics/lamdaemon.png +%%WWWDIR%%/graphics/lam.png +%%WWWDIR%%/graphics/kolab.png +%%WWWDIR%%/graphics/keyBig.png +%%WWWDIR%%/graphics/key.png +%%WWWDIR%%/graphics/ipRange.png +%%WWWDIR%%/graphics/info.png +%%WWWDIR%%/graphics/host.png +%%WWWDIR%%/graphics/help.png +%%WWWDIR%%/graphics/hard-driveBig.png +%%WWWDIR%%/graphics/hard-drive.png +%%WWWDIR%%/graphics/groupBig.png +%%WWWDIR%%/graphics/group.png +%%WWWDIR%%/graphics/go.png +%%WWWDIR%%/graphics/go-previous.png +%%WWWDIR%%/graphics/go-next.png +%%WWWDIR%%/graphics/go-last.png +%%WWWDIR%%/graphics/go-first.png +%%WWWDIR%%/graphics/gear.png +%%WWWDIR%%/graphics/forward.gif +%%WWWDIR%%/graphics/folder.png +%%WWWDIR%%/graphics/find.png +%%WWWDIR%%/graphics/files.png +%%WWWDIR%%/graphics/favicon.ico +%%WWWDIR%%/graphics/fail.png +%%WWWDIR%%/graphics/exitBig.png +%%WWWDIR%%/graphics/exit.png +%%WWWDIR%%/graphics/error.png +%%WWWDIR%%/graphics/eduPerson.png +%%WWWDIR%%/graphics/edit.png +%%WWWDIR%%/graphics/down.gif +%%WWWDIR%%/graphics/door.png +%%WWWDIR%%/graphics/document.png +%%WWWDIR%%/graphics/dhcpBig.png +%%WWWDIR%%/graphics/dhcp.png +%%WWWDIR%%/graphics/device.png +%%WWWDIR%%/graphics/delete.png +%%WWWDIR%%/graphics/delete.gif +%%WWWDIR%%/graphics/del.png +%%WWWDIR%%/graphics/dc.png +%%WWWDIR%%/graphics/computer.png +%%WWWDIR%%/graphics/catalog.png +%%WWWDIR%%/graphics/bigTools.png +%%WWWDIR%%/graphics/bigPeople.png +%%WWWDIR%%/graphics/back.gif +%%WWWDIR%%/graphics/asteriskExt.png +%%WWWDIR%%/graphics/asterisk.png +%%WWWDIR%%/graphics/add.png +%%WWWDIR%%/graphics/.htaccess +%%WWWDIR%%/config/selfService/default.user +%%WWWDIR%%/config/selfService/.htaccess +%%WWWDIR%%/config/profiles/default.user +%%WWWDIR%%/config/profiles/default.smbDomain +%%WWWDIR%%/config/profiles/default.netgroup +%%WWWDIR%%/config/profiles/default.mailAlias +%%WWWDIR%%/config/profiles/default.host +%%WWWDIR%%/config/profiles/default.group +%%WWWDIR%%/config/profiles/default.dhcp +%%WWWDIR%%/config/profiles/default.asteriskExt +%%WWWDIR%%/config/profiles/.htaccess +%%WWWDIR%%/config/pdf/logos/printLogo.jpg +%%WWWDIR%%/config/pdf/logos/.htaccess +%%WWWDIR%%/config/pdf/default.user.xml +%%WWWDIR%%/config/pdf/default.smbDomain.xml +%%WWWDIR%%/config/pdf/default.netgroup.xml +%%WWWDIR%%/config/pdf/default.mailAlias.xml +%%WWWDIR%%/config/pdf/default.host.xml +%%WWWDIR%%/config/pdf/default.group.xml +%%WWWDIR%%/config/pdf/default.dhcp.xml +%%WWWDIR%%/config/pdf/default.asteriskExt.xml +%%WWWDIR%%/config/pdf/.htaccess +%%WWWDIR%%/config/language +%%WWWDIR%%/config/lam.conf_sample +%%WWWDIR%%/config/config.cfg_sample +%%WWWDIR%%/config/.htaccess +%%WWWDIR%%/VERSION @dirrm %%WWWDIR%%/tmp -@dirrm %%WWWDIR%%/templates/tree/templates/creation -@dirrm %%WWWDIR%%/templates/tree/templates @dirrm %%WWWDIR%%/templates/tree @dirrm %%WWWDIR%%/templates/tests @dirrm %%WWWDIR%%/templates/schema @dirrm %%WWWDIR%%/templates/profedit @dirrm %%WWWDIR%%/templates/pdfedit +@dirrm %%WWWDIR%%/templates/misc @dirrm %%WWWDIR%%/templates/lists @dirrm %%WWWDIR%%/templates/lib @dirrm %%WWWDIR%%/templates/config @dirrm %%WWWDIR%%/templates/account +@dirrm %%WWWDIR%%/templates/3rdParty/pla/tools +@dirrm %%WWWDIR%%/templates/3rdParty/pla/templates/modification +@dirrm %%WWWDIR%%/templates/3rdParty/pla/templates/creation +@dirrm %%WWWDIR%%/templates/3rdParty/pla/templates +@dirrm %%WWWDIR%%/templates/3rdParty/pla/queries +@dirrm %%WWWDIR%%/templates/3rdParty/pla/lib +@dirrm %%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/skins/aqua +@dirrm %%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/skins +@dirrm %%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar/lang +@dirrm %%WWWDIR%%/templates/3rdParty/pla/htdocs/js/jscalendar +@dirrm %%WWWDIR%%/templates/3rdParty/pla/htdocs/js +@dirrm %%WWWDIR%%/templates/3rdParty/pla/htdocs/images/default +@dirrm %%WWWDIR%%/templates/3rdParty/pla/htdocs/images/countries +@dirrm %%WWWDIR%%/templates/3rdParty/pla/htdocs/images +@dirrm %%WWWDIR%%/templates/3rdParty/pla/htdocs/css/default +@dirrm %%WWWDIR%%/templates/3rdParty/pla/htdocs/css +@dirrm %%WWWDIR%%/templates/3rdParty/pla/htdocs +@dirrm %%WWWDIR%%/templates/3rdParty/pla/config +@dirrm %%WWWDIR%%/templates/3rdParty/pla +@dirrm %%WWWDIR%%/templates/3rdParty @dirrm %%WWWDIR%%/templates -@dirrm %%WWWDIR%%/style/images @dirrm %%WWWDIR%%/style/lam-images +@dirrm %%WWWDIR%%/style/images @dirrm %%WWWDIR%%/style @dirrm %%WWWDIR%%/sess @dirrm %%WWWDIR%%/locale/zh_TW/LC_MESSAGES @@ -414,17 +817,17 @@ @dirrm %%WWWDIR%%/locale/ca_ES/LC_MESSAGES @dirrm %%WWWDIR%%/locale/ca_ES @dirrm %%WWWDIR%%/locale -@dirrm %%WWWDIR%%/lib/tools/ @dirrm %%WWWDIR%%/lib/types +@dirrm %%WWWDIR%%/lib/tools @dirrm %%WWWDIR%%/lib/modules/sambaSamAccount @dirrm %%WWWDIR%%/lib/modules @dirrm %%WWWDIR%%/lib/font -@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/Crypt -@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/Math -@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/Net @dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/PHP/Compat/Function @dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/PHP/Compat @dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/PHP +@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/Net +@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/Math +@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/Crypt @dirrm %%WWWDIR%%/lib/3rdParty/phpseclib @dirrm %%WWWDIR%%/lib/3rdParty @dirrm %%WWWDIR%%/lib |