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

michi at wyona.com michi at wyona.com
Fri Mar 30 11:12:30 CEST 2007


Author: michi
Date: 2007-03-30 11:12:28 +0200 (Fri, 30 Mar 2007)
New Revision: 23513

Modified:
   public/yanel/trunk/src/webapp/xslt/login-screen.xsl
Log:
root element fixed

Modified: public/yanel/trunk/src/webapp/xslt/login-screen.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2007-03-30 09:12:08 UTC (rev 23512)
+++ public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2007-03-30 09:12:28 UTC (rev 23513)
@@ -24,7 +24,7 @@
         <table cellspacing="0" cellpadding="0" id="bodytable">
           <tr>
             <td id="title">
-              Login to realm "<xsl:value-of select="/yanel:yanel/yanel:realm/@yanel:name"/>"
+              Login to realm "<xsl:value-of select="/yanel:yanel-auth-screen/yanel:realm/@yanel:name"/>"
             </td>
             <td id="logo">  
                <img src="{$yanel.back2realm}{$yanel.reservedPrefix}/yanel-img/yanel_header.png"/>
@@ -35,26 +35,26 @@
               <div id="content">
 
         <p>Authorization was denied. Please, enter your username and password.</p>
-        <xsl:apply-templates select="/yanel:yanel/yanel:message"/>
+        <xsl:apply-templates select="/yanel:yanel-auth-screen/yanel:message"/>
           <form method="POST">
             Username:<input type="text" name="yanel.login.username"/>
             Password:<input type="password" name="yanel.login.password"/>
             <input type="submit" value="Login"/>
           </form>
-        <xsl:apply-templates select="/yanel:yanel/yanel:ssl"/>
+        <xsl:apply-templates select="/yanel:yanel-auth-screen/yanel:ssl"/>
         <hr/>
         <p>
         <xsl:choose>
-          <xsl:when test="/yanel:yanel/yanel:request/@yanel:qs">
-            <a href="?{/yanel:yanel/yanel:request/@yanel:qs}&amp;yanel.format=xml">Show XML source</a>
+          <xsl:when test="/yanel:yanel-auth-screen/yanel:request/@yanel:qs">
+            <a href="?{/yanel:yanel-auth-screen/yanel:request/@yanel:qs}&amp;yanel.format=xml">Show XML source</a>
           </xsl:when>
           <xsl:otherwise>
             <a href="?&amp;yanel.format=xml">Show XML source</a>
           </xsl:otherwise>
         </xsl:choose>
         </p>
-        <xsl:apply-templates select="/yanel:yanel/yanel:request"/>
-        <xsl:apply-templates select="/yanel:yanel/yanel:realm"/>
+        <xsl:apply-templates select="/yanel:yanel-auth-screen/yanel:request"/>
+        <xsl:apply-templates select="/yanel:yanel-auth-screen/yanel:realm"/>
         </div>
         </td>
 </tr>




More information about the Yanel-commits mailing list