|
|
@@ -65,7 +65,7 @@
|
|
|
<xsl:copy-of select="$title"/>
|
|
|
<xsl:for-each select="send_email:send_email.send_email_from_xml_parsed.xml.child">
|
|
|
<!--<echo message="O_UTPUT__START"/>-->
|
|
|
- <echo><br><a href="${antFunctionUrl}&confirmAntfile=${confirmAntfile}&confirmAntfileTarget=send_email.send_email_from_xml_parsed.build.xml.confirm.<xsl:value-of select="position()"/>">Wyslij mail do <xsl:value-of select="."/></a> </br></echo>
|
|
|
+ <echo><br><a href="${antFunctionUrl}&confirmAntfile=<xsl:value-of select="$confirmAntfile"/>&confirmAntfileTarget=send_email.send_email_from_xml_parsed.build.xml.confirm.<xsl:value-of select="position()"/>">Wyslij mail do <xsl:value-of select="."/></a> </br></echo>
|
|
|
<!--<echo message="O_UTPUT__END"/>-->
|
|
|
</xsl:for-each>
|
|
|
</target>
|