170 lines
6.9 KiB
HTML
170 lines
6.9 KiB
HTML
|
<div class="login-bg"></div>
|
||
|
<bst:widget>
|
||
|
<!-- Source Country Agent Registration-->
|
||
|
<bst:widget-header>
|
||
|
<h3 class="font-widget" th:text="#{Country Agent Registration}" />
|
||
|
</bst:widget-header>
|
||
|
<bst:widget-body>
|
||
|
<div class="row">
|
||
|
<div class="col-sm-12">
|
||
|
<form autocomplete="off" id="fsaReg" name="fsaReg">
|
||
|
|
||
|
<div class="row form-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" id="companyName"
|
||
|
name="companyName" autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="Company name" />
|
||
|
</div>
|
||
|
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{Company Registration No}" />
|
||
|
<input type="text" class="form-control"
|
||
|
id="companyRegistrationNo" name="companyRegistrationNo"
|
||
|
autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="Company registration no" />
|
||
|
</div>
|
||
|
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{Company Email}" /> <input
|
||
|
type="text" class="form-control" id="companyEmail"
|
||
|
name="companyEmail" autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="Company email" />
|
||
|
</div>
|
||
|
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{Phone No}" /> <input
|
||
|
type="text" class="form-control" id="cphoneNo" name="cphoneNo"
|
||
|
autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="Phone no" />
|
||
|
</div>
|
||
|
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{Company Address}" /> <input
|
||
|
type="text" class="form-control mb-3" id="companyAddress"
|
||
|
name="companyAddress" autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="Company address" /> <input type="text"
|
||
|
class="form-control mb-3" id="companyAddress2"
|
||
|
name="companyAddress2" autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="Company address 1" /> <input type="text"
|
||
|
class="form-control mb-3" id="companyAddress2"
|
||
|
name="companyAddress2" autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="Company address 2" />
|
||
|
</div>
|
||
|
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{Country}" /> <select
|
||
|
name="countrySelection" id="countrySelection"
|
||
|
class="form-control">
|
||
|
<option value="">Select</option>
|
||
|
<option value="1">Country</option>
|
||
|
<option value="2">India</option>
|
||
|
</select>
|
||
|
</div>
|
||
|
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{Medical Center Licence}" />
|
||
|
|
||
|
<input type="file" class="form-control" id="medicalCenterLicence"
|
||
|
name="medicalCenterLicence" autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="Company address" />
|
||
|
</div>
|
||
|
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{Owner Name}" /> <input
|
||
|
type="text" class="form-control" id="ownerName" name="ownerName"
|
||
|
autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="Owner Name" />
|
||
|
</div>
|
||
|
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{Phone No}" /> <input
|
||
|
type="text" class="form-control" id="ownerphoneno"
|
||
|
name="ownerphoneno" autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="Phone no" />
|
||
|
</div>
|
||
|
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{Email}" /> <input
|
||
|
type="text" class="form-control" id="ownerEmail"
|
||
|
name="ownerEmail" autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="Email" />
|
||
|
</div>
|
||
|
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{Proof of Identity}" /> <input
|
||
|
type="file" class="form-control" id="proofOfIdentity"
|
||
|
name="proofOfIdentity" autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();" />
|
||
|
</div>
|
||
|
<div class="col-sm-12 col-md-12 col-lg-12 mb-3 mt-3">
|
||
|
<label><bst:radio name="caRadios" value="C" />
|
||
|
<th:block th:text="#{Owner and PIC is same}" /></label>
|
||
|
</div>
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{PIC Name}" /> <input
|
||
|
type="text" class="form-control" id="picName" name="picName"
|
||
|
autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="PIC Name" />
|
||
|
</div>
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{PIC Email}" /> <input
|
||
|
type="text" class="form-control" id="picEmail" name="picEmail"
|
||
|
autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="PIC Email" />
|
||
|
</div>
|
||
|
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{PIC Phone No}" /> <input
|
||
|
type="text" class="form-control" id="picPhoneNo"
|
||
|
name="picPhoneNo" autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="PIC phone no" />
|
||
|
</div>
|
||
|
<div class="col-sm-12 col-md-6 col-lg-6 mb-3">
|
||
|
<label class="required mb-1" th:text="#{PIC Proof of Identity}" />
|
||
|
|
||
|
<input type="file" class="form-control" id="picproofOfIdentity"
|
||
|
name="picproofOfIdentity" autofocus="autofocus"
|
||
|
onkeyup="javascript:this.value=this.value.toLowerCase();"
|
||
|
placeholder="Phone no" />
|
||
|
|
||
|
</div>
|
||
|
<div class="col-sm-12 col-md-12 col-lg-12 mt-4">
|
||
|
<label><bst:checkbox name="caRadios" 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>
|
||
|
|
||
|
<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>
|
||
|
|
||
|
<!-- Country Agent Registration End-->
|
||
|
</bst:widget>
|
||
|
|
||
|
|