[Laszlo-checkins] r9479 - in openlaszlo/trunk: . laszlo-explorer laszlo-explorer/coverpages laszlo-explorer/coverpages/images/cover-images

pbr@openlaszlo.org pbr at openlaszlo.org
Thu Jun 5 11:03:34 PDT 2008


Author: pbr
Date: 2008-06-05 11:03:29 -0700 (Thu, 05 Jun 2008)
New Revision: 9479

Added:
   openlaszlo/trunk/laszlo-explorer/coverpages/images/cover-images/lzproject.jpg
   openlaszlo/trunk/laszlo-explorer/coverpages/lzproject_cover.html
Modified:
   openlaszlo/trunk/index.jsp
   openlaszlo/trunk/laszlo-explorer/nav.xml
   openlaszlo/trunk/laszlo-explorer/nav_dhtml.xml
Log:
Change 20080604-Philip-6 by Philip at Philip-DC on 2008-06-04 12:33:22 EDT
     in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk
     for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Add lzproject to laszlo explorer

New Features:

Bugs Fixed: LPP-6109

Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: amy

Documentation:

Release Notes:

Details:
LzProject added to laszlo explorer and the top-level dev page. I used the text f rom the original lzproject page for the lzproject cover page in laszlo explorer.


Tests:
- running lzproject in swf/dhtml from dev page
- running lzproject in swf/dhtml from laszlo explorer running in swf.
- running lzproject in swf/dhtml from laszlo explorer running in dhtml

Files:
M      laszlo-explorer/nav.xml
A      laszlo-explorer/coverpages/images/cover-images/lzproject.jpg
A      laszlo-explorer/coverpages/lzproject_cover.html
M      laszlo-explorer/nav_dhtml.xml
M      index.jsp

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080604-Philip-6.tar



Modified: openlaszlo/trunk/index.jsp
===================================================================
--- openlaszlo/trunk/index.jsp	2008-06-05 17:19:31 UTC (rev 9478)
+++ openlaszlo/trunk/index.jsp	2008-06-05 18:03:29 UTC (rev 9479)
@@ -35,6 +35,7 @@
                     <li>calendar (<a href="demos/calendar/calendar.lzx?lzr=swf7">flash</a>) (<a href="demos/calendar/calendar.lzx?lzr=dhtml">dhtml</a>)</li>
                     <li>chat (<a href="demos/chat/chat.lzx?lzr=swf7">flash</a>) (<a href="demos/chat/chat.lzx?lzr=dhtml">dhtml</a>)</li>
                     <li>lzpix (<a href="demos/lzpix/app.lzx?lzr=swf7">flash</a>) (<a href="demos/lzpix/app.lzx?lzr=dhtml">dhtml</a>)</li>
+                    <li>lzproject (<a href="demos/lzproject/lzx/lzproject/lzproject.lzx?lzr=swf7">flash</a>) (<a href="demos/lzproject/lzx/lzproject/lzproject.lzx?lzr=dhtml">dhtml</a>)</li>
                     <li>noughts (<a href="demos/noughts/noughts.lzx?lzr=swf7">flash</a>) (<a href="demos/noughts/noughts.lzx?lzr=dhtml">dhtml</a>)</li>
                     <li>vacation-survey (<a href="demos/vacation-survey/vacation-survey.lzx?lzr=swf7">flash</a>) (<a href="demos/vacation-survey/vacation-survey.lzx?lzr=dhtml">dhtml</a>)</li>
                     <li>weather (<a href="demos/weather/weather.lzx?lzr=swf7">flash</a>)  (<a href="demos/weather/weather.lzx?lzr=dhtml">dhtml</a>)</li>

Added: openlaszlo/trunk/laszlo-explorer/coverpages/images/cover-images/lzproject.jpg


Property changes on: openlaszlo/trunk/laszlo-explorer/coverpages/images/cover-images/lzproject.jpg
___________________________________________________________________
Name: svn:mime-type
   + image/jpeg

Added: openlaszlo/trunk/laszlo-explorer/coverpages/lzproject_cover.html


Property changes on: openlaszlo/trunk/laszlo-explorer/coverpages/lzproject_cover.html
___________________________________________________________________
Name: svn:mime-type
   + text/html
Name: svn:eol-style
   + native

Modified: openlaszlo/trunk/laszlo-explorer/nav.xml
===================================================================
--- openlaszlo/trunk/laszlo-explorer/nav.xml	2008-06-05 17:19:31 UTC (rev 9478)
+++ openlaszlo/trunk/laszlo-explorer/nav.xml	2008-06-05 18:03:29 UTC (rev 9479)
@@ -1,6 +1,6 @@
 <menu>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2007 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.              *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->
     <section name="Welcome" src="/laszlo-explorer/coverpages/welcome/" title="OpenLaszlo Server" 
@@ -42,6 +42,16 @@
             <subitem title="Source Code Explorer"
                 src="/demos/lzpix/app.lzx" name="Source" action="source" />
         </item>
+        <item title="LZProject" name="LZProject"  
+              src="/laszlo-explorer/coverpages/lzproject_cover.html"
+              text="A demonstration of OpenLaszlo's multiple runtime capabilities." >
+            <subitem title="Launch in DHTML" name="View in DHTML" action="popup" target="_blank"
+                     popup="/demos/lzproject/lzx/lzproject/lzproject.lzx" runtime="dhtml" />
+            <subitem title="Launch in Flash" name="View in Flash" action="popup" target="_blank"
+                     popup="/demos/lzproject/lzx/lzproject/lzproject.lzx" runtime="swf7" />
+            <subitem title="Source Code Explorer"
+                src="/demos/lzproject/lzx/lzproject/lzproject.lzx" name="Source" action="source" />
+        </item>
         <item title="YouTube" name="YouTube"  
               src="/laszlo-explorer/coverpages/youtube_cover.html"
               text="A demonstration of OpenLaszlo's streaming audio/video support." >

Modified: openlaszlo/trunk/laszlo-explorer/nav_dhtml.xml
===================================================================
--- openlaszlo/trunk/laszlo-explorer/nav_dhtml.xml	2008-06-05 17:19:31 UTC (rev 9478)
+++ openlaszlo/trunk/laszlo-explorer/nav_dhtml.xml	2008-06-05 18:03:29 UTC (rev 9479)
@@ -1,6 +1,6 @@
 <menu>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2007 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.              *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->
     <section name="Welcome" src="/laszlo-explorer/coverpages/welcome/" title="OpenLaszlo Server" 
@@ -42,6 +42,16 @@
             <subitem title="Source Code Explorer"
                 src="/demos/lzpix/app.lzx" name="Source" action="source" />
         </item>
+        <item title="LZProject" name="LZProject"  
+              src="/laszlo-explorer/coverpages/lzproject_cover.html"
+              text="A demonstration of OpenLaszlo's multiple runtime capabilities." >
+            <subitem title="Launch in DHTML" name="View in DHTML" action="popup" target="_blank"
+                     popup="/demos/lzproject/lzx/lzproject/lzproject.lzx" runtime="dhtml" />
+            <subitem title="Launch in Flash" name="View in Flash" action="popup" target="_blank"
+                     popup="/demos/lzproject/lzx/lzproject/lzproject.lzx" runtime="swf7" />
+            <subitem title="Source Code Explorer"
+                src="/demos/lzproject/lzx/lzproject/lzproject.lzx" name="Source" action="source" />
+        </item>
     </section>
     
     <section name="Laszlo in 10 Minutes" title="Laszlo in 10 minutes" text="A walkthrough for developers." action="explore_welcome">



More information about the Laszlo-checkins mailing list