[Bedework-commit] r342 - in trunk/calendar3/deployment: webpublic/webapp/resources/demoskins/default/default webuser/webapp/resources/demoskins/default/default webuser/webapp/resources/demoskins/resources

svnadmin at bedework.org svnadmin at bedework.org
Fri Apr 7 14:36:43 EDT 2006


Author: johnsa
Date: 2006-04-07 14:36:41 -0400 (Fri, 07 Apr 2006)
New Revision: 342

Added:
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/olive.css
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/arrowLeft.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/arrowRight.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-01.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-02-leftBorder.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-02-rightBorder.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-02.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-03.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-error.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-message.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/greenCheckIcon.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/redCheckIcon.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/trashIcon.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/userIcon.gif
Modified:
   trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/blue.css
   trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl
   trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/green.css
   trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/red.css
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.css
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/errors.xsl
Log:
first pass of graphical updates to web user client; colors and graphics changed a great deal.

Some layout changes in both public and personal client - moved "Today" button to the left of the date goto menu.

Modified: trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/blue.css
===================================================================
--- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/blue.css	2006-04-06 21:06:24 UTC (rev 341)
+++ trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/blue.css	2006-04-07 18:36:41 UTC (rev 342)
@@ -167,13 +167,13 @@
   margin-bottom: 0em;
 }
 #navigationBarTable td.todayButton {
-  padding: 1em 1em 0em 1em;
+  padding: 1em 1em 0 1em;
 }
 #navigationBarTable td.gotoForm {
-  padding: 1em 0em 0em 1em;
+  padding: 1em 0.5em 0 0;
 }
 #navigationBarTable td.leftCell {
-    text-align: left;
+  text-align: left;
   white-space: nowrap;
   padding-left: 0.5em;
   font-size: 1.3em;

Modified: trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl
===================================================================
--- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl	2006-04-06 21:06:24 UTC (rev 341)
+++ trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl	2006-04-07 18:36:41 UTC (rev 342)
@@ -325,6 +325,11 @@
             </xsl:otherwise>
           </xsl:choose>
         </td>
+        <td class="todayButton">
+          <a href="{$setViewPeriod}?viewType=todayView&amp;date={$curdate}">
+            <img src="{$resourcesRoot}/images/std-button-today-off.gif" width="54" height="22" border="0" alt="Go to Today" align="left"/>
+          </a>
+        </td>
         <td align="right" class="gotoForm">
           <form name="calForm" method="get" action="{$setViewPeriod}">
              <table border="0" cellpadding="0" cellspacing="0">
@@ -384,11 +389,6 @@
             </table>
           </form>
         </td>
-        <td class="todayButton">
-          <a href="{$setViewPeriod}?viewType=todayView&amp;date={$curdate}">
-            <img src="{$resourcesRoot}/images/std-button-today-off.gif" width="54" height="22" border="0" alt="Go to Today" align="left"/>
-          </a>
-        </td>
         <td class="rightCell">
         </td>
       </tr>

Modified: trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/green.css
===================================================================
--- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/green.css	2006-04-06 21:06:24 UTC (rev 341)
+++ trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/green.css	2006-04-07 18:36:41 UTC (rev 342)
@@ -167,10 +167,10 @@
   margin-bottom: 0em;
 }
 #navigationBarTable td.todayButton {
-  padding: 1em 1em 0em 1em;
+  padding: 1em 1em 0 1em;
 }
 #navigationBarTable td.gotoForm {
-  padding: 1em 0em 0em 1em;
+  padding: 1em 0.5em 0 0;
 }
 #navigationBarTable td.leftCell {
     text-align: left;

Modified: trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/red.css
===================================================================
--- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/red.css	2006-04-06 21:06:24 UTC (rev 341)
+++ trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/red.css	2006-04-07 18:36:41 UTC (rev 342)
@@ -167,10 +167,10 @@
   margin-bottom: 0em;
 }
 #navigationBarTable td.todayButton {
-  padding: 1em 1em 0em 1em;
+  padding: 1em 1em 0 1em;
 }
 #navigationBarTable td.gotoForm {
-  padding: 1em 0em 0em 1em;
+  padding: 1em 0.5em 0 0;
 }
 #navigationBarTable td.leftCell {
     text-align: left;

Modified: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.css
===================================================================
--- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.css	2006-04-06 21:06:24 UTC (rev 341)
+++ trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.css	2006-04-07 18:36:41 UTC (rev 342)
@@ -43,7 +43,7 @@
 }
 #logoTable img {
   display: inline;
-  padding: 0 0 1px 5px;
+  padding: 0 0 2px 5px;
 }
 #logoTable #schoolLinksCell {
   vertical-align: bottom;
@@ -73,7 +73,8 @@
 }
 #curDateRangeTable {
   width: 100%;
-  background-color: #339;
+  height: 26px;
+  background: #233979 url(../../resources/glassFill-02.gif) repeat-x bottom;
   color : #eee;
   margin: 0em;
   font-weight : bold;
@@ -82,12 +83,14 @@
   white-space: nowrap;
 }
 #curDateRangeTable td {
-  padding-top: 3px;
+  padding-top: 5px;
   padding-bottom: 1px;
   padding-left: 0.5em;
   padding-right: 0.5em;
 }
 #curDateRangeTable td.sideBarOpenCloseIcon {
+  background: url(../../resources/glassFill-02-leftBorder.gif) no-repeat top left;
+  color: inherit;
   width: 200px;
 }
 #curDateRangeTable td.date {
@@ -96,6 +99,8 @@
   white-space: nowrap;
 }
 #curDateRangeTable td.rssPrint {
+  background: url(../../resources/glassFill-02-rightBorder.gif) no-repeat top right;
+  color: inherit;
   width: 200px;
   font-weight : bold;
   text-align : right;
