-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patharticle.html
205 lines (188 loc) · 8.69 KB
/
article.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="gr">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- No caching. Delete after development -->
<title>
BioTaxonomy
</title>
<link href="plugins/wikiblurb-master/css/style.css" rel="stylesheet"
type="text/css"><!-- Bootstrap -->
<link href="plugins/bootstrap_12_col/css/bootstrap.min.css" rel=
"stylesheet">
<link href="plugins/bootstrap_7_col/css/navbar-fixed-top.css" rel=
"stylesheet">
<link href="favicon.ico" rel="shortcut icon">
<link href="favicon.ico" rel="icon">
<link href="plugins/bootstrap_12_col/css/custom.css" rel="stylesheet">
<link href="plugins/lity-1.5.0/dist/lity.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body style="padding-top: 70px;">
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle collapsed" data-target=
"#navbar" data-toggle="collapse" type="button"><span class=
"sr-only">Toggle navigation</span> <span class=
"icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span></button> <a class=
"navbar-brand" href="index.html"><img src=
'assets/biotaxonomy_logo_100px.png' style=
"height:30px;width:35px;"></a> <a class="navbar-brand"
href="index.html">BioTaxonomy</a>
<form class="navbar-form collapsed navbar-right visible-xs"
onsubmit="return false">
<div class="input-group">
<input class="form-control" id="searchBoxMobile"
placeholder="Search" type="text">
<div class="input-group-btn">
<button class=
"btn btn-default glyphicon glyphicon-search"
onclick="searchArticle();" style=
"font-style: italic"></button>
</div>
</div>
</form>
</div>
<div class="navbar-collapse collapse" id="navbar">
<ul class="nav navbar-nav navbar-right">
<li>
<form class=
"navbar-form collapsed navbar-right hidden-xs"
onsubmit="return false">
<div class="input-group">
<input class="form-control" id="searchBox"
placeholder="Search" type="text">
<div class="input-group-btn">
<button class=
"btn btn-default "
onclick="searchArticle();" style=
"font-style: italic"><span class="glyphicon glyphicon-search"></span></button>
</div>
</div>
</form>
</li>
<li>
<a href="javascript:showAbout();"><span name="lbl" caption="about"></span></a>
</li>
<li>
<a href="javascript:changeLanguage('en');">en</a></li><li><a href="javascript:changeLanguage('gr');">gr</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container-fluid" id="article_container">
<div class="row row-margin" id="titleRow">
<div class="col-lg-2 col-md-2 col-sm-2 hidden-xs text-center">
<a href="javascript:goBack()"><span name="lbl" caption="return"></span></a>
</div>
<div class="col-lg-8 col-md-8 col-sm-8 text-center">
<h1 id="title"></h1>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 text-center" id=
"wikiColumn">
<a href="#" id="wikiLink" target="_blank"><span name="lbl" caption="wikiPage"></span></a>
</div>
</div>
<div class="row">
<div class=
"col-lg-2 col-lg-push-10 col-md-3 col-md-push-9 col-sm-6">
<div id="custom_info" style="word-wrap: break-word;"></div>
</div>
<div class=
"col-lg-2 col-lg-pull-2 hidden-md col-sm-6 text-center" id=
"statisticsCol">
<table class="table" id="statistics">
<tr>
<td id="totalNumber"></td>
</tr>
<tr>
<td>
<canvas height="190px" id="myChart" width=
"190px"></canvas>
</td>
</tr>
<tr>
<td id="current"></td>
</tr>
</table>
</div>
<div class=
"col-lg-8 col-lg-pull-2 col-md-9 col-md-pull-3 col-sm-12">
<div id="article"></div>
</div>
</div>
<div class="row">
<div class=
"col-lg-2 col-lg-push-10 col-md-3 col-md-push-9 col-sm-6">
</div>
<div class=
"col-lg-2 col-lg-pull-2 hidden-md col-sm-6 text-center" id=
"statisticsCol">
</div>
<div class=
"col-lg-8 col-lg-pull-2 col-md-9 col-md-pull-3 col-sm-12">
<ul class="list-inline text-center" id="membersList">
</ul>
</div>
</div>
</div><!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script >
if (!window.jQuery) {
document.write('<script src="plugins/jquery.min.js"><\/script >');
}
</script >
<script src="plugins/bootstrap_12_col/js/bootstrap.min.js"></script>
<script src="plugins/lity-1.5.0/dist/lity.min.js"></script>
<script src="plugins/wikiblurb-master/js/jquery.wikiblurb.js"></script>
<script src="js/navigation.js"></script>
<script src="js/languages.js"></script>
<script src="js/queries.js"></script>
<script src="plugins/Chart/Chart.min.js"></script>
<script src="js/article.js"></script>
<script src="plugins/jquery.unveil.js"></script>
<script src="plugins/jquery.timer.js"></script>
<script src="js/tree.js"></script>
<script src="plugins/bootbox.min.js"></script>
<script type="text/javascript" >
/*<ul class="pagination"> //gia pagination twn melwn
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>*/
getStatistics();
getMembers(sessionStorage.getItem('rank'), sessionStorage.getItem('name'),"article");
//stack statistics div link
function ChangeDiv(width) {
if (width < 1200 && width > 992) {
$("#custom_info").after($("#statistics"));
} else {
$("#statistics").appendTo($("#statisticsCol"));
}
}
$(function() {
var onLoadWidth = $(window).width();
ChangeDiv(onLoadWidth);
$(window).resize(function() {
var resizeWidth = $(window).width();
ChangeDiv(resizeWidth);
});
})
</script>
</body>
</html>