Porava hlavicky MPTranslateCZweb
[mp-web-interface.git] / queriesmain.htm
blob25434eb330d792d137b8d2e574aed42454ac96dd
1 <html>
3 <head>
4 <meta http-equiv="Content-Language" content="en-au">
5 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
7 <META HTTP-EQUIV="Expires" CONTENT="-1">
8 <meta name = "viewport" content = "width = device-width">
9 <title>MP ~~~Web Interface~~~ - ~~~Queries~~~</title>
11 <link rel="stylesheet" type="text/css" href="../../../../../MP%20Web%20Interface/style.css">
13 <script>
14 function QueryClicked()
16 VR3 = document.getElementsByName("R2");
17 var Index = "0";
18 for (i = 0; i < VR3.length; i++)
20 if (VR3[i].checked)
22 Index = VR3[i].value;
23 break;
26 QueryID = document.getElementById("Q1");
27 QueryID.value = Index;
28 QueryID = document.getElementById("Q2");
29 QueryID.value = Index;
30 QueryID = document.getElementById("Q3");
31 QueryID.value = Index;
32 QueryID = document.getElementById("Q4");
33 QueryID.value = Index;
35 </script>
37 </head>
39 <body>
40 <center>
41 <table border="0" cellpadding="4" cellspacing="1">
42 <tr><th colspan = 3 bgcolor="#000080">
43 <p style="text-align: center"><font size="2" color="#FFFFFF">~~~Queries~~~</font></th></tr>
44 <tr>
45 <td style="text-align: center" colspan="2"><form action=mainmenu method=post>
46 <input type=submit value="~~~Main Menu~~~"></form></td>
47 </tr>
48 </table>
50 <table border="0" width="30%" id="table1" cellpadding="4" cellspacing="1">
51 <tr><th colspan=8 align=center>Suggest these Programs</th></tr>
52 <tr><th>&nbsp;</th><th>Query Name</th><th>Apply Between</th><th>On Days</th><th>Starting</th><th>For Genre</th><th>For Classification</th><th>With These Key Words</th>
53 </tr>
54 <font face="Arial">!!!SuggestedText!!!
55 </font>
56 <tr><td colspan=3 align=right>
57 <form id="F1" action=addqueries method=post><input type=hidden name=Action value="SUGGEST"><input type=hidden name=QueryID value="NEW"><input type=submit value="~~~Add~~~"></form>
58 </td>
59 <td colspan=3>
60 <form id="F2" action=editqueries method=post><input type=hidden name=Action value="SUGGEST"><input type=hidden name=QueryID id=Q1><input type=submit value="~~~Edit~~~"></form>
61 </td>
62 <td colspan=2 align=left>
63 <form id="F3" action=deletequeries method=post><input type=hidden name=Action value="SUGGEST"><input type=hidden name=QueryID id=Q2><input type=submit value="~~~Delete~~~"></form>
64 </td></tr>
65 <tr><th colspan=8 align=center>Record these Programs</th></tr>
66 <tr><th>&nbsp;</th><th>Query Name</th><th>Apply Between</th><th>On Days</th><th>Starting</th><th>For Genre</th><th>For Classification</th><th>With These Key Words</th>
67 </tr>
68 <font face="Arial">!!!RecordedText!!!
69 <tr><td colspan=3 align=right>
70 <form id="F4" action=addqueries method=post><input type=hidden name=Action value="RECORD"><input type=hidden name=QueryID value="NEW"><input type=submit value="~~~Add~~~"></form>
71 </td>
72 <td colspan=3>
73 <form id="F5" action=editqueries method=post><input type=hidden name=Action value="RECORD"><input type=hidden name=QueryID id=Q3><input type=submit value="~~~Edit~~~"></form>
74 </td>
75 <td colspan=2 align=left>
76 <form id="F6" action=deletequeries method=post><input type=hidden name=Action value="RECORD"><input type=hidden name=QueryID id=Q4><input type=submit value="~~~Delete~~~"></form>
77 </td></tr>
78 </font>
79 </table>
80 </center>
82 </body>
83 <HEAD>
84 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
85 <META HTTP-EQUIV="Expires" CONTENT="-1">
86 </HEAD>
88 </html>