/usr/share/bibledit/resource/user1edit.html is in bibledit-data 5.0.453-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <h2>translate("User-defined resource") "##name##"</h2>
<p class="success">##success##</p>
<p class="error">##error##</p>
<form action="?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 user-defined resource, make changes above, and save them.")</p>
<br>
<p>
translate("The first line will be the internet address of the resource.")
translate("For example:")
</p>
<br>
<p><code>##url##</code></p>
<br>
<p>
translate("The next lines will be the names or abbreviations for all the Bible books.")
translate("For example:")
</p>
<br>
<p><code>Genesis = gen</code></p>
<br>
<p>
translate("When fetching the user-defined resource, Bibledit will take the internet address, and replace the three words in brackets with the values of the passage to fetch.")
translate("The book will be replaced with the book name or abbreviation, for example Matthew.")
translate("The chapter and the verse will be replaced with the appropriate numbers.")
</p>
<br>
<p><a href="user9edit?delete=##name##">translate("Erase this resource.")</a></p>
|