[Yanel-commits] rev 58300 - public/yanel/trunk/src/webapp/xslt

michi at wyona.com michi at wyona.com
Tue May 17 11:31:29 CEST 2011


Author: michi
Date: 2011-05-17 11:31:29 +0200 (Tue, 17 May 2011)
New Revision: 58300

Modified:
   public/yanel/trunk/src/webapp/xslt/login-screen.xsl
Log:
auto login started

Modified: public/yanel/trunk/src/webapp/xslt/login-screen.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2011-05-17 09:30:59 UTC (rev 58299)
+++ public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2011-05-17 09:31:29 UTC (rev 58300)
@@ -40,6 +40,7 @@
             Username:<xsl:choose><xsl:when test="/yanel:yanel-auth-screen/yanel:login-default"><input type="text" name="yanel.login.username" value="{/yanel:yanel-auth-screen/yanel:login-default/@yanel:username}"/></xsl:when><xsl:when test="/yanel:yanel-auth-screen/yanel:login-preset"><input type="text" name="yanel.login.username" value="{/yanel:yanel-auth-screen/yanel:login-preset/@yanel:username}"/></xsl:when><xsl:otherwise><input type="text" name="yanel.login.username"/></xsl:otherwise></xsl:choose>
             Password: <input type="password" name="yanel.login.password"/>(<a id="forgotpw" href="{$yanel.back2realm}{$yanel.reservedPrefix}/user-forgot-pw.html">I forgot my password!</a>)<br/>
             <xsl:choose><xsl:when test="/yanel:yanel-auth-screen/yanel:login-default"><input type="checkbox" name="remember-my-login-name" checked="checked"/></xsl:when><xsl:otherwise><input type="checkbox" name="remember-my-login-name"/></xsl:otherwise></xsl:choose> Remember my login name (for 1 day (<a href="">More info</a>). Uncheck if on a shared computer!)
+            <br/><input type="checkbox" name="auto-login"/> Keep me signed in (for 1 day (<a href="">More info</a>). Uncheck if on a shared computer!)
             <input type="submit" value="Login" name="regular-login"/>
           </form>
         <xsl:apply-templates select="/yanel:yanel-auth-screen/yanel:ssl"/>



More information about the Yanel-commits mailing list