@@ -155,15 +160,15 @@
   width: 200px;
   font-size: 0.8em;
   border-left: 2px solid #333;
-  border-right: 3px groove #ddd;
+  border-right: 1px solid #333;
   border-bottom: 2px solid #aaa;
-  border-top: 1px solid #333;
+  border-top: 4px solid #333;
   vertical-align: top;
   padding: 0;
 }
 #bodyBlock td#sideBar h3 {
   color: #eee;
-  background-color: #333;
+  background: #333 url(../../resources/glassFill-03.gif) repeat-x bottom;
   font-weight: normal;
   margin: 0;
   padding: 2px 4px;
@@ -171,11 +176,10 @@
 #bodyBlock td#sideBarClosed {
   width: 1px;
   border-left: 2px solid #333;
-  border-right: 3px groove #ddd;
   border-bottom: 2px solid #aaa;
   padding: 0;
   color: black;
-  background-color: #ddd;
+  background-color: #333;
 }
 #sideBarOpenCloseIcon {
   float: left;
@@ -188,7 +192,6 @@
 #bodyBlock td#bodyContent {
   border-right: 2px solid #333;
   border-bottom: 2px solid #aaa;
-  border-left: 1px solid #333;
   vertical-align: top;
   padding: 0;
 }
@@ -227,7 +230,6 @@
 }
 #tabsTable {
   margin: 0em;
-  padding: 4px 0px 0px 0px;
   text-align: center;
   vertical-align: bottom;
   background-color: #333;
@@ -235,13 +237,9 @@
   font-size: 0.8em;
 }
 #tabsTable td {
+  padding-top: 4px;
   white-space: nowrap;
 }
-/* #tabsTable .centerCell {
-  text-align: left;
-  background : url(../../resources/std-tab-space.gif);
-  padding-left: 0.5em;
-}*/
 #tabsTable a {
   background-color: inherit;
   color: #ccc;
@@ -249,7 +247,7 @@
 #tabsTable .rightCell {
   width: 100%;
   background : url(../../resources/std-tab-space.gif);
-  padding: 0 0.5em;
+  padding-right: 0.5em;
   text-align: right;
 }
 #tabsTable .logout {
@@ -279,10 +277,10 @@
   margin-bottom: 0em;
 }
 #navigationBarTable td.todayButton {
-  padding: 1em 1em 0em 1em;
+  padding: 1em 1em 0 1em;
 }
 #navigationBarTable td.gotoForm {
-  padding: 1em 0em 0em 1em;
+  padding: 1em 0.5em 0 0;
 }
 #navigationBarTable td.leftCell {
   text-align: left;
@@ -319,24 +317,29 @@
 #errors {
   font-size: 0.8em;
   margin: 0em;
-  padding: 0.2em 0 0.2em 1em;
-  border-left : 2px solid #333;
-  border-right : 2px solid #333;
+  padding: 0.3em 0 0.3em 1em;
+  border-left : 1px solid #333;
+  border-right : 1px solid #333;
   border-bottom: 1px solid Gray;
+  color: black;
+  background: #d8e118 url(../../resources/glassFill-message.gif) repeat-x bottom;
 }
 #messages p,
 #errors p {
   margin: 0;
   padding: 2px 0;
 }
+/*
+make no distinction in this stylesheet - yellow is good for both errors and
+messages.
 #messages {
   color: black;
-  background-color: #ffa;
+  background: #d8e118 url(../../resources/glassFill-message.gif) repeat-x bottom;
 }
 #errors {
   color: black;
-  background-color: #ffa;
-}
+  background: #FF8B86 url(../../resources/glassFill-error.gif) repeat-x bottom;
+}*/
 #standardForm {
   margin: 0;
   padding: 0;
@@ -349,6 +352,22 @@
   margin: 0px;
   padding: 0px;
 }
+#commonTable th {
+  text-align: left;
+  vertical-align: top;
+  padding: 0.5em;
+  background-color: #ddd;
+  color: black;
+  white-space: nowrap;
+}
+#commonTable th.icon {
+  margin: 0em;
+  vertical-align: middle;
+  padding: 0.5em 1em 0.2em 0;
+  font-size: 0.7em;
+  background-color: #fff;
+  color: black;
+}
 #commonTable th.commonHeader {
   background-color: #666;
   color: #eee;
@@ -384,22 +403,6 @@
   background-color: #eee;
   white-space: nowrap;
 }
-#commonTable th {
-  text-align: left;
-  vertical-align: top;
-  padding: 0.5em;
-  background-color: #ddd;
-  color: black;
-  white-space: nowrap;
-}
-#commonTable th.icon {
-  margin: 0em;
-  vertical-align: middle;
-  padding: 0.5em 1em 0.2em 0;
-  font-size: 0.7em;
-  background-color: #fff;
-  color: black;
-}
 #commonTable td.eventLinks {
   background-color: #ddd;
   color: #eee;
@@ -465,35 +468,6 @@
   margin: 0;
   padding: 0;
 }
-#dayCalendarTable {
-  width: 100%;
-  font-size: 0.9em;
-  margin: 0px;
-  padding: 0px;
-  border-top: 1px solid #666;
-}
-#dayCalendarTable td {
-  padding: 0.4em;
-  margin: 0em;
-}
-#dayCalendarTable .dateRange {
-  text-align: left;
-  background-color: #f0eee5;
-  color: black;
-  white-space: nowrap;
-}
-#dayCalendarTable .description {
-  text-align: left;
-  background-color: #fff;
-  color: black;
-  width: 100%;
-}
-#dayCalendarTable .more {
-  text-align: center;
-  background-color: #eee;
-  color: black;
-  font-size: 0.8em;
-}
 #weekCalendarTable {
   width: 100%;
   font-size: 0.9em;
