Changeset 4444


Ignore:
Timestamp:
02/05/14 11:03:25 (10 years ago)
Author:
twagoo
Message:

Small modifications in search page mockup

Location:
vlo/branches/vlo-3.0/vlo-web-app/src/main/html
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/index.html

    r4424 r4444  
    126126
    127127            <div id="content">
     128                <h1>Search</h1>
    128129                <form action="index2.html" id="search">
    129130                    <p>
     131                        Enter one or more search terms to start browsing:
    130132                        <span id="searchcontrols">
    131133                            <input id="searchbox" type="text" value="democratie" />
     
    134136                    </p>
    135137                </form>
     138                <h1>Browse</h1>
    136139                <p>
    137                     Enter one or more search terms, or
    138                     <a id="browseallrecords" href="index2.html">click here to browse all 604056 records</a><br />
    139                     Filter by: <a id="filterlanguage" href="">Language</a>
     140                    <a href="index2.html">All 604056 records</a> | filter by: <a id="filterlanguage" href="">Language</a>
    140141                    | <a href="">Type</a>
    141142                    | <a href="">Genre</a>
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/index2.html

    r4432 r4444  
    9898                    <!-- rounded corners - top **** -->
    9999                    <div class="rtop"><div class="r1"></div><div class="r2"></div><div class="r3"></div><div class="r4"></div></div>
    100                     <h1>Facets</h1>
     100                    <h1>Narrow down</h1>
    101101                    <p>
    102102                        Use the categories below to limit the search results to those matching the selected value(s).
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style/vlo-facets.css

    r4425 r4444  
    3939}
    4040
     41.facet h1 {
     42    width: 100%;
     43    padding: 0px;
     44}
     45
    4146.facet h1 a, .facet h1 a:hover {
     47    display: inline-block;
    4248    text-decoration: none;
    43     color: inherit;
    44     padding: 0px;
     49    padding: 4px 2px;
     50    width: 100%;
     51    margin: 4px;
     52}
     53
     54.facet h1 a:hover {   
     55    margin: 3px;
     56    border: 1px dashed #999;
    4557}
    4658
Note: See TracChangeset for help on using the changeset viewer.