-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrecord.html
More file actions
365 lines (276 loc) · 17 KB
/
record.html
File metadata and controls
365 lines (276 loc) · 17 KB
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:srophe="https://srophe.app">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title data-template="config:app-title">Digital Syriac Corpus</title>
<link data-template="app:metadata" />
<link rel="shortcut icon" href="/resources/images/favicon.ico" />
<!-- Bootstrap 3 -->
<link rel="stylesheet" type="text/css" href="/resources/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/resources/css/sm-core-css.css" />
<!-- Srophe styles -->
<link rel="stylesheet" type="text/css" href="/resources/css/syr-icon-fonts.css" />
<link rel="stylesheet" type="text/css" href="/resources/css/style.css" />
<link rel="stylesheet" type="text/css" href="/resources/css/main.css" />
<!--<link rel="stylesheet" type="text/css" href="/resources/css/slider.css"/>-->
<!--<link rel="stylesheet" type="text/css" href="/resources/css/lightslider.css"/>-->
<link rel="stylesheet" type="text/css" media="print" href="/resources/css/print.css" />
<!-- Leaflet
<link rel="stylesheet" href="/resources/leaflet/leaflet.css"/>
<link rel="stylesheet" href="/resources/leaflet/leaflet.awesome-markers.css"/>
-->
<!-- Date Slider -->
<link rel="stylesheet" type="text/css" href="/resources/dateSlider/css/slider.css" />
<link rel="stylesheet" type="text/css" href="/resources/dateSlider/css/slider-classic-min.css" />
<!-- JQuery -->
<link href="/resources/jquery-ui/jquery-ui.min.css" rel="stylesheet" />
<script defer="defer" data-domain="syriaccorpus.org" src="https://plausible.io/js/plausible.js"></script>
<script type="text/javascript" src="/resources/js/jquery.min.js"></script>
<script type="text/javascript" src="/resources/jquery-ui/jquery-ui.min.js"></script>
<script type="text/javascript" src="/resources/js/jquery.smartmenus.min.js"></script>
<script type="text/javascript" src="/resources/js/clipboard.min.js"></script>
<!-- Date Slider -->
<script src="/resources/dateSlider/js/jQDateRangeSlider-min.js"></script>
<!-- Bootstrap -->
<script type="text/javascript" src="/resources/bootstrap/js/bootstrap.min.js"></script>
<!-- ReCaptcha -->
<script src="https://www.google.com/recaptcha/api.js" type="text/javascript" async="async" defer="defer"></script>
<!-- keyboard widget css & script -->
<link href="/resources/keyboard/css/keyboard.min.css" rel="stylesheet" />
<link href="/resources/keyboard/css/keyboard-previewkeyset.min.css" rel="stylesheet" />
<link href="/resources/keyboard/syr/syr.css" rel="stylesheet" />
<!-- Additional Javascript -->
<script type="text/javascript" src="/resources/js/jquery.validate.min.js"></script>
<script type="text/javascript" src="/resources/js/require.min.js"></script>
<script type="text/javascript" src="/resources/js/srophe.js"></script>
</head>
<body id="body">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
<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 banner-container" href="/index.html">
<span class="banner-icon">
<img src="/resources/images/syriac-corpus.svg" alt="" width="50px" />
</span>
<span class="banner-text">Digital Syriac Corpus</span>
</a>
</div>
<div class="navbar-collapse collapse pull-right" id="navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="/browse.html" class="nav-text">Browse</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle lonely-caret" data-toggle="dropdown">About <b class="caret"></b></a>
<ul class="dropdown-menu pull-right">
<li>
<a href="/about.html">About the Project</a>
</li>
<li role="presentation" class="divider"></li>
<li>
<a href="/history.html">History of the Project</a>
</li>
<li role="presentation" class="divider"></li>
<li>
<a href="/project-team.html">Project Team</a>
</li>
<li role="presentation" class="divider"></li>
<li>
<a href="/submissions.html">Submissions to the Corpus</a>
</li>
<li role="presentation" class="divider"></li>
<li>
<a href="/contact-us.html">Contact Us</a>
</li>
<li role="presentation" class="divider"></li>
<li>
<a href="/documentation/index.html">Documentation</a>
</li>
</ul>
</li>
<li>
<a href="/search.html" class="nav-text">Advanced Search</a>
</li>
<li>
<div id="search-wrapper">
<form class="navbar-form navbar-right search-box" role="search" action="/search.html" method="get">
<div class="form-group">
<input type="text" class="form-control keyboard" placeholder="search" name="keyword" id="keywordNav" />
<div class="keyboard-menu">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="Select Keyboard"> <span class="syriaca-icon syriaca-keyboard"> </span><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#" class="keyboard-select" id="syriac-phonetic" data-keyboard-id="keywordNav">Syriac Phonetic</a></li>
<li><a href="#" class="keyboard-select" id="syriac-standard" data-keyboard-id="keywordNav">Syriac Standard</a></li>
<li><a href="#" class="keyboard-select" id="qwerty" data-keyboard-id="keywordNav">English QWERTY</a></li>
</ul>
</div>
<button class="btn btn-default search-btn" id="searchbtn" type="submit" title="Search">
<span class="glyphicon glyphicon-search"></span>
</button>
</div>
</form>
</div>
</li>
<li>
<div class="btn-nav">
<button class="btn btn-default navbar-btn" id="font" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="Select Font">
<span class="glyphicon glyphicon-font"></span>
</button>
<ul class="dropdown-menu dropdown-menu-right" id="swap-font">
<li>
<a href="#" class="swap-font" id="DefaultSelect" data-font-id="EstrangeloEdessa">Default</a>
</li>
<li>
<a href="#" class="swap-font" id="EstrangeloEdessaSelect" data-font-id="EstrangeloEdessa">Estrangelo Edessa</a>
</li>
<li>
<a href="#" class="swap-font" id="EastSyriacAdiabeneSelect" data-font-id="EastSyriacAdiabene">East Syriac Adiabene</a>
</li>
<li>
<a href="#" class="swap-font" id="SertoBatnanSelect" data-font-id="SertoBatnan">Serto Batnan</a>
</li>
<li>
<a href="/documentation/wiki.html?wiki-page=/How-to-view-Syriac-script&wiki-uri=https://github.com/srophe/syriaca-data/wiki">Help <span class="glyphicon glyphicon-question-sign"></span></a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</nav>
<div class="main-content-block">
<!--<xi:include href="banner.html"/>-->
<div class="grey-dark">
<div class="container interior-content white">
<div data-template="app:h1"></div>
<div data-template="app:other-data-formats" data-template-formats="corrections,copy,print,tei,text" class="data-formats noprint"></div>
<div class="row">
<div data-template="app:display-left-menu"></div>
<div data-template="app:display-body" data-template-paths="/descendant::tei:text"></div>
<div class="col-sm-4 col-md-4 col-lg-3 right-menu">
<div id="rightCol" class="noprint">
<div id="sedraDisplay" class="sedra panel panel-default">
<div class="panel-body">
<span style="display:block;text-align:center;margin:.5em;">
<a href=" http://sedra.bethmardutho.org" title="SEDRA IV">SEDRA IV</a>
</span>
<img src="$nav-base/resources/images/sedra-logo.png" title="Sedra logo" width="100%" />
<h3>Syriac Lexeme</h3>
<div id="sedraContent">
<div class="content"></div>
</div>
</div>
</div>
</div>
<div data-template="app:display-ids"></div>
<div data-template="app:display-nodes" data-template-paths="/descendant::tei:teiHeader"></div>
<div data-template="app:srophe-related" class="noprint"></div>
<div data-template="app:display-related" class="noprint"></div>
</div>
</div>
<div id="footnoteDisplay" class="footnote">
<div class="content"></div>
</div>
<script type="text/javascript">
$('input.toggleDisplay').click(function() {
var display = $(this).data("element");
$('.'+ display).toggle();
var section = $('.'+ display).hasClass("tei-head");
/*
if(section){
$(' .' + display + '.tei-head').toggle();
}else{
$(' .' + display).toggleClass( 'display' );
}*/
//Change checkbox to active
$(this).toggleClass( "active" );
console.log(display);
});
$('button.toggleHead').click(function() {
$('.head').toggleClass( "hidden" );
});
$('a.sedra').click(function(e) {
//event.preventDefault();
e.stopPropagation();
e.preventDefault();
var href = $(this).attr('href');
$('#sedraDisplay').css('display','block');
$.get(href, function( data ) {
$( "#sedraContent div.content" ).html( data );
})
.fail(function() {
$('#sedraContent div.content').empty();
$( "#sedraContent div.content" ).html( 'There are no results for this word. Please try using the <a href="http://sedra.bethmardutho.org/">Syriac Dictionary Lookup</a>' );
});
});
$('html').click(function() {
$('#sedraDisplay').hide();
$('#footnoteDisplay').hide();
$('#sedraContent div.content').empty();
$('#footnoteDisplay div.content').empty();
})
$('#rightCol').click(function(e){
e.stopPropagation();
});
$('.footnote-ref a').click(function(e) {
e.stopPropagation();
e.preventDefault();
var link = $(this);
var href = $(this).attr('href');
var content = $(href).html()
$('#footnoteDisplay').css('display','block');
$('#footnoteDisplay').css({'top':e.pageY-50,'left':e.pageX+25, 'position':'absolute'});
$('#footnoteDisplay div.content').html( content );
});
</script>
<!--<div data-template="app:citation"/>-->
</div>
<!-- Modal email form-->
<div data-template="app:contact-form"></div>
<div data-template="app:contact-form-linked-data"></div>
<div class="modal fade" id="moreInfo" tabindex="-1" role="dialog" aria-labelledby="moreInfoLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">
<span aria-hidden="true">x</span>
<span class="sr-only">Close</span>
</button>
<h2 class="modal-title" id="moreInfoLabel"></h2>
</div>
<div class="modal-body" id="modal-body">
<div id="moreInfo-box"></div>
<br style="clear:both;" />
</div>
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer with Syriaca.org branding -->
<footer>
<div class="container" style="width: 60%">
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="/resources/images/cc.png" height="18px" />
</a>
Digital Syriac Corpus is a collaboration of University of Oxford, Brigham Young University,
Vanderbilt University, and the Center of Digital Humanities Research (CoDHR) at Texas
A&M University.
This HTML page is copyrighted by Vanderbilt University and released under a under
a
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/" style="color:#C0C0C0;">Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)</a>.
The TEI XML editions are copyrighted by the encoders and released under
CC-BY 4.0. All Syriac base texts are in the public domain.
</div>
</footer>
</body><script data-template="app:google-analytics"></script></html>