File: write.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 (21 lines) | stat: -rw-r--r-- 750 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
<h2>translate("Read/write")</h2>
<p>
  translate("On this page you can set whether a user can modify the text of Bible books.")
  <a href="bibles?user=##user##">[translate("back")]</a>
</p>
<p>translate("User:") ##user##</p>
<p>translate("Bible:") ##bible##</p>
<p>
translate("Toggle the modification privileges for entire Testaments"):
<a href="?testament=ot">translate("Old Testament")</a>
|
<a href="?testament=nt">translate("New Testament")</a>
</p>
<br>
<!-- #BEGINITERATION write -->
<p>
<input type="checkbox" name="##checkboxname##" onchange="checkbox_v2(this)" ##checked## />
<label for"##checkboxname##">##bookname##</label>
</p>
<!-- #ENDITERATION write -->
<script type="text/javascript" src="../assets/checkbox.js?##VERSION##"></script>