| Line 51... |
Line 51... |
| 51 |
</div>
|
51 |
</div>
|
| 52 |
<div class="form-group col-md-6">
|
52 |
<div class="form-group col-md-6">
|
| 53 |
<label for="contactPerson">Contact Person</label>
|
53 |
<label for="contactPerson">Contact Person</label>
|
| 54 |
<input type="text" class="form-control" id="contactPerson" name="inputContactPerson"
|
54 |
<input type="text" class="form-control" id="contactPerson" name="inputContactPerson"
|
| 55 |
placeholder="Contact Person">
|
55 |
placeholder="Contact Person">
|
| - |
|
56 |
</div>
|
| - |
|
57 |
<div class="form-group col-md-6">
|
| - |
|
58 |
<label for="contactPhone">Contact Phone</label>
|
| - |
|
59 |
<input type="number" class="form-control" id="contactPhone" name="inputContactPhone"
|
| - |
|
60 |
placeholder="Contact Phone" >
|
| 56 |
</div>
|
61 |
</div>
|
| - |
|
62 |
|
| 57 |
<div class="form-group col-md-6">
|
63 |
<div class="form-group col-md-6">
|
| 58 |
<label for="contactEmail">Contact Email</label>
|
64 |
<label for="contactEmail">Contact Email</label>
|
| 59 |
<input type="email" class="form-control" id="contactEmail" name="inputContactEmail"
|
65 |
<input type="email" class="form-control" id="contactEmail" name="inputContactEmail"
|
| 60 |
placeholder="Contact Email">
|
66 |
placeholder="Contact Email">
|
| 61 |
</div>
|
67 |
</div>
|
| 62 |
<div class="form-group col-md-6">
|
68 |
<div class="form-group col-md-6">
|
| - |
|
69 |
<label for="document">Document</label>
|
| - |
|
70 |
<input type="file" id="document" name="inputDocument">
|
| - |
|
71 |
|
| - |
|
72 |
</div>
|
| - |
|
73 |
<div class="form-group col-md-6">
|
| 63 |
<label for="contactFax">Contact Fax</label>
|
74 |
<label for="contactFax">Contact Fax</label>
|
| 64 |
<input type="text" class="form-control" id="contactFax" name="inputContactFax"
|
75 |
<input type="text" class="form-control" id="contactFax" name="inputContactFax"
|
| 65 |
placeholder="Contact Fax">
|
76 |
placeholder="Contact Fax">
|
| 66 |
</div>
|
77 |
</div>
|
| 67 |
|
78 |
|
| Line 78... |
Line 89... |
| 78 |
<div class="form-group col-md-6">
|
89 |
<div class="form-group col-md-6">
|
| 79 |
<label for="terms&Conditions">Terms & Conditions</label>
|
90 |
<label for="terms&Conditions">Terms & Conditions</label>
|
| 80 |
<input type="text" class="form-control" id="terms&Conditions" name="inputTermConditions"
|
91 |
<input type="text" class="form-control" id="terms&Conditions" name="inputTermConditions"
|
| 81 |
placeholder="Terms & Conditions">
|
92 |
placeholder="Terms & Conditions">
|
| 82 |
</div>
|
93 |
</div>
|
| - |
|
94 |
<div class="form-group col-md-6">
|
| - |
|
95 |
#if($warehouseCheckboxMap.get($wh.getId()).isWarehouse())
|
| - |
|
96 |
|
| - |
|
97 |
<input type="checkbox" id="warehouseCheckbox" name="warehouseCheckbox" value="" checked>
|
| - |
|
98 |
<label for="warehouseCheckbox">Internal Warehouse</label><br>
|
| - |
|
99 |
|
| - |
|
100 |
#else
|
| - |
|
101 |
<input type="checkbox" id="warehouseCheckbox" name="warehouseCheckbox" value="">
|
| - |
|
102 |
<label for="warehouseCheckbox">Internal Warehouse</label><br>
|
| - |
|
103 |
|
| - |
|
104 |
#end
|
| - |
|
105 |
|
| - |
|
106 |
|
| - |
|
107 |
|
| - |
|
108 |
</div>
|
| - |
|
109 |
<div class="form-group col-md-6">
|
| - |
|
110 |
<label for="warehouse">Warehouse Name</label>
|
| - |
|
111 |
<select disabled class="form-control input-sm" id="warehouseId" name="warehouseId" placeholder="Warehouse Name">
|
| - |
|
112 |
|
| - |
|
113 |
<option value="" disabled selected>Warehouse Name</option>
|
| - |
|
114 |
#foreach($warehouseEntry in $warehouseMap.entrySet())
|
| - |
|
115 |
<option value="$warehouseEntry.getKey()">$warehouseEntry.getValue()</option>
|
| - |
|
116 |
#end
|
| - |
|
117 |
</select>
|
| - |
|
118 |
</div>
|
| 83 |
|
119 |
|
| 84 |
|
120 |
|
| 85 |
<div class="form-group col-md-6">
|
121 |
<div class="form-group col-md-6">
|
| 86 |
<label for="warehouseLocation">Warehouse Location</label>
|
122 |
<label for="warehouseLocation">Warehouse Location</label>
|
| 87 |
<select class="chosen-select" id="warehouseLocation" name="inputWarehouseLocation"
|
123 |
<select class="chosen-select" id="warehouseLocation" name="inputWarehouseLocation"
|
| Line 95... |
Line 131... |
| 95 |
</div>
|
131 |
</div>
|
| 96 |
|
132 |
|
| 97 |
<div class="form-group col-md-6">
|
133 |
<div class="form-group col-md-6">
|
| 98 |
<label for="state">State</label>
|
134 |
<label for="state">State</label>
|
| 99 |
<select class="form-control input-sm" id="stateId" name="stateId" placeholder="State"
|
135 |
<select class="form-control input-sm" id="stateId" name="stateId" placeholder="State"
|
| 100 |
style="height: 60px;">
|
136 |
>
|
| 101 |
<option value="" disabled selected>State</option>
|
137 |
<option value="" disabled selected>State</option>
|
| 102 |
#foreach($stateName in $state)
|
138 |
#foreach($stateName in $state)
|
| 103 |
<option value="$stateName.getId()">$stateName.getName()</option>
|
139 |
<option value="$stateName.getId()">$stateName.getName()</option>
|
| 104 |
#end
|
140 |
#end
|
| 105 |
</select>
|
141 |
</select>
|