root/efio/index.html

Revision 52, 0.9 kB (checked in by teiko, 1 year ago)

Небольшие изменения

Line 
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>ЕФИО</title>
5 <script type="text/javascript" src="efio/JsHttpRequest.js"></script>
6 <script type="text/javascript" src="efio/auto_suggest.js"></script>
7 <script type="text/javascript" src="efio/fio_suggest.js"></script>
8 <script type="text/javascript" src="efio/fio_user.js"></script>
9 <link type="text/css" href="efio/fio_suggest.css" rel="stylesheet" />
10 </head>
11 <body onload="initEfio();">
12     <table border="0" cellpadding="3" cellspacing="2">
13         <tr><td>Фамилия:</td><td>Имя:</td><td>Отчество:</td></tr>
14         <tr>
15             <td><input type="text" id="efio_surname" /></td>
16             <td><input type="text" id="efio_name"  /></td>
17             <td><input type="text" id="efio_patronym" /></td>
18         <td><input type="button" id="efio_button" value="Add" /></td>
19         </tr>
20     </table>
21     <div id="message"></div>
22 </body>
23 </html>
Note: See TracBrowser for help on using the browser.