Changeset 2526
- Timestamp:
- 12/22/09 00:19:52
- Files:
-
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/strings.xsl (modified) (2 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/deadlines.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/eventList.xsl (modified) (12 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/groups.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/strings.xsl
r2518 r2526 102 102 <xsl:variable name="bwStr-SgEv-Start">Start:</xsl:variable> 103 103 <xsl:variable name="bwStr-SgEv-End">End:</xsl:variable> 104 <xsl:variable name="bwStr-SgEv-DueBy">Due By</xsl:variable> 104 105 <xsl:variable name="bwStr-SgEv-AddToMyCalendar">add to my calendar</xsl:variable> 105 106 <xsl:variable name="bwStr-SgEv-AddEventToMyCalendar">Add to MyCalendar</xsl:variable> … … 138 139 <xsl:variable name="bwStr-LsVw-NoTitle">no title</xsl:variable> 139 140 <xsl:variable name="bwStr-LsVw-Contact">Contact:</xsl:variable> 141 <xsl:variable name="bwStr-LsVw-DispEventsForCal">Displaying Events for Calendar</xsl:variable> 142 <xsl:variable name="bwStr-LsVw-DispEventsForView">Displaying Events for View</xsl:variable> 143 <xsl:variable name="bwStr-LsVw-ShowAll">(show all)</xsl:variable> 144 <xsl:variable name="bwStr-LsVw-TopicalArea">Topical Areas:</xsl:variable> 145 <xsl:variable name="bwStr-LsVw-Location">Location:</xsl:variable> 146 <xsl:variable name="bwStr-LsVw-Cost">Cost:</xsl:variable> 147 <xsl:variable name="bwStr-LsVw-Description">Description:</xsl:variable> 148 <xsl:variable name="bwStr-LsVw-Link">Link:</xsl:variable> 140 149 141 150 <!-- xsl:template match="events" mode="eventList" --> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/deadlines.xsl
r2518 r2526 54 54 <xsl:copy-of select="$bwStr-SgEv-NoTitle" /> 55 55 </xsl:if> 56 </a> 57 , Due By 56 </a>, <xsl:copy-of select="$bwStr-SgEv-DueBy" /> 58 57 <xsl:text> </xsl:text> 59 58 <xsl:value-of select="end/shortdate" /> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/eventList.xsl
r2517 r2526 17 17 <tr> 18 18 <td class="eventFilterInfo" colspan="3"> 19 Displaying Events for Calendar19 <xsl:copy-of select="$bwStr-LsVw-DispEventsForCal"/> 20 20 <span class="displayFilterName"> 21 21 <xsl:call-template name="substring-afterLastInstanceOf"> … … 24 24 </xsl:call-template> 25 25 </span><xsl:text> </xsl:text> 26 <a id="allView" href="{$setSelection}"> (show all)</a></td>26 <a id="allView" href="{$setSelection}"><xsl:copy-of select="$bwStr-LsVw-ShowAll"/></a></td> 27 27 </tr> 28 28 </xsl:when> … … 30 30 <tr> 31 31 <td class="eventFilterInfo" colspan="3"> 32 Displaying Events for View32 <xsl:copy-of select="$bwStr-LsVw-DispEventsForView"/> 33 33 <span class="displayFilterName"> 34 34 <xsl:value-of select="/bedework/selectionState/view/name"/> 35 35 </span><xsl:text> </xsl:text> 36 <a id="allView" href="setSelection.do?b=de{$allGroupsAppVar}"> (show all)</a></td>36 <a id="allView" href="setSelection.do?b=de{$allGroupsAppVar}"><xsl:copy-of select="$bwStr-LsVw-ShowAll"/></a></td> 37 37 </tr> 38 38 </xsl:when> … … 187 187 188 188 <a href="http://www.google.com/calendar/event?action=TEMPLATE&dates={$gStartdate}/{$gEnddate}&text={$gText}&details={$gDetails}&location={$gLocation}"> 189 <img title=" Add to Google Calendar" src="{$resourcesRoot}/images/gcal_small.gif" alt="Add to Google Calendar"/>189 <img title="{$bwStr-SgEv-AddToGoogleCalendar}" src="{$resourcesRoot}/images/gcal_small.gif" alt="Add to Google Calendar"/> 190 190 </a> 191 191 <xsl:choose> 192 192 <xsl:when test="string-length($recurrenceId)"> 193 <a href="http://www.facebook.com/share.php?u=http://calendar.duke.edu/feed/event/cal/html/Public/{$recurrenceId}/{$guidEsc}"><img title="Add to Facebook" src="{$resourcesRoot}/images/Facebook_Badge_small.gif" alt="Add to Facebook"/></a> 193 <a href="http://www.facebook.com/share.php?u=http://calendar.duke.edu/feed/event/cal/html/Public/{$recurrenceId}/{$guidEsc}" title="{$bwStr-SgEv-AddToFacebook}"> 194 <img title="Add to Facebook" src="{$resourcesRoot}/images/Facebook_Badge_small.gif" alt="{$bwStr-SgEv-AddToFacebook}"/> 195 </a> 194 196 </xsl:when> 195 197 <xsl:otherwise> 196 <a href="http://www.facebook.com/share.php?u=http://calendar.duke.edu/feed/event/cal/html/Public/0/{$guidEsc}"><img title="Add to Facebook" src="{$resourcesRoot}/images/Facebook_Badge_small.gif" alt="Add to Facebook"/></a> 198 <a href="http://www.facebook.com/share.php?u=http://calendar.duke.edu/feed/event/cal/html/Public/0/{$guidEsc}" title="{$bwStr-SgEv-AddToFacebook}"> 199 <img title="Add to Facebook" src="{$resourcesRoot}/images/Facebook_Badge_small.gif" alt="{$bwStr-SgEv-AddToFacebook}"/> 200 </a> 197 201 </xsl:otherwise> 198 202 </xsl:choose> … … 201 205 </a> 202 206 <xsl:variable name="eventIcalName" select="concat($id,'.ics')"/> 203 <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title=" Download .ics file for import to other calendars">204 <img src="{$resourcesRoot}/images/std-ical_icon_small.gif" alt=" Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"/>207 <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title="{$bwStr-SgEv-Download}"> 208 <img src="{$resourcesRoot}/images/std-ical_icon_small.gif" alt="{$bwStr-SgEv-Download}"/> 205 209 </a> 206 210 </span> … … 221 225 <xsl:if test="location/address != ''"> 222 226 <li> 223 Location:<xsl:text> </xsl:text>227 <xsl:copy-of select="$bwStr-LsVw-Location"/><xsl:text> </xsl:text> 224 228 <xsl:value-of select="location/address"/> 225 229 <xsl:if test="location/subaddress != ''"> … … 231 235 <xsl:if test="cost!=''"> 232 236 <li> 233 Cost:<xsl:text> </xsl:text>237 <xsl:copy-of select="$bwStr-LsVw-Cost"/><xsl:text> </xsl:text> 234 238 <xsl:value-of select="cost"/> 235 239 </li> … … 244 248 245 249 <li> 246 Description:<xsl:text> </xsl:text>250 <xsl:copy-of select="$bwStr-LsVw-Description"/><xsl:text> </xsl:text> 247 251 <xsl:value-of select="description"/> 248 252 </li> … … 250 254 <xsl:if test="link != ''"> 251 255 <li> 252 Link:<xsl:text> </xsl:text>256 <xsl:copy-of select="$bwStr-LsVw-Link"/><xsl:text> </xsl:text> 253 257 <a> 254 258 <xsl:attribute name="href"><xsl:value-of select="link"/></xsl:attribute> … … 260 264 <xsl:if test="xproperties/X-BEDEWORK-ALIAS"> 261 265 <li> 262 Topical Areas:<xsl:text> </xsl:text>266 <xsl:copy-of select="$bwStr-LsVw-TopicalArea"/><xsl:text> </xsl:text> 263 267 <span class="eventSubscription"> 264 268 <xsl:for-each select="xproperties/X-BEDEWORK-ALIAS"> … … 277 281 278 282 <li> 279 Location:<xsl:text> </xsl:text>283 <xsl:copy-of select="$bwStr-LsVw-Location"/><xsl:text> </xsl:text> 280 284 <xsl:value-of select="location/address" /> 281 285 </li> … … 283 287 <xsl:if test="xproperties/X-BEDEWORK-ALIAS"> 284 288 <li> 285 Topical Areas:<xsl:text> </xsl:text>289 <xsl:copy-of select="$bwStr-TopicalArea"/><xsl:text> </xsl:text> 286 290 <span class="eventSubscription"> 287 291 <xsl:for-each select="xproperties/X-BEDEWORK-ALIAS"> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/groups.xsl
r2511 r2526 3 3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 4 4 xmlns="http://www.w3.org/1999/xhtml"> 5 6 <!-- not in use --> 5 7 6 8 <!-- Groups List -->
