You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/08/29 02:16:48 UTC

svn commit: r437915 - in /incubator/xap/tags/milestone2/WebContent/examples: clientside-handler/ dojo/ google/ helloWorld/ inline-javascript/ serverside-handler/ split-pane/ tab-pane/

Author: mturyn
Date: Mon Aug 28 19:16:47 2006
New Revision: 437915

URL: http://svn.apache.org/viewvc?rev=437915&view=rev
Log:
For: Rob Gagne

Added a height to the body tag to get the splash image to show in the correct location (was failing for Firefox for certain samples)

Modified:
    incubator/xap/tags/milestone2/WebContent/examples/clientside-handler/index.html
    incubator/xap/tags/milestone2/WebContent/examples/dojo/portlet.html
    incubator/xap/tags/milestone2/WebContent/examples/dojo/portlet.xal
    incubator/xap/tags/milestone2/WebContent/examples/google/index.html
    incubator/xap/tags/milestone2/WebContent/examples/helloWorld/index.html
    incubator/xap/tags/milestone2/WebContent/examples/inline-javascript/index.html
    incubator/xap/tags/milestone2/WebContent/examples/serverside-handler/index.html
    incubator/xap/tags/milestone2/WebContent/examples/split-pane/index.html
    incubator/xap/tags/milestone2/WebContent/examples/tab-pane/index.html

Modified: incubator/xap/tags/milestone2/WebContent/examples/clientside-handler/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/tags/milestone2/WebContent/examples/clientside-handler/index.html?rev=437915&r1=437914&r2=437915&view=diff
==============================================================================
--- incubator/xap/tags/milestone2/WebContent/examples/clientside-handler/index.html (original)
+++ incubator/xap/tags/milestone2/WebContent/examples/clientside-handler/index.html Mon Aug 28 19:16:47 2006
@@ -10,7 +10,7 @@
 </style>
 </head>
 
-<body style="background-image: url('../loading.gif'); background-position: center; background-repeat: no-repeat;">
+<body style="background-image: url('../loading.gif'); height: 90%; background-position: center; background-repeat: no-repeat;">
 <script language="JavaScript" type="text/javascript" src="../../zimbra.js"></script>
 <script language="JavaScript" type="text/javascript" src="../../xapcore.js"></script>
 

Modified: incubator/xap/tags/milestone2/WebContent/examples/dojo/portlet.html
URL: http://svn.apache.org/viewvc/incubator/xap/tags/milestone2/WebContent/examples/dojo/portlet.html?rev=437915&r1=437914&r2=437915&view=diff
==============================================================================
--- incubator/xap/tags/milestone2/WebContent/examples/dojo/portlet.html (original)
+++ incubator/xap/tags/milestone2/WebContent/examples/dojo/portlet.html Mon Aug 28 19:16:47 2006
@@ -58,8 +58,8 @@
  
  </head>
   
- <body onload="Xap.createAllPredefinedSessions();">
-
+ <body onload="Xap.createAllPredefinedSessions();" 
+<body style="background-image: url('../loading.gif'); height: 90%; background-position: center; background-repeat: no-repeat;">
 <h1>Spatially-distributed XAP application</h1>
 <h2>XAP widgets (using Dojo colorPicker) are added to table cells</h2>
 

Modified: incubator/xap/tags/milestone2/WebContent/examples/dojo/portlet.xal
URL: http://svn.apache.org/viewvc/incubator/xap/tags/milestone2/WebContent/examples/dojo/portlet.xal?rev=437915&r1=437914&r2=437915&view=diff
==============================================================================
--- incubator/xap/tags/milestone2/WebContent/examples/dojo/portlet.xal (original)
+++ incubator/xap/tags/milestone2/WebContent/examples/dojo/portlet.xal Mon Aug 28 19:16:47 2006
@@ -33,7 +33,7 @@
 				onCommand="mco:handler.onPick(event)"		
 		/>		
 		
-		<!-- home---for now, the centre -->
+		<!-- home for now, the centre -->
 		<button xmlns="http://www.dojotoolkit.org/" 
 			text="Clear Button at Xap's attach-point.." 	
 			color="#aa0000"

Modified: incubator/xap/tags/milestone2/WebContent/examples/google/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/tags/milestone2/WebContent/examples/google/index.html?rev=437915&r1=437914&r2=437915&view=diff
==============================================================================
--- incubator/xap/tags/milestone2/WebContent/examples/google/index.html (original)
+++ incubator/xap/tags/milestone2/WebContent/examples/google/index.html Mon Aug 28 19:16:47 2006
@@ -30,7 +30,7 @@
      -->
  </head>
 
-<body onload="splash();" style="background-image: url('../loading.gif'); background-position: center; background-repeat: no-repeat; background-color: white;">
+<body onload="splash();" style="background-image: url('../loading.gif'); height: 90%; background-position: center; background-repeat: no-repeat; background-color: white;">
 	<script language="JavaScript" type="text/javascript" src="http://maps.google.com/maps?file=api&amp;v=2.58&amp;key=ABQIAAAAlYRvgaHE1whJORjmtXGV9hR_ITdY00jRIZdE-QoSnod_K6mOJBRnUNoRssL19C6yG16WP0f130y-fQ"></script>
 	
 	<script language="JavaScript" type="text/javascript" src="../../zimbra.js"></script>