@@ -534,7 +508,7 @@
   width: 14%;
   text-align: center;
   vertical-align: middle;
-  background-color: #663;
+  background-color: #2B4795;
   color: #eee;
   border: 1px solid black;
 }
@@ -570,7 +544,7 @@
   display: block;
   padding: 0.1em 0.2em 0.1em 0.2em;
   text-decoration: none;
-  background-color: #d1cbb3;
+  background-color: #CCD7F5;
   color: black;
 }
 #monthCalendarTable a.eventLinkB:link,
@@ -579,7 +553,7 @@
   display: block;
   padding: 0.1em 0.2em 0.1em 0.2em;
   text-decoration: none;
-  background-color: #f0eee5;
+  background-color: #EBF0FF;
   color: black;
 }
 #monthCalendarTable a.eventCancelled:link,
@@ -754,28 +728,28 @@
 #listTable td.dateRangeEarlyMorning {
   font-size: 0.9em;
   text-transform: lowercase;
-  background-color: #cbd1de;
+  background-color: #D0D5E1;
   color: black;
   white-space: nowrap;
 }
 #listTable td.dateRangeMorning {
   font-size: 0.9em;
   text-transform: lowercase;
-  background-color: #f0eee5;
+  background-color: #DFE7FB;
   color: black;
   white-space: nowrap;
 }
 #listTable td.dateRangeAfternoon {
   font-size: 0.9em;
   text-transform: lowercase;
-  background-color: #e2decc;
+  background-color: #CCD7F5;
   color: black;
   white-space: nowrap;
 }
 #listTable td.dateRangeEvening {
   font-size: 0.9em;
   text-transform: lowercase;
-  background-color: #d1cbb3;
+  background-color: #B3C0E6;
   color: black;
   white-space: nowrap;
 }
@@ -811,7 +785,8 @@
 }
 #listTable td.dateRow {
   text-align: left;
-  background-color: #888;
+  background-color: #444;
+  /*background-color: #2B4795;*/
   color: #eee;
   font-size: 0.8em;
   padding: 0.2em 0.5em 0.2em 0.5em;
@@ -877,6 +852,9 @@
 .calendarTree li.calendar {
   list-style-image: url(../../resources/calIcon-sm.gif);
 }
