Changeset 126
- Timestamp:
- 02/09/06 13:59:24
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl
r122 r126 162 162 <table width="100%" border="0" cellpadding="0" cellspacing="0" id="logoTable"> 163 163 <tr> 164 <td colspan="3" id="logoCell"><a href="http://www.bedework.org/"><img src="{$resourcesRoot}/images/ demo/bedeworkLogo.gif" width="292" height="75" border="0" alt="Bedework"/></a></td>164 <td colspan="3" id="logoCell"><a href="http://www.bedework.org/"><img src="{$resourcesRoot}/images/bedeworkLogo.gif" width="292" height="75" border="0" alt="Bedework"/></a></td> 165 165 <td colspan="2" id="schoolLinksCell"> 166 <h2>Public Calendar</h2>166 <h2>Public Calendar</h2> 167 167 <a href="{$privateCal}">Personal Calendar</a> | 168 168 <a href="http://www.yourschoolhere.edu">School Home</a> | … … 171 171 Example Calendar Help 172 172 </a> 173 </td>173 </td> 174 174 </tr> 175 175 </table> 176 176 <table width="100%" border="0" cellpadding="0" cellspacing="0"> 177 177 <tr> 178 <td><img alt="" src="{$resourcesRoot}/images/ demo/std-title-left.gif" width="8" height="16" border="0"/></td>179 <td width="50%"><img alt="" src="{$resourcesRoot}/images/ demo/std-title-space.gif" width="100%" height="16" border="0"/></td>180 <td><img src="{$resourcesRoot}/images/ demo/std-title.gif" width="485" height="16" border="0" alt="Calendar of Events"/></td>181 <td width="50%"><img alt="" src="{$resourcesRoot}/images/ demo/std-title-space.gif" width="100%" height="16" border="0"/></td>182 <td><img alt="" src="{$resourcesRoot}/images/ demo/std-title-right.gif" width="9" height="16" border="0"/></td>178 <td><img alt="" src="{$resourcesRoot}/images/std-title-left.gif" width="8" height="16" border="0"/></td> 179 <td width="50%"><img alt="" src="{$resourcesRoot}/images/std-title-space.gif" width="100%" height="16" border="0"/></td> 180 <td><img src="{$resourcesRoot}/images/std-title.gif" width="485" height="16" border="0" alt="Calendar of Events"/></td> 181 <td width="50%"><img alt="" src="{$resourcesRoot}/images/std-title-space.gif" width="100%" height="16" border="0"/></td> 182 <td><img alt="" src="{$resourcesRoot}/images/std-title-right.gif" width="9" height="16" border="0"/></td> 183 183 </tr> 184 184 </table> 185 185 <table width="100%" border="0" cellpadding="0" cellspacing="0" id="dateBarTable"> 186 186 <tr> 187 <td width="50" class="imgCell"><img alt="*" src="{$resourcesRoot}/images/ demo/spacer.gif" width="50" height="14" border="0"/></td>187 <td width="50" class="imgCell"><img alt="*" src="{$resourcesRoot}/images/spacer.gif" width="50" height="14" border="0"/></td> 188 188 <td align="center" width="100%"> 189 189 <xsl:value-of select="/bedework/firstday/longdate"/> … … 195 195 <td width="50" class="imgCell"> 196 196 <a href="javascript:window.print()" title="print this view"> 197 <img alt="print this view" src="{$resourcesRoot}/images/ demo/std-print-icon.gif" width="20" height="14" border="0"/>197 <img alt="print this view" src="{$resourcesRoot}/images/std-print-icon.gif" width="20" height="14" border="0"/> 198 198 </a> 199 199 <a class="rss" href="{$setSelection}?calId=&setappvar=summaryMode(details)&skinName=rss" title="RSS feed">RSS</a> … … 221 221 <xsl:choose> 222 222 <xsl:when test="/bedework/periodname='Day'"> 223 <a href="{$setViewPeriod}?viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/images/ demo/std-tab-day-on.gif" width="91" height="20" border="0" alt="DAY"/></a>223 <a href="{$setViewPeriod}?viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-day-on.gif" width="91" height="20" border="0" alt="DAY"/></a> 224 224 </xsl:when> 225 225 <xsl:otherwise> 226 <a href="{$setViewPeriod}?viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/images/ demo/std-tab-day-off.gif" width="91" height="20" border="0" alt="DAY"/></a>226 <a href="{$setViewPeriod}?viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-day-off.gif" width="91" height="20" border="0" alt="DAY"/></a> 227 227 </xsl:otherwise> 228 228 </xsl:choose> … … 231 231 <xsl:choose> 232 232 <xsl:when test="/bedework/periodname='Week' or /bedework/periodname=''"> 233 <a href="{$setViewPeriod}?viewType=weekView&date={$curdate}"><img src="{$resourcesRoot}/images/ demo/std-tab-week-on.gif" width="92" height="20" border="0" alt="WEEK"/></a>233 <a href="{$setViewPeriod}?viewType=weekView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-week-on.gif" width="92" height="20" border="0" alt="WEEK"/></a> 234 234 </xsl:when> 235 235 <xsl:otherwise> 236 <a href="{$setViewPeriod}?viewType=weekView&date={$curdate}"><img src="{$resourcesRoot}/images/ demo/std-tab-week-off.gif" width="92" height="20" border="0" alt="WEEK"/></a>236 <a href="{$setViewPeriod}?viewType=weekView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-week-off.gif" width="92" height="20" border="0" alt="WEEK"/></a> 237 237 </xsl:otherwise> 238 238 </xsl:choose> … … 241 241 <xsl:choose> 242 242 <xsl:when test="/bedework/periodname='Month'"> 243 <a href="{$setViewPeriod}?viewType=monthView&date={$curdate}"><img src="{$resourcesRoot}/images/ demo/std-tab-month-on.gif" width="90" height="20" border="0" alt="MONTH"/></a>243 <a href="{$setViewPeriod}?viewType=monthView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-month-on.gif" width="90" height="20" border="0" alt="MONTH"/></a> 244 244 </xsl:when> 245 245 <xsl:otherwise> 246 <a href="{$setViewPeriod}?viewType=monthView&date={$curdate}"><img src="{$resourcesRoot}/images/ demo/std-tab-month-off.gif" width="90" height="20" border="0" alt="MONTH"/></a>246 <a href="{$setViewPeriod}?viewType=monthView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-month-off.gif" width="90" height="20" border="0" alt="MONTH"/></a> 247 247 </xsl:otherwise> 248 248 </xsl:choose> … … 251 251 <xsl:choose> 252 252 <xsl:when test="/bedework/periodname='Year'"> 253 <a href="{$setViewPeriod}?viewType=yearView&date={$curdate}"><img src="{$resourcesRoot}/images/ demo/std-tab-year-on.gif" width="92" height="20" border="0" alt="YEAR"/></a>253 <a href="{$setViewPeriod}?viewType=yearView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-year-on.gif" width="92" height="20" border="0" alt="YEAR"/></a> 254 254 </xsl:when> 255 255 <xsl:otherwise> 256 <a href="{$setViewPeriod}?viewType=yearView&date={$curdate}"><img src="{$resourcesRoot}/images/ demo/std-tab-year-off.gif" width="92" height="20" border="0" alt="YEAR"/></a>256 <a href="{$setViewPeriod}?viewType=yearView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-year-off.gif" width="92" height="20" border="0" alt="YEAR"/></a> 257 257 </xsl:otherwise> 258 258 </xsl:choose> … … 261 261 <xsl:choose> 262 262 <xsl:when test="/bedework/periodname='Day'"> 263 <img src="{$resourcesRoot}/images/ demo/std-button-listview-off.gif" width="46" height="20" border="0" alt="toggle list/calendar view"/>263 <img src="{$resourcesRoot}/images/std-button-listview-off.gif" width="46" height="20" border="0" alt="toggle list/calendar view"/> 264 264 </xsl:when> 265 265 <xsl:when test="/bedework/periodname='Year'"> 266 <img src="{$resourcesRoot}/images/ demo/std-button-calview-off.gif" width="46" height="20" border="0" alt="toggle list/calendar view"/>266 <img src="{$resourcesRoot}/images/std-button-calview-off.gif" width="46" height="20" border="0" alt="toggle list/calendar view"/> 267 267 </xsl:when> 268 268 <xsl:when test="/bedework/periodname='Month'"> … … 270 270 <xsl:when test="/bedework/appvar[key='monthViewMode']/value='list'"> 271 271 <a href="{$setup}?setappvar=monthViewMode(cal)" title="toggle list/calendar view"> 272 <img src="{$resourcesRoot}/images/ demo/std-button-calview.gif" width="46" height="20" border="0" alt="toggle list/calendar view"/>272 <img src="{$resourcesRoot}/images/std-button-calview.gif" width="46" height="20" border="0" alt="toggle list/calendar view"/> 273 273 </a> 274 274 </xsl:when> 275 275 <xsl:otherwise> 276 276 <a href="{$setup}?setappvar=monthViewMode(list)" title="toggle list/calendar view"> 277 <img src="{$resourcesRoot}/images/ demo/std-button-listview.gif" width="46" height="20" border="0" alt="toggle list/calendar view"/>277 <img src="{$resourcesRoot}/images/std-button-listview.gif" width="46" height="20" border="0" alt="toggle list/calendar view"/> 278 278 </a> 279 279 </xsl:otherwise> … … 284 284 <xsl:when test="/bedework/appvar[key='weekViewMode']/value='list'"> 285 285 <a href="{$setup}?setappvar=weekViewMode(cal)" title="toggle list/calendar view"> 286 <img src="{$resourcesRoot}/images/ demo/std-button-calview.gif" width="46" height="20" border="0" alt="toggle list/calendar view"/>286 <img src="{$resourcesRoot}/images/std-button-calview.gif" width="46" height="20" border="0" alt="toggle list/calendar view"/> 287 287 </a> 288 288 </xsl:when> 289 289 <xsl:otherwise> 290 290 <a href="{$setup}?setappvar=weekViewMode(list)" title="toggle list/calendar view"> 291 <img src="{$resourcesRoot}/images/ demo/std-button-listview.gif" width="46" height="20" border="0" alt="toggle list/calendar view"/>291 <img src="{$resourcesRoot}/images/std-button-listview.gif" width="46" height="20" border="0" alt="toggle list/calendar view"/> 292 292 </a> 293 293 </xsl:otherwise> … … 305 305 <xsl:choose> 306 306 <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 307 <img src="{$resourcesRoot}/images/ demo/std-button-summary-off.gif" width="67" height="20" border="0" alt="only summaries of events supported in this view"/>307 <img src="{$resourcesRoot}/images/std-button-summary-off.gif" width="67" height="20" border="0" alt="only summaries of events supported in this view"/> 308 308 </xsl:when> 309 309 <xsl:otherwise> 310 <img src="{$resourcesRoot}/images/ demo/std-button-details-off.gif" width="67" height="20" border="0" alt="only summaries of events supported in this view"/>310 <img src="{$resourcesRoot}/images/std-button-details-off.gif" width="67" height="20" border="0" alt="only summaries of events supported in this view"/> 311 311 </xsl:otherwise> 312 312 </xsl:choose> … … 316 316 <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 317 317 <a href="{$setup}?setappvar=summaryMode(summary)" title="toggle summary/detailed view"> 318 <img src="{$resourcesRoot}/images/ demo/std-button-summary.gif" width="67" height="20" border="0" alt="toggle summary/detailed view"/>318 <img src="{$resourcesRoot}/images/std-button-summary.gif" width="67" height="20" border="0" alt="toggle summary/detailed view"/> 319 319 </a> 320 320 </xsl:when> 321 321 <xsl:otherwise> 322 322 <a href="{$setup}?setappvar=summaryMode(details)" title="toggle summary/detailed view"> 323 <img src="{$resourcesRoot}/images/ demo/std-button-details.gif" width="67" height="20" border="0" alt="toggle summary/detailed view"/>323 <img src="{$resourcesRoot}/images/std-button-details.gif" width="67" height="20" border="0" alt="toggle summary/detailed view"/> 324 324 </a> 325 325 </xsl:otherwise> … … 329 329 </td> 330 330 <td class="rightCell"> 331 <a href="setup.do"><img src="{$resourcesRoot}/images/ demo/std-button-refresh.gif" width="69" height="20" border="0" alt="refresh view"/></a>331 <a href="setup.do"><img src="{$resourcesRoot}/images/std-button-refresh.gif" width="69" height="20" border="0" alt="refresh view"/></a> 332 332 </td> 333 333 </tr> … … 338 338 <tr> 339 339 <td> 340 <a href="{$setViewPeriod}?viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/images/ demo/std-tab-day-off.gif" width="91" height="20" border="0" alt="DAY"/></a>340 <a href="{$setViewPeriod}?viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-day-off.gif" width="91" height="20" border="0" alt="DAY"/></a> 341 341 </td> 342 342 <td> 343 <a href="{$setViewPeriod}?viewType=weekView&date={$curdate}"><img src="{$resourcesRoot}/images/ demo/std-tab-week-off.gif" width="92" height="20" border="0" alt="WEEK"/></a>343 <a href="{$setViewPeriod}?viewType=weekView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-week-off.gif" width="92" height="20" border="0" alt="WEEK"/></a> 344 344 </td> 345 345 <td> 346 <a href="{$setViewPeriod}?viewType=monthView&date={$curdate}"><img src="{$resourcesRoot}/images/ demo/std-tab-month-off.gif" width="90" height="20" border="0" alt="MONTH"/></a>346 <a href="{$setViewPeriod}?viewType=monthView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-month-off.gif" width="90" height="20" border="0" alt="MONTH"/></a> 347 347 </td> 348 348 <td> 349 <a href="{$setViewPeriod}?viewType=yearView&date={$curdate}"><img src="{$resourcesRoot}/images/ demo/std-tab-year-off.gif" width="92" height="20" border="0" alt="YEAR"/></a>349 <a href="{$setViewPeriod}?viewType=yearView&date={$curdate}"><img src="{$resourcesRoot}/images/std-tab-year-off.gif" width="92" height="20" border="0" alt="YEAR"/></a> 350 350 </td> 351 351 <td class="centerCell"> … … 375 375 <tr> 376 376 <td class="leftCell"> 377 <a href="{$setViewPeriod}?date={$prevdate}"><img src="{$resourcesRoot}/images/ demo/std-arrow-left.gif" alt="previous" width="13" height="16" class="prevImg" border="0"/></a>378 <a href="{$setViewPeriod}?date={$nextdate}"><img src="{$resourcesRoot}/images/ demo/std-arrow-right.gif" alt="next" width="13" height="16" class="nextImg" border="0"/></a>377 <a href="{$setViewPeriod}?date={$prevdate}"><img src="{$resourcesRoot}/images/std-arrow-left.gif" alt="previous" width="13" height="16" class="prevImg" border="0"/></a> 378 <a href="{$setViewPeriod}?date={$nextdate}"><img src="{$resourcesRoot}/images/std-arrow-right.gif" alt="next" width="13" height="16" class="nextImg" border="0"/></a> 379 379 <xsl:choose> 380 380 <xsl:when test="/bedework/periodname='Day'"> … … 453 453 <td class="todayButton"> 454 454 <a href="{$setViewPeriod}?viewType=todayView&date={$curdate}"> 455 <img src="{$resourcesRoot}/images/ demo/std-button-today-off.gif" width="54" height="22" border="0" alt="Go to Today" align="left"/>455 <img src="{$resourcesRoot}/images/std-button-today-off.gif" width="54" height="22" border="0" alt="Go to Today" align="left"/> 456 456 </a> 457 457 </td> … … 533 533 <xsl:variable name="recurrenceId" select="recurrenceId"/> 534 534 <a href="{$privateCal}/addEventRef.do?eventId={$id}" title="Add event to MyCalendar" target="myCalendar"> 535 <img class="addref" src="{$resourcesRoot}/images/ demo/add2mycal-icon.gif" width="20" height="26" border="0" alt="Add event to MyCalendar"/>535 <img class="addref" src="{$resourcesRoot}/images/add2mycal-icon.gif" width="20" height="26" border="0" alt="Add event to MyCalendar"/> 536 536 </a> 537 537 <xsl:variable name="eventIcalName" select="concat($id,'.ics')"/> 538 538 <a href="{$export}?subid={$subscriptionId}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&skinName=ical&contentType=text/calendar&contentName={$eventIcalName}" title="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"> 539 <img src="{$resourcesRoot}/images/ demo/std-ical_icon.gif" width="20" height="26" border="0" alt="Download this event"/>539 <img src="{$resourcesRoot}/images/std-ical_icon.gif" width="20" height="26" border="0" alt="Download this event"/> 540 540 </a> 541 541 </th> … … 767 767 <variable name="confId" select="/bedework/confirmationid"/> 768 768 <a href="{$privateCal}/addEventRef.do?eventId={$id}" title="Add event to MyCalendar" target="myCalendar"> 769 <img class="addref" src="{$resourcesRoot}/images/ demo/add2mycal-icon-small.gif" width="12" height="16" border="0" alt="Add event to MyCalendar"/>769 <img class="addref" src="{$resourcesRoot}/images/add2mycal-icon-small.gif" width="12" height="16" border="0" alt="Add event to MyCalendar"/> 770 770 </a> 771 771 <xsl:variable name="eventIcalName" select="concat($id,'.ics')"/> 772 772 <a href="{$export}?subid={$subscriptionId}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&skinName=ical&contentType=text/calendar&contentName={$eventIcalName}" title="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"> 773 <img src="{$resourcesRoot}/images/ demo/std-ical_icon_small.gif" width="12" height="16" border="0" alt="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"/>773 <img src="{$resourcesRoot}/images/std-ical_icon_small.gif" width="12" height="16" border="0" alt="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"/> 774 774 </a> 775 775 </td>