Modified: incubator/xap/tags/milestone2/WebContent/examples/helloWorld/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/tags/milestone2/WebContent/examples/helloWorld/index.html?rev=437915&r1=437914&r2=437915&view=diff
==============================================================================
--- incubator/xap/tags/milestone2/WebContent/examples/helloWorld/index.html (original)
+++ incubator/xap/tags/milestone2/WebContent/examples/helloWorld/index.html Mon Aug 28 19:16:47 2006
@@ -10,7 +10,7 @@
 </style>
 </head>
 
-<body style="background-image: url('../loading.gif'); background-position: center; background-repeat: no-repeat;">
+<body style="background-image: url('../loading.gif'); height: 90%; background-position: center; background-repeat: no-repeat;">
 <script language="JavaScript" type="text/javascript" src="../../zimbra.js"></script>
 <script language="JavaScript" type="text/javascript" src="../../xapcore.js"></script>
 <script language="JavaScript" type="text/javascript">

Modified: incubator/xap/tags/milestone2/WebContent/examples/inline-javascript/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/tags/milestone2/WebContent/examples/inline-javascript/index.html?rev=437915&r1=437914&r2=437915&view=diff
==============================================================================
--- incubator/xap/tags/milestone2/WebContent/examples/inline-javascript/index.html (original)
+++ incubator/xap/tags/milestone2/WebContent/examples/inline-javascript/index.html Mon Aug 28 19:16:47 2006
@@ -10,7 +10,7 @@
 </style>
 </head>
 
-<body style="background-image: url('../loading.gif'); background-position: center; background-repeat: no-repeat;">
+<body style="background-image: url('../loading.gif'); height: 90%; background-position: center; background-repeat: no-repeat;">
 <script language="JavaScript" type="text/javascript" src="../../zimbra.js"></script>
 <script language="JavaScript" type="text/javascript" src="../../xapcore.js"></script>
 <script language="JavaScript" type="text/javascript">

Modified: incubator/xap/tags/milestone2/WebContent/examples/serverside-handler/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/tags/milestone2/WebContent/examples/serverside-handler/index.html?rev=437915&r1=437914&r2=437915&view=diff
==============================================================================
--- incubator/xap/tags/milestone2/WebContent/examples/serverside-handler/index.html (original)
+++ incubator/xap/tags/milestone2/WebContent/examples/serverside-handler/index.html Mon Aug 28 19:16:47 2006
@@ -10,7 +10,7 @@
 </style>
 </head>
 
-<body style="background-image: url('../loading.gif'); background-position: center; background-repeat: no-repeat;">
+<body style="background-image: url('../loading.gif'); height: 90%; background-position: center; background-repeat: no-repeat;">
 <script language="JavaScript" type="text/javascript" src="../../zimbra.js"></script>
 <script language="JavaScript" type="text/javascript" src="../../xapcore.js"></script>
 

Modified: incubator/xap/tags/milestone2/WebContent/examples/split-pane/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/tags/milestone2/WebContent/examples/split-pane/index.html?rev=437915&r1=437914&r2=437915&view=diff
==============================================================================
--- incubator/xap/tags/milestone2/WebContent/examples/split-pane/index.html (original)
+++ incubator/xap/tags/milestone2/WebContent/examples/split-pane/index.html Mon Aug 28 19:16:47 2006
@@ -10,7 +10,7 @@
 </style>
 </head>
 
-<body style="background-image: url('../loading.gif'); background-position: center; background-repeat: no-repeat;">
+<body style="background-image: url('../loading.gif'); height: 90%; background-position: center; background-repeat: no-repeat;">
 <script language="JavaScript" type="text/javascript" src="../../zimbra.js"></script>
 <script language="JavaScript" type="text/javascript" src="../../xapcore.js"></script>
 <script language="JavaScript" type="text/javascript">

Modified: incubator/xap/tags/milestone2/WebContent/examples/tab-pane/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/tags/milestone2/WebContent/examples/tab-pane/index.html?rev=437915&r1=437914&r2=437915&view=diff
==============================================================================
--- incubator/xap/tags/milestone2/WebContent/examples/tab-pane/index.html (original)
+++ incubator/xap/tags/milestone2/WebContent/examples/tab-pane/index.html Mon Aug 28 19:16:47 2006
@@ -10,7 +10,7 @@
 </style>
 </head>
 
-<body style="background-image: url('../loading.gif'); background-position: center; background-repeat: no-repeat;">
+<body style="background-image: url('../loading.gif'); height: 90%; background-position: center; background-repeat: no-repeat;">
 <script language="JavaScript" type="text/javascript" src="../../zimbra.js"></script>
 <script language="JavaScript" type="text/javascript" src="../../xapcore.js"></script>
 <script language="JavaScript" type="text/javascript">