Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. EXEC AgSp_s_UpdateDefaultInstallValue
  2. 'EmailTemplate', -- Category
  3. 'SinglePersonDiscountProcessed', -- Name
  4. '<?xml version="1.0" encoding="UTF-8" ?>
  5. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xml:space="default">
  6. <xsl:template match="/">
  7. <html>
  8. <head>
  9. <style type="text/css">
  10. body { font-family: ''Arial'', sans-serif; font-size:12pt;}
  11. </style>
  12. <title>
  13. Successful Single Person Discount
  14. </title>
  15. </head>
  16. <body>
  17. Dear Customer,
  18. <br />
  19. <br />
  20. Your Single Person Discount for the property <b><xsl:value-of select="root/movetoaddress/fulladdressformatted"/></b>, with Council Tax reference number <b><xsl:value-of select="root/counciltaxreference"/></b>, is successful.
  21. <br />
  22. <br />
  23. The discount has now been applied to your Council Tax account and this will reflect on your total balance.
  24. <br/>
  25. <br/>
  26. <xsl:element name="a">
  27. <xsl:attribute name="href">
  28. <xsl:value-of select="root/siteurl"/>
  29. <xsl:text>IL1_Login.aspx</xsl:text>
  30. </xsl:attribute>
  31. Log in
  32. </xsl:element> to view your Council Tax account balance.
  33. <br/>
  34. <br/>
  35. Please inform us if there are any changes that affect your entitlement to this discount.
  36. <br />
  37. <br />
  38. Thank you,
  39. <br/>
  40. Barking and Dagenham Council My Account support team
  41. <br />
  42. <xsl:element name="a">
  43. <xsl:attribute name="href">
  44. <xsl:text>http://www.lbbd.gov.uk</xsl:text>
  45. </xsl:attribute>
  46. www.lbbd.gov.uk
  47. </xsl:element>
  48. <br />
  49. <br />
  50. This email has been automatically generated. Replies to this address will not be read or actioned. If you experience any problems with this service, please contact us on 020 8215 3000.
  51. <br />
  52. <br />
  53. The information and link in this email is confidential and intended solely for the individual to which it is addressed. If you are not the intended recipient, the use, retaining, distribution or other use of any transmitted information is strictly prohibited.
  54. </body>
  55. </html>
  56. </xsl:template>
  57. </xsl:stylesheet>',
  58. 0, -- IsLoadedOnStartup
  59. 'xslt' -- ContentType
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement