File: feedback.html

package info (click to toggle)
nanopb 0.4.9.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,676 kB
  • sloc: ansic: 12,144; python: 2,795; cpp: 190; sh: 163; makefile: 85
file content (23 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div id="feedback_link">
<a href="#feedback">Send feedback</a>
</div>
<div id="feedback">
<b>Documentation feedback:</b>
<form action="https://jpa.kapsi.fi/nanopb/documentation_feedback.cgi" method="post">
<input type="hidden" name="page" value="doc_page_name_placeholder" />
<label id="url_label" for="url">Type "human" in this box:</label>
<input type="text" name="url" id="url" value=""></input><br />
<textarea rows="8" name="message" cols="55"></textarea>
<br />
<input type="submit" name="btn_send" value="Send" />
<a class="cancel" href="#">Cancel</a>
</form>
</div>
<script type="text/javascript">
window.onload = function() {
    document.getElementById('url').value='javascript';
    document.getElementById('url').style.display = 'none';
    document.getElementById('url_label').style.display = 'none';
}
</script>