Changeset 2539

Show
Ignore:
Timestamp:
12/23/09 11:41:07
Author:
johnsa
Message:

CDATA all xprop values and params

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl

    r2520 r2539  
    474474            <xsl:choose> 
    475475              <xsl:when test="/bedework/periodname='Day' or /bedework/page='eventList'"> 
    476                 <img src="{$resourcesRoot}/images/std-button-listview-off.gif" width="46" height="21" border="0" alt="{$bwStr-SrcB-ToggleListCalView}"/
     476                <span class="utilButtonOff"><xsl:copy-of select="$bwStr-Util-List"/></span
    477477              </xsl:when> 
    478478              <xsl:when test="/bedework/periodname='Year'"> 
    479                 <img src="{$resourcesRoot}/images/std-button-calview-off.gif" width="46" height="21" border="0" alt="{$bwStr-SrcB-ToggleListCalView}"/
     479                <span class="utilButtonOff"><xsl:copy-of select="$bwStr-Util-Cal"/></span
    480480              </xsl:when> 
    481481              <xsl:when test="/bedework/periodname='Month'"> 
    482482                <xsl:choose> 
    483483                  <xsl:when test="/bedework/appvar[key='monthViewMode']/value='list'"> 
    484                     <a href="{$setup}&amp;setappvar=monthViewMode(cal)" title="{$bwStr-SrcB-ToggleListCalView}"> 
    485                       <img src="{$resourcesRoot}/images/std-button-calview.gif" width="46" height="21" border="0" alt="{$bwStr-SrcB-ToggleListCalView}"/> 
     484                    <a class="utilButton" href="{$setup}&amp;setappvar=monthViewMode(cal)" title="{$bwStr-SrcB-ToggleListCalView}"> 
     485                      <xsl:copy-of select="$bwStr-Util-Cal"/> 
    486486                    </a> 
    487487                  </xsl:when> 
    488488                  <xsl:otherwise> 
    489                     <a href="{$setup}&amp;setappvar=monthViewMode(list)" title="{$bwStr-SrcB-ToggleListCalView}"> 
    490                       <img src="{$resourcesRoot}/images/std-button-listview.gif" width="46" height="21" border="0" alt="{$bwStr-SrcB-ToggleListCalView}"/> 
     489                    <a class="utilButton" href="{$setup}&amp;setappvar=monthViewMode(list)" title="{$bwStr-SrcB-ToggleListCalView}"> 
     490                      <xsl:copy-of select="$bwStr-Util-List"/> 
    491491                    </a> 
    492492                  </xsl:otherwise> 
     
    496496                <xsl:choose> 
    497497                  <xsl:when test="/bedework/appvar[key='weekViewMode']/value='list'"> 
    498                     <a href="{$setup}&amp;setappvar=weekViewMode(cal)" title="{$bwStr-SrcB-ToggleListCalView}"> 
    499                       <img src="{$resourcesRoot}/images/std-button-calview.gif" width="46" height="21" border="0" alt="{$bwStr-SrcB-ToggleListCalView}"/> 
     498                    <a class="utilButton" href="{$setup}&amp;setappvar=weekViewMode(cal)" title="{$bwStr-SrcB-ToggleListCalView}"> 
     499                      <xsl:copy-of select="$bwStr-Util-Cal"/> 
    500500                    </a> 
    501501                  </xsl:when> 
    502502                  <xsl:otherwise> 
    503                     <a href="{$setup}&amp;setappvar=weekViewMode(list)" title="{$bwStr-SrcB-ToggleListCalView}"> 
    504                       <img src="{$resourcesRoot}/images/std-button-listview.gif" width="46" height="21" border="0" alt="{$bwStr-SrcB-ToggleListCalView}"/> 
     503                    <a class="utilButton" href="{$setup}&amp;setappvar=weekViewMode(list)" title="{$bwStr-SrcB-ToggleListCalView}"> 
     504                      <xsl:copy-of select="$bwStr-Util-List"/> 
    505505                    </a> 
    506506                  </xsl:otherwise> 
     
    512512                <xsl:choose> 
    513513                  <xsl:when test="/bedework/appvar[key='listEventsSummaryMode']/value='details'"> 
    514                     <a href="{$listEvents}&amp;setappvar=listEventsSummaryMode(summary)" title="{$bwStr-SrcB-ToggleSummDetView}"> 
    515                       <img src="{$resourcesRoot}/images/std-button-summary.gif" width="62" height="21" border="0" alt="{$bwStr-SrcB-ToggleSummDetView}"/> 
     514                    <a class="utilButton" href="{$listEvents}&amp;setappvar=listEventsSummaryMode(summary)" title="{$bwStr-SrcB-ToggleSummDetView}"> 
     515                      <xsl:copy-of select="$bwStr-Util-Summary"/> 
    516516                    </a> 
    517517                  </xsl:when> 
    518518                  <xsl:otherwise> 
    519                     <a href="{$listEvents}&amp;setappvar=listEventsSummaryMode(details)" title="{$bwStr-SrcB-ToggleSummDetView}"> 
    520                       <img src="{$resourcesRoot}/images/std-button-details.gif" width="62" height="21" border="0" alt="{$bwStr-SrcB-ToggleSummDetView}"/> 
     519                    <a class="utilButton" href="{$listEvents}&amp;setappvar=listEventsSummaryMode(details)" title="{$bwStr-SrcB-ToggleSummDetView}"> 
     520                      <xsl:copy-of select="$bwStr-Util-Details"/> 
    521521                    </a> 
    522522                  </xsl:otherwise> 
     
    532532                <xsl:choose> 
    533533                  <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 
    534                     <img src="{$resourcesRoot}/images/std-button-summary-off.gif" width="62" height="21" border="0" alt="only summaries of events supported in this view"/
     534                    <span class="utilButtonOff"><xsl:copy-of select="$bwStr-Util-Summary"/></span
    535535                  </xsl:when> 
    536536                  <xsl:otherwise> 
    537                     <img src="{$resourcesRoot}/images/std-button-details-off.gif" width="62" height="21" border="0" alt="only summaries of events supported in this view"/
     537                    <span class="utilButtonOff"><xsl:copy-of select="$bwStr-Util-Details"/></span
    538538                  </xsl:otherwise> 
    539539                </xsl:choose> 
     
    542542                <xsl:choose> 
    543543                  <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 
    544                     <a href="{$setup}&amp;setappvar=summaryMode(summary)" title="{$bwStr-SrcB-ToggleSummDetView}"> 
    545                       <img src="{$resourcesRoot}/images/std-button-summary.gif" width="62" height="21" border="0" alt="{$bwStr-SrcB-ToggleSummDetView}"/> 
     544                    <a class="utilButton" href="{$setup}&amp;setappvar=summaryMode(summary)" title="{$bwStr-SrcB-ToggleSummDetView}"> 
     545                      <xsl:copy-of select="$bwStr-Util-Summary"/> 
    546546                    </a> 
    547547                  </xsl:when> 
    548548                  <xsl:otherwise> 
    549                     <a href="{$setup}&amp;setappvar=summaryMode(details)" title="{$bwStr-SrcB-ToggleSummDetView}"> 
    550                       <img src="{$resourcesRoot}/images/std-button-details.gif" width="62" height="21" border="0" alt="{$bwStr-SrcB-ToggleSummDetView}"/> 
     549                    <a class="utilButton" href="{$setup}&amp;setappvar=summaryMode(details)" title="{$bwStr-SrcB-ToggleSummDetView}"> 
     550                      <xsl:copy-of select="$bwStr-Util-Details"/> 
    551551                    </a> 
    552552                  </xsl:otherwise> 
     
    554554              </xsl:otherwise> 
    555555            </xsl:choose> 
     556            <!-- 
    556557            <a href="{$setup}"> 
    557558              <xsl:if test="/bedework/page='eventList'"> 
     
    560561              <img src="{$resourcesRoot}/images/std-button-refresh.gif" width="70" height="21" border="0" alt="refresh view"/> 
    561562            </a> 
     563            --> 
    562564          </td> 
    563565       </tr> 
  • trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/defaultTheme/css/soe.css

    r2445 r2539  
    171171  text-align: right; 
    172172  border-right: 2px solid #333; 
    173   padding: 0.1em 0.1em 0em 0em
     173  padding: 2px
    174174  white-space: nowrap; 
    175175} 
     
    189189#searchBarTable img { 
    190190  vertical-align: middle; 
     191} 
     192#searchBarTable a.utilButton, 
     193#searchBarTable .utilButtonOff { 
     194  vertical-align: middle; 
     195  margin: 0 2px 0 4px; 
     196  padding: 2px 4px; 
     197  font-size: 0.7em; 
     198  border: 1px solid #bbb; 
     199  background-color: #ccc; 
     200  color: black; 
     201  text-decoration: none; 
     202} 
     203#searchBarTable .utilButtonOff { 
     204  background-color: #ddd; 
     205  color: #888; 
     206} 
     207#searchBarTable a.utilButton:hover { 
     208  background-color: #ddd; 
     209  color: black; 
    191210} 
    192211#searchFilter { 
  • trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/strings.xsl

    r2373 r2539  
    4444  <xsl:variable name="bwStr-SrcB-Search">Search</xsl:variable> 
    4545  <xsl:variable name="bwStr-SrcB-Go">go</xsl:variable> 
     46  <xsl:variable name="bwStr-Util-List">LIST</xsl:variable> 
     47  <xsl:variable name="bwStr-Util-Cal">CAL</xsl:variable> 
    4648  <xsl:variable name="bwStr-SrcB-ToggleListCalView">toggle list/calendar view</xsl:variable> 
     49  <xsl:variable name="bwStr-Util-Summary">SUMMARY</xsl:variable> 
     50  <xsl:variable name="bwStr-Util-Details">DETAILS</xsl:variable> 
    4751  <xsl:variable name="bwStr-SrcB-ToggleSummDetView">toggle summary/detailed view</xsl:variable> 
    4852  <xsl:variable name="bwStr-SrcB-TopicalArea">Topical Area:</xsl:variable>