forked from digicademy/svsal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stats.html
49 lines (45 loc) · 2.4 KB
/
stats.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
<div xmlns:i18n="http://exist-db.org/xquery/i18n" data-template="templates:surround" data-template-with="templates/template_stats.html" data-template-at="content">
<div class="container" data-template="i18n:translate" data-template-catalogues="data/i18n">
<div class="page-header">
<h2 style="margin-top: 3%" class="hidden-md hidden-sm hidden-xs">
<span class="text-muted">
<span class="glyphicon glyphicon-stats" aria-hidden="true"/>
<i18n:text key="stats">Statistics</i18n:text>
</span>
</h2>
<h2 style="margin-top: 2%" class="hidden-lg hidden-sm hidden-xs">
<span class="text-muted">
<span class="glyphicon glyphicon-stats" aria-hidden="true"/>
<i18n:text key="stats">Statistics</i18n:text>
</span>
</h2>
<h2 class="hidden-lg hidden-md">
<span class="text-muted">
<span class="glyphicon glyphicon-stats" aria-hidden="true"/>
<i18n:text key="stats">Statistics</i18n:text>
</span>
</h2>
</div>
<div>
<h3><i18n:text key="featureNYA">We're sorry, but this feature is not yet available...</i18n:text></h3>
<br/>
<h4><i18n:text key="gameBridge">How about a little game to bridge the waiting time?</i18n:text></h4>
</div>
<div id="solorzanos-maze"/>
<script type="text/javascript" src="resources/js/solorzanos-maze-base.js"/>
<script type="text/javascript" src="resources/js/solorzanos-maze-main.js"/>
<script type="text/javascript" src="resources/js/solorzanos-maze-runtime.js"/>
<!--<div class="row" data-template="stats:loadListOfLemmata">
<h2 class="featurette-heading">Frequenzen und Kookurrenzen der Lemmata</h2>
<div class="row">
<p>
<span data-template="stats:lemmaCount">0</span> lemmata found.</p>
<table>
<tr data-template="templates:each" data-template-from="listOfLemmata" data-template-to="currentLemma">
<td colspan="2" data-template="stats:singleLemmaStats">boing</td>
</tr>
</table>
</div>
</div>-->
</div>
</div>