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>
|