File: note.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 (25 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (7)
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
<p>
  <a href="index">translate("Back to notes list")</a>
<!-- #BEGINZONE consultant -->
  |
  <a href="actions?id=##id##">translate("Actions")</a>
<!-- #ENDZONE consultant -->
</p>
<p>translate("Passage"): ##passage##</p>
<p>
translate("Summary"): ##summary##
<!-- #BEGINZONE editlevel -->
[<a href="summary?id=##id##">translate("edit")</a>]
<!-- #ENDZONE editlevel -->
##status##
</p>
<div>##content##</div>
<!-- #BEGINZONE comment -->
<hr>
<!-- #BEGINZONE editcontent -->
<p><a href="edit?identifier=##id##">translate("Edit the note content")</a></p>
<!-- #ENDZONE editcontent -->
<p><a href="comment?id=##id##">translate("Add a comment to this note")</a></p>
<!-- #ENDZONE comment -->
##brs##
<script type="text/javascript" src="poll.js?##VERSION##"></script>