You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/11/28 16:57:01 UTC

svn commit: r349410 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/info/root.xsl

Author: michi
Date: Mon Nov 28 07:56:57 2005
New Revision: 349410

URL: http://svn.apache.org/viewcvs?rev=349410&view=rev
Log:
patch update from Josias

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/info/root.xsl

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/info/root.xsl
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/info/root.xsl?rev=349410&r1=349409&r2=349410&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/info/root.xsl (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/info/root.xsl Mon Nov 28 07:56:57 2005
@@ -21,7 +21,9 @@
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns="http://www.w3.org/1999/xhtml"
   >
-  
+
+  <xsl:import href="../util/waitScreen.xsl"/>
+
   <xsl:param name="contextprefix"/>
   <xsl:param name="publicationid"/>
   <xsl:param name="area"/>
@@ -41,7 +43,6 @@
       <head>
         
         <link href="{$contextprefix}/lenya/css/default.css" rel="stylesheet" type="text/css"/>
-        
         <!-- These three scripts define the tree, do not remove-->
         <script src="{$contextprefix}/{$publicationid}/info-authoring/info-sitetree/tree.js" type="text/javascript" />
         <script src="{$contextprefix}/{$publicationid}/info-authoring/info-sitetree/navtree.js" type="text/javascript" />
@@ -64,6 +65,7 @@
           };
        
          </script>
+         <xsl:call-template name="wait_script"/>   
 
       </head>
 
@@ -102,6 +104,7 @@
             </tr>
           </table>
         </div>
+        <xsl:call-template name="wait_screen"/>   
       </body>
     </html>
   </xsl:template>
@@ -158,4 +161,4 @@
       </a></td>
   </xsl:template>
 
-</xsl:stylesheet> 
+</xsl:stylesheet> 
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org