Changeset 1055
- Timestamp:
- 10/26/06 16:46:10
- Files:
-
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/common.css (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl (modified) (2 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css
r1047 r1055 303 303 padding: 4px; 304 304 } 305 #searchTable tr.fieldNames td { 306 background: #eee; 307 border-bottom: 1px solid #ccc; 308 } 305 309 #searchTable .searchRelevance { 306 310 background-color: #2c5f89; trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/common.css
r1054 r1055 63 63 vertical-align: middle; 64 64 } 65 #searchFilter { 66 float: right; 67 font-size: 10pt; 68 font-weight: normal; 69 margin-top: 5px; 70 } 65 71 #stats { 66 72 font-size: 0.9em; trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl
r1054 r1055 1108 1108 <!--==== SEARCH RESULT ====--> 1109 1109 <xsl:template name="searchResult"> 1110 <h2 class="bwStatusConfirmed">Search Result</h2> 1110 <h2 class="bwStatusConfirmed"> 1111 <div id="searchFilter"> 1112 Limit search to: 1113 <input type="radio" name="searchLimit" value="future"/>today forward 1114 <input type="radio" name="searchLimit" value="future"/>past dates 1115 <input type="radio" name="searchLimit" value="all" checked="checked"/>all dates 1116 </div> 1117 Search Result 1118 </h2> 1111 1119 <table id="searchTable" cellpadding="0" cellspacing="0"> 1112 1120 <tr> 1113 1121 <th colspan="5"> 1114 <form name="searchForm" method="post" action="{$search}" id="searchPageForm"> 1115 Search: 1116 <input type="text" name="query" size="30"> 1117 <xsl:attribute name="value"><xsl:value-of select="/bedework/searchResults/query"/></xsl:attribute> 1118 </input> 1119 <input type="submit" name="submit" value="go"/> 1120 </form> 1122 <div id="searchPageForm"> 1123 <!--page: previous 1 2 3 4 next--> 1124 </div> 1121 1125 <xsl:value-of select="/bedework/searchResults/resultSize"/> 1122 1126 result<xsl:if test="/bedework/searchResults/resultSize != 1">s</xsl:if> returned … … 1124 1128 </th> 1125 1129 </tr> 1130 <xsl:if test="/bedework/searchResults/searchResult"> 1131 <tr class="fieldNames"> 1132 <td> 1133 relevance 1134 </td> 1135 <td> 1136 summary 1137 </td> 1138 <td> 1139 date & time 1140 </td> 1141 <td> 1142 calendar 1143 </td> 1144 <td> 1145 location 1146 </td> 1147 </tr> 1148 </xsl:if> 1126 1149 <xsl:for-each select="/bedework/searchResults/searchResult"> 1127 1150 <xsl:variable name="subscriptionId" select="event/subscription/id"/> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css
r1047 r1055 315 315 padding: 4px; 316 316 } 317 #searchTable tr.fieldNames td { 318 background: #eee; 319 border-bottom: 1px solid #ccc; 320 } 317 321 #searchTable .searchRelevance { 318 322 background-color: #090; trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css
r1047 r1055 315 315 padding: 4px; 316 316 } 317 #searchTable tr.fieldNames td { 318 background: #eee; 319 border-bottom: 1px solid #ccc; 320 } 317 321 #searchTable .searchRelevance { 318 322 background-color: #900;
