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

56 lines
2.0 KiB
HTML
Raw Normal View History

2023-09-06 05:56:42 +05:30
<div class="login-bg"></div>
<bst:widget>
<!-- Employer Registration -->
<bst:widget-header>
<h3 class="font-widget" th:text="#{Employer Registration}" />
</bst:widget-header>
<bst:widget-body>
<!-- <div class="card "> -->
<!-- <div class="card-body"> -->
<form autocomplete="off" id="" name="">
<div class="form-group">
<label class="bmd-label-floating" th:text="#{Company Name}"/>
<input
type="text" class="form-control" name=""
value="" id="companyName"/>
</div>
<div class="form-group">
<label class="required mb-1 bmd-label-floating" th:text="#{ROC Number}" /> <input
type="text" class="form-control" name=""
value="" />
</div>
<div class="form-group">
<label class="required mb-1 bmd-label-floating" th:text="#{Mobile Number}" /> <input
type="text" class="form-control" name=""
value="" />
</div>
<div class="form-group">
<label class="required mb-1 bmd-label-floating" th:text="#{Email}" /> <input
type="email" class="form-control" name=""
value="" />
</div>
<div class="form-group">
<label class="required mb-1 bmd-label-floating" th:text="#{Owner Name}" /> <input
type="email" class="form-control " name=""
value="" />
</div>
<div class="col-sm-12 col-md-12 col-lg-12 mt-4">
<label><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>