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

svnadmin at bedework.org svnadmin at bedework.org
Fri Apr 7 15:49:37 EDT 2006


Author: johnsa
Date: 2006-04-07 15:49:36 -0400 (Fri, 07 Apr 2006)
New Revision: 344

Added:
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/addEvent-forGrid-icon.gif
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/std-icalUpload-icon-small.gif
Modified:
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.css
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
Log:
more graphics updates to the personal web client; ical upload icon and add event for the grid view.

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-07 18:48:12 UTC (rev 343)
+++ trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.css	2006-04-07 19:49:36 UTC (rev 344)
@@ -31,6 +31,9 @@
   padding: 1em 0.2em 0em 0.2em;
   font-size: 1em;
 }
+.center {
+  text-align: center;
+}
 /* Header IDs and classes */
 #logoTable {
   padding: 0em;
@@ -208,16 +211,18 @@
   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;
+  color: #666;
   background-color: transparent;
+  font-size: 0.75em;
+  text-decoration: none;
+  margin-right: 6px;
 }
+#utilBarTable .leftCell img {
+  display: inline;
+  margin-right: 2px;
+  vertical-align: middle;
+}
 #utilBarTable .rightCell {
   margin: 0;
   padding: 0.1em 0.2em 0 0;
@@ -584,7 +589,7 @@
   padding: 0.1em 0.2em 0.1em 0.2em;
   text-decoration: none;
   color: black;
-  background-color: #ffe;
+  background-color: #ffa;
 }
 #monthCalendarTable a.dayLink {
   text-decoration: none;
@@ -612,7 +617,7 @@
   width: 20em;
   top: 1em;
   left: 12em;
-  background-color: #ffe;
+  background-color: #ffa;
   color: black;
   padding: 4px;
   border: 1px solid #333;
@@ -623,7 +628,7 @@
   width: 20em;
   top: 1em;
   left: -21em;
-  background-color: #ffe;
+  background-color: #ffa;
   color: black;
   padding: 4px;
   border: 1px solid #333;
@@ -633,7 +638,8 @@
   float: right;
   font-size: 0.8em;
   text-decoration: none;
-  margin-right: 2px;
+  margin: 0;
+  padding: 0;
 }
 #yearCalendarTable {
   width: 100%;
@@ -926,11 +932,11 @@
 }
 /*   LINKS    */
 a:link, a:active {
-  color: #552;
+  color: #00a;
   background-color: transparent;
 }
 a:visited {
-  color: #600;
+  color: #008;
   background-color: transparent;
 }
 a:hover {

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-07 18:48:12 UTC (rev 343)
+++ trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl	2006-04-07 19:49:36 UTC (rev 344)
@@ -491,19 +491,15 @@
     <table width="100%" border="0" cellpadding="0" cellspacing="0" id="utilBarTable">
        <tr>
          <td class="leftCell">
-           <!--<xsl:choose>
-             <xsl:when test="/bedework/title!=''">
-               Calendar: <xsl:value-of select="/bedework/title"/>
-               <span class="link">[<a href="{$setSelection}?calId=">clear</a>]</span>
-             </xsl:when>
-             <xsl:when test="/bedework/search!=''">
-               Current search: <xsl:value-of select="/bedework/search"/>
-               <span class="link">[<a href="{$setSelection}?calId=">clear</a>]</span>
-             </xsl:when>
-             <xsl:otherwise>
-               Current calendar: All
-             </xsl:otherwise>
-           </xsl:choose> -->
+           <xsl:variable name="date" select="/bedework/firstday/date"/>
+           <a href="{$initEvent}?date={$date}" title="add event">
+              <img src="{$resourcesRoot}/resources/add2mycal-icon-small.gif" width="12" height="16" border="0" alt="add event"/>
+              add event
+           </a>
+           <a href="{$initUpload}" title="upload event">
+              <img src="{$resourcesRoot}/resources/std-icalUpload-icon-small.gif" width="12" height="16" border="0" alt="upload event"/>
+              upload
+           </a>
          </td>
          <td class="rightCell">
            <xsl:choose>
@@ -783,7 +779,9 @@
           <xsl:if test="filler='false'">
             <td>
               <xsl:variable name="dayDate" select="date"/>
-              <a href="{$initEvent}?date={$dayDate}" class="gridAdd">[add]</a>
+              <a href="{$initEvent}?date={$dayDate}" class="gridAdd">
+                <img src="{$resourcesRoot}/resources/addEvent-forGrid-icon.gif" width="10" height="10" border="0" alt="add event to this day"/>
+              </a>
               <a href="{$setViewPeriod}?viewType=dayView&amp;date={$dayDate}" class="dayLink">
                 <xsl:value-of select="value"/>
               </a>
@@ -818,7 +816,9 @@
               <xsl:otherwise>
                 <td>
                   <xsl:variable name="dayDate" select="date"/>
-                  <a href="{$initEvent}?date={$dayDate}" class="gridAdd">[add]</a>
+                  <a href="{$initEvent}?date={$dayDate}" class="gridAdd">
+                    <img src="{$resourcesRoot}/resources/addEvent-forGrid-icon.gif" width="10" height="10" border="0" alt="add event to this day"/>
+                  </a>
                   <a href="{$setViewPeriod}?viewType=dayView&amp;date={$dayDate}" class="dayLink">
                     <xsl:value-of select="value"/>
                   </a>

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/addEvent-forGrid-icon.gif
===================================================================
(Binary files differ)


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

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/std-icalUpload-icon-small.gif
===================================================================
(Binary files differ)


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



More information about the Bedework-commit mailing list