1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org" xml:lang="en"> |
---|
4 | <!-- |
---|
5 | Copyright (C) 2014 CLARIN |
---|
6 | |
---|
7 | This program is free software: you can redistribute it and/or modify |
---|
8 | it under the terms of the GNU General Public License as published by |
---|
9 | the Free Software Foundation, either version 3 of the License, or |
---|
10 | (at your option) any later version. |
---|
11 | |
---|
12 | This program is distributed in the hope that it will be useful, |
---|
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
15 | GNU General Public License for expands. |
---|
16 | |
---|
17 | You should have received a copy of the GNU General Public License |
---|
18 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
---|
19 | --> |
---|
20 | |
---|
21 | <!-- |
---|
22 | Created on : Jan 23, 2014, 5:10:53 PM |
---|
23 | Author : twagoo |
---|
24 | |
---|
25 | Based on "business one" template: http://www.opendesigns.org/design/business_one/ |
---|
26 | --> |
---|
27 | |
---|
28 | <head> |
---|
29 | <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 | </head> |
---|
39 | |
---|
40 | <body> |
---|
41 | <!-- TODO: Include in header per page? --> |
---|
42 | <script src="js/vlo-header.js" type="text/javascript"></script> |
---|
43 | <script src="js/vlo-front.js" type="text/javascript"></script> |
---|
44 | <script src="js/vlo-facets.js" type="text/javascript"></script> |
---|
45 | <script src="js/vlo-record.js" type="text/javascript"></script> |
---|
46 | <script src="js/vlo-search.js" type="text/javascript"></script> |
---|
47 | |
---|
48 | <div id="main"> |
---|
49 | <div id="header"> |
---|
50 | <div id="logo"> |
---|
51 | <h1>CLARIN Virtual Language Observatory</h1> |
---|
52 | <a id="headerlink_clarin" href="http://www.clarin.eu/"><span>CLARIN</span></a> |
---|
53 | </div> |
---|
54 | </div> |
---|
55 | |
---|
56 | <div wicket:id="feedback" id="feedback">[feedback]</div> |
---|
57 | |
---|
58 | <wicket:child /> |
---|
59 | |
---|
60 | <div id="footer"> |
---|
61 | CLARIN VLO version <wicket:message key="vlo.version" /> |
---|
62 | | <a href="#">help</a> |
---|
63 | | <wicket:link><a href="AboutPage.html">about</a></wicket:link> |
---|
64 | | <a href="http://www.dcarter.co.uk">design by dcarter</a> |
---|
65 | </div> |
---|
66 | </div> |
---|
67 | |
---|
68 | </body> |
---|
69 | </html> |
---|