| Line 10... |
Line 10... |
| 10 |
<!-- Latest compiled and minified JavaScript -->
|
10 |
<!-- Latest compiled and minified JavaScript -->
|
| 11 |
<script src="resources/fofo-form/js/bootstrap.min.js"></script>
|
11 |
<script src="resources/fofo-form/js/bootstrap.min.js"></script>
|
| 12 |
<script src="resources/fofo-form/js/bootstrapValidator.js"></script>
|
12 |
<script src="resources/fofo-form/js/bootstrapValidator.js"></script>
|
| 13 |
<script src="resources/fofo-form/js/reg.js"></script>
|
13 |
<script src="resources/fofo-form/js/reg.js"></script>
|
| 14 |
<script src="resources/fofo-form/js/reqformvalidator.js"></script>
|
14 |
<script src="resources/fofo-form/js/reqformvalidator.js"></script>
|
| - |
|
15 |
<script src="resources/fofo-form/js/fofoedit.js"></script>
|
| 15 |
<script src="resources/fofo-form/js/jquery.blockUI.js"></script>
|
16 |
<script src="resources/fofo-form/js/jquery.blockUI.js"></script>
|
| 16 |
<script type="text/javascript">
|
17 |
<script type="text/javascript">
|
| 17 |
contexPath = "${rc.contextPath}";
|
18 |
contexPath = "${rc.contextPath}";
|
| - |
|
19 |
var jsonObj= "$fofoForm";
|
| 18 |
$(document).ready(function(){
|
20 |
$(document).ready(function(){
|
| 19 |
|
21 |
readForm();
|
| 20 |
$("input[name$='bEntity']").click(function() {
|
22 |
$("input[name$='bEntity']").click(function() {
|
| 21 |
var test1 = $(this).val();
|
23 |
var test1 = $(this).val();
|
| 22 |
$(".box").hide();
|
24 |
$(".box").hide();
|
| 23 |
$('input[name=dinNumber]').each(function(){
|
25 |
$('input[name=dinNumber]').each(function(){
|
| 24 |
$(this).prop('disabled', true);
|
26 |
$(this).prop('disabled', true);
|
| Line 179... |
Line 181... |
| 179 |
|
181 |
|
| 180 |
<div class="row">
|
182 |
<div class="row">
|
| 181 |
<div class="col-sm-8">
|
183 |
<div class="col-sm-8">
|
| 182 |
|
184 |
|
| 183 |
<form role="form" name="myform" id ="form" enctype="multipart/form-data" data-toggle="validator" novalidate>
|
185 |
<form role="form" name="myform" id ="form" enctype="multipart/form-data" data-toggle="validator" novalidate>
|
| - |
|
186 |
<input tye="hidden" name="_id" value="0"/>
|
| 184 |
<h4 class="page-header">1. Registered Business Name of HSPS (in Block Letters)</h4>
|
187 |
<h4 class="page-header">1. Registered Business Name of HSPS (in Block Letters)</h4>
|
| 185 |
<div class="form-group ">
|
188 |
<div class="form-group ">
|
| 186 |
|
189 |
|
| 187 |
<label for=""></label>
|
190 |
<label for=""></label>
|
| 188 |
<input type="text" name="registeredBusinessName" style="text-transform:uppercase;" id="demo" class="bform" placeholder="Business Name"/>
|
191 |
<input type="text" name="registeredBusinessName" style="text-transform:uppercase;" id="demo" class="bform" placeholder="Business Name"/>
|