27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
<?xml version="1.0" encoding="UTF-8" ?>
|
||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MembershipRequest="cks:MembershipRequest">
|
||
<xsl:template match="/">
|
||
<html>
|
||
<head>
|
||
<title>A new password from https://projects.vahanen.com</title>
|
||
</head>
|
||
<body>
|
||
<div>
|
||
<p>You have requested a new password at https://projects.vahanen.com. <xsl:value-of select="MembershipRequest:get_SiteName()" />.</p>
|
||
|
||
<p>Your password: <xsl:value-of select="MembershipRequest:get_Password()" /></p>
|
||
|
||
<p></p>
|
||
|
||
<p>
|
||
<xsl:text>You may change the password once you have logged in. The Change password link can be found in the menu on the left.</xsl:text>
|
||
</p>
|
||
<p>If you have any technical problems with the site, please contact the webmaster at: asiakaspalvelu@taloyhtio.info</p>
|
||
|
||
<p>For queries or matters related to the site’s content, contact Vahanen Oy customer services: info@vahanen.com.</p>
|
||
|
||
</div>
|
||
</body>
|
||
</html>
|
||
</xsl:template>
|
||
</xsl:stylesheet> |