Changeset 1048
- Timestamp:
- 10/24/06 17:33:50
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/common.css
r1046 r1048 19 19 background-color: #eee; 20 20 color: black; 21 border-top: 1px solid #bbb; 21 22 } 22 23 h2.bwStatusCancelled { 23 24 background-color: #eee; 24 25 color: black; 26 border-top: 1px solid #bbb; 25 27 } 26 28 h2.bwStatusTentative { 27 29 background: #eee url('../../images/tentativeLines.gif') top; 28 30 color: black; 31 border-top: 1px solid #bbb; 29 32 } 30 33 /* Header IDs and classes */ trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl
r1047 r1048 124 124 <xsl:call-template name="tabs"/> 125 125 <xsl:call-template name="navigation"/> 126 <xsl:call-template name="searchBar"/> 126 127 <xsl:choose> 127 128 <xsl:when test="/bedework/page='event'"> … … 142 143 </xsl:when> 143 144 <xsl:otherwise> 144 <!-- otherwise, show the eventsCalendar -->145 <!-- otherwise, show the eventsCalendar 145 146 <xsl:if test="/bedework/periodname!='Year'"> 146 147 <xsl:call-template name="searchBar"/> 147 </xsl:if> 148 </xsl:if>--> 148 149 <!-- main eventCalendar content --> 149 150 <xsl:choose> … … 466 467 <form name="searchForm" method="post" action="{$search}"> 467 468 Search: 468 <input type="text" name="query" size="10"/> 469 <input type="text" name="query" size="15"> 470 <xsl:attribute name="value"><xsl:value-of select="/bedework/searchResults/query"/></xsl:attribute> 471 </input> 469 472 <input type="submit" name="submit" value="go"/> 470 473 </form> … … 1093 1096 <!--==== SEARCH RESULT ====--> 1094 1097 <xsl:template name="searchResult"> 1095 <xsl:variable name="subscriptionId" select="subscription/id"/>1096 <xsl:variable name="calPath" select="calendar/encodedPath"/>1097 <xsl:variable name="guid" select="guid"/>1098 <xsl:variable name="recurrenceId" select="recurrenceId"/>1099 1098 <h2 class="bwStatusConfirmed">Search Result</h2> 1100 1099 <table id="searchTable" cellpadding="0" cellspacing="0"> … … 1114 1113 </tr> 1115 1114 <xsl:for-each select="/bedework/searchResults/searchResult"> 1115 <xsl:variable name="subscriptionId" select="event/subscription/id"/> 1116 <xsl:variable name="calPath" select="event/calendar/encodedPath"/> 1117 <xsl:variable name="guid" select="event/guid"/> 1118 <xsl:variable name="recurrenceId" select="event/recurrenceId"/> 1116 1119 <tr> 1117 1120 <td>
