Changeset 2896
- Timestamp:
- 05/05/10 16:49:31
- Files:
-
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/attendees.xsl (modified) (2 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/bedework.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/calendars.xsl (modified) (5 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/css/bedeworkTheme.css (modified) (22 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/event.xsl (modified) (15 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventForm.xsl (modified) (9 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventGrid.xsl (modified) (13 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventList.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventListDiscrete.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/freeBusy.xsl (modified) (2 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/headBar.xsl (modified) (3 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/navigation.xsl (modified) (4 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/scheduling.xsl (modified) (11 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/searchResults.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/sideBar.xsl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/attendees.xsl
r2890 r2896 101 101 <td class="trash"> 102 102 <a href="{$event-attendeesForEvent}&uri={$attendeeUri}&attendee=true&delete=true" title="{$bwStr-Atnd-Remove}"> 103 <img src="{$resourcesRoot}/ resources/trashIcon.gif" width="13" height="13" border="0" alt="remove"/>103 <img src="{$resourcesRoot}/images/trashIcon.gif" width="13" height="13" border="0" alt="remove"/> 104 104 </a> 105 105 </td> … … 166 166 <td class="trash"> 167 167 <a href="{$event-attendeesForEvent}&uri={$recipientUri}&recipient=true&delete=true" title="{$bwStr-Rcpt-Remove}"> 168 <img src="{$resourcesRoot}/ resources/trashIcon.gif" width="13" height="13" border="0" alt="remove"/>168 <img src="{$resourcesRoot}/images/trashIcon.gif" width="13" height="13" border="0" alt="remove"/> 169 169 </a> 170 170 </td> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/bedework.xsl
r2892 r2896 102 102 <xsl:when test="/bedework/appvar[key='sidebar']/value='closed'"> 103 103 <td id="sideBarClosed"> 104 <img src="{$resourcesRoot}/ resources/spacer.gif" width="1" height="1" border="0" alt="*"/>104 <img src="{$resourcesRoot}/images/spacer.gif" width="1" height="1" border="0" alt="*"/> 105 105 </td> 106 106 </xsl:when> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/calendars.xsl
r2890 r2896 155 155 <!-- the spacer gif approach allows us to avoid some IE misbehavior --> 156 156 <xsl:variable name="color" select="color"/> 157 <img src="{$resourcesRoot}/ resources/spacer.gif" width="6" height="6" alt="calendar color" class="bwCalendarColor" style="background-color: {$color}; color:black;"/>157 <img src="{$resourcesRoot}/images/spacer.gif" width="6" height="6" alt="calendar color" class="bwCalendarColor" style="background-color: {$color}; color:black;"/> 158 158 </xsl:if> 159 159 <xsl:if test="calendar"> … … 250 250 <xsl:text> </xsl:text> 251 251 <a href="{$calendar-initAdd}&calPath={$calPath}" title="{$bwStr-Cals-AddCalendarOrFolder}"> 252 <img src="{$resourcesRoot}/ resources/calAddIcon.gif" width="13" height="13" alt="add a calendar or folder" border="0"/>252 <img src="{$resourcesRoot}/images/calAddIcon.gif" width="13" height="13" alt="add a calendar or folder" border="0"/> 253 253 </a> 254 254 </xsl:if> … … 842 842 }); 843 843 </script> 844 <button type="button" id="bwColorPickerButton" value="{$bwStr-CoPi-Pick}"><img src="{$resourcesRoot}/ resources/colorIcon.gif" width="16" height="13" alt="pick a color"/></button>844 <button type="button" id="bwColorPickerButton" value="{$bwStr-CoPi-Pick}"><img src="{$resourcesRoot}/images/colorIcon.gif" width="16" height="13" alt="pick a color"/></button> 845 845 846 846 <div id="bwColorPicker" title="{$bwStr-CoPi-SelectColor}"> … … 852 852 title="{$colorName}" 853 853 onclick="$('#bwColorPicker').dialog('close');"> 854 <img src="{$resourcesRoot}/ resources/spacer.gif" width="25" height="25" style="border:1px solid #333;margin:0;padding:0;" alt="{$colorName}"/>854 <img src="{$resourcesRoot}/images/spacer.gif" width="25" height="25" style="border:1px solid #333;margin:0;padding:0;" alt="{$colorName}"/> 855 855 </a> 856 856 <xsl:if test="position() mod 6 = 0"><br style="clear:both;"/></xsl:if> … … 863 863 <h3><xsl:copy-of select="$bwStr-CaLi-ManagingCalendars"/></h3> 864 864 <ul> 865 <li><xsl:copy-of select="$bwStr-CaLi-SelectFromCalendar"/><xsl:text> </xsl:text>(<img src="{$resourcesRoot}/ resources/calIcon-sm.gif" width="13" height="13" alt="true" border="0"/>),866 <xsl:copy-of select="$bwStr-CaLi-Subscription"/><xsl:text> </xsl:text>(<img src="{$resourcesRoot}/ resources/calIconAlias2-sm.gif" width="17" height="13" alt="true" border="0"/>)<xsl:copy-of select="$bwStr-CaLi-OrFolder"/><xsl:text> </xsl:text>(<img src="{$resourcesRoot}/resources/catIcon.gif" width="13" height="13" alt="true" border="0"/>).</li>865 <li><xsl:copy-of select="$bwStr-CaLi-SelectFromCalendar"/><xsl:text> </xsl:text>(<img src="{$resourcesRoot}/images/calIcon-sm.gif" width="13" height="13" alt="true" border="0"/>), 866 <xsl:copy-of select="$bwStr-CaLi-Subscription"/><xsl:text> </xsl:text>(<img src="{$resourcesRoot}/images/calIconAlias2-sm.gif" width="17" height="13" alt="true" border="0"/>)<xsl:copy-of select="$bwStr-CaLi-OrFolder"/><xsl:text> </xsl:text>(<img src="{$resourcesRoot}/images/catIcon.gif" width="13" height="13" alt="true" border="0"/>).</li> 867 867 <li><xsl:copy-of select="$bwStr-CaLi-Select"/><xsl:text> </xsl:text> 868 <img src="{$resourcesRoot}/ resources/calAddIcon.gif" width="13" height="13" alt="true" border="0"/>868 <img src="{$resourcesRoot}/images/calAddIcon.gif" width="13" height="13" alt="true" border="0"/> 869 869 <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-CaLi-Icon"/> 870 870 <ul> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/css/bedeworkTheme.css
r2895 r2896 26 26 will prepend each selector below with this ID - this helps encapsulate 27 27 the css for use in portal environments (though it does imply that only 28 one instance should be running on a portal page ) */28 one instance should be running on a portal page") */ 29 29 font-family : Arial, Helvetica, sans-serif; 30 30 font-size: 100%; /* to make IE behave */ … … 65 65 } 66 66 #bedework h2.bwStatusTentative { 67 background: #eee url( '../../resources/tentativeLines.gif') top !important;67 background: #eee url("../images/tentativeLines.gif") top !important; 68 68 color: black; 69 69 } … … 146 146 width: 100%; 147 147 height: 26px; 148 background: #233979 url( ../../resources/glassFill-02.gif) repeat-x bottom;148 background: #233979 url("../images/glassFill-02.gif") repeat-x bottom; 149 149 color : #eee; 150 150 margin: 0em; … … 161 161 } 162 162 #bedework #curDateRangeTable td.sideBarOpenCloseIcon { 163 background: url( ../../resources/glassFill-02-leftBorder.gif) no-repeat top left;163 background: url("../images/glassFill-02-leftBorder.gif") no-repeat top left; 164 164 color: inherit; 165 165 width: 200px; … … 171 171 } 172 172 #bedework #curDateRangeTable td.rssPrint { 173 background: url( ../../resources/glassFill-02-rightBorder.gif) no-repeat top right;173 background: url("../images/glassFill-02-rightBorder.gif") no-repeat top right; 174 174 color: inherit; 175 175 width: 200px; … … 229 229 font-size: 0.8em; 230 230 color: black; 231 background: white url( ../../resources/sideBarGrayGrad.gif) repeat-y right;231 background: white url("../images/sideBarGrayGrad.gif") repeat-y right; 232 232 border-left: 2px solid #333; 233 233 border-right: 1px solid #333; … … 243 243 font-size: 0.8em; 244 244 color: black; 245 background: white url( ../../resources/sideBarGrayGradRight.gif) repeat-y left;245 background: white url("../images/sideBarGrayGradRight.gif") repeat-y left; 246 246 border-right: 2px solid #333; 247 247 border-bottom: 2px solid #aaa; … … 256 256 } 257 257 #bedework #bodyBlock td#msgTaskBar li { 258 list-style-image: url( ../../resources/calIconSchedule-sm.gif);258 list-style-image: url("../images/calIconSchedule-sm.gif"); 259 259 } 260 260 #bedework #bodyBlock td#msgTaskBarPlaceholder { … … 266 266 #bedework #bodyBlock td#sideBar h3 { 267 267 color: #eee; 268 background: #4164AE url( ../../resources/sideBarBlueGrad.gif) repeat-y right;268 background: #4164AE url("../images/sideBarBlueGrad.gif") repeat-y right; 269 269 font-weight: normal; 270 270 margin: 0; … … 273 273 #bedework #bodyBlock td#msgTaskBar h3 { 274 274 color: #eee; 275 background: #4164AE url( ../../resources/sideBarBlueGradRight.gif) repeat-y left;275 background: #4164AE url("../images/sideBarBlueGradRight.gif") repeat-y left; 276 276 font-weight: normal; 277 277 margin: 0; … … 332 332 } 333 333 #bedework #myViews li.selected { 334 list-style-image: url( ../../resources/glassFill-icon-view.gif);334 list-style-image: url("../images/glassFill-icon-view.gif"); 335 335 font-weight: bold; 336 336 } … … 496 496 list-style-image: none; 497 497 color: black; 498 background: #eee url("../ ../resources/std-tab-off-80x20.gif") no-repeat bottom;498 background: #eee url("../images/std-tab-off-80x20.gif") no-repeat bottom; 499 499 } 500 500 #bedework #bwTabs li.selected { 501 501 color: black; 502 background: #eee url("../ ../resources/std-tab-on-80x20.gif") no-repeat top;502 background: #eee url("../images/std-tab-on-80x20.gif") no-repeat top; 503 503 } 504 504 #bedework #bwTabs a { … … 595 595 border-bottom: 1px solid Gray; 596 596 color: black; 597 background: #ff0 url( ../../resources/glassFill-message.gif) repeat-x top;597 background: #ff0 url("../images/glassFill-message.gif") repeat-x top; 598 598 } 599 599 #bedework #errors { … … 674 674 margin: 0 -2em 0 0; 675 675 padding: 4px 0 4px 12px; 676 background: #233979 url( ../../resources/glassFill-02.gif) repeat-x bottom;676 background: #233979 url("../images/glassFill-02.gif") repeat-x bottom; 677 677 color : #eee; 678 678 } … … 1199 1199 text-align: center; 1200 1200 color: #eee; 1201 background: #233979 url( ../../resources/glassFill-02.gif) repeat-x bottom;1201 background: #233979 url("../images/glassFill-02.gif") repeat-x bottom; 1202 1202 border: 2px solid #233979; 1203 1203 } … … 1318 1318 border-bottom: 1px solid #ccc; 1319 1319 border-top: 1px solid #ccc; 1320 background: #eee url( '../../resources/tentativeLines.gif') top;1320 background: #eee url("../images/tentativeLines.gif") top; 1321 1321 color: black; 1322 1322 } … … 1381 1381 display: block; 1382 1382 color: black; 1383 background: #eee url( '../../resources/tentativeLines.gif') top;1383 background: #eee url("../images/tentativeLines.gif") top; 1384 1384 padding: 2px; 1385 1385 margin-bottom: 6px; … … 1541 1541 } 1542 1542 #bedework #listTable td.bwStatusTentative { 1543 background: white url( '../../resources/tentativeLines.gif') top;1543 background: white url("../images/tentativeLines.gif") top; 1544 1544 color: black; 1545 1545 } … … 1678 1678 } 1679 1679 #bedework li.folder { 1680 list-style-image: url( ../../resources/catIcon.gif);1680 list-style-image: url("../images/catIcon.gif"); 1681 1681 } 1682 1682 #bedework li.calendar { 1683 list-style-image: url( ../../resources/calIcon-sm.gif);1683 list-style-image: url("../images/calIcon-sm.gif"); 1684 1684 } 1685 1685 #bedework li.trash { 1686 list-style-image: url( ../../resources/trashIcon.gif);1686 list-style-image: url("../images/trashIcon.gif"); 1687 1687 } 1688 1688 #bedework li.inbox { 1689 list-style-image: url( ../../resources/inboxIcon.gif);1689 list-style-image: url("../images/inboxIcon.gif"); 1690 1690 } 1691 1691 #bedework li.outbox { 1692 list-style-image: url( ../../resources/outboxIcon.gif);1692 list-style-image: url("../images/outboxIcon.gif"); 1693 1693 } 1694 1694 #bedework li.unknown, 1695 1695 #bedework li.deleted { 1696 list-style-image: url( ../../resources/calIconDeleted-sm.gif);1696 list-style-image: url("../images/calIconDeleted-sm.gif"); 1697 1697 font-style: italic; 1698 1698 } … … 1703 1703 } 1704 1704 #bedework li.selected { 1705 list-style-image: url( ../../resources/glassFill-icon-view.gif);1705 list-style-image: url("../images/glassFill-icon-view.gif"); 1706 1706 font-weight: bold; 1707 1707 } 1708 1708 #bedework li.alias { 1709 list-style-image: url( ../../resources/calIconAlias-sm.gif);1709 list-style-image: url("../images/calIconAlias-sm.gif"); 1710 1710 font-style: italic; 1711 1711 margin-left: 0; … … 1713 1713 } 1714 1714 #bedework li.aliasFolder { 1715 list-style-image: url( ../../resources/catIconAlias.gif);1715 list-style-image: url("../images/catIconAlias.gif"); 1716 1716 font-style: italic; 1717 1717 margin-left: 0; … … 1864 1864 #freeBusyKey td.tentative { 1865 1865 color: #DFE7FB; 1866 background: #DFE7FB url( '../../resources/tentativeLines.gif') top;1866 background: #DFE7FB url("../images/tentativeLines.gif") top; 1867 1867 border: 1px solid #ddd; 1868 1868 } trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/event.xsl
r2890 r2896 60 60 <xsl:when test="recurring='true' or recurrenceId != ''"> 61 61 <div id="bwDeleteRecurButton" class="bwMenuButton"> 62 <img src="{$resourcesRoot}/ resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/>62 <img src="{$resourcesRoot}/images/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 63 63 <xsl:copy-of select="$bwStr-SgEv-Delete"/> 64 64 <div id="bwDeleteRecurWidget" class="bwMenuWidget"> … … 80 80 <xsl:otherwise> 81 81 <a href="{$delEvent}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="{$bwStr-SgEv-DeleteEvent}" class="bwMenuButton" onclick="return confirm('{$bwStr-SgEv-DeleteThisEvent}');"> 82 <img src="{$resourcesRoot}/ resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/>82 <img src="{$resourcesRoot}/images/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 83 83 <xsl:copy-of select="$bwStr-SgEv-Delete"/><xsl:text> </xsl:text> 84 84 </a> … … 92 92 <xsl:when test="recurring='true' or recurrenceId != ''"> 93 93 <div id="bwLinkRecurButton" class="bwMenuButton"> 94 <img src="{$resourcesRoot}/ resources/std-ical_iconLinkDkGray.gif" width="12" height="16" border="0" alt="add event reference"/>94 <img src="{$resourcesRoot}/images/std-ical_iconLinkDkGray.gif" width="12" height="16" border="0" alt="add event reference"/> 95 95 <xsl:copy-of select="$bwStr-SgEv-Link"/> 96 96 <div id="bwLinkRecurWidget" class="bwMenuWidget"> … … 112 112 <xsl:otherwise> 113 113 <a href="{$addEventRef}&calPath={$calPath}&guid={$guid}" title="{$bwStr-SgEv-AddEventReference}" class="bwMenuButton"> 114 <img src="{$resourcesRoot}/ resources/std-ical_iconLinkDkGray.gif" width="12" height="16" border="0" alt="add event reference"/>114 <img src="{$resourcesRoot}/images/std-ical_iconLinkDkGray.gif" width="12" height="16" border="0" alt="add event reference"/> 115 115 <xsl:copy-of select="$bwStr-SgEv-Link"/> 116 116 </a> … … 122 122 <xsl:when test="recurring='true' or recurrenceId != ''"> 123 123 <div id="bwCopyRecurButton" class="bwMenuButton"> 124 <img src="{$resourcesRoot}/ resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/>124 <img src="{$resourcesRoot}/images/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/> 125 125 <xsl:copy-of select="$bwStr-SgEv-Copy"/> 126 126 <div id="bwCopyRecurWidget" class="bwMenuWidget"> … … 142 142 <xsl:otherwise> 143 143 <a href="{$editEvent}&calPath={$calPath}&guid={$guid}&copy=true" title="{$bwStr-SgEv-CopyEvent}" class="bwMenuButton"> 144 <img src="{$resourcesRoot}/ resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/>144 <img src="{$resourcesRoot}/images/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/> 145 145 <xsl:copy-of select="$bwStr-SgEv-Copy"/> 146 146 </a> … … 152 152 <xsl:when test="recurring='true' or recurrenceId != ''"> 153 153 <div id="bwEditRecurButton" class="bwMenuButton"> 154 <img src="{$resourcesRoot}/ resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/>154 <img src="{$resourcesRoot}/images/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/> 155 155 <xsl:copy-of select="$bwStr-SgEv-Edit"/> 156 156 <div id="bwEditRecurWidget" class="bwMenuWidget"> … … 172 172 <xsl:otherwise> 173 173 <a href="{$editEvent}&calPath={$calPath}&guid={$guid}" title="{$bwStr-SgEv-EditEvent}" class="bwMenuButton"> 174 <img src="{$resourcesRoot}/ resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/>174 <img src="{$resourcesRoot}/images/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/> 175 175 <xsl:copy-of select="$bwStr-SgEv-Edit"/> 176 176 </a> … … 184 184 <xsl:when test="recurring='true' or recurrenceId != ''"> 185 185 <div id="bwDownloadButton" class="bwMenuButton"> 186 <img src="{$resourcesRoot}/ resources/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="{$bwStr-SgEv-DownloadEvent}"/>186 <img src="{$resourcesRoot}/images/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="{$bwStr-SgEv-DownloadEvent}"/> 187 187 <xsl:copy-of select="$bwStr-SgEv-Download"/> 188 188 <div id="bwDownloadWidget" class="bwMenuWidget"> … … 204 204 <xsl:otherwise> 205 205 <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" class="bwMenuButton" title="{$bwStr-SgEv-DownloadEvent}"> 206 <img src="{$resourcesRoot}/ resources/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"/>206 <img src="{$resourcesRoot}/images/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"/> 207 207 <xsl:copy-of select="$bwStr-SgEv-Download"/> 208 208 </a> … … 246 246 than testing against the organizerUri...might not be the same */ 247 247 <a href="{$schedule-refresh}&method=REFRESH" id="refreshEventAction"> 248 <img src="{$resourcesRoot}/ resources/std-icalRefresh-icon-small.gif" width="12" height="16" border="0" alt="send a request to refresh this scheduled event"/>248 <img src="{$resourcesRoot}/images/std-icalRefresh-icon-small.gif" width="12" height="16" border="0" alt="send a request to refresh this scheduled event"/> 249 249 Request refresh 250 250 </a> … … 383 383 <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 384 384 <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"> 385 <img src="{$resourcesRoot}/ resources/std-ical-icon.gif" width="20" height="26" border="0" align="left" alt="Download this event"/>385 <img src="{$resourcesRoot}/images/std-ical-icon.gif" width="20" height="26" border="0" align="left" alt="Download this event"/> 386 386 </a> 387 387 </th>--> … … 458 458 <xsl:if test="organizer/organizerUri != ''"> 459 459 <a href="{$organizerUri}" class="emailIcon" title="{$bwStr-SgEv-Email}"> 460 <img src="{$resourcesRoot}/ resources/email.gif" width="16" height="10" border="0" alt="email"/>460 <img src="{$resourcesRoot}/images/email.gif" width="16" height="10" border="0" alt="email"/> 461 461 </a> 462 462 </xsl:if> … … 481 481 <xsl:variable name="attendeeUri" select="attendeeUri"/> 482 482 <a href="{$attendeeUri}" class="emailIcon" title="{$bwStr-SgEv-Email}"> 483 <img src="{$resourcesRoot}/ resources/email.gif" width="16" height="10" border="0" alt="email"/>483 <img src="{$resourcesRoot}/images/email.gif" width="16" height="10" border="0" alt="email"/> 484 484 </a> 485 485 <xsl:choose> … … 536 536 <xsl:variable name="recipientUri" select="."/> 537 537 <a href="{$recipientUri}" class="emailIcon" title="email"> 538 <img src="{$resourcesRoot}/ resources/email.gif" width="16" height="10" border="0" alt="email"/>538 <img src="{$resourcesRoot}/images/email.gif" width="16" height="10" border="0" alt="email"/> 539 539 </a> 540 540 </td> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventForm.xsl
r2892 r2896 94 94 <xsl:when test="recurrenceId != ''"> 95 95 <div id="bwDeleteRecurButton" class="bwMenuButton"> 96 <img src="{$resourcesRoot}/ resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/>96 <img src="{$resourcesRoot}/images/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 97 97 <xsl:copy-of select="$bwStr-AEEF-Delete"/> 98 98 <div id="bwDeleteRecurWidget" class="bwMenuWidget"> … … 114 114 <xsl:otherwise> 115 115 <a href="{$delEvent}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="{$bwStr-AEEF-DeleteEvent}" class="bwMenuButton" onclick="return confirm('{$bwStr-AEEF-DeleteThisEvent}');"> 116 <img src="{$resourcesRoot}/ resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/>116 <img src="{$resourcesRoot}/images/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 117 117 <xsl:copy-of select="$bwStr-AEEF-Delete"/> 118 118 <xsl:if test="form/recurringEntity='true'"> … … 125 125 <!-- don't display if a master recurring event (because the master can't be viewed) --> 126 126 <a href="{$eventView}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" class="bwMenuButton"> 127 <img src="{$resourcesRoot}/ resources/glassFill-icon-viewGray.gif" width="13" height="13" border="0" alt="view"/>127 <img src="{$resourcesRoot}/images/glassFill-icon-viewGray.gif" width="13" height="13" border="0" alt="view"/> 128 128 <xsl:copy-of select="$bwStr-AEEF-View"/> 129 129 </a> … … 388 388 </xsl:if> 389 389 <xsl:text> </xsl:text> 390 <a href="javascript:bwClockLaunch('eventStartDate');"><img src="{$resourcesRoot}/ resources/clockIcon.gif" width="16" height="15" border="0" alt="bwClock"/></a>390 <a href="javascript:bwClockLaunch('eventStartDate');"><img src="{$resourcesRoot}/images/clockIcon.gif" width="16" height="15" border="0" alt="bwClock"/></a> 391 391 392 392 <select name="eventStartDate.tzid" id="startTzid" class="timezones"> … … 452 452 </xsl:when> 453 453 <xsl:otherwise> 454 <!-- span dojoType="dropdowndatepicker" formatLength="medium" value="today" saveFormat="yyyyMMdd" id="bwEventWidgetEndDate" iconURL="{$resourcesRoot}/ resources/calIcon.gif">454 <!-- span dojoType="dropdowndatepicker" formatLength="medium" value="today" saveFormat="yyyyMMdd" id="bwEventWidgetEndDate" iconURL="{$resourcesRoot}/images/calIcon.gif"> 455 455 <xsl:attribute name="value"><xsl:value-of select="form/end/rfc3339DateTime"/></xsl:attribute> 456 456 <xsl:text> </xsl:text> … … 485 485 </xsl:if> 486 486 <xsl:text> </xsl:text> 487 <a href="javascript:bwClockLaunch('eventEndDate');"><img src="{$resourcesRoot}/ resources/clockIcon.gif" width="16" height="15" border="0" alt="bwClock"/></a>487 <a href="javascript:bwClockLaunch('eventEndDate');"><img src="{$resourcesRoot}/images/clockIcon.gif" width="16" height="15" border="0" alt="bwClock"/></a> 488 488 489 489 <select name="eventEndDate.tzid" id="endTzid" class="timezones"> … … 1045 1045 <xsl:copy-of select="$bwStr-AEEF-Until"/> 1046 1046 <span id="untilHolder"> 1047 <!-- span dojoType="dropdowndatepicker" formatLength="medium" value="today" saveFormat="yyyyMMdd" id="bwEventWidgetUntilDate" iconURL="{$resourcesRoot}/ resources/calIcon.gif">1047 <!-- span dojoType="dropdowndatepicker" formatLength="medium" value="today" saveFormat="yyyyMMdd" id="bwEventWidgetUntilDate" iconURL="{$resourcesRoot}/images/calIcon.gif"> 1048 1048 <xsl:attribute name="value"><xsl:value-of select="form/start/rfc3339DateTime"/></xsl:attribute> 1049 1049 <xsl:text> </xsl:text> … … 1306 1306 saveFormat="yyyyMMdd" 1307 1307 id="bwEventWidgetRdate" 1308 iconURL="{$resourcesRoot}/ resources/calIcon.gif"/-->1308 iconURL="{$resourcesRoot}/images/calIcon.gif"/--> 1309 1309 <input type="text" name="eventRdate.date" id="bwEventWidgetRdate" size="10"/> 1310 1310 <script type="text/javascript"> … … 1616 1616 <xsl:variable name="hour24" select="/bedework/hour24"/><!-- true or false --> 1617 1617 <div id="bwClockClock"> 1618 <img id="clockMap" src="{$resourcesRoot}/ resources/clockMap.gif" width="368" height="368" border="0" alt="bwClock" usemap="#bwClockMap" />1618 <img id="clockMap" src="{$resourcesRoot}/images/clockMap.gif" width="368" height="368" border="0" alt="bwClock" usemap="#bwClockMap" /> 1619 1619 </div> 1620 1620 <div id="bwClockCover"> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventGrid.xsl
r2890 r2896 45 45 <div class="gridAdd"> 46 46 <!-- a href="javascript:toggleActionIcons('{$actionIconsId}','bwActionIcons bwActionIconsInGrid')" title="add..."> 47 <img src="{$resourcesRoot}/ resources/addEvent-forGrid-icon.gif" width="10" height="10" border="0" alt="add..."/>47 <img src="{$resourcesRoot}/images/addEvent-forGrid-icon.gif" width="10" height="10" border="0" alt="add..."/> 48 48 </a--> 49 49 <xsl:call-template name="actionIcons"> … … 96 96 <div class="gridAdd"> 97 97 <!-- a href="javascript:toggleActionIcons('{$actionIconsId}','bwActionIcons bwActionIconsInGrid')" title="add..."> 98 <img src="{$resourcesRoot}/ resources/addEvent-forGrid-icon.gif" width="10" height="10" border="0" alt="add..."/>98 <img src="{$resourcesRoot}/images/addEvent-forGrid-icon.gif" width="10" height="10" border="0" alt="add..."/> 99 99 </a --> 100 100 <xsl:call-template name="actionIcons"> … … 251 251 <li> 252 252 <a href="{$eventView}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 253 <img src="{$resourcesRoot}/ resources/glassFill-icon-viewGray.gif" width="13" height="13" border="0" alt="view"/>253 <img src="{$resourcesRoot}/images/glassFill-icon-viewGray.gif" width="13" height="13" border="0" alt="view"/> 254 254 <xsl:text> </xsl:text> 255 255 <xsl:copy-of select="$bwStr-EvCG-ViewDetails"/> … … 261 261 <xsl:choose> 262 262 <xsl:when test="recurring='true' or recurrenceId != ''"> 263 <img src="{$resourcesRoot}/ resources/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="{$bwStr-EvCG-DownloadEvent}"/>263 <img src="{$resourcesRoot}/images/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="{$bwStr-EvCG-DownloadEvent}"/> 264 264 <xsl:text> </xsl:text> 265 265 <xsl:copy-of select="$bwStr-EvCG-Download"/><xsl:text> </xsl:text> … … 273 273 <xsl:otherwise> 274 274 <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title="{$bwStr-EvCG-DownloadEvent}"> 275 <img src="{$resourcesRoot}/ resources/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="{$bwStr-EvCG-DownloadEvent}"/>275 <img src="{$resourcesRoot}/images/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="{$bwStr-EvCG-DownloadEvent}"/> 276 276 <xsl:text> </xsl:text> 277 277 <xsl:copy-of select="$bwStr-EvCG-Download"/> … … 284 284 <xsl:choose> 285 285 <xsl:when test="recurring='true' or recurrenceId != ''"> 286 <img src="{$resourcesRoot}/ resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/>286 <img src="{$resourcesRoot}/images/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/> 287 287 <xsl:text> </xsl:text> 288 288 <xsl:copy-of select="$bwStr-EvCG-EditColon"/><xsl:text> </xsl:text> … … 296 296 <xsl:otherwise> 297 297 <a href="{$editEvent}&calPath={$calPath}&guid={$guid}" title="{$bwStr-EvCG-EditEvent}"> 298 <img src="{$resourcesRoot}/ resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/>298 <img src="{$resourcesRoot}/images/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/> 299 299 <xsl:text> </xsl:text> 300 300 <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-EvCG-Edit"/> … … 307 307 <xsl:choose> 308 308 <xsl:when test="recurring='true' or recurrenceId != ''"> 309 <img src="{$resourcesRoot}/ resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/>309 <img src="{$resourcesRoot}/images/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/> 310 310 <xsl:text> </xsl:text> 311 311 <xsl:copy-of select="$bwStr-EvCG-CopyColon"/><xsl:text> </xsl:text> … … 319 319 <xsl:otherwise> 320 320 <a href="{$editEvent}&calPath={$calPath}&guid={$guid}&copy=true" title="{$bwStr-EvCG-CopyEvent}"> 321 <img src="{$resourcesRoot}/ resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/>321 <img src="{$resourcesRoot}/images/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/> 322 322 <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-EvCG-Copy"/> 323 323 </a> … … 331 331 <xsl:choose> 332 332 <xsl:when test="recurring='true' or recurrenceId != ''"> 333 <img src="{$resourcesRoot}/ resources/std-ical_iconLinkDkGray.gif" width="12" height="16" border="0" alt="add event reference"/>333 <img src="{$resourcesRoot}/images/std-ical_iconLinkDkGray.gif" width="12" height="16" border="0" alt="add event reference"/> 334 334 <xsl:text> </xsl:text> 335 335 <xsl:copy-of select="$bwStr-EvCG-LinkColon"/><xsl:text> </xsl:text> … … 343 343 <xsl:otherwise> 344 344 <a href="{$addEventRef}&calPath={$calPath}&guid={$guid}" title="{$bwStr-EvCG-AddEventReference}"> 345 <img src="{$resourcesRoot}/ resources/std-ical_iconLinkDkGray.gif" width="12" height="16" border="0" alt="add event reference"/>345 <img src="{$resourcesRoot}/images/std-ical_iconLinkDkGray.gif" width="12" height="16" border="0" alt="add event reference"/> 346 346 <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-EvCG-Link"/> 347 347 </a> … … 355 355 <xsl:choose> 356 356 <xsl:when test="recurring='true' or recurrenceId != ''"> 357 <img src="{$resourcesRoot}/ resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/>357 <img src="{$resourcesRoot}/images/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 358 358 <xsl:text> </xsl:text> 359 359 <xsl:copy-of select="$bwStr-EvCG-DeleteColon"/> … … 368 368 <xsl:otherwise> 369 369 <a href="{$delEvent}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="{$bwStr-EvCG-DeleteEvent}" onclick="return confirm('{$bwStr-EvCG-DeleteThisEvent}');"> 370 <img src="{$resourcesRoot}/ resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/>370 <img src="{$resourcesRoot}/images/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 371 371 <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-EvCG-Delete"/> 372 372 </a> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventList.xsl
r2890 r2896 197 197 <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 198 198 <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title="{$bwStr-LsVw-DownloadEvent}"> 199 <img src="{$resourcesRoot}/ resources/std-ical_icon_small.gif" width="12" height="16" border="0" alt="{$bwStr-LsVw-DownloadEvent}"/>199 <img src="{$resourcesRoot}/images/std-ical_icon_small.gif" width="12" height="16" border="0" alt="{$bwStr-LsVw-DownloadEvent}"/> 200 200 </a> 201 201 </td> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventListDiscrete.xsl
r2890 r2896 69 69 <xsl:variable name="eventIcalName" select="concat($id,'.ics')"/> 70 70 <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title="{$bwStr-LsEv-DownloadEvent}"> 71 <img src="{$resourcesRoot}/ resources/std-ical_icon_small.gif" width="12" height="16" border="0" alt="{$bwStr-LsEv-DownloadEvent}"/>71 <img src="{$resourcesRoot}/images/std-ical_icon_small.gif" width="12" height="16" border="0" alt="{$bwStr-LsEv-DownloadEvent}"/> 72 72 </a> 73 73 trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/freeBusy.xsl
r2890 r2896 39 39 <span class="contextHelp"> 40 40 <a href="javascript:launchHelpWidget('bwHelpWidget-shareFreeBusy')"> 41 <img src="{$resourcesRoot}/ resources/std-button-help.gif" width="13" height="13" border="0" alt="help"/>41 <img src="{$resourcesRoot}/images/std-button-help.gif" width="13" height="13" border="0" alt="help"/> 42 42 </a> 43 43 </span>--> 44 44 <span class="contextHelp"> 45 <img src="{$resourcesRoot}/ resources/std-button-help.gif" width="13" height="13" alt="help" onmouseover="changeClass('helpShareFreeBusy','visible helpBox');" onmouseout="changeClass('helpShareFreeBusy','invisible');"/>45 <img src="{$resourcesRoot}/images/std-button-help.gif" width="13" height="13" alt="help" onmouseover="changeClass('helpShareFreeBusy','visible helpBox');" onmouseout="changeClass('helpShareFreeBusy','invisible');"/> 46 46 </span> 47 47 <div id="helpShareFreeBusy" class="helpBox invisible"> … … 159 159 <xsl:value-of select="number(numBusy) + number(numTentative)"/> 160 160 </xsl:when> 161 <xsl:otherwise><img src="{$resourcesRoot}/ resources/spacer.gif" width="10" height="20" border="0" alt="f"/></xsl:otherwise>161 <xsl:otherwise><img src="{$resourcesRoot}/images/spacer.gif" width="10" height="20" border="0" alt="f"/></xsl:otherwise> 162 162 </xsl:choose> 163 163 <span class="eventTip"> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/headBar.xsl
r2890 r2896 25 25 <table width="100%" border="0" cellpadding="0" cellspacing="0" id="logoTable"> 26 26 <tr> 27 <td colspan="3" id="logoCell"><a href="/bedework/"><img src="{$resourcesRoot}/ resources/bedeworkLogo.gif" width="292" height="75" border="0" alt="Bedework"/></a></td>27 <td colspan="3" id="logoCell"><a href="/bedework/"><img src="{$resourcesRoot}/images/bedeworkLogo.gif" width="292" height="75" border="0" alt="Bedework"/></a></td> 28 28 <td colspan="2" id="schoolLinksCell"> 29 29 <h2><xsl:copy-of select="$bwStr-HdBr-PersonalCalendar"/></h2> … … 43 43 <xsl:when test="/bedework/appvar[key='sidebar']/value='closed'"> 44 44 <a href="?setappvar=sidebar(opened)"> 45 <img alt="open sidebar" src="{$resourcesRoot}/ resources/sideBarArrowOpen.gif" width="21" height="16" border="0" align="left"/>45 <img alt="open sidebar" src="{$resourcesRoot}/images/sideBarArrowOpen.gif" width="21" height="16" border="0" align="left"/> 46 46 </a> 47 47 </xsl:when> 48 48 <xsl:otherwise> 49 49 <a href="?setappvar=sidebar(closed)"> 50 <img alt="close sidebar" src="{$resourcesRoot}/ resources/sideBarArrowClose.gif" width="21" height="16" border="0" align="left"/>50 <img alt="close sidebar" src="{$resourcesRoot}/images/sideBarArrowClose.gif" width="21" height="16" border="0" align="left"/> 51 51 </a> 52 52 </xsl:otherwise> … … 62 62 <td class="rssPrint"> 63 63 <a href="javascript:window.print()" title="{$bwStr-HdBr-PrintThisView}"> 64 <img alt="print this view" src="{$resourcesRoot}/ resources/std-print-icon.gif" width="20" height="14" border="0"/> <xsl:copy-of select="$bwStr-HdBr-Print"/>64 <img alt="print this view" src="{$resourcesRoot}/images/std-print-icon.gif" width="20" height="14" border="0"/> <xsl:copy-of select="$bwStr-HdBr-Print"/> 65 65 </a> 66 66 <a class="rss" href="{$listEvents}&setappvar=summaryMode(details)&skinName=rss-list&days=3" title="{$bwStr-HdBr-RSSFeed}"><xsl:copy-of select="$bwStr-HdBr-RSS"/></a> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/navigation.xsl
r2890 r2896 81 81 <tr> 82 82 <td class="leftCell"> 83 <a href="{$navAction}&date={$prevdate}"><img src="{$resourcesRoot}/ resources/std-arrow-left.gif" alt="previous" width="13" height="16" class="prevImg" border="0"/></a>84 <a href="{$navAction}&date={$nextdate}"><img src="{$resourcesRoot}/ resources/std-arrow-right.gif" alt="next" width="13" height="16" class="nextImg" border="0"/></a>83 <a href="{$navAction}&date={$prevdate}"><img src="{$resourcesRoot}/images/std-arrow-left.gif" alt="previous" width="13" height="16" class="prevImg" border="0"/></a> 84 <a href="{$navAction}&date={$nextdate}"><img src="{$resourcesRoot}/images/std-arrow-right.gif" alt="next" width="13" height="16" class="nextImg" border="0"/></a> 85 85 <xsl:choose> 86 86 <xsl:when test="/bedework/periodname='Year'"> … … 100 100 <td class="todayButton"> 101 101 <a href="{$navAction}&viewType=todayView&date={$curdate}"> 102 <img src="{$resourcesRoot}/ resources/std-button-today-off.gif" width="54" height="22" border="0" alt="Go to Today" align="left"/>102 <img src="{$resourcesRoot}/images/std-button-today-off.gif" width="54" height="22" border="0" alt="Go to Today" align="left"/> 103 103 </a> 104 104 </td> … … 305 305 <!-- refresh button --> 306 306 <!-- deprecate? --> 307 <!-- <a href="{$setup}"><img src="{$resourcesRoot}/ resources/std-button-refresh.gif" width="70" height="21" border="0" alt="refresh view"/></a> -->307 <!-- <a href="{$setup}"><img src="{$resourcesRoot}/images/std-button-refresh.gif" width="70" height="21" border="0" alt="refresh view"/></a> --> 308 308 </td> 309 309 </tr> … … 324 324 <div id="{$actionIconsId}" class="bwActionIcons"> 325 325 <a href="{$initEvent}&entityType=event&startdate={$dateTime}" title="{$bwStr-Actn-AddEvent}" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 326 <img src="{$resourcesRoot}/ resources/add2mycal-icon-small.gif" width="12" height="16" border="0" alt="add event"/>326 <img src="{$resourcesRoot}/images/add2mycal-icon-small.gif" width="12" height="16" border="0" alt="add event"/> 327 327 <xsl:text> </xsl:text> 328 328 <xsl:copy-of select="$bwStr-Actn-AddEvent"/> 329 329 </a> 330 330 <a href="{$event-initMeeting}&entityType=event&schedule=request&startdate={$dateTime}" title="schedule a meeting" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 331 <img src="{$resourcesRoot}/ resources/std-icalMeeting-icon-small.gif" width="12" height="16" border="0" alt="schedule meeting"/>331 <img src="{$resourcesRoot}/images/std-icalMeeting-icon-small.gif" width="12" height="16" border="0" alt="schedule meeting"/> 332 332 <xsl:text> </xsl:text> 333 333 <xsl:copy-of select="$bwStr-Actn-ScheduleMeeting"/> 334 334 </a> 335 335 <a href="{$initEvent}&entityType=task&startdate={$dateTime}" title="{$bwStr-Actn-AddTask}" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 336 <img src="{$resourcesRoot}/ resources/std-icalTask-icon-small.gif" width="12" height="16" border="0" alt="add task"/>336 <img src="{$resourcesRoot}/images/std-icalTask-icon-small.gif" width="12" height="16" border="0" alt="add task"/> 337 337 <xsl:text> </xsl:text> 338 338 <xsl:copy-of select="$bwStr-Actn-AddTask"/> 339 339 </a> 340 340 <a href="{$event-initMeeting}&entityType=task&schedule=request&startdate={$dateTime}" title="{$bwStr-Actn-ScheduleTask}" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 341 <img src="{$resourcesRoot}/ resources/std-icalSchTask-icon-small.gif" width="12" height="16" border="0" alt="schedule task"/>341 <img src="{$resourcesRoot}/images/std-icalSchTask-icon-small.gif" width="12" height="16" border="0" alt="schedule task"/> 342 342 <xsl:text> </xsl:text> 343 343 <xsl:copy-of select="$bwStr-Actn-ScheduleTask"/> 344 344 </a> 345 345 <a href="{$initUpload}" title="{$bwStr-Actn-UploadEvent}" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 346 <img src="{$resourcesRoot}/ resources/std-icalUpload-icon-small.gif" width="12" height="16" border="0" alt="upload event"/>346 <img src="{$resourcesRoot}/images/std-icalUpload-icon-small.gif" width="12" height="16" border="0" alt="upload event"/> 347 347 <xsl:text> </xsl:text> 348 348 <xsl:copy-of select="$bwStr-Actn-Upload"/> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/scheduling.xsl
r2890 r2896 65 65 <td> 66 66 <a href="{$inboxItemAction}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title="{$bwStr-Inbx-CheckMessage}"> 67 <img src="{$resourcesRoot}/ resources/calIconSchedule-sm.gif" width="13" height="13" border="0" alt="{$bwStr-Inbx-CheckMessage}"/>67 <img src="{$resourcesRoot}/images/calIconSchedule-sm.gif" width="13" height="13" border="0" alt="{$bwStr-Inbx-CheckMessage}"/> 68 68 </a> 69 69 </td> … … 98 98 <xsl:if test="organizer/organizerUri != ''"> 99 99 <a href="{$organizerUri}" class="emailIcon" title="{$bwStr-Inbx-Email}"> 100 <img src="{$resourcesRoot}/ resources/email.gif" width="16" height="10" border="0" alt="email"/>100 <img src="{$resourcesRoot}/images/email.gif" width="16" height="10" border="0" alt="email"/> 101 101 </a> 102 102 </xsl:if> … … 117 117 <xsl:if test="$attendeeUri != ''"> 118 118 <a href="{$attendeeUri}" class="emailIcon" title="{$bwStr-Inbx-Email}"> 119 <img src="{$resourcesRoot}/ resources/email.gif" width="16" height="10" border="0" alt="email"/>119 <img src="{$resourcesRoot}/images/email.gif" width="16" height="10" border="0" alt="email"/> 120 120 </a> 121 121 </xsl:if> … … 143 143 <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 144 144 <a href="{$export}&calPath={$calPath}&&eventName={$eventName}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title="{$bwStr-Inbx-Download}"> 145 <img src="{$resourcesRoot}/ resources/std-ical_icon_small.gif" width="12" height="16" border="0" alt="{$bwStr-Inbx-Download}"/>145 <img src="{$resourcesRoot}/images/std-ical_icon_small.gif" width="12" height="16" border="0" alt="{$bwStr-Inbx-Download}"/> 146 146 </a> 147 147 </td> 148 148 <td> 149 149 <a href="{$delInboxEvent}&calPath={$calPath}&&eventName={$eventName}&recurrenceId={$recurrenceId}" title="{$bwStr-Inbx-Delete}"> 150 <img src="{$resourcesRoot}/ resources/trashIcon.gif" width="13" height="13" border="0" alt="{$bwStr-Inbx-Delete}"/>150 <img src="{$resourcesRoot}/images/trashIcon.gif" width="13" height="13" border="0" alt="{$bwStr-Inbx-Delete}"/> 151 151 </a> 152 152 </td> … … 195 195 <td> 196 196 <a href="{$inboxItemAction}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title="{$bwStr-Oubx-CheckMessage}"> 197 <img src="{$resourcesRoot}/ resources/calIconSchedule-sm.gif" width="13" height="13" border="0" alt="{$bwStr-Oubx-CheckMessage}"/>197 <img src="{$resourcesRoot}/images/calIconSchedule-sm.gif" width="13" height="13" border="0" alt="{$bwStr-Oubx-CheckMessage}"/> 198 198 </a> 199 199 </td> … … 222 222 <xsl:if test="organizer/organizerUri != ''"> 223 223 <a href="{$organizerUri}" class="emailIcon" title="{$bwStr-Oubx-Email}"> 224 <img src="{$resourcesRoot}/ resources/email.gif" width="16" height="10" border="0" alt="{$bwStr-Oubx-Email}"/>224 <img src="{$resourcesRoot}/images/email.gif" width="16" height="10" border="0" alt="{$bwStr-Oubx-Email}"/> 225 225 </a> 226 226 </xsl:if> … … 246 246 <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 247 247 <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title="{$bwStr-Oubx-Download}"> 248 <img src="{$resourcesRoot}/ resources/std-ical_icon_small.gif" width="12" height="16" border="0" alt="{$bwStr-Oubx-Download}"/>248 <img src="{$resourcesRoot}/images/std-ical_icon_small.gif" width="12" height="16" border="0" alt="{$bwStr-Oubx-Download}"/> 249 249 </a> 250 250 </td> 251 251 <td> 252 252 <a href="{$delEvent}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="{$bwStr-Oubx-Delete}"> 253 <img src="{$resourcesRoot}/ resources/trashIcon.gif" width="13" height="13" border="0" alt="{$bwStr-Oubx-Delete}"/>253 <img src="{$resourcesRoot}/images/trashIcon.gif" width="13" height="13" border="0" alt="{$bwStr-Oubx-Delete}"/> 254 254 </a> 255 255 </td> … … 496 496 </xsl:comment> 497 497 </script>--> 498 <!--<img src="{$resourcesRoot}/ resources/calIcon.gif" width="16" height="15" border="0"/>-->498 <!--<img src="{$resourcesRoot}/images/calIcon.gif" width="16" height="15" border="0"/>--> 499 499 <div class="{$timeFieldsClass}" id="startTimeFields"> 500 500 <span id="calWidgetStartTimeHider" class="show"> … … 505 505 </xsl:if> 506 506 <xsl:text> </xsl:text> 507 <!--<a href="javascript:bwClockLaunch('eventStartDate');"><img src="{$resourcesRoot}/ resources/clockIcon.gif" width="16" height="15" border="0"/></a>-->507 <!--<a href="javascript:bwClockLaunch('eventStartDate');"><img src="{$resourcesRoot}/images/clockIcon.gif" width="16" height="15" border="0"/></a>--> 508 508 </span> 509 509 </div> … … 552 552 </xsl:if> 553 553 <xsl:text> </xsl:text> 554 <!--<a href="javascript:bwClockLaunch('eventEndDate');"><img src="{$resourcesRoot}/ resources/clockIcon.gif" width="16" height="15" border="0"/></a>-->554 <!--<a href="javascript:bwClockLaunch('eventEndDate');"><img src="{$resourcesRoot}/images/clockIcon.gif" width="16" height="15" border="0"/></a>--> 555 555 </span> 556 556 </div> … … 1005 1005 <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 1006 1006 <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"> 1007 <img src="{$resourcesRoot}/ resources/std-ical-icon.gif" width="20" height="26" border="0" align="left" alt="Download this event"/>1007 <img src="{$resourcesRoot}/images/std-ical-icon.gif" width="20" height="26" border="0" align="left" alt="Download this event"/> 1008 1008 </a> 1009 1009 </th>--> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/searchResults.xsl
r2890 r2896 118 118 <td class="relevance"> 119 119 <xsl:value-of select="ceiling(number(score)*100)"/>% 120 <img src="{$resourcesRoot}/ resources/spacer.gif" height="4" class="searchRelevance">120 <img src="{$resourcesRoot}/images/spacer.gif" height="4" class="searchRelevance"> 121 121 <xsl:attribute name="width"><xsl:value-of select="ceiling((number(score)*100) div 1.5)"/></xsl:attribute> 122 122 </img> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/sideBar.xsl
r2890 r2896 24 24 <xsl:template name="sideBar"> 25 25 <h3> 26 <!--<img alt="manage views" src="{$resourcesRoot}/ resources/glassFill-icon-menuButton.gif" width="12" height="11" border="0"/>-->26 <!--<img alt="manage views" src="{$resourcesRoot}/images/glassFill-icon-menuButton.gif" width="12" height="11" border="0"/>--> 27 27 <xsl:copy-of select="$bwStr-SdBr-Views"/> 28 28 </h3> … … 94 94 <a href="{$prefs-fetchForUpdate}"> 95 95 <img height="13" border="0" width="13" 96 src="{$resourcesRoot}/ resources/prefsIcon.gif"96 src="{$resourcesRoot}/images/prefsIcon.gif" 97 97 alt="upload event" /> 98 98 <xsl:text> </xsl:text> … … 103 103 <a href="{$initUpload}" title="{$bwStr-SdBr-UploadEvent}"> 104 104 <img height="16" border="0" width="12" 105 src="{$resourcesRoot}/ resources/std-icalUpload-icon-small.gif"105 src="{$resourcesRoot}/images/std-icalUpload-icon-small.gif" 106 106 alt="upload ical" /> 107 107 <xsl:text> </xsl:text> … … 112 112 <a href="{$calendar-listForExport}" title="{$bwStr-SdBr-ExportCalendars}"> 113 113 <img height="16" border="0" width="12" 114 src="{$resourcesRoot}/ resources/std-icalUpload-icon-small.gif"114 src="{$resourcesRoot}/images/std-icalUpload-icon-small.gif" 115 115 alt="upload ical" /> 116 116 <xsl:text> </xsl:text> … … 121 121 <a href="{$calendar-listForExport}" title="upload event"> 122 122 <img height="16" border="0" width="12" 123 src="{$resourcesRoot}/ resources/std-icalDownload-icon-small.gif"123 src="{$resourcesRoot}/images/std-icalDownload-icon-small.gif" 124 124 alt="upload event" /> 125 125 <xsl:text> </xsl:text>
