myMedisys/tomcatfiles/mymedisys-frontend/WEB-INF/classes/templates/page/worker/arrival-fingerprint.html
2023-09-06 05:56:42 +05:30

62 lines
2.4 KiB
HTML

<h3 class="card-title"><i class="material-icons ">fingerprint</i> Fingerprint </h3>
<div class="category form-category text-mute">* Required fields</div>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-6">
<div class="form-group">
<label class="required bmd-label-floating" th:text="#{'Finger Selection'}" ></label>
<img class="card-img-top" th:src="@{/images/example/finger.png}" style="width: 100%; height: 350px;" />
<div class="form-check-radio form-check-inline">
<label class="form-check-label"> <input
class="form-check-input" type="radio"
id="little" th:value="little"> LITTLE
<span class="circle"> <span class="check"></span></span>
</label>
<label class="form-check-label"> <input
class="form-check-input" type="radio"
id="ring" th:value="ring"> RING
<span class="circle"> <span class="check"></span></span>
</label>
<label class="form-check-label"> <input
class="form-check-input" type="radio"
id="middle" th:value="middle"> MIDDLE
<span class="circle"> <span class="check"></span></span>
</label>
<label class="form-check-label"> <input
class="form-check-input" type="radio"
id="index" th:value="index"> INDEX
<span class="circle"> <span class="check"></span></span>
</label>
<label class="form-check-label"> <input
class="form-check-input" type="radio"
id="thumb" th:value="thumb"> THUMB
<span class="circle"> <span class="check"></span></span>
</label>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-6">
<div class="form-group">
<label class="required bmd-label-floating" th:text="#{'Fingerprint'}" ></label>
<img class="card-img-top" th:src="@{/images/example/index.png}" style="width: 100%; height: 350px;" />
<div class="col d-flex justify-content-center">
<button type="button" rel="tooltip" title="Reset" class="btn btn-danger btn-sm">
<i class="material-icons">autorenew</i> Reset
</button>
<button type="button" rel="tooltip" title="Scan" class="btn btn-success btn-sm">
<i class="material-icons">aspect_ratio</i> Scan
</button>
</div>
</div>
</div>
</div>
<br/>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="form">
<label th:text="#{Remarks}"></label>
<textarea id="remarks" class="form-control" placeholder=""
aria-invalid="false" rows="2"></textarea>
</div>
</div>
</div>