[Yanel-commits] rev 37968 - public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation

michi at wyona.com michi at wyona.com
Wed Aug 13 23:10:53 CEST 2008


Author: michi
Date: 2008-08-13 23:10:52 +0200 (Wed, 13 Aug 2008)
New Revision: 37968

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation/menu-de.xml.yanel-rc
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation/menu-en.xml.yanel-rc
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation/menu.xml.yanel-rc
Log:
left navigation added

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation/menu-de.xml.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation/menu-de.xml.yanel-rc	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation/menu-de.xml.yanel-rc	2008-08-13 21:10:52 UTC (rev 37968)
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="navigation" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="mime-type" value="application/xhtml+xml"/>
+  <yanel:property name="xslt" value="/app/xslt/menu.xsl"/>
+  <yanel:property name="sitetree" value="/sitetree-de.xml"/>
+</yanel:resource-config>

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation/menu-en.xml.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation/menu-en.xml.yanel-rc	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation/menu-en.xml.yanel-rc	2008-08-13 21:10:52 UTC (rev 37968)
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="navigation" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="mime-type" value="application/xhtml+xml"/>
+  <yanel:property name="xslt" value="/app/xslt/menu.xsl"/>
+  <yanel:property name="sitetree" value="/sitetree-en.xml"/>
+</yanel:resource-config>

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation/menu.xml.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation/menu.xml.yanel-rc	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/navigation/menu.xml.yanel-rc	2008-08-13 21:10:52 UTC (rev 37968)
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="navigation" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="mime-type" value="application/xhtml+xml"/>
+  <yanel:property name="xslt" value="/app/xslt/menu.xsl"/>
+  
+  <!-- based on the localization -->
+  <yanel:custom-config xmlns:nr="http://www.wyona.org/yanel/resource/nav-resource/1.0">
+    <nr:source lang="en" src="/sitetree-en.xml"/>
+    <nr:source lang="de" src="/sitetree-de.xml"/>
+    <nr:source lang="es" src="/sitetree-es.xml"/>
+  </yanel:custom-config>
+</yanel:resource-config>



More information about the Yanel-commits mailing list