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

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

DIINQUIRE, somewhat better now

File size: 419 bytes
Line 
1<ewd:config isFirstPage="false" prePageScript="FILES^ewdu">
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 <label for="file">File:</label><select name="file"></select>
10 <input type="submit" value="Submit" name="submitFile" ajax="true" nextpage="entry" targetId="entries" />
11 <div id="entries"></div>
12</form>
13</div>
14</body>
15</html>
Note: See TracBrowser for help on using the repository browser.