[Bedework-commit] bedework r2094 -
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default
svnadmin at bedework.org
svnadmin at bedework.org
Thu Mar 5 15:28:11 EST 2009
Author: johnsa
Date: 2009-03-05 15:28:11 -0500 (Thu, 05 Mar 2009)
New Revision: 2094
Modified:
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl
Log:
public client: temporarily set title on list view
Modified: trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl
===================================================================
--- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl 2009-03-05 17:00:32 UTC (rev 2093)
+++ trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl 2009-03-05 20:28:11 UTC (rev 2094)
@@ -165,8 +165,8 @@
<xsl:apply-templates select="/bedework/error"/>
</div>
</xsl:if>
- <xsl:call-template name="tabs"/>
- <xsl:call-template name="navigation"/>
+ <xsl:call-template name="tabs"/>
+ <xsl:call-template name="navigation"/>
<xsl:call-template name="searchBar"/>
<xsl:choose>
<xsl:when test="/bedework/page='event'">
@@ -331,84 +331,6 @@
</li>
</ul>
</div>
- <!-- xsl:choose>
- <xsl:when test="/bedework/page='eventscalendar'">
- <table border="0" cellpadding="0" cellspacing="0" id="tabsTable">
- <tr>
- <td>
- <xsl:choose>
- <xsl:when test="/bedework/periodname='Day'">
- <a href="{$setViewPeriod}&viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-day-on.gif" width="91" height="20" border="0" alt="DAY"/></a>
- </xsl:when>
- <xsl:otherwise>
- <a href="{$setViewPeriod}&viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-day-off.gif" width="91" height="20" border="0" alt="DAY"/></a>
- </xsl:otherwise>
- </xsl:choose>
- </td>
- <td>
- <xsl:choose>
- <xsl:when test="/bedework/periodname='Week' or /bedework/periodname=''">
- <a href="{$setViewPeriod}&viewType=weekView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-week-on.gif" width="92" height="20" border="0" alt="WEEK"/></a>
- </xsl:when>
- <xsl:otherwise>
- <a href="{$setViewPeriod}&viewType=weekView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-week-off.gif" width="92" height="20" border="0" alt="WEEK"/></a>
- </xsl:otherwise>
- </xsl:choose>
- </td>
- <td>
- <xsl:choose>
- <xsl:when test="/bedework/periodname='Month'">
- <a href="{$setViewPeriod}&viewType=monthView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-month-on.gif" width="90" height="20" border="0" alt="MONTH"/></a>
- </xsl:when>
- <xsl:otherwise>
- <a href="{$setViewPeriod}&viewType=monthView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-month-off.gif" width="90" height="20" border="0" alt="MONTH"/></a>
- </xsl:otherwise>
- </xsl:choose>
- </td>
- <td>
- <xsl:choose>
- <xsl:when test="/bedework/periodname='Year'">
- <a href="{$setViewPeriod}&viewType=yearView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-year-on.gif" width="92" height="20" border="0" alt="YEAR"/></a>
- </xsl:when>
- <xsl:otherwise>
- <a href="{$setViewPeriod}&viewType=yearView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-year-off.gif" width="92" height="20" border="0" alt="YEAR"/></a>
- </xsl:otherwise>
- </xsl:choose>
- </td>
- <td class="centerCell">
-  
- </td>
- <td class="rightCell">
-  
- </td>
- </tr>
- </table>
- </xsl:when>
- <xsl:otherwise>
- <table border="0" cellpadding="0" cellspacing="0" id="tabsTable">
- <tr>
- <td>
- <a href="{$setViewPeriod}&viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-day-off.gif" width="91" height="20" border="0" alt="DAY"/></a>
- </td>
- <td>
- <a href="{$setViewPeriod}&viewType=weekView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-week-off.gif" width="92" height="20" border="0" alt="WEEK"/></a>
- </td>
- <td>
- <a href="{$setViewPeriod}&viewType=monthView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-month-off.gif" width="90" height="20" border="0" alt="MONTH"/></a>
- </td>
- <td>
- <a href="{$setViewPeriod}&viewType=yearView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-year-off.gif" width="92" height="20" border="0" alt="YEAR"/></a>
- </td>
- <td class="centerCell">
-  
- </td>
- <td class="rightCell">
-  
- </td>
- </tr>
- </table>
- </xsl:otherwise>
- </xsl:choose-->
</xsl:template>
<xsl:template name="navigation">
@@ -1155,11 +1077,11 @@
<!--==== LIST EVENTS - for listing discrete events ====-->
<xsl:template match="events" mode="eventList">
<h2 class="bwStatusConfirmed">
- Event List:
- <xsl:choose>
+ Next 7 Days
+ <!-- xsl:choose>
<xsl:when test="/bedework/now/longdate = /bedework/events/event[position()=last()]/start/longdate"><xsl:value-of select="/bedework/now/longdate"/></xsl:when>
<xsl:otherwise><xsl:value-of select="/bedework/now/longdate"/> - <xsl:value-of select="/bedework/events/event[position()=last()]/start/longdate"/></xsl:otherwise>
- </xsl:choose>
+ </xsl:choose-->
</h2>
<div id="listEvents">
More information about the Bedework-commit
mailing list