19 lines
452 B
PHP
19 lines
452 B
PHP
<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>
|