+.calendarTree li.trash {
+  list-style-image: url(../../resources/trashIcon.gif);
+}
 .calendarTree a:link,
 .calendarTree a:active,
 .calendarTree a:visited {

Modified: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
===================================================================
--- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl	2006-04-06 21:06:24 UTC (rev 341)
+++ trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl	2006-04-07 18:36:41 UTC (rev 342)
@@ -223,13 +223,13 @@
         </td>
       </tr>
     </table>
-    <table width="100%" border="0" cellpadding="0" cellspacing="0">
+    <!--<table width="100%" border="0" cellpadding="0" cellspacing="0">
       <tr>
         <td width="50%"><img alt="" src="{$resourcesRoot}/resources/metacal-topBorder.gif" width="100%" height="23" border="0"/></td>
         <td><img src="{$resourcesRoot}/resources/metacal-topTitlePersonal.gif" width="221" height="23" border="0" alt="Bedework Personal Events Calendar"/></td>
         <td width="50%"><img alt="" src="{$resourcesRoot}/resources/metacal-topBorder.gif" width="100%" height="23" border="0"/></td>
       </tr>
-    </table>
+    </table>-->
     <table id="curDateRangeTable"  cellspacing="0">
       <td class="sideBarOpenCloseIcon">
         <xsl:choose>
@@ -399,6 +399,11 @@
             </xsl:otherwise>
           </xsl:choose>
         </td>
+        <td class="todayButton">
+          <a href="{$setViewPeriod}?viewType=todayView&amp;date={$curdate}">
+            <img src="{$resourcesRoot}/resources/std-button-today-off.gif" width="54" height="22" border="0" alt="Go to Today" align="left"/>
+          </a>
+        </td>
         <td align="right" class="gotoForm">
           <form name="calForm" method="get" action="{$setViewPeriod}">
              <table border="0" cellpadding="0" cellspacing="0">
@@ -458,11 +463,6 @@
             </table>
           </form>
         </td>
-        <td class="todayButton">
-          <a href="{$setViewPeriod}?viewType=todayView&amp;date={$curdate}">
-            <img src="{$resourcesRoot}/resources/std-button-today-off.gif" width="54" height="22" border="0" alt="Go to Today" align="left"/>
-          </a>
-        </td>
         <!--
         <td class="rightCell">
           <form method="post" action="{$setSelection}">
@@ -1092,7 +1092,11 @@
       <tr>
         <td class="fieldname">Description:</td>
         <td colspan="3" class="fieldval">
-          <xsl:value-of select="description"/>
+          <xsl:call-template name="replace">
+            <xsl:with-param name="string" select="description"/>
+            <xsl:with-param name="pattern" select="'&#xA;'"/>
+            <xsl:with-param name="replacement"><br/></xsl:with-param>
+          </xsl:call-template>
         </td>
       </tr>
        <xsl:if test="cost!=''">
@@ -1145,6 +1149,10 @@
           <td class="fieldval"><xsl:value-of select="calendar/name"/></td>
         </tr>
       </xsl:if>
+      <tr>
+        <td class="fieldname">&#160;</td>
+        <td class="fieldval">&#160;</td>
+      </tr>
     </table>
   </xsl:template>
 
@@ -1828,6 +1836,7 @@
       <xsl:variable name="id" select="id"/>
       <xsl:variable name="itemClass">
         <xsl:choose>
+          <xsl:when test="name='Trash'">trash</xsl:when>
           <xsl:when test="calendarCollection='false'">folder</xsl:when>
           <xsl:otherwise>calendar</xsl:otherwise>
         </xsl:choose>
@@ -2321,6 +2330,30 @@
     </p>
   </xsl:template>
 
+  <!--==== UTILITY TEMPLATES ====-->
+
+  <!-- search and replace template taken from
+       http://www.biglist.com/lists/xsl-list/archives/200211/msg00337.html -->
+  <xsl:template name="replace">
+    <xsl:param name="string" select="''"/>
+    <xsl:param name="pattern" select="''"/>
+    <xsl:param name="replacement" select="''"/>
+    <xsl:choose>
+      <xsl:when test="$pattern != '' and $string != '' and contains($string, $pattern)">
+        <xsl:value-of select="substring-before($string, $pattern)"/>
+        <xsl:copy-of select="$replacement"/>
+        <xsl:call-template name="replace">
+          <xsl:with-param name="string" select="substring-after($string, $pattern)"/>
+          <xsl:with-param name="pattern" select="$pattern"/>
+          <xsl:with-param name="replacement" select="$replacement"/>
+        </xsl:call-template>
+      </xsl:when>
+      <xsl:otherwise>
+        <xsl:value-of select="$string"/>
+      </xsl:otherwise>
+    </xsl:choose>
+  </xsl:template>
+
   <!--==== FOOTER ====-->
   <xsl:template name="footer">
     <div id="footer">

Modified: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/errors.xsl
===================================================================
--- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/errors.xsl	2006-04-06 21:06:24 UTC (rev 341)
+++ trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/errors.xsl	2006-04-07 18:36:41 UTC (rev 342)
@@ -42,7 +42,7 @@
           <p>A subscription by that name already exists.</p>
       </xsl:when>
       <xsl:when test="id='org.bedework.client.error.nodefaultview'">
-          No default view defined
+          <p>No default view defined</p>
       </xsl:when>
       <xsl:otherwise>
         <p><xsl:value-of select="id"/> = <xsl:value-of select="param"/></p>

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/olive.css
===================================================================
--- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/olive.css	                        (rev 0)
+++ trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/olive.css	2006-04-07 18:36:41 UTC (rev 342)
@@ -0,0 +1,972 @@
+body {
+  font-family : Arial, Helvetica, sans-serif;
+  font-size: 100%; /* to make IE behave */
+  background-color : white;
+  color : black;
+  padding: 0.75em 1em 0em 1em;
+}
+/* Generic selectors*/
+h2 {
+  margin: 0em;
+  padding: 0.2em 0.2em 0.2em 0.5em;
+  font-size: 1.3em;
+  background-color: #ccc;
+  color: black;
+}
+h2 a:link,
+h2 a:active,
+h2 a:visited,
+h2 a:hover {
+  color: black;
+  background-color: inherit;
+  text-decoration: none;
+}
+h3 {
+  margin: 0em;
+  padding: 1em 0.2em 0em 0.2em;
+  font-size: 1.1em;
+}
+h4 {
+  margin: 0em;
+  padding: 1em 0.2em 0em 0.2em;
+  font-size: 1em;
+}
+/* Header IDs and classes */
+#logoTable {
+  padding: 0em;
+  margin: 0em;
+}
+#logoTable #logoCell {
+  white-space: nowrap;
+  font-weight: bold;
+  font-size: 2em;
+}
+#logoTable img {
+  display: inline;
+  padding: 0 0 1px 5px;
+}
+#logoTable #schoolLinksCell {
+  vertical-align: bottom;
+  text-align: right;
+  font-size: 0.8em;
+  white-space : nowrap;
+  padding: 0 2px 2px 0;
+}
+#logoTable #schoolLinksCell h2 {
+  margin: 0 0 2px 0;
+  padding: 0;
+  font-size: 2em;
+  color: #444;
+  background-color: transparent;
+}
+#logoTable #schoolLinksCell a:link,
+#logoTable #schoolLinksCell a:visited,
+#logoTable #schoolLinksCell a:active {
+  background-color: transparent;
+  color: #999;
+  text-decoration: none;
+}
+#logoTable #schoolLinksCell a:hover {
+  background-color: #eee;
+  color: #333;
+  text-decoration: none;
+}
+#curDateRangeTable {
+  width: 100%;
+  background: #663;
+  /*background: url(../../resources/glassFill-01.gif) #336;*/
+  color : #eee;
+  margin: 0em;
+  font-weight : bold;
+  text-align : center;
+  vertical-align: middle;
+  white-space: nowrap;
+  border-top: 1px solid #333;
+  border-left: 1px solid #777;
+  border-right: 1px solid #777;
+}
+#curDateRangeTable td {
+  padding-top: 3px;
+  padding-bottom: 1px;
+  padding-left: 0.5em;
+  padding-right: 0.5em;
+}
+#curDateRangeTable td.sideBarOpenCloseIcon {
+  width: 200px;
+}
+#curDateRangeTable td.date {
+  font-weight : bold;
+  text-align : center;
+  white-space: nowrap;
+}
+#curDateRangeTable td.rssPrint {
+  width: 200px;
+  font-weight : bold;
+  text-align : right;
+  white-space: nowrap;
+}
+#curDateRangeTable td.rssPrint img {
+  position: relative;
+  top: 3px;
+}
+#curDateRangeTable td.rssPrint a:link,
+#curDateRangeTable td.rssPrint a:active,
+#curDateRangeTable td.rssPrint a:visited {
+  font-size: 10px;
+  color: #eee;
+  background-color: transparent;
+  font-family: Arial, Helvetica, sans-serif;
+  padding: 0;
+  text-decoration: none;
+  margin-right: 0.5em;
+  position: relative;
+  top: -3px;
+}
+#curDateRangeTable td.rssPrint a:hover {
+  color: #663;
+  background-color: #fff;
+}
+#curDateRangeTable td.rssPrint a.rss:link,
+#curDateRangeTable td.rssPrint a.rss:active,
+#curDateRangeTable td.rssPrint a.rss:visited {
+  font-size: 10px;
+  font-weight: bold;
+  color: #444;
+  background-color: #ddd;
+  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+  padding: 0px 1px 0px 1px;
+  text-decoration: none;
+  margin-right: 0.5em;
+  margin-left: 2px;
+  position: relative;
+  top: -3px;
+  border: solid 1px #666;
+}
+#curDateRangeTable td.rssPrint a.rss:hover {
+  color: #900;
+  background-color: #fff;
+}
+#bodyBlock {
+  width: 100%;
+  margin: 0;
+  padding: 0;
+}
+#bodyBlock td {
+  margin: 0;
+  padding: 0;
+}
+#bodyBlock td#sideBar {
+  width: 200px;
+  font-size: 0.8em;
+  border-left: 2px solid #333;
+  border-right: 3px groove #ddd;
+  border-bottom: 2px solid #aaa;
+  border-top: 1px solid #333;
+  vertical-align: top;
+  padding: 0;
+}
+#bodyBlock td#sideBar h3 {
+  color: #eee;
+  background-color: #333;
+  font-weight: normal;
+  margin: 0;
+  padding: 2px 4px;
+}
+#bodyBlock td#sideBarClosed {
+  width: 1px;
+  border-left: 2px solid #333;
+  border-right: 3px groove #ddd;
+  border-bottom: 2px solid #aaa;
+  padding: 0;
+  color: black;
+  background-color: #ddd;
+}
+#sideBarOpenCloseIcon {
+  float: left;
+  margin: 3px 0;
+  vertical-align: middle;
+}
+#bodyBlock td#sideBar #sideBarMenu li {
+  padding-bottom: 0.5em;
+}
+#bodyBlock td#bodyContent {
+  border-right: 2px solid #333;
+  border-bottom: 2px solid #aaa;
+  border-left: 1px solid #333;
+  vertical-align: top;
+  padding: 0;
+}
+#utilBarTable {
+  margin: 0;
+  padding: 0;
+  background-color : #eee;
+  color: black;
+  font-size: 0.9em;
+}
+#utilBarTable .leftCell {
+  margin: 0;
+  padding: 0;
+  padding: 0.2em 0 0.2em 1em;
+  white-space: nowrap;
+}
+#utilBarTable .leftCell .link {
+  font-size: 0.8em;
+  padding-left: 1em;
+  color: #999;
+  background-color: transparent;
+}
+#utilBarTable .leftCell a {
+  color: #999;
+  background-color: transparent;
+}
+#utilBarTable .rightCell {
+  margin: 0;
+  padding: 0.1em 0.2em 0 0;
+  text-align: right;
+  white-space: nowrap;
+}
+#utilBarTable form {
+  margin: 0px 0px 1px 0px;
+  padding: 0em;
+}
+#tabsTable {
+  margin: 0em;
+  padding: 4px 0px 0px 0px;
+  text-align: center;
+  vertical-align: bottom;
+  background-color: #333;
+  color: #eee;
+  font-size: 0.8em;
+}
+#tabsTable td {
+  white-space: nowrap;
+}
+/* #tabsTable .centerCell {
+  text-align: left;
+  background : url(../../resources/std-tab-space.gif);
+  padding-left: 0.5em;
+}*/
+#tabsTable a {
+  background-color: inherit;
+  color: #ccc;
+}
+#tabsTable .rightCell {
+  width: 100%;
+  background : url(../../resources/std-tab-space.gif);
+  padding: 0 0.5em;
+  text-align: right;
+}
+#tabsTable .logout {
+  padding-left: 0.5em;
+  font-size: 0.8em;
+}
+#navigationBarTable {
+  font-size: 0.8em;
+  margin: 0em;
+  padding: 0em;
+  vertical-align: top;
+  border-bottom: 1px solid Gray;
+}
+#navigationBarTable a {
+  text-decoration: none;
+  white-space: nowrap;
+}
+#navigationBarTable td {
+  vertical-align: top;
+}
+#navigationBarTable form {
+  display: inline;
+  margin-bottom: 0em;
+}
+#navigationBarTable table {
+  display: inline;
+  margin-bottom: 0em;
+}
+#navigationBarTable td.todayButton {
+  padding: 1em 1em 0em 1em;
+}
+#navigationBarTable td.gotoForm {
+  padding: 1em 0em 0em 1em;
+}
+#navigationBarTable td.leftCell {
+  text-align: left;
+  white-space: nowrap;
+  padding-left: 0.5em;
+  font-size: 1.3em;
+  font-weight: bold;
+  padding: 0.75em 0em 0.75em 1em;
+  width: 100%;
+  vertical-align: middle;
+}
+#navigationBarTable td.leftCell .prevImg {
+  margin: 0;
+  vertical-align: middle;
+}
+#navigationBarTable td.leftCell .nextImg {
+  margin-left: 0.2em;
+  margin-right: 0.5em;
+  vertical-align: middle;
+}
+#navigationBarTable td.rightCell {
+  text-align: right;
+  padding: 1em 0.5em 0em 0em;
+}
+#navigationBarTable td.rightCell select {
+  padding-right: 0em;
+  margin: 0em;
+  width: 10em;
+}
+#navigationBarTable .calLinks {
+  white-space: nowrap;
+}
+#messages,
+#errors {
+  font-size: 0.8em;
+  margin: 0em;
+  padding: 0.2em 0 0.2em 1em;
+  border-left : 2px solid #333;
+  border-right : 2px solid #333;
+  border-bottom: 1px solid Gray;
+}
+#messages p,
+#errors p {
+  margin: 0;
+  padding: 2px 0;
+}
+#messages {
+  color: black;
+  background-color: #ffa;
+}
+#errors {
+  color: black;
+  background-color: #ffa;
+}
+#standardForm {
+  margin: 0;
+  padding: 0;
+}
+
+/* table below is used for almost all forms  */
+#commonTable {
+  width: 100%;
+  font-size: 0.9em;
+  margin: 0px;
+  padding: 0px;
+}
+#commonTable th.commonHeader {
+  background-color: #666;
+  color: #eee;
+  padding: 0.2em 0.5em;
+  text-align: left;
+  font-weight: normal;
+}
+#commonTable th.commonHeader a:link,
+#commonTable th.commonHeader a:active,
+#commonTable th.commonHeader a:visited {
+  background-color: inherit;
+  color: #eee;
+  padding: 0.2em;
+  text-align: left;
+}
+#commonTable th.commonHeader a:hover {
+  background-color: inherit;
+  color: #ff9;
+  padding: 0.2em;
+  text-align: left;
+}
+#commonTable td.fieldval {
+  margin: 0em;
+  vertical-align: top;
+  padding: 0.5em 0.5em 0.2em 1em;
+}
+#commonTable td.fieldname {
+  width: 80px;
+  margin: 0em;
+  vertical-align: top;
+  padding: 0.5em 0.5em 0.2em 0.5em;
+  color: black;
+  background-color: #eee;
+  white-space: nowrap;
+}
+#commonTable th {
+  text-align: left;
+  vertical-align: top;
+  padding: 0.5em;
+  background-color: #ddd;
+  color: black;
+  white-space: nowrap;
+}
+#commonTable th.icon {
+  margin: 0em;
+  vertical-align: middle;
+  padding: 0.5em 1em 0.2em 0;
+  font-size: 0.7em;
+  background-color: #fff;
+  color: black;
+}
+#commonTable td.eventLinks {
+  background-color: #ddd;
+  color: #eee;
+  padding: 6px 0;
+  text-align: center;
+}
+#commonTable #eventActions {
+  float: right;
+  clear: none;
+}
+#commonTable td.allField {
+  white-space: nowrap;
+  text-align: right;
+  font-style: italic;
+  background-color : white;
+  color: black;
+  padding: 0.2em;
+}
+#commonTable .dateFields {
+  display: inline;
+}
+#commonTable .timeFields {
+  display: inline;
+  margin-left: 1em;
+}
+#commonTable .dateStartEndBox {
+  border: 1px solid #ccb;
+  margin: 4px;
+  padding: 4px;
+}
+#commonTable .dateStartEndBox strong {
+  display: block;
+}
+#commonTable .startDateLabel {
+  margin-left: 26px;
+}
+#commonTable div.durationBox {
+  border: 1px solid #ccb;
+  display: inline;
+  margin: 4px;
+  padding: 4px;
+}
+#commonTable .durationSpacerText {
+  font-weight: bold;
+  margin: 0 1em;
+}
+#clock {
+  position: relative;
+}
+.shown {
+  display: inline;
+}
+.invisible {
+  display: none;
+}
+.hidden {
+  visibility: hidden;
+}
+.padMe {
+  padding: 1em 0 !important;
+}
+form#subscriptions {
+  margin: 0;
+  padding: 0;
+}
+#dayCalendarTable {
+  width: 100%;
+  font-size: 0.9em;
+  margin: 0px;
+  padding: 0px;
+  border-top: 1px solid #666;
+}
+#dayCalendarTable td {
+  padding: 0.4em;
+  margin: 0em;
+}
+#dayCalendarTable .dateRange {
+  text-align: left;
+  background-color: #f0eee5;
+  color: black;
+  white-space: nowrap;
+}
+#dayCalendarTable .description {
+  text-align: left;
+  background-color: #fff;
+  color: black;
+  width: 100%;
+}
+#dayCalendarTable .more {
+  text-align: center;
+  background-color: #eee;
+  color: black;
+  font-size: 0.8em;
+}
+#weekCalendarTable {
+  width: 100%;
+  font-size: 0.9em;
+  margin: 0px;
+  padding: 0px;
+  border-top: 1px solid #666;
+}
+#weekCalendarTable td {
+  padding: 0.4em;
+  margin: 0em;
+}
+#weekCalendarTable .dateRange {
+  text-align: left;
+  background-color: #e2decc;
+  color: black;
+  white-space: nowrap;
+}
+#weekCalendarTable .description {
+  text-align: left;
+  background-color: #fff;
+  color: black;
+  width: 100%;
+}
+#weekCalendarTable .more {
+  text-align: center;
+  background-color: #eee;
+  color: black;
+  font-size: 0.8em;
+}
+#monthCalendarTable {
+  width: 100%;
+  font-size: 0.8em;
+  margin: 0px;
+  padding: 0px;
+  border-top: 1px solid #666;
+}
+#monthCalendarTable th.dayHeading {
+  width: 14%;
+  text-align: center;
+  vertical-align: middle;
+  background-color: #663;
+  color: #eee;
+  border: 1px solid black;
+}
+#monthCalendarTable td {
+  width: 14%;
+  height: 60px;
+  vertical-align: top;
+  text-align: left;
+  padding: 0em;
+  border: 1px solid #aaa;
+  background-color: white;
+  color: black;
+}
+#monthCalendarTable td.filler {
+  border: none;
+  background-color: #eee;
+  color: black;
+}
+#monthCalendarTable ul {
+  font-size: 0.8em;
+  list-style : none;
+  margin: 0em;
+  padding: 0.3em 0em 0em 0em;
+}
+#monthCalendarTable ul li {
+  margin: 0em;
+  padding: 0em;
+  display: inline;
+}
+#monthCalendarTable a.eventLinkA:link,
+#monthCalendarTable a.eventLinkA:visited,
+#monthCalendarTable a.eventLinkA:active  {
+  display: block;
+  padding: 0.1em 0.2em 0.1em 0.2em;
+  text-decoration: none;
+  background-color: #d1cbb3;
+  color: black;
+}
+#monthCalendarTable a.eventLinkB:link,
+#monthCalendarTable a.eventLinkB:visited,
+#monthCalendarTable a.eventLinkB:active  {
+  display: block;
+  padding: 0.1em 0.2em 0.1em 0.2em;
+  text-decoration: none;
+  background-color: #f0eee5;
+  color: black;
+}
+#monthCalendarTable a.eventCancelled:link,
+#monthCalendarTable a.eventCancelled:visited,
+#monthCalendarTable a.eventCancelled:active  {
+  display: block;
+  padding: 0.1em 0.2em 0.1em 0.2em;
+  text-decoration: none;
+  background-color: #ccc;
+  color: black;
+}
+#monthCalendarTable a.holiday:link,
+#monthCalendarTable a.holiday:visited,
+#monthCalendarTable a.holiday:active  {
+  display: block;
+  padding: 0.1em 0.2em 0.1em 0.2em;
+  text-decoration: none;
+  background-color: #fff;
+  color: black;
+  /*border-top: 1px solid black;
+  border-bottom: 1px solid black;*/
+}
+#monthCalendarTable a.eventLinkA:hover,
+#monthCalendarTable a.eventLinkB:hover,
+#monthCalendarTable a.eventCancelled:hover,
+#monthCalendarTable a.holiday:hover   {
+  display: block;
+  padding: 0.1em 0.2em 0.1em 0.2em;
+  text-decoration: none;
+  color: black;
+  background-color: #ffe;
+}
+#monthCalendarTable a.dayLink {
+  text-decoration: none;
+  color: black;
+  background-color: transparent;
+}
+#monthCalendarTable a:hover.dayLink {
+  text-decoration: none;
+  color: #eee;
+  background-color: black;
+}
+#monthCalendarTable a:hover {
+  /* required for eventTip to hover correctly;
+     apply only to the hover pseudo class, or
+     the other anchors nearby will cover the eventTip in IE */
+  position: relative;
+}
+#monthCalendarTable a span.eventTip,
+#monthCalendarTable a span.eventTipReverse {
+  display: none;
+}
+#monthCalendarTable a:hover span.eventTip {
+  display: block;
+  position: absolute;
+  width: 20em;
+  top: 1em;
+  left: 12em;
+  background-color: #ffe;
+  color: black;
+  padding: 4px;
+  border: 1px solid #333;
+}
+#monthCalendarTable a:hover span.eventTipReverse {
+  display: block;
+  position: absolute;
+  width: 20em;
+  top: 1em;
+  left: -21em;
+  background-color: #ffe;
+  color: black;
+  padding: 4px;
+  border: 1px solid #333;
+}
+a.gridAdd {
+  display: block;
+  float: right;
+  font-size: 0.8em;
+  text-decoration: none;
+  margin-right: 2px;
+}
+#yearCalendarTable {
+  width: 100%;
+  font-size: 0.9em;
+  margin: 0px;
+  padding: 0em;
+  border-top: 1px solid #666;
+}
+#yearCalendarTable td {
+  padding: 1em 0em 0em 0em;
+  margin: 0em;
+  vertical-align: top;
+  text-align: center;
+  width: 33%;
+}
+#yearCalendarTable table.yearViewMonthTable {
+  margin: 0em  1em 0.5em 1em;
+  border: 1px solid #666;
+}
+#yearCalendarTable table.yearViewMonthTable td {
+  text-align: center;
+  padding: 0.2em;
+  width: 12.5%;
+}
+#yearCalendarTable table.yearViewMonthTable th {
+  font-weight: bold;
+  background-color: #f5f5f5;
+  color: black;
+  padding: 0.2em;
+}
+#yearCalendarTable table.yearViewMonthTable td.monthName {
+  font-weight: bold;
+  text-align: center;
+  background-color: #d1cbb3;
+  color: #eee;
+  white-space: nowrap;
+  border-bottom: 1px solid #999;
+}
+#yearCalendarTable table.yearViewMonthTable td.weekCell {
+  font-weight: bold;
+  font-size: 0.8em;
+  background-color: #f5f5f5;
+  color: black;
+}
+#yearCalendarTable  table.yearViewMonthTable td  a  {
+  text-decoration: none;
+  background-color: inherit;
+  border: 1px solid #dlcbb3;
+  color: black;
+}
+#yearCalendarTable  table.yearViewMonthTable td.weekCell a  {
+  text-decoration: none;
+  background-color: inherit;
+  border: 1px solid #f5f5f5;
+  color: black;
+}
+#yearCalendarTable  table.yearViewMonthTable td.monthName a  {
+  text-decoration: none;
+  background-color: inherit;
+  color: black;
+}
+#yearCalendarTable  table.yearViewMonthTable td a:hover  {
+  text-decoration: none;
+  background-color: #FFC;
+  color: black;
+  border: 1px solid black;
+}
+#listTable {
+  width: 100%;
+  font-size: 0.9em;
+  margin: 0px;
+  padding: 0px;
+  border-top: 1px solid #666;
+}
+#listTable td {
+  padding: 0.5em;
+  margin: 0em;
+  border-bottom: 1px solid #bbb;
+}
+#listTable td a {
+  background-color: transparent;
+  color: black;
+  text-decoration: none;
+}
+#listTable td.dateRangeCrossDay {
+  font-size: 0.9em;
+  text-transform: lowercase;
+  background-color: #ddd;
+  color: black;
+  white-space: nowrap;
+}
+#listTable td.dateRangeEarlyMorning {
+  font-size: 0.9em;
+  text-transform: lowercase;
+  background-color: #cbd1de;
+  color: black;
+  white-space: nowrap;
+}
+#listTable td.dateRangeMorning {
+  font-size: 0.9em;
+  text-transform: lowercase;
+  background-color: #f0eee5;
+  color: black;
+  white-space: nowrap;
+}
+#listTable td.dateRangeAfternoon {
+  font-size: 0.9em;
+  text-transform: lowercase;
+  background-color: #e2decc;
+  color: black;
+  white-space: nowrap;
+}
+#listTable td.dateRangeEvening {
+  font-size: 0.9em;
+  text-transform: lowercase;
+  background-color: #d1cbb3;
+  color: black;
+  white-space: nowrap;
+}
+#listTable span.littleArrow {
+  font-size: 1.4em;
+}
+#listTable td.description {
+  text-align: left;
+  background-color: #fff;
+  color: black;
+  width: 100%;
+}
+#listTable td.cancelled {
+  background-color: #ddd;
+  color: black;
+}
+#listTable td.description a {
+  display: block;
+  background-color: transparent;
+  color: black;
+  text-decoration: none;
+}
+#listTable td.description a.moreLink {
+  display: inline;
+  background-color: transparent;
+  color: #663;
+  text-decoration: underline;
+}
+#listTable td.description:hover {
+  background-color: #eee;
+  color: black;
+  text-decoration: none;
+}
+#listTable td.dateRow {
+  text-align: left;
+  background-color: #888;
+  color: #eee;
+  font-size: 0.8em;
+  padding: 0.2em 0.5em 0.2em 0.5em;
+  margin: 0em;
+}
+#listTable td.dateRow a {
+  display: block;
+  color: #fff;
+  background-color: transparent;
+  font-weight: bold;
+  text-decoration : none;
+}
+#listTable td.eventLinks {
+  color: black;
+  background-color: #f0eee5;
+  white-space : nowrap;
+  font-size : 0.7em;
+}
+#listTable td.eventLinks a {
+  text-decoration: underline;
+}
+#listTable td.eventLinks a:hover {
+  color: #eee;
+  background-color: #333;
+  text-decoration: none;
+}
+#listTable td.smallIcon {
+  color: black;
+  background-color: #ddd;
+}
+.noEventsCell {
+  padding: 1em;
+}
+/* Calendars and Subscriptions */
+#calendarTable td,
+#subsTable td {
+  padding: 0 0.5em;
+  vertical-align: top;
+}
+#calendarTable td.cals,
+#subsTable td.cals {
+  border-right: 1px solid #aaa;
+  font-size: 0.9em;
+  width: 200px;
+}
+#calendarTable td.cals {
+  width: 300px;
+}
+#subsTable td.cals {
+  width: 200px;
+}
+.calendarTree ul {
+  padding-left: 10px;
+  margin-left: 10px;
+}
+.calendarTree li {
+  padding-top: 0.25em;
+  /*font-weight: bold;*/
+}
+.calendarTree li.folder {
+  list-style-image: url(../../resources/catIcon.gif);
+}
+.calendarTree li.calendar {
+  list-style-image: url(../../resources/calIcon-sm.gif);
+}
+.calendarTree a:link,
+.calendarTree a:active,
+.calendarTree a:visited {
+  text-decoration: none;
+}
+.calendarTree a:hover {
+  color: black;
+  background-color: #ff3;
+}
+#submitTable {
+  width: 98%; /* less than 100% helps avoid IE weirdness */
+  margin-top: 1em;
+}
+p.note {
+  margin: 0;
+  padding: 0 0 1em 0;
+  font-size: 0.8em;
+  font-style: italic;
+}
+/* Footer */
+#footer {
+  font-size: 0.7em;
+  text-align : center;
+  margin-top: 0em;
+  padding: 1em;
+  color: #333;
+  background-color: #eee;
+  border-bottom: 2px solid #333;
+  border-left: 2px solid #333;
+  border-right: 2px solid #333;
+  white-space: nowrap;
+}
+#footer a {
+  color: #333;
+  background-color: transparent;
+  text-decoration: underline;
+}
+#skinSelectorTable {
+  width: 100%;
+  padding-top: 0.5em;
+  font-size: 0.7em;
+  color: #333;
+  background-color: inherit;
+}
+#skinSelectorTable td {
+  vertical-align: top;
+}
+#skinSelectorTable td.rightCell {
+  text-align: right;
+}
+#skinSelectorTable td.leftCell {
+  text-align: left;
+  color: #999;
+  background-color: inherit;
+}
+#skinSelectorTable td.leftCell  a {
+  color: #999;
+  background-color: inherit;
+}
+#skinSelectorTable td.rightCell form {
+  display: inline;
+  margin: 0em;
+  padding: 0em;
+}
+#skinSelectorTable td.rightCell select {
+  font-size: 0.9em;
+  color: #333;
+  background-color: #eee;
+}
+/*   LINKS    */
+a:link, a:active {
+  color: #552;
+  background-color: transparent;
+}
+a:visited {
+  color: #600;
+  background-color: transparent;
+}
+a:hover {
+  color: red;
+  background-color: transparent;
+}
+span.time {
+  text-transform : lowercase;
+}
+#featureHighlight {
+  color: #dd0;
+  font-style: italic;
+}


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/olive.css
___________________________________________________________________
Name: svn:eol-style
   + native

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/arrowLeft.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/arrowLeft.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/arrowRight.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/arrowRight.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-01.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-01.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-02-leftBorder.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-02-leftBorder.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-02-rightBorder.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-02-rightBorder.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-02.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-02.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-03.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-03.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-error.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-error.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-message.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-message.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/greenCheckIcon.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/greenCheckIcon.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/redCheckIcon.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/redCheckIcon.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/trashIcon.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/trashIcon.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/userIcon.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/userIcon.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the Bedework-commit mailing list