summaryrefslogtreecommitdiff
path: root/gentoobrowse-api/service/notifications/xslt/signup.xslt
blob: d6c94b5ad6d94c665c6ad23a3d614f1684d0f5f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:import href="base.xslt"/>

  <xsl:template name="title">Welcome to Gentoo Browse</xsl:template>

  <xsl:template name="content">
		<section>
			<h2 class="page-header">Confirmation</h2>
			<p>
				Click <a>
					<xsl:attribute name="href">
						<xsl:text>https://gentoobrowse.randomdan.homeip.net/user/verify/</xsl:text>
						<xsl:value-of select="verifyguid" />
					</xsl:attribute>
					<xsl:text>https://gentoobrowse.randomdan.homeip.net/user/verify/</xsl:text>
					<xsl:value-of select="verifyguid" />
				</a> to confirm your account.
			</p>
			<p>Or alternatively, copy and paste this code into the confirmation page: <xsl:value-of select="verifyguid" /></p>
		</section>
  </xsl:template>
</xsl:stylesheet>