forked from eXistSolutions/sarit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
134 lines (132 loc) · 6.97 KB
/
template.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
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>SARIT</title>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta data-template="config:app-meta"/>
<link rel="shortcut icon" href="resources/img/favicon.ico"/>
<!-- build:template
<%= minifiedCss %>
/build -->
<!-- build:remove -->
<link href="components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link href="components/animate.css/animate.css" rel="stylesheet"/>
<link rel="stylesheet" type="text/css" href="resources/css/styles.css"/>
<!-- /build -->
</head>
<body>
<header>
<div class="container">
<img src="resources/img/indolib_logo.png"/>
</div>
</header>
<div class="banner"/>
<div role="navigation" class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"/>
<span class="icon-bar"/>
<span class="icon-bar"/>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav" data-template="app:nav-set-active">
<li>
<a href="." data-toggle="collapse" data-target=".navbar-collapse">List of Works and Search</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About SARIT</a>
<ul class="dropdown-menu">
<li>
<a href="/exist/apps/sarit/docs/welcome.html">Welcome</a>
</li>
<li>
<a href="/exist/apps/sarit/docs/encoding-guidelines-simple.html">SARIT Encoding Guidelines, simple version</a>
</li>
<li>
<a href="/exist/apps/sarit/docs/encoding-guidelines-full.html">SARIT Encoding Guidelines, full version</a>
</li>
<!--<li>
<a href="/exist/apps/sarit/docs/highlights.html">SARIT Highlights</a>
</li>
<li>
<a href="/exist/apps/sarit/docs/participants.html">Project Participants</a>
</li>
<li>
<a href="/exist/apps/sarit/docs/history.html">Project History</a>
</li>
<li>
<a href="/exist/apps/sarit/docs/funding-sources.html">Project Funding</a>
</li>-->
<li>
<a href="https://github.com/sarit/SARIT-corpus/" target="_blank">SARIT Texts GitHub Repo</a>
</li>
<li>
<a href="https://github.com/eXistSolutions/sarit/" target="_blank">SARIT App GitHub Repo</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Help Files</a>
<ul class="dropdown-menu">
<li>
<a href="/exist/apps/sarit/docs/search-help-brief.html">Brief Search Help</a>
</li>
<li>
<a href="/exist/apps/sarit/docs/search-help-interface.html">The SARIT Interface</a>
</li>
<li>
<a href="/exist/apps/sarit/docs/search-help-index.html">Indexes and Searching</a>
</li>
<li>
<a href="/exist/apps/sarit/docs/search-help-word-division.html">Word Division</a>
</li>
<li>
<a href="/exist/apps/sarit/docs/search-help-lucene.html">Lucene Search</a>
</li>
<li>
<a href="/exist/apps/sarit/docs/search-help-ngram.html">NGram Search</a>
</li>
<!--<li>
<a href="/exist/apps/sarit/docs/submitting-texts.html">Submitting Texts</a>
</li>-->
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</div>
<div id="content-wrapper">
<div id="content" class="container content"/>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-8">
<h6>SARIT: Search and Retrieval of Indic Texts</h6>
<p>SARIT provides digital tools for philological research into Indic texts.</p>
<p>ⓒ SARIT 2014</p>
</div>
<div class="col-md-4 poweredby">
<a href="http://www.tei-c.org/" target="_blank">
<img src="resources/img/powered-by-TEI.png"/>
</a>
<a href="http://exist-db.org/" target="_blank">
<img src="resources/img/powered-by-whiteglass.svg" width="120"/>
</a>
</div>
</div>
</div>
</footer>
<!-- build:js resources/js/app.min.js -->
<script src="components/jquery/dist/jquery.js" type="text/javascript"/>
<script src="components/bootstrap/dist/js/bootstrap.js" type="text/javascript"/>
<script src="components/Macaroon/jquery.fs.macaroon.min.js" type="text/javascript"/>
<script type="text/javascript" src="$shared/resources/scripts/loadsource.js"/>
<script src="resources/js/app.js" type="text/javascript"/>
<!-- /build -->
</body>
</html>