File: map.html

package info (click to toggle)
bibledit-cloud 5.1.036-1
  • links: PTS, VCS
  • area: main
  • in suites: 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 (22 lines) | stat: -rw-r--r-- 1,120 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<h2>translate("Verse mappings"): ##name##</h2>
<p class="success">##success##</p>
<p class="error">##error##</p>
<form action="map?name=##name##" name="form" method="post">
  <p><textarea name="data">##data##</textarea></p>
  <p><input type="submit" name="submit" value=translate("Save") /></p>
</form>
<br>
<p>translate("To update the verse mappings, make changes above, and save them.")</p>
<p>translate("Let's look at a sample mapping:")</p>
<code>Genesis 31:55 = Genesis 32:1</code>
<p>
translate("At the left side of the equation sign is the passage in your Bible.")
translate("And at the right side is the passage in the Hebrew or Greek Bible.")
</p>
<p>
translate("In other words:")
translate("Genesis 31:55 in this verse mapping matches with Genesis 32:1 in the original Bible text.")
translate("If this is the English verse mapping, it means that Genesis 31:55 in Bibles with the English versification system matches with Genesis 32:1 in Hebrew Bibles.")
translate("The same applies to verse mappings for the New Testament.")
</p>
<p><a href="index?name=##name##&delete=1">translate("Delete this mapping").</a>