File: summary.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 (6 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
<h3>translate("Edit note summary")</h3>
<form action="summary?id=##id##" name="form" method="post">
  <p><input type="text" name="entry" maxlength="300" value="##summary##" autofocus /></p>
  <p><input type="submit" name="submit" value=translate("Save") /></p>
</form>
<h4><a href="note?id=##id##">translate("Cancel")</a></h4>