summaryrefslogtreecommitdiff
path: root/src/runtime/javascript/minibar/feedback.html
blob: 94b15a48260b6f807aa8e4f8adc6225ab31f9a01 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <head>
<title>Feedback</title>
<link rel=stylesheet type="text/css" href="minibar.css">
<script type="text/JavaScript" src="support.js"></script>
<script type="text/JavaScript" src="minibar.js"></script>
<meta name = "viewport" content = "width = device-width">

</head>

<body onload="prefill_feedback_form()">

<h2><span id=grammar></span> Feedback</h2>

<form class=feedback name=feedback action="feedback.cgi" method="post">
<input type=hidden name="grammar">

<p>
<input type=hidden name="from"> <span class=field id=from>...</span> input:
<input type=hidden name="input"> <span class=field id=input>...</span>

<div id=translation_box>
<p><input type=hidden name="to"> <span class=field id="to">...</span> translation:
<input type=hidden name="translation"> <span class=field id=translation>...</span>

<p><label accesskey="S">Suggest a better translation:
<textarea rows=3 name="improvement"></textarea></label>
</div>

<p><label accesskey="C">Comments:
<br><textarea rows=5 name="comment"></textarea></label>

<p>
<input type=submit value="Submit Feedback">
<input type=button value="Cancel" onclick="window.close()">


<input type=hidden name="inner_size">
<input type=hidden name="outer_size">
<input type=hidden name="screen_size">
<input type=hidden name="available_screen_size">
<input type=hidden name="color_depth">
<input type=hidden name="pixel_depth">

</form>
</body>

</html>