Changeset 6054
- Timestamp:
- 11/14/11 12:10:22 (6 months ago)
- Location:
- trunk/pustefix-samples/pustefix-i18n
- Files:
-
- 5 modified
-
pustefix-i18n-core/src/main/resources/PUSTEFIX-INF/conf/project.xml (modified) (2 diffs)
-
pustefix-i18n-core/src/main/resources/PUSTEFIX-INF/conf/sitemap.xml (modified) (2 diffs)
-
pustefix-i18n-core/src/main/resources/PUSTEFIX-INF/txt/common.xml (modified) (1 diff)
-
pustefix-i18n-core/src/main/resources/PUSTEFIX-INF/txt/pages/Overview.xml (modified) (1 diff)
-
pustefix-i18n-tenant-us/src/main/resources/PUSTEFIX-INF/conf/project-fragment.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pustefix-samples/pustefix-i18n/pustefix-i18n-core/src/main/resources/PUSTEFIX-INF/conf/project.xml
r5841 r6054 3 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 4 xsi:schemaLocation="http://www.pustefix-framework.org/2008/namespace/project-config 5 http://www.pustefix-framework.org/2008/namespace/project-config-0 ._16.xsd">5 http://www.pustefix-framework.org/2008/namespace/project-config-0_18.xsd"> 6 6 7 7 <project> … … 27 27 </choose> 28 28 </xml-generator> 29 30 <!-- automatically generate searchengine sitemap file sitemaps.xml 31 (according to sitemaps protocol from http://www.sitemaps.org) --> 32 <searchengine-sitemap/> 29 33 30 34 <application> -
trunk/pustefix-samples/pustefix-i18n/pustefix-i18n-core/src/main/resources/PUSTEFIX-INF/conf/sitemap.xml
r5869 r6054 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <sitemap> 2 <sitemap xmlns="http://www.pustefix-framework.org/2011/namespace/sitemap" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xsi:schemaLocation="http://www.pustefix-framework.org/2011/namespace/sitemap 5 http://www.pustefix-framework.org/2011/namespace/sitemap.xsd"> 6 3 7 <page name="Home"/> 4 8 <page name="Overview"/> … … 8 12 <alt key="mountains" name="Mountains"/> 9 13 </page> 10 <!-- <config-include file="conf/sitemap-fragment.xml" section="sitemap" module="*"/> --> 14 15 <!-- 16 <config-include file="conf/sitemap-fragment.xml" section="sitemap" module="*"/> 17 --> 18 11 19 </sitemap> -
trunk/pustefix-samples/pustefix-i18n/pustefix-i18n-core/src/main/resources/PUSTEFIX-INF/txt/common.xml
r5874 r6054 16 16 </ixsl:when> 17 17 <ixsl:otherwise> 18 <a href="{$__contextpath}/{pfx:__omitPage($page,text() )}{$__sessionIdPath}">18 <a href="{$__contextpath}/{pfx:__omitPage($page,text(),$pageAlternative)}{$__sessionIdPath}"> 19 19 <pfx:include href="txt/common.xml" part="langdesc"/> 20 20 </a> -
trunk/pustefix-samples/pustefix-i18n/pustefix-i18n-core/src/main/resources/PUSTEFIX-INF/txt/pages/Overview.xml
r5869 r6054 21 21 <pfx:image src="img/cities/thumb.jpg" search="dynamic"/> 22 22 </pfx:button> 23 <pfx:button page="Info"> 24 <pfx:argument name="category">mountains</pfx:argument> 23 <pfx:button page="Info" altkey="mountains"> 25 24 <pfx:image src="img/mountains/thumb.jpg" search="dynamic"/> 26 25 </pfx:button> 27 26 <pfx:button page="Info"> 28 <pfx:a rgument name="category">nationalparks</pfx:argument>27 <pfx:altkey><ixsl:value-of select="'nationalparks'"/></pfx:altkey> 29 28 <pfx:image src="img/nationalparks/thumb.jpg" search="dynamic"/> 30 29 </pfx:button> 31 30 32 31 </div> 33 32 -
trunk/pustefix-samples/pustefix-i18n/pustefix-i18n-tenant-us/src/main/resources/PUSTEFIX-INF/conf/project-fragment.xml
r5841 r6054 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <fr:config-fragments xmlns:fr="http://www.pustefix-framework.org/2008/namespace/config-fragments" 3 xmlns="http://www.pustefix-framework.org/2008/namespace/project-config"> 3 xmlns="http://www.pustefix-framework.org/2008/namespace/project-config" 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xsi:schemaLocation="http://www.pustefix-framework.org/2008/namespace/config-fragments 6 http://www.pustefix-framework.org/2008/namespace/config-fragments-0_18.xsd"> 4 7 5 8 <fr:tenants>
