-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (82 loc) · 3.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="utf-8">
<title>COHESIVE Information System, GrapeTree</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="cohesive-theme/img/favicon.ico">
<link rel="stylesheet" href="cohesive-theme/css/skeleton.css">
<link rel="stylesheet" href="cohesive-theme/css/theme.css">
</head>
<body>
<header class="header">
<div class="top-bar">
<div class="platform-heading">
<div class="platoform-logo">
<img src="cohesive-theme/img/platform-logo.svg" alt="Logo">
</div>
<div class="platform-title">
<h1></h1>
</div>
</div>
<div class="toolbar">
<div class="tool tool-docs-navigation">
<div class="tool-label">
COHESIVE Information System, GrapeTree
</div>
<div class="tool-trigger tool-trigger-aside" onclick="showFooter()">
<img class="toogle-trigger-img toogle-trigger-img-help" src="cohesive-theme/img/iconic/help-white.svg" alt="Help icon">
<img class="toogle-trigger-img toogle-trigger-img-close hidden" src="cohesive-theme/img/iconic/close-white.svg" alt="Close icon">
</div>
</div>
</div>
</div>
</header>
<section class="main">
<iframe id ="mst-object" src="" title="MSTree Object" allowfullscreen="true"></iframe>
</section>
<footer>
<div class="container">
<div class="row">
<div class="six columns">
<div class="logo genpat-logo">
<img src="cohesive-theme/img/eu-emblem.svg" alt="EU Emblem">
</div>
</div>
<div class="six columns">
<div class="useful useful-disclaimer">
<p>
This project is part of the European Joint Programme One Health EJP. This project has received funding from the European Union’s Horizon 2020 research and innovation programme under Grant Agreement No 773830.
</p>
</div>
<div class="useful useful-links">
<h6>Useful links</h6>
<ul>
<li><a href="https://onehealthejp.eu/">One Heakth EJP</a></li>
<li><a href="https://www.izs.it/IZS/Eccellenza/Centri_nazionali/CRN_-_Sequenze_Genomiche" target="_blank">CRN Genome Sequencing</a></li>
<li><a href="https://www.izs.it/IZS/" target="_blank">IZSAM "G. Caporale"</a></li>
</ul>
</div>
<div class="useful useful-help">
<h6>Help</h6>
<ul>
<li><a href="http://enterobase.readthedocs.io/en/latest/grapetree/grapetree-about.html" target="_blank">About GrapeTree</a></li>
<li> <a href="https://cohesive.izs.it/wiki/user/Dashboards/GrapeTree/GrapeTree.html" target="_blank">Documentaion</a> </li>
<li><a href="mailto:[email protected]" target="_blank">[email protected]</a></li>
<li><a href="tel:+3908613321" target="_blank">+39 0861 3321</a></li>
</ul>
</div>
<div class="info">
<img src="cohesive-theme/img/izsam-logo.svg">
</div>
<div class="info">
<p>Last update on __LAST_UPDATE__</p>
<p class="copyright">© 2021 IZSAM "G. Caporale"</p>
</div>
</div>
</div>
</div>
</footer>
<script src="cohesive-theme/js/theme.js"></script>
</body>
</html>