-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path301.html
85 lines (85 loc) · 4.23 KB
/
301.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
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="banner-interior">
<span class="img-credit">
<label>Photo Credit:</label> "Incipit of the Garshuni compendium of Dadishoʿ of Qatar's <em>Commentary on the Paradise of the Egyptian Fathers</em>," Birmingham, MS Mingana Syriac 174 (19th c.).
<button class="btn btn-link white-link" data-toggle="collapse" data-target="#img-rights">
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"/>
</button>
<span id="img-rights" class="collapse">
<br/>Courtesy of Birmingham University Library. Image in the public domain.</span>
</span>
</div>
<div class="banner-solid">
<div class="container">
<h1 style="margin:.25em; padding:0; padding-top:.25em;">301 Moved Permanently</h1>
<pre class="error">This record has been deprecated and the information from it has been merged into another record. You will be redirected to the new address shortly. If you would like to see the raw source code of the deprecated record, please check it out at <a href="https://github.com/srophe/srophe-app-data">https://github.com/srophe/srophe-app-data</a>.</pre>
</div>
</div>
<div class="container top-padding">
<div class="jumbotron" style="width:80%; text-align:center; background-color:#fff; border: 1px soild #eee;">
<p dir="rtl" lang="syr" xml:lang="syr">
<quote>ܠܐ ܬܫܦܠܘܢ ܒܐܓܘܢܐ ܡܠܐ ܢܨܚ̈ܢܐ. ܕܡܢܗ ܟܠ ܛܒ̈ܢ ܠܟܘܢ ܡ̈ܛܝܒܢ܀</quote>
</p>
<p>
<quote>Do not weaken in the contest that is full of feats of valour,
for as a result of it all kind of good things have been prepared for you.</quote>
</p>
</div>
<div id="sources" class="small">
<ul>
<li id="bib404-1">
<span class="anchor"/>
<span class="footnote-tgt">1</span>
<span class="footnote-content">
Sebastian P. Brock (ed.).
<span class="title-monographic">
<bdi>The Martyrs of Mount Berʾain</bdi>
</span>
(<span class="title-series">
<bdi>Persian Martyr Acts in Syriac: Text and Translation</bdi>
</span>,
vol. 4; Piscataway, NJ: Gorgias Press, 2014)
</span>
</li>
</ul>
<br/>
</div>
<!--
<div class="source-links">
<p>View source: <a href="login.html" class="templates:load-source">this page</a>.</p>
</div>
-->
</div>
<script>
$(document).ready(function () {
<![CDATA[
var QueryString = function () {
// This function is anonymous, is executed immediately and
// the return value is assigned to QueryString!
var query_string = {};
var query = window.location.search.substring(1);
var vars = query.split("&");
for (var i=0;i<vars.length;i++) {
var pair = vars[i].split("=");
// If first entry with this name
if (typeof query_string[pair[0]] === "undefined") {
query_string[pair[0]] = decodeURIComponent(pair[1]);
// If second entry with this name
} else if (typeof query_string[pair[0]] === "string") {
var arr = [ query_string[pair[0]],decodeURIComponent(pair[1]) ];
query_string[pair[0]] = arr;
// If third or later entry with this name
} else {
query_string[pair[0]].push(decodeURIComponent(pair[1]));
}
}
return query_string;
}();
// Handler for .ready() called.
window.setTimeout(function () {
location.href = QueryString.redirect;
}, 5000);
]]>
});
</script>
</div>