You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sm...@apache.org on 2007/12/08 10:32:12 UTC

svn commit: r602393 - /portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/layout/tigris/desktop.jsp

Author: smilek
Date: Sat Dec  8 01:32:11 2007
New Revision: 602393

URL: http://svn.apache.org/viewvc?rev=602393&view=rev
Log:
The following revision comments are from branches/JETSPEED-2.1.3 revisions which were not individually checked-in to trunk
=== ---------------------------------------------------------------- ===
[ from branches/JETSPEED-2.1.3 r588413 ] | smilek | 2007-10-25 18:01:02 -0600 (Thu, 25 Oct 2007) | 1 line

changes for loading indicator content
=== ---------------------------------------------------------------- ===
[ from branches/JETSPEED-2.1.3 r578920 ] | smilek | 2007-09-24 13:18:14 -0600 (Mon, 24 Sep 2007) | 1 line

desktop overhaul
=== ---------------------------------------------------------------- ===

Modified:
    portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/layout/tigris/desktop.jsp

Modified: portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/layout/tigris/desktop.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/layout/tigris/desktop.jsp?rev=602393&r1=602392&r2=602393&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/layout/tigris/desktop.jsp (original)
+++ portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/layout/tigris/desktop.jsp Sat Dec  8 01:32:11 2007
@@ -38,12 +38,6 @@
 
 <%= desktop.getHeaderResource().getContent()%>
 
-<script language="JavaScript" type="text/javascript">
-    function notifyRetrieveAllMenusFinished()
-    {
-    }
-    dojo.event.connect( jetspeed, "notifyRetrieveAllMenusFinished", "notifyRetrieveAllMenusFinished" );
-</script>
 </head>
 
 <body class="<%= layoutStyleClass %>">
@@ -89,6 +83,7 @@
      <img src='<%= desktop.getLayoutBaseUrl("images/Jetspeed_blue_sm.png") %>' alt="Jetspeed 2 Powered" border="0" />
     </p>
 <!-- page level loading indicator (associated with layout decoration resource: desktop.action.loadpage) -->
+<!-- js-showloading-img is controlled by desktop.loading.img* properties, but src still needs to be set in content due to IE quirks -->
 <div id="js-showloading" class="js-showloading" style="display: none">
     <table cellpadding="0" cellspacing="0" border="0">
         <tbody>
@@ -96,8 +91,8 @@
                 <td class="js-showloading-left"></td>
                 <td class="js-showloading-middle">
                     <div>
-                        <div class="js-showloading-content" id="js-showloading-content">Loading ...</div>
-                        <div class="js-showloading-animation"><img src='<%= desktop.getLayoutBaseUrl("images/desktop/loading/loaddots.gif") %>' border="0"/></div>
+                        <div class="js-showloading-content" id="js-showloading-content">Loading&#133;</div>
+                        <div class="js-showloading-imgcontainer"><img id="js-showloading-img" src='<%= desktop.getLayoutBaseUrl("images/desktop/loading/loaddots.gif") %>' border="0"/></div>
                     </div>
                 </td>
                 <td class="js-showloading-right"></td>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org