Changeset 4365


Ignore:
Timestamp:
01/28/14 16:54:56 (10 years ago)
Author:
twagoo
Message:

added breadcrumb+links bar to search page

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

    r4364 r4365  
    4949                    <h1>CLARIN Virtual Language Observatory</h1>
    5050                    <a id="headerlink_clarin" href="http://www.clarin.eu/"><span>CLARIN</span></a>
     51                </div>
     52            </div>
     53
     54            <div id="topnavigation">
     55                <div id="breadcrumbs">
     56                    <a href="">VLO</a>
     57                    &gt; Language: German [<a href="">x</a>]
     58                    ; Resource class: Text [<a href="">x</a>]
     59                </div>
     60                <div id="topnavigationlinks">
     61                    <a href="">Help</a>
     62                    | <a href="">About</a>
     63                    | <a href="">Link to this page</a>
    5164                </div>
    5265            </div>
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style/style.css

    r4340 r4365  
    166166  margin: 8px 15px 2px 15px;
    167167  padding: 0px 0px 0px 0px;
     168  clear: both;
    168169}
    169170
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style/vlo.css

    r4364 r4365  
    3434/* styles for record details */
    3535@import "vlo-record.css";
     36
     37#topnavigation {
     38    margin: 8px 15px 2px 15px;
     39    padding: 0px 4px 0px 8px;
     40    /*min-height: 1.5em;*/
     41}
     42
     43#topnavigation #breadcrumbs {
     44    float: left;
     45    clear: left;
     46    width: 75%;
     47    padding-bottom: .5em;
     48}
     49
     50#topnavigation #topnavigationlinks {
     51    float: right;
     52    clear: right;
     53    text-align: right;
     54    width: 20%;
     55    padding-bottom: .5em;
     56}
Note: See TracChangeset for help on using the changeset viewer.