Changeset 2539
- Timestamp:
- 12/23/09 11:41:07
- Files:
-
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl (modified) (7 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/defaultTheme/css/soe.css (modified) (2 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/strings.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl
r2520 r2539 474 474 <xsl:choose> 475 475 <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> 477 477 </xsl:when> 478 478 <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> 480 480 </xsl:when> 481 481 <xsl:when test="/bedework/periodname='Month'"> 482 482 <xsl:choose> 483 483 <xsl:when test="/bedework/appvar[key='monthViewMode']/value='list'"> 484 <a href="{$setup}&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}&setappvar=monthViewMode(cal)" title="{$bwStr-SrcB-ToggleListCalView}"> 485 <xsl:copy-of select="$bwStr-Util-Cal"/> 486 486 </a> 487 487 </xsl:when> 488 488 <xsl:otherwise> 489 <a href="{$setup}&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}&setappvar=monthViewMode(list)" title="{$bwStr-SrcB-ToggleListCalView}"> 490 <xsl:copy-of select="$bwStr-Util-List"/> 491 491 </a> 492 492 </xsl:otherwise> … … 496 496 <xsl:choose> 497 497 <xsl:when test="/bedework/appvar[key='weekViewMode']/value='list'"> 498 <a href="{$setup}&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}&setappvar=weekViewMode(cal)" title="{$bwStr-SrcB-ToggleListCalView}"> 499 <xsl:copy-of select="$bwStr-Util-Cal"/> 500 500 </a> 501 501 </xsl:when> 502 502 <xsl:otherwise> 503 <a href="{$setup}&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}&setappvar=weekViewMode(list)" title="{$bwStr-SrcB-ToggleListCalView}"> 504 <xsl:copy-of select="$bwStr-Util-List"/> 505 505 </a> 506 506 </xsl:otherwise> … … 512 512 <xsl:choose> 513 513 <xsl:when test="/bedework/appvar[key='listEventsSummaryMode']/value='details'"> 514 <a href="{$listEvents}&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}&setappvar=listEventsSummaryMode(summary)" title="{$bwStr-SrcB-ToggleSummDetView}"> 515 <xsl:copy-of select="$bwStr-Util-Summary"/> 516 516 </a> 517 517 </xsl:when> 518 518 <xsl:otherwise> 519 <a href="{$listEvents}&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}&setappvar=listEventsSummaryMode(details)" title="{$bwStr-SrcB-ToggleSummDetView}"> 520 <xsl:copy-of select="$bwStr-Util-Details"/> 521 521 </a> 522 522 </xsl:otherwise> … … 532 532 <xsl:choose> 533 533 <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> 535 535 </xsl:when> 536 536 <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> 538 538 </xsl:otherwise> 539 539 </xsl:choose> … … 542 542 <xsl:choose> 543 543 <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 544 <a href="{$setup}&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}&setappvar=summaryMode(summary)" title="{$bwStr-SrcB-ToggleSummDetView}"> 545 <xsl:copy-of select="$bwStr-Util-Summary"/> 546 546 </a> 547 547 </xsl:when> 548 548 <xsl:otherwise> 549 <a href="{$setup}&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}&setappvar=summaryMode(details)" title="{$bwStr-SrcB-ToggleSummDetView}"> 550 <xsl:copy-of select="$bwStr-Util-Details"/> 551 551 </a> 552 552 </xsl:otherwise> … … 554 554 </xsl:otherwise> 555 555 </xsl:choose> 556 <!-- 556 557 <a href="{$setup}"> 557 558 <xsl:if test="/bedework/page='eventList'"> … … 560 561 <img src="{$resourcesRoot}/images/std-button-refresh.gif" width="70" height="21" border="0" alt="refresh view"/> 561 562 </a> 563 --> 562 564 </td> 563 565 </tr> trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/defaultTheme/css/soe.css
r2445 r2539 171 171 text-align: right; 172 172 border-right: 2px solid #333; 173 padding: 0.1em 0.1em 0em 0em;173 padding: 2px; 174 174 white-space: nowrap; 175 175 } … … 189 189 #searchBarTable img { 190 190 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; 191 210 } 192 211 #searchFilter { trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/strings.xsl
r2373 r2539 44 44 <xsl:variable name="bwStr-SrcB-Search">Search</xsl:variable> 45 45 <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> 46 48 <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> 47 51 <xsl:variable name="bwStr-SrcB-ToggleSummDetView">toggle summary/detailed view</xsl:variable> 48 52 <xsl:variable name="bwStr-SrcB-TopicalArea">Topical Area:</xsl:variable>
