File: index.html

package info (click to toggle)
bibledit-cloud 5.1.036-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 250,636 kB
  • sloc: xml: 915,934; ansic: 261,349; cpp: 92,628; javascript: 32,542; sh: 4,915; makefile: 586; php: 69
file content (57 lines) | stat: -rw-r--r-- 1,665 bytes parent folder | download | duplicates (6)
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
<h3>translate("Consistency")</h3>
<p><a href="#help">[translate("help")]</a></p>
<br>
<table>
<tr style="vertical-align: top;">
<td style="width:10%;">
  <h5>translate("Passages:")</h5>
  <textarea id="passages"></textarea>
  <h5>translate("Translations:")</h5>
  <textarea id="translations"></textarea>
</td>
<td style="width:1%;"></td>
<td>
  <div id="status"><img src="../pix/loading.gif"></div>
  <div id="texts"></div>
</td>
</tr>
</table>
<br>
<a id="help"></a>
<h4>translate("Description")</h4>
<p>
  translate("This assists with checking how consistently words have been translated in the Bible.")
</p>
<h4>translate("Instructions")</h4>
<ol>
  <li>translate("Enter book, chapter and verse in the 'Passages:' box.")</li>
  <li>
    translate("Enter key word text you want to search for in the 'Translations:' box.")
    translate("One word per line.")
  </li>
</ol>
<h4>translate("Examples")</h4>
<h5>translate("Passages:")</h5>
<p>Exod. 37:4-5, 14-15, 27-28</p>
<p>Exod. 38:5-7</p>
<p>Exod. 39:35, 39</p>
<h5>translate("Translations:")</h5>
<p>translate("salvation")</p>
<p>translate("justification")</p>
<p>translate("redemption")</p>

<h4>translate("Tips")</h4>
<ul>
  <li>
    translate("Add resources as extra aids for comparison"):
    ##resourceblock##
    <a href="../resource/select?page=consistency">➕</a>
  </li>
  <li>
    translate("Paste the entire text from search results into the passages window.")
  </li>
</ul>

<script type="text/javascript" src="index.js?##VERSION##"></script>
<script type="text/javascript" src="/navigation/nav.js?##VERSION##"></script>
<script type="text/javascript" src="/filter/passage.js?##VERSION##"></script>