Ignore:
Timestamp:
03/07/14 15:58:35 (10 years ago)
Author:
Twan Goosen
Message:

made a VLO base page that is now parent to record page and faceted search page (for now just a shared header and footer)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/wicket/pages/RecordPage.html

    r4640 r4653  
    2828    <head>
    2929        <title>CLARIN VLO</title>
    30         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    31         <meta name="viewport" content="width=device-width"/>
    32         <!-- **** layout stylesheet **** -->
    33         <link rel="stylesheet" type="text/css" href="style/style.css" />
    34         <!-- **** colour scheme stylesheet **** -->
    35         <link rel="stylesheet" type="text/css" href="style/colour.css" />
    36         <!-- **** VLO extensions stylesheet **** -->
    37         <link rel="stylesheet" type="text/css" href="style/vlo.css" />
    38         <!-- **** VLO extensions stylesheet **** -->
    39         <link rel="stylesheet" type="text/css" href="style/cmdi.css" />
    4030    </head>
    4131
    4232    <body>
    43         <script src="js/jquery-1.10.2.js" type="text/javascript"></script>
    44         <script src="js/vlo-record.js" type="text/javascript"></script>
    45 
    46         <div id="main">
    47             <div id="header">
    48                 <div id="logo"><h1>CLARIN Virtual Language Observatory</h1></div>
    49                 <!--<div id="address"><p>company name<br />company address 1, company address 2, company address 3<br />tel: 0101 010 010</p></div>-->
    50             </div>
    51 
     33
     34        <wicket:extend>
    5235            <div id="topnavigation">
    5336                <div id="breadcrumbs">
     
    257240                        <wicket:container wicket:id="technicalProperties">[PROPERTIES TABLE]</wicket:container>
    258241                    </div>
    259                 </div> <!-- content -->
    260             </div> <!-- recordtechnicaldetails -->
    261 
    262             <div id="footer">
    263                 CLARIN VLO version 3.0 | <a href="#">help</a> | <a href="#">about</a> | <a href="http://www.dcarter.co.uk">design by dcarter</a>
     242                </div> <!-- recordtechnicaldetails -->
    264243            </div>
    265         </div>
     244        </wicket:extend>
    266245    </body>
    267246</html>
Note: See TracChangeset for help on using the changeset viewer.