[Checkins] SVN: zope3org/trunk/src/zorg/live/demo/upload/progress.pt added pt for progress indication

Uwe Oestermeier uwe_oestermeier at iwm-kmrc.de
Sat Apr 8 08:31:32 EDT 2006


Log message for revision 66665:
  added pt for progress indication

Changed:
  A   zope3org/trunk/src/zorg/live/demo/upload/progress.pt

-=-
Added: zope3org/trunk/src/zorg/live/demo/upload/progress.pt
===================================================================
--- zope3org/trunk/src/zorg/live/demo/upload/progress.pt	2006-04-08 11:55:57 UTC (rev 66664)
+++ zope3org/trunk/src/zorg/live/demo/upload/progress.pt	2006-04-08 12:31:31 UTC (rev 66665)
@@ -0,0 +1,23 @@
+<html>
+    <script type="text/javascript" src="prototype.js" 
+       tal:attributes="src string:${context/++resource++zorgajax/prototype.js}">
+    </script>
+    <script type="text/javascript" src="livepage.js" 
+       tal:attributes="src string:${context/++resource++livepage.js}">
+    </script>
+    <script type="text/javascript" src="livecomment.js" 
+       tal:attributes="src string:${context/++resource++livecomment.js}">
+    </script>
+    
+    <script type="text/javascript" 
+            tal:content="string:LivePage.uuid = '${view/nextClientId}';">
+            LivePage.uuid = '0';
+    </script>
+
+    <body onload="LivePage.startClient();" onunload="LivePage.stopClient();">
+    
+        <p id="livepage_progress">Progress</p>
+    
+    </body>
+
+</html>
\ No newline at end of file



More information about the Checkins mailing list