source: EWD/ewdapps/DIINQUIRE/pages/index.ewd@ 1306

Last change on this file since 1306 was 1306, checked in by Sam Habiel, 12 years ago

DIINQUIRE application, partly working now

File size: 709 bytes
Line 
1<ewd:config isFirstPage="false">
2<html>
3<head>
4<title>Inquire into File Entries</title>
5</head>
6<body>
7<h1>Inquire into File Entries</h1>
8<form action="ewd">
9 <p>Inquire Options</p>
10 <label for="R">Record Number:</label><input id="R" type="checkbox" name="outopt" value="R" /><br />
11 <label for="C">Computed Fields:</label><input id="C" type="checkbox" name="outopt" value="C" /><br />
12 <label for="A">Audit: </label><input id="A" type="checkbox" name="outopt" value="A" /><br />
13 <input type="submit" value="Submit" name="submit" ajax="true" nextpage="outputter" targetId="output" />
14</form>
15<div id="output" style="font-family: Monospace; left: 10%; white-space: pre">
16</div>
17</body>
18</html>
Note: See TracBrowser for help on using the repository browser.