Changeset 2896

Show
Ignore:
Timestamp:
05/05/10 16:49:31
Author:
johnsa
Message:

user client: completed refactoring for theme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/attendees.xsl

    r2890 r2896  
    101101            <td class="trash"> 
    102102              <a href="{$event-attendeesForEvent}&amp;uri={$attendeeUri}&amp;attendee=true&amp;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"/> 
    104104              </a> 
    105105            </td> 
     
    166166            <td class="trash"> 
    167167              <a href="{$event-attendeesForEvent}&amp;uri={$recipientUri}&amp;recipient=true&amp;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"/> 
    169169              </a> 
    170170            </td> 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/bedework.xsl

    r2892 r2896  
    102102                <xsl:when test="/bedework/appvar[key='sidebar']/value='closed'"> 
    103103                  <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="*"/> 
    105105                  </td> 
    106106                </xsl:when> 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/calendars.xsl

    r2890 r2896  
    155155        <!-- the spacer gif approach allows us to avoid some IE misbehavior --> 
    156156        <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;"/> 
    158158      </xsl:if> 
    159159      <xsl:if test="calendar"> 
     
    250250        <xsl:text> </xsl:text> 
    251251        <a href="{$calendar-initAdd}&amp;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"/> 
    253253        </a> 
    254254      </xsl:if> 
     
    842842      }); 
    843843    </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> 
    845845 
    846846    <div id="bwColorPicker" title="{$bwStr-CoPi-SelectColor}"> 
     
    852852           title="{$colorName}" 
    853853           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}"/> 
    855855        </a> 
    856856        <xsl:if test="position() mod 6 = 0"><br style="clear:both;"/></xsl:if> 
     
    863863    <h3><xsl:copy-of select="$bwStr-CaLi-ManagingCalendars"/></h3> 
    864864    <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> 
    867867      <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"/> 
    869869      <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-CaLi-Icon"/> 
    870870        <ul> 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/css/bedeworkTheme.css

    r2895 r2896  
    2626     will prepend each selector below with this ID - this helps encapsulate 
    2727     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") */ 
    2929  font-family : Arial, Helvetica, sans-serif; 
    3030  font-size: 100%; /* to make IE behave */ 
     
    6565} 
    6666#bedework h2.bwStatusTentative { 
    67   background: #eee url('../../resources/tentativeLines.gif') top !important; 
     67  background: #eee url("../images/tentativeLines.gif") top !important; 
    6868  color: black; 
    6969} 
     
    146146  width: 100%; 
    147147  height: 26px; 
    148   background: #233979 url(../../resources/glassFill-02.gif) repeat-x bottom; 
     148  background: #233979 url("../images/glassFill-02.gif") repeat-x bottom; 
    149149  color : #eee; 
    150150  margin: 0em; 
     
    161161} 
    162162#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; 
    164164  color: inherit; 
    165165  width: 200px; 
     
    171171} 
    172172#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; 
    174174  color: inherit; 
    175175  width: 200px; 
     
    229229  font-size: 0.8em; 
    230230  color: black; 
    231   background: white url(../../resources/sideBarGrayGrad.gif) repeat-y right; 
     231  background: white url("../images/sideBarGrayGrad.gif") repeat-y right; 
    232232  border-left: 2px solid #333; 
    233233  border-right: 1px solid #333; 
     
    243243  font-size: 0.8em; 
    244244  color: black; 
    245   background: white url(../../resources/sideBarGrayGradRight.gif) repeat-y left; 
     245  background: white url("../images/sideBarGrayGradRight.gif") repeat-y left; 
    246246  border-right: 2px solid #333; 
    247247  border-bottom: 2px solid #aaa; 
     
    256256} 
    257257#bedework #bodyBlock td#msgTaskBar li { 
    258   list-style-image: url(../../resources/calIconSchedule-sm.gif); 
     258  list-style-image: url("../images/calIconSchedule-sm.gif"); 
    259259} 
    260260#bedework #bodyBlock td#msgTaskBarPlaceholder { 
     
    266266#bedework #bodyBlock td#sideBar h3 { 
    267267  color: #eee; 
    268   background: #4164AE url(../../resources/sideBarBlueGrad.gif) repeat-y right; 
     268  background: #4164AE url("../images/sideBarBlueGrad.gif") repeat-y right; 
    269269  font-weight: normal; 
    270270  margin: 0; 
     
    273273#bedework #bodyBlock td#msgTaskBar h3 { 
    274274  color: #eee; 
    275   background: #4164AE url(../../resources/sideBarBlueGradRight.gif) repeat-y left; 
     275  background: #4164AE url("../images/sideBarBlueGradRight.gif") repeat-y left; 
    276276  font-weight: normal; 
    277277  margin: 0; 
     
    332332} 
    333333#bedework #myViews li.selected { 
    334   list-style-image: url(../../resources/glassFill-icon-view.gif); 
     334  list-style-image: url("../images/glassFill-icon-view.gif"); 
    335335  font-weight: bold; 
    336336} 
     
    496496  list-style-image: none; 
    497497  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; 
    499499} 
    500500#bedework #bwTabs li.selected { 
    501501  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; 
    503503} 
    504504#bedework #bwTabs a { 
     
    595595  border-bottom: 1px solid Gray; 
    596596  color: black; 
    597   background: #ff0 url(../../resources/glassFill-message.gif) repeat-x top; 
     597  background: #ff0 url("../images/glassFill-message.gif") repeat-x top; 
    598598} 
    599599#bedework #errors { 
     
    674674  margin: 0 -2em 0 0; 
    675675  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; 
    677677  color : #eee; 
    678678} 
     
    11991199  text-align: center; 
    12001200  color: #eee; 
    1201   background: #233979 url(../../resources/glassFill-02.gif) repeat-x bottom; 
     1201  background: #233979 url("../images/glassFill-02.gif") repeat-x bottom; 
    12021202  border: 2px solid #233979; 
    12031203} 
     
    13181318  border-bottom: 1px solid #ccc; 
    13191319  border-top: 1px solid #ccc; 
    1320   background: #eee url('../../resources/tentativeLines.gif') top; 
     1320  background: #eee url("../images/tentativeLines.gif") top; 
    13211321  color: black; 
    13221322} 
     
    13811381  display: block; 
    13821382  color: black; 
    1383   background: #eee url('../../resources/tentativeLines.gif') top; 
     1383  background: #eee url("../images/tentativeLines.gif") top; 
    13841384  padding: 2px; 
    13851385  margin-bottom: 6px; 
     
    15411541} 
    15421542#bedework #listTable td.bwStatusTentative { 
    1543   background: white url('../../resources/tentativeLines.gif') top; 
     1543  background: white url("../images/tentativeLines.gif") top; 
    15441544  color: black; 
    15451545} 
     
    16781678} 
    16791679#bedework li.folder { 
    1680   list-style-image: url(../../resources/catIcon.gif); 
     1680  list-style-image: url("../images/catIcon.gif"); 
    16811681} 
    16821682#bedework  li.calendar { 
    1683   list-style-image: url(../../resources/calIcon-sm.gif); 
     1683  list-style-image: url("../images/calIcon-sm.gif"); 
    16841684} 
    16851685#bedework  li.trash { 
    1686   list-style-image: url(../../resources/trashIcon.gif); 
     1686  list-style-image: url("../images/trashIcon.gif"); 
    16871687} 
    16881688#bedework  li.inbox { 
    1689   list-style-image: url(../../resources/inboxIcon.gif); 
     1689  list-style-image: url("../images/inboxIcon.gif"); 
    16901690} 
    16911691#bedework  li.outbox { 
    1692   list-style-image: url(../../resources/outboxIcon.gif); 
     1692  list-style-image: url("../images/outboxIcon.gif"); 
    16931693} 
    16941694#bedework  li.unknown, 
    16951695#bedework  li.deleted { 
    1696   list-style-image: url(../../resources/calIconDeleted-sm.gif); 
     1696  list-style-image: url("../images/calIconDeleted-sm.gif"); 
    16971697  font-style: italic; 
    16981698} 
     
    17031703} 
    17041704#bedework  li.selected { 
    1705   list-style-image: url(../../resources/glassFill-icon-view.gif); 
     1705  list-style-image: url("../images/glassFill-icon-view.gif"); 
    17061706  font-weight: bold; 
    17071707} 
    17081708#bedework  li.alias { 
    1709   list-style-image: url(../../resources/calIconAlias-sm.gif); 
     1709  list-style-image: url("../images/calIconAlias-sm.gif"); 
    17101710  font-style: italic; 
    17111711  margin-left: 0; 
     
    17131713} 
    17141714#bedework  li.aliasFolder { 
    1715   list-style-image: url(../../resources/catIconAlias.gif); 
     1715  list-style-image: url("../images/catIconAlias.gif"); 
    17161716  font-style: italic; 
    17171717  margin-left: 0; 
     
    18641864#freeBusyKey td.tentative { 
    18651865  color: #DFE7FB; 
    1866   background: #DFE7FB url('../../resources/tentativeLines.gif') top; 
     1866  background: #DFE7FB url("../images/tentativeLines.gif") top; 
    18671867  border: 1px solid #ddd; 
    18681868} 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/event.xsl

    r2890 r2896  
    6060                <xsl:when test="recurring='true' or recurrenceId != ''"> 
    6161                  <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"/> 
    6363                    <xsl:copy-of select="$bwStr-SgEv-Delete"/> 
    6464                    <div id="bwDeleteRecurWidget" class="bwMenuWidget"> 
     
    8080                <xsl:otherwise> 
    8181                  <a href="{$delEvent}&amp;calPath={$calPath}&amp;guid={$guid}&amp;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"/> 
    8383                    <xsl:copy-of select="$bwStr-SgEv-Delete"/><xsl:text> </xsl:text> 
    8484                  </a> 
     
    9292                <xsl:when test="recurring='true' or recurrenceId != ''"> 
    9393                  <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"/> 
    9595                    <xsl:copy-of select="$bwStr-SgEv-Link"/> 
    9696                    <div id="bwLinkRecurWidget" class="bwMenuWidget"> 
     
    112112                <xsl:otherwise> 
    113113                  <a href="{$addEventRef}&amp;calPath={$calPath}&amp;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"/> 
    115115                    <xsl:copy-of select="$bwStr-SgEv-Link"/> 
    116116                  </a> 
     
    122122              <xsl:when test="recurring='true' or recurrenceId != ''"> 
    123123                <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"/> 
    125125                  <xsl:copy-of select="$bwStr-SgEv-Copy"/> 
    126126                  <div id="bwCopyRecurWidget" class="bwMenuWidget"> 
     
    142142              <xsl:otherwise> 
    143143                <a href="{$editEvent}&amp;calPath={$calPath}&amp;guid={$guid}&amp;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"/> 
    145145                  <xsl:copy-of select="$bwStr-SgEv-Copy"/> 
    146146                </a> 
     
    152152                <xsl:when test="recurring='true' or recurrenceId != ''"> 
    153153                  <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"/> 
    155155                    <xsl:copy-of select="$bwStr-SgEv-Edit"/> 
    156156                    <div id="bwEditRecurWidget" class="bwMenuWidget"> 
     
    172172                <xsl:otherwise> 
    173173                  <a href="{$editEvent}&amp;calPath={$calPath}&amp;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"/> 
    175175                    <xsl:copy-of select="$bwStr-SgEv-Edit"/> 
    176176                  </a> 
     
    184184              <xsl:when test="recurring='true' or recurrenceId != ''"> 
    185185                <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}"/> 
    187187                  <xsl:copy-of select="$bwStr-SgEv-Download"/> 
    188188                  <div id="bwDownloadWidget" class="bwMenuWidget"> 
     
    204204              <xsl:otherwise> 
    205205                <a href="{$export}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;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"/> 
    207207                  <xsl:copy-of select="$bwStr-SgEv-Download"/> 
    208208                </a> 
     
    246246                 than testing against the organizerUri...might not be the same */ 
    247247            <a href="{$schedule-refresh}&amp;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"/> 
    249249              Request refresh 
    250250            </a> 
     
    383383          <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 
    384384          <a href="{$export}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;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"/> 
    386386          </a> 
    387387        </th>--> 
     
    458458            <xsl:if test="organizer/organizerUri != ''"> 
    459459              <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"/> 
    461461              </a> 
    462462            </xsl:if> 
     
    481481                    <xsl:variable name="attendeeUri" select="attendeeUri"/> 
    482482                    <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"/> 
    484484                    </a> 
    485485                    <xsl:choose> 
     
    536536                    <xsl:variable name="recipientUri" select="."/> 
    537537                    <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"/> 
    539539                    </a> 
    540540                  </td> 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventForm.xsl

    r2892 r2896  
    9494                  <xsl:when test="recurrenceId != ''"> 
    9595                    <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"/> 
    9797                      <xsl:copy-of select="$bwStr-AEEF-Delete"/> 
    9898                      <div id="bwDeleteRecurWidget" class="bwMenuWidget"> 
     
    114114                  <xsl:otherwise> 
    115115                    <a href="{$delEvent}&amp;calPath={$calPath}&amp;guid={$guid}&amp;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"/> 
    117117                       <xsl:copy-of select="$bwStr-AEEF-Delete"/> 
    118118                      <xsl:if test="form/recurringEntity='true'"> 
     
    125125                  <!-- don't display if a master recurring event (because the master can't be viewed) --> 
    126126                  <a href="{$eventView}&amp;calPath={$calPath}&amp;guid={$guid}&amp;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"/> 
    128128                     <xsl:copy-of select="$bwStr-AEEF-View"/> 
    129129                  </a> 
     
    388388                  </xsl:if> 
    389389                  <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> 
    391391 
    392392                  <select name="eventStartDate.tzid" id="startTzid" class="timezones"> 
     
    452452                    </xsl:when> 
    453453                    <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"> 
    455455                        <xsl:attribute name="value"><xsl:value-of select="form/end/rfc3339DateTime"/></xsl:attribute> 
    456456                        <xsl:text> </xsl:text> 
     
    485485                    </xsl:if> 
    486486                    <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> 
    488488 
    489489                    <select name="eventEndDate.tzid" id="endTzid" class="timezones"> 
     
    10451045                      <xsl:copy-of select="$bwStr-AEEF-Until"/> 
    10461046                      <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"> 
    10481048                          <xsl:attribute name="value"><xsl:value-of select="form/start/rfc3339DateTime"/></xsl:attribute> 
    10491049                          <xsl:text> </xsl:text> 
     
    13061306                         saveFormat="yyyyMMdd" 
    13071307                         id="bwEventWidgetRdate" 
    1308                          iconURL="{$resourcesRoot}/resources/calIcon.gif"/--> 
     1308                         iconURL="{$resourcesRoot}/images/calIcon.gif"/--> 
    13091309                  <input type="text" name="eventRdate.date" id="bwEventWidgetRdate" size="10"/> 
    13101310                  <script type="text/javascript"> 
     
    16161616      <xsl:variable name="hour24" select="/bedework/hour24"/><!-- true or false --> 
    16171617      <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" /> 
    16191619      </div> 
    16201620      <div id="bwClockCover"> 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventGrid.xsl

    r2890 r2896  
    4545              <div class="gridAdd"> 
    4646                <!-- 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..."/> 
    4848                </a--> 
    4949                <xsl:call-template name="actionIcons"> 
     
    9696                  <div class="gridAdd"> 
    9797                    <!-- 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..."/> 
    9999                    </a --> 
    100100                   <xsl:call-template name="actionIcons"> 
     
    251251          <li> 
    252252           <a href="{$eventView}&amp;calPath={$calPath}&amp;guid={$guid}&amp;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"/> 
    254254             <xsl:text> </xsl:text> 
    255255             <xsl:copy-of select="$bwStr-EvCG-ViewDetails"/> 
     
    261261           <xsl:choose> 
    262262             <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}"/> 
    264264                <xsl:text> </xsl:text> 
    265265                <xsl:copy-of select="$bwStr-EvCG-Download"/><xsl:text> </xsl:text> 
     
    273273             <xsl:otherwise> 
    274274               <a href="{$export}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;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}"/> 
    276276                 <xsl:text> </xsl:text> 
    277277                 <xsl:copy-of select="$bwStr-EvCG-Download"/> 
     
    284284             <xsl:choose> 
    285285               <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"/> 
    287287                  <xsl:text> </xsl:text> 
    288288                  <xsl:copy-of select="$bwStr-EvCG-EditColon"/><xsl:text> </xsl:text> 
     
    296296               <xsl:otherwise> 
    297297                 <a href="{$editEvent}&amp;calPath={$calPath}&amp;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"/> 
    299299                   <xsl:text> </xsl:text> 
    300300                   <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-EvCG-Edit"/> 
     
    307307           <xsl:choose> 
    308308             <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"/> 
    310310                <xsl:text> </xsl:text> 
    311311                <xsl:copy-of select="$bwStr-EvCG-CopyColon"/><xsl:text> </xsl:text> 
     
    319319             <xsl:otherwise> 
    320320               <a href="{$editEvent}&amp;calPath={$calPath}&amp;guid={$guid}&amp;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"/> 
    322322                 <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-EvCG-Copy"/> 
    323323               </a> 
     
    331331             <xsl:choose> 
    332332               <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"/> 
    334334                  <xsl:text> </xsl:text> 
    335335                  <xsl:copy-of select="$bwStr-EvCG-LinkColon"/><xsl:text> </xsl:text> 
     
    343343               <xsl:otherwise> 
    344344                 <a href="{$addEventRef}&amp;calPath={$calPath}&amp;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"/> 
    346346                   <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-EvCG-Link"/> 
    347347                 </a> 
     
    355355             <xsl:choose> 
    356356               <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"/> 
    358358                  <xsl:text> </xsl:text> 
    359359                  <xsl:copy-of select="$bwStr-EvCG-DeleteColon"/> 
     
    368368               <xsl:otherwise> 
    369369                 <a href="{$delEvent}&amp;calPath={$calPath}&amp;guid={$guid}&amp;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"/> 
    371371                   <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-EvCG-Delete"/> 
    372372                 </a> 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventList.xsl

    r2890 r2896  
    197197                  <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 
    198198                  <a href="{$export}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;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}"/> 
    200200                  </a> 
    201201                </td> 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventListDiscrete.xsl

    r2890 r2896  
    6969                <xsl:variable name="eventIcalName" select="concat($id,'.ics')"/> 
    7070                <a href="{$export}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;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}"/> 
    7272                </a> 
    7373 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/freeBusy.xsl

    r2890 r2896  
    3939      <span class="contextHelp"> 
    4040        <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"/> 
    4242        </a> 
    4343      </span>--> 
    4444      <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');"/> 
    4646      </span> 
    4747      <div id="helpShareFreeBusy" class="helpBox invisible"> 
     
    159159                      <xsl:value-of select="number(numBusy) + number(numTentative)"/> 
    160160                    </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> 
    162162                  </xsl:choose> 
    163163                  <span class="eventTip"> 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/headBar.xsl

    r2890 r2896  
    2525    <table width="100%" border="0" cellpadding="0" cellspacing="0" id="logoTable"> 
    2626      <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> 
    2828        <td colspan="2" id="schoolLinksCell"> 
    2929          <h2><xsl:copy-of select="$bwStr-HdBr-PersonalCalendar"/></h2> 
     
    4343            <xsl:when test="/bedework/appvar[key='sidebar']/value='closed'"> 
    4444              <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"/> 
    4646              </a> 
    4747            </xsl:when> 
    4848            <xsl:otherwise> 
    4949              <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"/> 
    5151              </a> 
    5252            </xsl:otherwise> 
     
    6262        <td class="rssPrint"> 
    6363          <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"/> 
    6565          </a> 
    6666          <a class="rss" href="{$listEvents}&amp;setappvar=summaryMode(details)&amp;skinName=rss-list&amp;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  
    8181      <tr> 
    8282        <td class="leftCell"> 
    83           <a href="{$navAction}&amp;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}&amp;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}&amp;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}&amp;date={$nextdate}"><img src="{$resourcesRoot}/images/std-arrow-right.gif" alt="next" width="13" height="16" class="nextImg" border="0"/></a> 
    8585          <xsl:choose> 
    8686            <xsl:when test="/bedework/periodname='Year'"> 
     
    100100        <td class="todayButton"> 
    101101          <a href="{$navAction}&amp;viewType=todayView&amp;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"/> 
    103103          </a> 
    104104        </td> 
     
    305305           <!-- refresh button --> 
    306306           <!-- 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> --> 
    308308         </td> 
    309309       </tr> 
     
    324324    <div id="{$actionIconsId}" class="bwActionIcons"> 
    325325       <a href="{$initEvent}&amp;entityType=event&amp;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"/> 
    327327          <xsl:text> </xsl:text> 
    328328          <xsl:copy-of select="$bwStr-Actn-AddEvent"/> 
    329329       </a> 
    330330       <a href="{$event-initMeeting}&amp;entityType=event&amp;schedule=request&amp;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"/> 
    332332          <xsl:text> </xsl:text> 
    333333          <xsl:copy-of select="$bwStr-Actn-ScheduleMeeting"/> 
    334334       </a> 
    335335       <a href="{$initEvent}&amp;entityType=task&amp;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"/> 
    337337          <xsl:text> </xsl:text> 
    338338          <xsl:copy-of select="$bwStr-Actn-AddTask"/> 
    339339       </a> 
    340340       <a href="{$event-initMeeting}&amp;entityType=task&amp;schedule=request&amp;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"/> 
    342342          <xsl:text> </xsl:text> 
    343343          <xsl:copy-of select="$bwStr-Actn-ScheduleTask"/> 
    344344       </a> 
    345345       <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"/> 
    347347          <xsl:text> </xsl:text> 
    348348          <xsl:copy-of select="$bwStr-Actn-Upload"/> 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/scheduling.xsl

    r2890 r2896  
    6565          <td> 
    6666            <a href="{$inboxItemAction}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;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}"/> 
    6868            </a> 
    6969          </td> 
     
    9898                  <xsl:if test="organizer/organizerUri != ''"> 
    9999                    <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"/> 
    101101                    </a> 
    102102                  </xsl:if> 
     
    117117                  <xsl:if test="$attendeeUri != ''"> 
    118118                    <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"/> 
    120120                    </a> 
    121121                  </xsl:if> 
     
    143143            <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 
    144144            <a href="{$export}&amp;calPath={$calPath}&amp;&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;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}"/> 
    146146            </a> 
    147147          </td> 
    148148          <td> 
    149149            <a href="{$delInboxEvent}&amp;calPath={$calPath}&amp;&amp;eventName={$eventName}&amp;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}"/> 
    151151            </a> 
    152152          </td> 
     
    195195          <td> 
    196196            <a href="{$inboxItemAction}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;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}"/> 
    198198            </a> 
    199199          </td> 
     
    222222              <xsl:if test="organizer/organizerUri != ''"> 
    223223                <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}"/> 
    225225                </a> 
    226226              </xsl:if> 
     
    246246            <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 
    247247            <a href="{$export}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;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}"/> 
    249249            </a> 
    250250          </td> 
    251251          <td> 
    252252            <a href="{$delEvent}&amp;calPath={$calPath}&amp;guid={$guid}&amp;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}"/> 
    254254            </a> 
    255255          </td> 
     
    496496                </xsl:comment> 
    497497                </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"/>--> 
    499499                <div class="{$timeFieldsClass}" id="startTimeFields"> 
    500500                  <span id="calWidgetStartTimeHider" class="show"> 
     
    505505                    </xsl:if> 
    506506                    <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>--> 
    508508                  </span> 
    509509                </div> 
     
    552552                      </xsl:if> 
    553553                      <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>--> 
    555555                    </span> 
    556556                  </div> 
     
    10051005            <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 
    10061006            <a href="{$export}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;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"/> 
    10081008            </a> 
    10091009          </th>--> 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/searchResults.xsl

    r2890 r2896  
    118118          <td class="relevance"> 
    119119            <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"> 
    121121              <xsl:attribute name="width"><xsl:value-of select="ceiling((number(score)*100) div 1.5)"/></xsl:attribute> 
    122122            </img> 
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/sideBar.xsl

    r2890 r2896  
    2424  <xsl:template name="sideBar"> 
    2525    <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"/>--> 
    2727      <xsl:copy-of select="$bwStr-SdBr-Views"/> 
    2828    </h3> 
     
    9494        <a href="{$prefs-fetchForUpdate}"> 
    9595          <img height="13" border="0" width="13" 
    96             src="{$resourcesRoot}/resources/prefsIcon.gif" 
     96            src="{$resourcesRoot}/images/prefsIcon.gif" 
    9797            alt="upload event" /> 
    9898          <xsl:text> </xsl:text> 
     
    103103      <a href="{$initUpload}" title="{$bwStr-SdBr-UploadEvent}"> 
    104104        <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" 
    106106          alt="upload ical" /> 
    107107        <xsl:text> </xsl:text> 
     
    112112      <a href="{$calendar-listForExport}" title="{$bwStr-SdBr-ExportCalendars}"> 
    113113          <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" 
    115115            alt="upload ical" /> 
    116116          <xsl:text> </xsl:text> 
     
    121121        <a href="{$calendar-listForExport}" title="upload event"> 
    122122          <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" 
    124124            alt="upload event" /> 
    125125          <xsl:text> </xsl:text>