Revision: 8017
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8017&view=rev
Author:   asadat
Date:     2009-07-14 19:25:38 +0000 (Tue, 14 Jul 2009)

Log Message:
-----------
changed the viz html

Modified Paths:
--------------
    code/websim/CMakeLists.txt
    code/websim/src/req_sim.cc

Modified: code/websim/CMakeLists.txt
===================================================================
--- code/websim/CMakeLists.txt  2009-07-14 18:36:30 UTC (rev 8016)
+++ code/websim/CMakeLists.txt  2009-07-14 19:25:38 UTC (rev 8017)
@@ -147,6 +147,8 @@
                "make"
                "make install")
 
+
+
 INSTALL (FILES README.txt COPYING.txt DESTINATION .)
 
 SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "WebSim")

Modified: code/websim/src/req_sim.cc
===================================================================
--- code/websim/src/req_sim.cc  2009-07-14 18:36:30 UTC (rev 8016)
+++ code/websim/src/req_sim.cc  2009-07-14 19:25:38 UTC (rev 8017)
@@ -55,7 +55,15 @@
   response = 
        "<HTML><HEAD><TITLE>Websim Visualization</TITLE></HEAD>"
        "<BODY><iframe id=\"visualization\" frameborder=0 width=\"1000\" 
height=\"1000\" "
-       "src=\"viz.html\"></iframe></BODY></HTML>";
+       "src=\"http://192.168.1.210/viz.html\";></iframe></BODY></HTML>";
+
+  /*response = 
+       "<HTML><HEAD><TITLE>A Simple Program</TITLE></HEAD>"
+       "<BODY><CENTER>"
+        "<APPLET CODE=\"http://192.168.1.210/Main.class\"; WIDTH=\"1000\" 
HEIGHT=\"1000\" id=\"TheApplet\"></APPLET>"
+       "</CENTER></BODY></HTML>";
+*/
+
   
   return true;
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to