Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
19 |
rodolico |
1 |
<html>
|
|
|
2 |
<body>
|
|
|
3 |
<form enctype="multipart/form-data" method=post action="upload_sysinfo_report.php">
|
|
|
4 |
Client: <input name="client" type="text"><br />
|
|
|
5 |
Machine: <input name="hostname" type="text"><br />
|
|
|
6 |
Serial: <input name="serialnumber" type="text"><br />
|
|
|
7 |
Report Date: <input name='report_date' type='text' ><br />
|
|
|
8 |
Report File: <input name="report" type="file"><br />
|
|
|
9 |
<input type="submit" value="Send!">
|
|
|
10 |
</form>
|
|
|
11 |
</body>
|
|
|
12 |
</html>
|