Changeset 2425
- Timestamp:
- 12/08/09 15:04:47
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/grid-html.xsl
r2422 r2425 101 101 <xsl:variable name="calendar-fetchForExport" select="/bedework/urlPrefixes/calendar/fetchForExport"/> 102 102 <xsl:variable name="mailEvent" select="/bedework/urlPrefixes/mail/mailEvent"/> 103 <!-- ><xsl:variable name="cacheURL" select="http://localhost:3000"/> --> 104 <!-- Unused 105 <xsl:variable name="showPage" select="/bedework/urlPrefixes/main/showPage"/> 106 --> 103 107 104 <xsl:variable name="stats" select="/bedework/urlPrefixes/stats/stats"/> 108 105 … … 532 529 <xsl:variable name="group" select="substring-before($filterVal, '~')" /> 533 530 <xsl:variable name="cats" select="substring-after($filterVal, '~')" /> 534 <a href="http://localhost:3000/ genFeedPeriod/day/{$date}/grid-html/{$group}/{$cats}">531 <a href="http://localhost:3000/v1.0/genFeedPeriod/day/{$date}/grid-html/{$group}/{$cats}"> 535 532 <xsl:value-of select="name"/>, <xsl:value-of select="longdate"/> 536 533 </a> … … 538 535 <xsl:otherwise> 539 536 <!-- Filter name not defined? Turn off filtering. --> 540 <a href="http://localhost:3000/ genFeedPeriod/day/{$date}/grid-html/all/all">537 <a href="http://localhost:3000/v1.0/genFeedPeriod/day/{$date}/grid-html/all/all"> 541 538 <xsl:value-of select="name"/>, <xsl:value-of select="longdate"/> 542 539 </a> … … 545 542 </xsl:when> 546 543 <xsl:otherwise> 547 <a href="http://localhost:3000/ genFeedPeriod/day/{$date}/grid-html/all/all">544 <a href="http://localhost:3000/v1.0/genFeedPeriod/day/{$date}/grid-html/all/all"> 548 545 <xsl:value-of select="name"/>, <xsl:value-of select="longdate"/> 549 546 </a> … … 587 584 <!--<a href="{$eventView}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 588 585 <xsl:value-of select="start/time"/> --> 589 <a href="http://localhost:3000/ event/blah2/list-html/{$recurrenceId}/{$guid}">586 <a href="http://localhost:3000/v1.0/event/blah2/list-html/{$recurrenceId}/{$guid}"> 590 587 </a> 591 588 </td> … … 610 607 </td> 611 608 <td class="{$dateRangeStyle} center"> 612 <a href="http://localhost:3000/ event/blah3/list-html/{$recurrenceId}/{$guid}"></a>609 <a href="http://localhost:3000/v1.0/event/blah3/list-html/{$recurrenceId}/{$guid}"></a> 613 610 <!-- <a href="{$eventView}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}">-</a> --> 614 611 </td> 615 612 <td class="{$dateRangeStyle} left"> 616 <a href="http://localhost:3000/ event/blah4/list-html/{$recurrenceId}/{$guid}">613 <a href="http://localhost:3000/v1.0/event/blah4/list-html/{$recurrenceId}/{$guid}"> 617 614 <!-- <a href="{$eventView}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> --> 618 615 <xsl:choose> … … 653 650 <xsl:choose> 654 651 <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 655 <a href="http://localhost:3000/ event/blah/5/list-html/{$recurrenceId}/{$guid}">652 <a href="http://localhost:3000/v1.0/event/blah/5/list-html/{$recurrenceId}/{$guid}"> 656 653 <!-- ><a href="{$eventView}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> --> 657 654 <strong> … … 691 688 <xsl:otherwise> 692 689 <!-- ><a href="{$eventView}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> --> 693 <a href="http://localhost:3000/ event/blah6/list-html/{$recurrenceId}/{$guid}">690 <a href="http://localhost:3000/v1.0/event/blah6/list-html/{$recurrenceId}/{$guid}"> 694 691 <xsl:value-of select="summary"/> 695 692 <xsl:if test="location/address != ''">, <xsl:value-of select="location/address"/></xsl:if> … … 776 773 <xsl:if test="status='CANCELLED'"><strong><xsl:copy-of select="$bwStr-LsEv-Canceled"/><xsl:text> </xsl:text></strong></xsl:if> 777 774 <xsl:if test="status='TENTATIVE'"><em><xsl:copy-of select="$bwStr-LsEv-Tentative"/><xsl:text> </xsl:text></em></xsl:if> 778 <a href="http://localhost:3000/ event/blah7/list-html/{$recurrenceId}/{$guid}">775 <a href="http://localhost:3000/v1.0/event/blah7/list-html/{$recurrenceId}/{$guid}"> 779 776 <!-- <a href="{$eventView}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> --> 780 777 <xsl:value-of select="summary"/> … … 896 893 <xsl:variable name="dayDate" select="date"/> 897 894 <!-- ><a href="{$setViewPeriod}&viewType=dayView&date={$dayDate}" class="dayLink"> --> 898 <a href="http://localhost:3000/ genFeedPeriod/day/{$dayDate}/grid-html/all/all" class="dayLink">895 <a href="http://localhost:3000/v1.0/genFeedPeriod/day/{$dayDate}/grid-html/all/all" class="dayLink"> 899 896 <xsl:value-of select="value"/> 900 897 </a> … … 967 964 <xsl:variable name="group" select="substring-before($filterVal, '~')" /> 968 965 <xsl:variable name="cats" select="substring-after($filterVal, '~')" /> 969 <a href="http://localhost:3000/ genFeedPeriod/day/{dayDate}/grid-html/{$group}/{$cats}">966 <a href="http://localhost:3000/v1.0/genFeedPeriod/day/{dayDate}/grid-html/{$group}/{$cats}"> 970 967 <xsl:value-of select="value"/> 971 968 </a> … … 973 970 <xsl:otherwise> 974 971 <!-- Filter name not defined? Turn off filtering. --> 975 <a href="http://localhost:3000/ genFeedPeriod/day/{$dayDate}/grid-html/all/all">972 <a href="http://localhost:3000/v1.0/genFeedPeriod/day/{$dayDate}/grid-html/all/all"> 976 973 <xsl:value-of select="value"/> 977 974 </a> … … 980 977 </xsl:when> 981 978 <xsl:otherwise> 982 <a href="http://localhost:3000/ genFeedPeriod/day/{$dayDate}/grid-html/all/all">979 <a href="http://localhost:3000/v1.0/genFeedPeriod/day/{$dayDate}/grid-html/all/all"> 983 980 <xsl:value-of select="value"/> 984 981 </a> … … 1051 1048 <li> 1052 1049 <!-- <a href="{$eventView}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" class="{$eventClass} {$subscriptionClass}"> --> 1053 <a href="http://localhost:3000/ event/blah1/list-html/{$recurrenceId}/{$guid}" class="{$eventClass} {$subscriptionClass}">1050 <a href="http://localhost:3000/v1.0/event/blah1/list-html/{$recurrenceId}/{$guid}" class="{$eventClass} {$subscriptionClass}"> 1054 1051 <xsl:if test="status='CANCELLED'"><xsl:copy-of select="$bwStr-EvCG-CanceledColon"/><xsl:text> </xsl:text></xsl:if> 1055 1052 <xsl:choose> … … 1153 1150 <td colspan="8" class="monthName"> 1154 1151 <xsl:variable name="firstDayOfMonth" select="week/day/date"/> 1155 <a href="http://localhost:3000/ genFeedPeriod/month/{$firstDayOfMonth}/grid-html/all/all">1152 <a href="http://localhost:3000/v1.0/genFeedPeriod/month/{$firstDayOfMonth}/grid-html/all/all"> 1156 1153 <!-- <a href="{$setViewPeriod}&viewType=monthView&date={$firstDayOfMonth}"> --> 1157 1154 <xsl:value-of select="longname"/> … … 1169 1166 <td class="weekCell"> 1170 1167 <xsl:variable name="firstDayOfWeek" select="day/date"/> 1171 <a href="http://localhost:3000/ genFeedPeriod/week/{$firstDayOfWeek}/grid-html/all/all">1168 <a href="http://localhost:3000/v1.0/genFeedPeriod/week/{$firstDayOfWeek}/grid-html/all/all"> 1172 1169 <!-- <a href="{$setViewPeriod}&viewType=weekView&date={$firstDayOfWeek}"> --> 1173 1170 <xsl:value-of select="value"/> … … 1185 1182 </xsl:if> 1186 1183 <xsl:variable name="dayDate" select="date"/> 1187 <a href="http://localhost:3000/ genFeedPeriod/day/{$dayDate}/grid-html/all/all">1184 <a href="http://localhost:3000/v1.0/genFeedPeriod/day/{$dayDate}/grid-html/all/all"> 1188 1185 <!-- <a href="{$setViewPeriod}&viewType=dayView&date={$dayDate}"> --> 1189 1186 <xsl:attribute name="class">today</xsl:attribute>
