blob: 842aed55fb0c7d27d51d15283079e45301a6e198 [file] [log] [blame]
wdenkfe8c2802002-11-03 00:38:21 +00001<?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?>
2<?php
3 // (C) Copyright 2001
Wolfgang Denkb3b0fd52005-08-12 23:20:59 +02004 // Murray Jensen <Murray.Jensen@csiro.au>
wdenkfe8c2802002-11-03 00:38:21 +00005 // 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?>