[jboss-cvs] jboss-seam/examples/remoting/progressbar/view ...

Shane Bryzak Shane_Bryzak at symantec.com
Sun Aug 6 09:41:53 EDT 2006


  User: sbryzak2
  Date: 06/08/06 09:41:53

  Modified:    examples/remoting/progressbar/view  progressbar.xhtml
  Log:
  Cleanup
  
  Revision  Changes    Path
  1.4       +5 -21     jboss-seam/examples/remoting/progressbar/view/progressbar.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: progressbar.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/progressbar/view/progressbar.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- progressbar.xhtml	21 Apr 2006 01:23:23 -0000	1.3
  +++ progressbar.xhtml	6 Aug 2006 13:41:53 -0000	1.4
  @@ -5,7 +5,7 @@
   
   <head>
   	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  -	<title>Seam Remoting Framework</title>
  +	<title>Seam Remoting Progress Bar Example</title>
   	
   	<style>
   
  @@ -34,29 +34,13 @@
   
   <body>
   
  -  <script type="text/javascript" src="seam/remoting/resource/remote.js">
  -    <!--
  -    // This space intentionally left blank
  -    //-->
  -  </script>
  -
  -  <script type="text/javascript" src="seam/remoting/interface.js?progressBarAction">
  -    <!--
  -    // This space intentionally left blank
  -    //-->
  -  </script>
  -  
  -  <script type="text/javascript" src="slider.js">
  -    <!--
  -    // This space intentionally left blank
  -    //-->
  -  </script>  
  +  <script type="text/javascript" src="seam/remoting/resource/remote.js"></script>
  +  <script type="text/javascript" src="seam/remoting/interface.js?progressBarAction"></script> 
  +  <script type="text/javascript" src="slider.js"></script>
     
     <script type="text/javascript">
       //<![CDATA[
       
  -//    Seam.Remoting.setDebug(true);
  -    
       // don't display the loading indicator
       Seam.Remoting.displayLoadingMessage = function() {};
       Seam.Remoting.hideLoadingMessage = function() {};
  
  
  



More information about the jboss-cvs-commits mailing list