[Pywps-commits] r479 - trunk/pywps/Templates
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 29 16:42:05 CEST 2008
Author: jachym
Date: 2008-04-29 16:42:04 +0200 (Tue, 29 Apr 2008)
New Revision: 479
Modified:
trunk/pywps/Templates/Execute.tmpl
Log:
reference input added
Modified: trunk/pywps/Templates/Execute.tmpl
===================================================================
--- trunk/pywps/Templates/Execute.tmpl 2008-04-29 14:42:00 UTC (rev 478)
+++ trunk/pywps/Templates/Execute.tmpl 2008-04-29 14:42:04 UTC (rev 479)
@@ -51,7 +51,7 @@
</ows:Abstract>
</TMPL_IF>
<TMPL_IF reference>
- <wps:Reference xlink:href="<TMPL_VAR reference>" method="<TMPL_VAR method>" mimeType="<TMPL_VAR mimetype>" encoding="<TMPL_VAR encoding>" schema="<TMPL_VAR schema>"/>
+ <wps:Reference xlink:href="<TMPL_VAR reference>" method="<TMPL_VAR method>" mimeType="<TMPL_VAR mimeType>" encoding="<TMPL_VAR encoding>" schema="<TMPL_VAR schema>"/>
<TMPL_IF header>
<wps:Header key="<TMPL_VAR key>" value="<TMPL_VAR value>" />
</TMPL_IF>
@@ -61,7 +61,7 @@
</wps:Body>
</TMPL_IF>
<TMPL_IF bodyReference>
- <wps:BodyReference xlink:href="<TMPL_VAR bodyreference>" />
+ <wps:BodyReference xlink:href="<TMPL_VAR bodyReference>" />
</TMPL_IF>
<TMPL_ELSE>
<TMPL_INCLUDE NAME="Execute_Data_Inputs.tmpl">
More information about the Pywps-commits
mailing list