Changeset 1055

Show
Ignore:
Timestamp:
10/26/06 16:46:10
Author:
johnsa
Message:

add field names to search results listing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css

    r1047 r1055  
    303303  padding: 4px; 
    304304} 
     305#searchTable tr.fieldNames td { 
     306  background: #eee; 
     307  border-bottom: 1px solid #ccc; 
     308} 
    305309#searchTable .searchRelevance { 
    306310  background-color: #2c5f89; 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/common.css

    r1054 r1055  
    6363  vertical-align: middle; 
    6464} 
     65#searchFilter { 
     66  float: right; 
     67  font-size: 10pt; 
     68  font-weight: normal; 
     69  margin-top: 5px; 
     70} 
    6571#stats { 
    6672  font-size: 0.9em; 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl

    r1054 r1055  
    11081108  <!--==== SEARCH RESULT ====--> 
    11091109  <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> 
    11111119    <table id="searchTable" cellpadding="0" cellspacing="0"> 
    11121120      <tr> 
    11131121        <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> 
    11211125          <xsl:value-of select="/bedework/searchResults/resultSize"/> 
    11221126          result<xsl:if test="/bedework/searchResults/resultSize != 1">s</xsl:if> returned 
     
    11241128        </th> 
    11251129      </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 &amp; time 
     1140          </td> 
     1141          <td> 
     1142            calendar 
     1143          </td> 
     1144          <td> 
     1145            location 
     1146          </td> 
     1147        </tr> 
     1148      </xsl:if> 
    11261149      <xsl:for-each select="/bedework/searchResults/searchResult"> 
    11271150        <xsl:variable name="subscriptionId" select="event/subscription/id"/> 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css

    r1047 r1055  
    315315  padding: 4px; 
    316316} 
     317#searchTable tr.fieldNames td { 
     318  background: #eee; 
     319  border-bottom: 1px solid #ccc; 
     320} 
    317321#searchTable .searchRelevance { 
    318322  background-color: #090; 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css

    r1047 r1055  
    315315  padding: 4px; 
    316316} 
     317#searchTable tr.fieldNames td { 
     318  background: #eee; 
     319  border-bottom: 1px solid #ccc; 
     320} 
    317321#searchTable .searchRelevance { 
    318322  background-color: #900;