New menus (source: Erwan)

SVN:trunk[165]
This commit is contained in:
Romain Quetiez
2009-09-16 08:39:02 +00:00
parent 3470216767
commit 93e629593c
2 changed files with 865 additions and 764 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
SET WEBROOT=http://localhost:81
SET WEBROOT=http://localhost:81/trunk
SET EXPORT=%WEBROOT%/webservices/export.php
SET USER=admin
@@ -6,5 +6,5 @@ SET PWD=admin
REM The order (numbering) of the files is important since
REM it dictates the order to import them back
wget --output-document=1.menus.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT menuNode WHERE type%%3D%%27application%%27&format=xml"
wget --output-document=1.menus.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT menuNode WHERE type%%3D%%27application%%27 OR type%%3D%%27administrator%%27&format=xml"
pause