|
|
@@ -66,10 +66,10 @@
|
|
|
<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=<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><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()"/>" target="_blank">Wyslij mail do <xsl:value-of select="."/></a> </br></echo>
|
|
|
<!--<echo message="O_UTPUT__END"/>-->
|
|
|
</xsl:for-each>
|
|
|
- <echo><br><a href="${antFunctionUrl}&confirmAntfile=<xsl:value-of select="$confirmAntfile"/>&confirmAntfileTarget=send_email.send_email_from_xml_parsed.build.xml.confirm.all">Wyslij mail do Wszystkich </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.all" target="_blank">Wyslij mail do Wszystkich </a> </br></echo>
|
|
|
</target>
|
|
|
<target name="send_email.send_email_from_xml_parsed.build.xml.confirm.all">
|
|
|
<exec executable="mutt">
|
|
|
@@ -98,6 +98,7 @@
|
|
|
<xsl:attribute name="inputstring">${send_email.send_email_from_xml_parsed.build.xml.title}</xsl:attribute>
|
|
|
<arg line='-a "{$out.pdf}"'/>
|
|
|
<arg line='-s "Wiadomosc"'/>
|
|
|
+ <arg line='-e "set copy = no"'/>
|
|
|
<arg line='-- {text()}'/>
|
|
|
</exec>
|
|
|
</target>
|