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 (27 lines) | stat: -rw-r--r-- 1,201 bytes parent folder | download | duplicates (2)
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
<h2>translate("Checks")</h2>
<p><a href="#help">[translate("help")]</a></p>
<br>
<p class="error">##error##</p>
<p class="success">##success##</p>
##resultblock##
<br>
<a id="help"></a>
<p>translate("The page displays a list of results of running the checks.")</p>
<p>translate("Click a passage to open it in the Bible text editor.")</p>
<p>translate("Click approve to suppress the entry.")</p>
<p>
translate("Click delete to remove the entry for just now.")
translate("It will be back after running the checks again, unless the text of the Bible has been corrected.")
</p>
<p><a href="?deleteall">translate("Delete all entries.")</a></p>
##deleteblock##
<!-- #BEGINZONE cannot_enable -->
<p>translate("The Manager can enable or disable checks.")</p>
<!-- #ENDZONE cannot_enable -->
<!-- #BEGINZONE can_enable -->
<p><a href="settings">translate("Manage the checks.")</a></p>
<!-- #ENDZONE can_enable -->
<p><a href="suppress">translate("Suppressed checking results.")</a></p>
<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>