[Bedework-commit] bedework r2072 - in trunk/deployment:
webadmin/webapp/resources/default/default
webpublic/webapp/resources/demoskins/MainCampus/default/default
svnadmin at bedework.org
svnadmin at bedework.org
Tue Feb 24 00:59:10 EST 2009
Author: johnsa
Date: 2009-02-24 00:59:05 -0500 (Tue, 24 Feb 2009)
New Revision: 2072
Modified:
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/videocal.xsl
Log:
minor clean up
Modified: trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
===================================================================
--- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl 2009-02-24 04:50:38 UTC (rev 2071)
+++ trunk/deployment/webadmin/webapp/resources/default/default/default.xsl 2009-02-24 05:59:05 UTC (rev 2072)
@@ -825,7 +825,7 @@
</a>
</li>
<li>
- <a href="{$publicCal}/stats/stats.do&fetch=yes" target="pubStats">
+ <a href="{$publicCal}/stats/stats.do?fetch=yes" target="pubStats">
public web client
</a>
</li>
Modified: trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css
===================================================================
--- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css 2009-02-24 04:50:38 UTC (rev 2071)
+++ trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css 2009-02-24 05:59:05 UTC (rev 2072)
@@ -1,6 +1,6 @@
body {
font-family : Arial, Helvetica, sans-serif;
- font-size: 100%; /* needed for IE */
+ font-size: 16px;
background-color : white;
color : black;
padding: 0.75em 1em 0em 1em;
@@ -1002,6 +1002,10 @@
border-left: 2px solid #aaa;
border-right: 2px solid #aaa;
}
+#stats h2 {
+ border: none;
+ padding-left: 0;
+}
#statsTable {
margin: 1em 0 0 4em;
width: 300px;
Modified: trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css
===================================================================
--- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css 2009-02-24 04:50:38 UTC (rev 2071)
+++ trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css 2009-02-24 05:59:05 UTC (rev 2072)
@@ -999,6 +999,10 @@
border-left: 2px solid #aaa;
border-right: 2px solid #aaa;
}
+#stats h2 {
+ border: none;
+ padding-left: 0;
+}
#statsTable {
margin: 1em 0 0 4em;
width: 300px;
Modified: trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css
===================================================================
--- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css 2009-02-24 04:50:38 UTC (rev 2071)
+++ trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css 2009-02-24 05:59:05 UTC (rev 2072)
@@ -1000,6 +1000,10 @@
border-left: 2px solid #aaa;
border-right: 2px solid #aaa;
}
+#stats h2 {
+ border: none;
+ padding-left: 0;
+}
#statsTable {
margin: 1em 0 0 4em;
width: 300px;
Modified: trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/videocal.xsl
===================================================================
--- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/videocal.xsl 2009-02-24 04:50:38 UTC (rev 2071)
+++ trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/videocal.xsl 2009-02-24 05:59:05 UTC (rev 2072)
@@ -113,17 +113,17 @@
<xsl:when test="/bedework/periodname!='Day'">
<!-- we're starting up on the wrong view; go to today and begin with the first event;
the title slide will display during this switch. -->
- <meta http-equiv="refresh" content="{$slideDuration};url={$urlPrefix}/setViewPeriod.do?viewType=todayView&setappvar=event(1)&setappvar=day(1)&skinNameSticky={$skinName}&setappvar=summaryMode(details)"/>
+ <meta http-equiv="refresh" content="{$slideDuration};url={$urlPrefix}/main/setViewPeriod.do?viewType=todayView&setappvar=event(1)&setappvar=day(1)&skinNameSticky={$skinName}&setappvar=summaryMode(details)"/>
</xsl:when>
<xsl:when test="($nextDay > $dayCount) and ($nextEvent > $eventCount)">
<!-- passed the last day, and all events have been displayed,
so start over: go to today, set day=1 and *event=0* to allow
for the title slide "calPlug" -->
- <meta http-equiv="refresh" content="{$slideDuration};url={$urlPrefix}/setViewPeriod.do?viewType=todayView&setappvar=event(0)&setappvar=day(1)&skinNameSticky={$skinName}&setappvar=summaryMode(details)"/>
+ <meta http-equiv="refresh" content="{$slideDuration};url={$urlPrefix}/main/setViewPeriod.do?viewType=todayView&setappvar=event(0)&setappvar=day(1)&skinNameSticky={$skinName}&setappvar=summaryMode(details)"/>
</xsl:when>
<xsl:when test="$nextEvent > $eventCount">
<!-- passed the last event for the day; go to the next day and set event=1 -->
- <meta http-equiv="refresh" content="{$slideDuration};url={$urlPrefix}/setViewPeriod.do?date={$nextDate}&viewType=dayView&setappvar=event(1)&setappvar=day({$nextDay})&skinNameSticky={$skinName}&setappvar=summaryMode(details)"/>
+ <meta http-equiv="refresh" content="{$slideDuration};url={$urlPrefix}/main/setViewPeriod.do?date={$nextDate}&viewType=dayView&setappvar=event(1)&setappvar=day({$nextDay})&skinNameSticky={$skinName}&setappvar=summaryMode(details)"/>
</xsl:when>
<xsl:otherwise>
<!-- otherwise, go to the next event on the same day -->
@@ -156,7 +156,7 @@
</xsl:choose>
<!-- remove the following two divs if used for video -->
<div id="getBack">
- (<a href="setup.do?skinNameSticky=default">restore normal calendar</a>)
+ (<a href="{$urlPrefix}/setup.do?skinNameSticky=default">restore normal calendar</a>)
</div>
<div id="info">
This stylesheet will rotate through five days of events at ten
More information about the Bedework-commit
mailing list