From sletellier@users.forge.codelutin.com Fri Nov 4 13:50:21 2011 From: sletellier@users.forge.codelutin.com To: echobase-commits@list.forge.codelutin.com Subject: [Echobase-commits] r11 - in trunk/echobase-ui/src/main: resources/i18n webapp/WEB-INF/jsp webapp/WEB-INF/jsp/export Date: Fri, 04 Nov 2011 13:50:21 +0100 Message-ID: <20111104125021.0B0E115971@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4989229682536630592==" --===============4989229682536630592== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: sletellier Date: 2011-11-04 13:50:20 +0100 (Fri, 04 Nov 2011) New Revision: 11 Url: http://forge.codelutin.com/repositories/revision/echobase/11 Log: - Creating export page Added: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/export/ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/export/export.jsp trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/export/exportQueryForm.jsp Modified: trunk/echobase-ui/src/main/resources/i18n/echobase-ui_fr_FR.properties Modified: trunk/echobase-ui/src/main/resources/i18n/echobase-ui_fr_FR.propert= ies =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/echobase-ui/src/main/resources/i18n/echobase-ui_fr_FR.properties 20= 11-11-04 12:50:00 UTC (rev 10) +++ trunk/echobase-ui/src/main/resources/i18n/echobase-ui_fr_FR.properties 20= 11-11-04 12:50:20 UTC (rev 11) @@ -5,6 +5,10 @@ echobase.common.admin=3DAdministrateur echobase.common.email=3DEmail echobase.common.password=3DMot de passe +echobase.common.save=3DSauvegarder +echobase.export.queryDescription=3DDescription +echobase.export.queryName=3DNom +echobase.export.querySql=3DSQL echobase.label.language=3DLanguage echobase.label.locale.english=3DAnglais echobase.label.locale.french=3DFran=C3=A7ais @@ -15,6 +19,7 @@ echobase.menu.logs=3DLogs echobase.menu.users=3DUtilisateurs echobase.msg.warnImportInProgress=3DMerci de ne pas fermer la fen=C3=AAtre p= our pouvoir acceder au r=C3=A9sultats de l'import. +echobase.title.export=3DExport echobase.title.import=3DImports echobase.title.importProgress=3DImport en cours echobase.title.importResult=3DR=C3=A9sultats de l'import Added: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/export/export.jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/export/export.jsp = (rev 0) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/export/export.jsp 2011-11-0= 4 12:50:20 UTC (rev 11) @@ -0,0 +1,53 @@ +<%-- + #%L + EchoBase :: UI + =20 + $Id$ + $HeadURL$ + %% + Copyright (C) 2011 Ifremer, Codelutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + =20 + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + =20 + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + #L% + --%> +<%@page contentType=3D"text/html" pageEncoding=3D"UTF-8" %> +<%@ taglib prefix=3D"s" uri=3D"/struts-tags" %> +<%@ taglib prefix=3D"sj" uri=3D"/struts-jquery-tags" %> + +<s:text name=3D"echobase.title.export"/> + + + + + + + + 3D"Load= + + +<%-- TODO sletellier : add result grid listen event updateExportGrid named e= xportGrid --%> + + \ No newline at end of file Added: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/export/exportQueryForm.j= sp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/export/exportQueryForm.jsp = (rev 0) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/export/exportQueryForm.jsp = 2011-11-04 12:50:20 UTC (rev 11) @@ -0,0 +1,67 @@ +<%-- + #%L + EchoBase :: UI + =20 + $Id$ + $HeadURL$ + %% + Copyright (C) 2011 Ifremer, Codelutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + =20 + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + =20 + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + #L% + --%> +<%@page contentType=3D"text/html" pageEncoding=3D"UTF-8"%> +<%@taglib prefix=3D"s" uri=3D"/struts-tags"%> +<%@taglib prefix=3D"sj" uri=3D"/struts-jquery-tags" %> + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file --===============4989229682536630592==--