[Yanel-commits] rev 44095 - public/yanel/trunk/src/contributions/resources/forgotpw/htdocs

michi at wyona.com michi at wyona.com
Mon Aug 10 14:07:00 CEST 2009


Author: michi
Date: 2009-08-10 14:07:00 +0200 (Mon, 10 Aug 2009)
New Revision: 44095

Modified:
   public/yanel/trunk/src/contributions/resources/forgotpw/htdocs/forgotpw.xsl
Log:
exception added

Modified: public/yanel/trunk/src/contributions/resources/forgotpw/htdocs/forgotpw.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/forgotpw/htdocs/forgotpw.xsl	2009-08-10 11:51:16 UTC (rev 44094)
+++ public/yanel/trunk/src/contributions/resources/forgotpw/htdocs/forgotpw.xsl	2009-08-10 12:07:00 UTC (rev 44095)
@@ -20,6 +20,7 @@
               I forgot my password!
             </h1>
 
+            <xsl:apply-templates select="/yanel:yanel-forgotpw/yanel:exception"/>
             <xsl:apply-templates select="/yanel:yanel-forgotpw/yanel:requestemail"/>
             <xsl:apply-templates select="/yanel:yanel-forgotpw/yanel:requestnewpw"/>
             <xsl:apply-templates select="/yanel:yanel-forgotpw/yanel:show-message"/>
@@ -28,6 +29,11 @@
     </html>
   </xsl:template>
 
+  <xsl:template match="yanel:exception" >
+    <h2><font color="red">Exception</font></h2>
+    <p><xsl:value-of select="."/></p>
+  </xsl:template>
+
   <xsl:template match="yanel:requestemail" >
     <h2>Get a new password by E-mail</h2>
     <form name="forgotpw-form" method="post" action="#">



More information about the Yanel-commits mailing list