[Castore-commits] soumissionMD.jsp 1.6 1.7
mathieu grimault
grimault-m at adullact1.hosting.cri74.org
Mar 5 Déc 12:33:37 CET 2006
Update of /cvsroot/castore/castore-struts-webapp/src/webapp/soumission
In directory adullact1:/tmp/cvs-serv26506/src/webapp/soumission
Modified Files:
soumissionMD.jsp
Log Message:
Intégration de l'import UNIMARC
Index: soumissionMD.jsp
===================================================================
RCS file: /cvsroot/castore/castore-struts-webapp/src/webapp/soumission/soumissionMD.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** soumissionMD.jsp 13 Nov 2006 12:59:44 -0000 1.6
--- soumissionMD.jsp 5 Dec 2006 11:33:35 -0000 1.7
***************
*** 72,76 ****
<hr />
- <html:form action="/soumissionMD.do">
<TABLE WIDTH="650" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
--- 72,75 ----
***************
*** 171,176 ****
--- 170,193 ----
SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="10" ALT=""></TD>
</TR>
+ <%-- Affichage ou non de la fonctionnalité d'import UNIMARC --%>
+ <logic:present name="import.unimarc" scope="application">
+ <TR>
+ <html:form action="/extractionMD.do" enctype="multipart/form-data">
+ <TD width="100%" COLSPAN="3">
+ <font class="TextBase">
+ <bean:message key="document.soumission.import.unimarc" />
+ </font>
+ <html:file property="formFile" size="15" />
+ <html:hidden property="importation" value="unimarc"/>
+ <html:submit>
+ <bean:message key="document.soumission.import.bouton.extract" />
+ </html:submit>
+ </TD>
+ </html:form>
+ </TR>
+ </logic:present>
<%-- --%>
<TR>
+ <html:form action="/soumissionMD.do">
<TD COLSPAN="3" WIDTH="100%">
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
Plus d'informations sur la liste de diffusion Castore-commits