Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / tools / bddb / index.php
1 <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?>
2 <?php
3         // (C) Copyright 2001
4         // Murray Jensen <Murray.Jensen@csiro.au>
5         // CSIRO Manufacturing Science and Technology, Preston Lab
6
7         require("defs.php");
8         pg_head("$bddb_label");
9 ?>
10 <font size="+4">
11   <form action=execute.php method=POST>
12     <table width="100%" cellspacing=10 cellpadding=10>
13       <tr>
14         <td align=center>
15           <input type=submit name=submit value="New"></input>
16         </td>
17         <td align=center>
18           <input type=submit name=submit value="Edit"></input>
19         </td>
20         <td align=center>
21           <input type=submit name=submit value="Browse"></input>
22         </td>
23         <td align=center>
24           <input type=submit name=submit value="Log"></input>
25         </td>
26       </tr>
27       <tr>
28         <td align=center colspan=4>
29           <b>Serial Number:</b>
30           <input type=text name=serno size=10 maxsize=10 value=""></input>
31         </td>
32       </tr>
33     </table>
34   </form>
35 </font>
36 <?php
37         pg_foot();
38 ?>