Title: [waffle-scm] [801] trunk: Updated to latest xsite snapshot.
Revision
801
Author
mauro
Date
2008-09-02 08:38:43 -0500 (Tue, 02 Sep 2008)

Log Message

Updated to latest xsite snapshot.

Modified Paths


Diff

Modified: trunk/pom.xml (800 => 801)

--- trunk/pom.xml	2008-09-02 10:09:39 UTC (rev 800)
+++ trunk/pom.xml	2008-09-02 13:38:43 UTC (rev 801)
@@ -247,7 +247,7 @@
         <plugin>
           <groupId>org.codehaus.xsite</groupId>
           <artifactId>xsite-maven-plugin</artifactId>
-          <version>1.0-beta-9</version>
+          <version>1.0-SNAPSHOT</version>
         </plugin>
       </plugins>
     </pluginManagement>

Modified: trunk/waffle-distribution/src/site/templates/skin.html (800 => 801)

--- trunk/waffle-distribution/src/site/templates/skin.html	2008-09-02 10:09:39 UTC (rev 800)
+++ trunk/waffle-distribution/src/site/templates/skin.html	2008-09-02 13:38:43 UTC (rev 801)
@@ -44,11 +44,11 @@
 <div id="Menu"><#list sitemap.sections as section>
 <div class="MGroup MEntry"><a>${section.name}</a>
 <div id="MGroupContent${section_index}" class="MGroupContent"
-	style="display: block;"><#list section.pages as otherPage> <#if
-otherPage=page>
-<div class="MFile MEntry" id="MSelected">${otherPage.title}</div>
+	style="display: block;"><#list section.entries as entry> <#if
+entry=page>
+<div class="MFile MEntry" id="MSelected">${entry.title}</div>
 <#else>
-<div class="MFile MEntry"><a href=""
+<div class="MFile MEntry"><a href=""
 </div>
 </#if> </#list></div>
 </div>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to