source: SRUAggregator/trunk/src/main/resources/assets/index.html @ 5901

Last change on this file since 5901 was 5901, checked in by emanuel.dima@uni-tuebingen.de, 9 years ago
  1. alpha10: throttled client bug fix, more todos
File size: 1.7 KB
Line 
1<!DOCTYPE html>
2<html>
3<head>
4        <title>Aggregator2</title>
5        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6        <meta name="viewport" content="width=device-width, initial-scale=1.0">
7        <link href="lib/bootstrap.min.css" rel="stylesheet">
8        <link href="lib/font-awesome.min.css" rel="stylesheet">
9        <link href="CLARIN.css" rel="stylesheet">
10        <link href="base.css" rel="stylesheet">
11</head>
12<body>
13        <noscript>
14                <div>Federated Content Search Aggregator requires JavaScript to be enabled!</div>
15        </noscript>
16
17        <div id="body">
18                <div id="reactMain">
19        </div>
20
21        <div id="footer">
22                <div class="container">
23                        <div id="CLARIN_footer_left">
24                                <a title="about" id="aboutlink">
25                                        <span class="glyphicon glyphicon-info-sign"></span>
26                                        <span>VERSION 2.0.0.α10</span>
27                                </a>
28                        </div>
29                        <div id="CLARIN_footer_middle">
30                                <a title="CLARIN ERIC" href="https://www.clarin.eu/">
31                                <img src="img/clarindLogo.png" alt="CLARIN ERIC logo" style="height:80px"/>
32                                </a>
33                        </div>
34                        <div id="CLARIN_footer_right">
35                                <a title="contact" href="mailto:fcs@clarin.eu">
36                                        <span class="glyphicon glyphicon-envelope"></span>
37                                        <span> CONTACT</span>
38                                </a>
39                        </div>
40                </div>
41        </div>
42
43        <script src="lib/jquery.min.js"></script>
44        <!--[if lt IE 9]>
45                <script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-shim.js"></script>
46                <script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-sham.js"></script>
47        <![endif]-->   
48        <script src="lib/react-with-addons.js"></script>
49        <script src="lib/bootstrap.min.js"></script>
50        <script src="js/components.js"></script>
51        <script src="js/search.js"></script>
52        <script src="js/corpora.js"></script>
53        <script src="js/main.js"></script>
54</body>
55</html>
Note: See TracBrowser for help on using the repository browser.