[Yanel-commits] rev 33870 - in public/yanel/contributions/realms/foaf: data/app/jelly res-configs

michi at wyona.com michi at wyona.com
Sun Mar 23 00:55:28 CET 2008


Author: michi
Date: 2008-03-23 00:55:27 +0100 (Sun, 23 Mar 2008)
New Revision: 33870

Modified:
   public/yanel/contributions/realms/foaf/data/app/jelly/import-foaf-files.jelly
   public/yanel/contributions/realms/foaf/res-configs/import-foaf-files.html.yanel-rc
Log:
done screen added

Modified: public/yanel/contributions/realms/foaf/data/app/jelly/import-foaf-files.jelly
===================================================================
--- public/yanel/contributions/realms/foaf/data/app/jelly/import-foaf-files.jelly	2008-03-22 23:53:18 UTC (rev 33869)
+++ public/yanel/contributions/realms/foaf/data/app/jelly/import-foaf-files.jelly	2008-03-22 23:55:27 UTC (rev 33870)
@@ -2,12 +2,6 @@
 
 <j:jelly xmlns:j="jelly:core">
 
-<!--
-  <j:set var="editGroupFormID" value="editGroupForm"/>
-  <j:set var="userListContainerID" value="userListContainer"/>
-  <j:set var="groupSelectName" value="group"/>  
--->
-
   <html xmlns="http://www.w3.org/1999/xhtml" xmlns:i18n="http://www.wyona.org/yanel/i18n/1.0">
     <head>
       <title>Import FOAF files</title>

Modified: public/yanel/contributions/realms/foaf/res-configs/import-foaf-files.html.yanel-rc
===================================================================
--- public/yanel/contributions/realms/foaf/res-configs/import-foaf-files.html.yanel-rc	2008-03-22 23:53:18 UTC (rev 33869)
+++ public/yanel/contributions/realms/foaf/res-configs/import-foaf-files.html.yanel-rc	2008-03-22 23:55:27 UTC (rev 33870)
@@ -8,9 +8,11 @@
   <yanel:custom-config>
     <views>
       <view id="default" type="jelly">
-        <!--<xslt>/app/xslt/usecase.xsl</xslt>-->
         <template>/app/jelly/import-foaf-files.jelly</template>
       </view>
+      <view id="done" type="jelly">
+        <template>/app/jelly/import-foaf-files-done.jelly</template>
+      </view>
     </views>
   </yanel:custom-config>
 </yanel:resource-config>



More information about the Yanel-commits mailing list