r9670 - helma-ng/trunk/apps/demo/skins

[email protected] Thu, 23 Apr 2009 22:00:56 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090423200056.70AE43D0D6@mia>
Author: hannes
Date: 2009-04-23 22:00:56 +0200 (Thu, 23 Apr 2009)
New Revision: 9670

Modified:
   helma-ng/trunk/apps/demo/skins/continuation.html
Log:
Update continuation skin to new skin macros.

Details at http://dev.helma.org/trac/helma/changeset/9670

Modified: helma-ng/trunk/apps/demo/skins/continuation.html
===================================================================
--- helma-ng/trunk/apps/demo/skins/continuation.html	2009-04-23 19:54:26 UTC (rev 9669)
+++ helma-ng/trunk/apps/demo/skins/continuation.html	2009-04-23 20:00:56 UTC (rev 9670)
@@ -66,10 +66,9 @@
 
 <% subskin 'list'%>
 
-    <% render 'item' on=<% data %>
-        | prefix "<div style='color: gray;'>"
-        | suffix "</div>"
+    <% for value in <% data %> render 'item'
+        | wrap "<div style='color: gray;'>" "</div>"
     %>
 
 <% subskin 'item' %>
-   <div><% key %>: <% value %></div>
+   <div><% index %>: <% value %></div>