initial commit
This commit is contained in:
18
print_input.php
Normal file
18
print_input.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<center>
|
||||
<form class="" method="GET" action="/Print">
|
||||
<div class="input_width" style="width: 400px;">
|
||||
<table>
|
||||
<tr>
|
||||
<td>SCC25PG-</td>
|
||||
<td><input type="text" name="id" class="form-control" placeholder="Enter form No."></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div> <br>
|
||||
|
||||
<div class="text-center b_btn">
|
||||
<button type="submit" class="btn btn-primary m-0"> Print</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</center>
|
||||
Reference in New Issue
Block a user