myMedisys/tomcatfiles/mymedisys-frontend/WEB-INF/classes/templates/page/registration/agency-registration.html

64 lines
2.2 KiB
HTML
Raw Normal View History

2023-09-06 05:56:42 +05:30
<div class="login-bg"></div>
<bst:widget>
<!-- Agency Registration -->
<bst:widget-header>
<h3 class="font-widget" th:text="#{Agency Registration}" />
</bst:widget-header>
<bst:widget-body>
<div class="row">
<div class="col-sm-12">
<form autocomplete="off" id="" name="">
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
<label class="required mb-1" th:text="#{Company Name}" /> <input
type="text" class="form-control form-control-sm" name=""
value="" />
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
<label class="required mb-1" th:text="#{ROC Number}" /> <input
type="text" class="form-control form-control-sm" name=""
value="" />
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
<label class="required mb-1" th:text="#{Mobile Number}" /> <input
type="text" class="form-control form-control-sm" name=""
value="" />
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
<label class="required mb-1" th:text="#{Email}" /> <input
type="email" class="form-control form-control-sm" name=""
value="" />
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
<label class="required mb-1" th:text="#{Owner Name}" /> <input
type="email" class="form-control form-control-sm" name=""
value="" />
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12 mt-4">
<label><bst:checkbox name="" value="C" /> <th:block
th:text="#{here by declare that the
information furnished above is true to the best of my knowledge.
I do hereby declare that above particulars of information and
facts stated are true, correct and complete to the best of my
knowledge and belief.}" /></label>
</div>
<div class="d-flex pb-4 justify-content-center">
<button type="submit" class="btn btn-primary">Submit</button>
<button type="submit" class="btn btn-primary ml-4">Reset</button>
</div>
</form>
</div>
</div>
</bst:widget-body>
</bst:widget>