[Yanel-commits] rev 48629 - public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt

michi at wyona.com michi at wyona.com
Sat Apr 10 10:47:25 CEST 2010


Author: michi
Date: 2010-04-10 10:47:24 +0200 (Sat, 10 Apr 2010)
New Revision: 48629

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt/global.xsl
Log:
related info added

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt/global.xsl
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt/global.xsl	2010-04-10 08:41:13 UTC (rev 48628)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt/global.xsl	2010-04-10 08:47:24 UTC (rev 48629)
@@ -59,16 +59,21 @@
 						</div>
 -->
 					</div>
-					<div class="aside">
-						<h2>More information</h2>
-						<ul class="aside-nav">
-							<li><a href="#">Yanel Online Classifieds Edition Product Sheet</a></li>
-							<li><a href="#">White Paper „The future of Online Media“</a></li>
-							<li><a href="#">Online Media Solutions</a></li>
-						</ul>
-					</div>
-				</div>
-				<div id="sidebar">
+
+  <!-- START: Related information -->
+  <div class="aside">
+    <h2>More information</h2> <!-- TODO: i18n -->
+      <ul class="aside-nav">
+        <xsl:copy-of select="/xhtml:html/xhtml:body/xhtml:div[@id='related']/xhtml:ul/xhtml:li"/>
+      </ul>
+  </div>
+  <!-- END: Related information -->
+</div>
+
+
+
+<!-- START: Left hand side navigation -->
+<div id="sidebar">
 					<ul class="accordion">
 						<li class="active"><a href="#">Yanel</a>
 							<ul>
@@ -100,6 +105,12 @@
 </html>
 </xsl:template>
 
+<xsl:template match="xhtml:div[@id='related']">
+<!--
+Ignore, because this info will be displayed within right column
+-->
+</xsl:template>
+
 <xsl:template match="@*|node()" priority="-1">
   <xsl:copy>
     <xsl:apply-templates select="@*|node()"/>



More information about the Yanel-commits mailing list