| 29104 |
manish |
1 |
#if($pob.getId())
|
|
|
2 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getId()</td>
|
|
|
3 |
#else
|
|
|
4 |
<td><i class="far fa-arrow-alt-circle-down"></i>$pob.getId()</td>
|
|
|
5 |
#end
|
|
|
6 |
|
|
|
7 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
|
|
8 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
|
|
|
9 |
disabled></td>
|
|
|
10 |
#else
|
|
|
11 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
|
|
12 |
#end
|
|
|
13 |
|
|
|
14 |
#if($pob.getAadharDoc() && $pob.getAadharDoc() != 0)
|
|
|
15 |
<td class="aadhar docfile">
|
|
|
16 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
17 |
<input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
|
|
|
18 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
|
|
|
19 |
value="$pob.getAadharDoc()">
|
|
|
20 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" class="download">Download
|
|
|
21 |
Doc</a>
|
|
|
22 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
23 |
|
|
|
24 |
</td>
|
|
|
25 |
#else
|
|
|
26 |
<td class="aadhar docfile">
|
|
|
27 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
28 |
<input type="hidden">
|
|
|
29 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
|
|
|
30 |
</td>
|
|
|
31 |
#end
|
|
|
32 |
#if($pob.getPanDoc() && $pob.getPanDoc() != 0)
|
|
|
33 |
<td class="pan docfile">
|
|
|
34 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
35 |
<input type="hidden" class="panhidden" value="$pob.getPanDoc()">
|
|
|
36 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
|
|
|
37 |
value="$pob.getPanDoc()">
|
|
|
38 |
##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
|
|
|
39 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()" class="download">Download Doc</a>
|
|
|
40 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
41 |
</td>
|
|
|
42 |
#else
|
|
|
43 |
<td class="pan docfile">
|
|
|
44 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
45 |
<input type="hidden">
|
|
|
46 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
|
|
|
47 |
</td>
|
|
|
48 |
#end
|
|
|
49 |
#if($pob.getGstdoc() && $pob.getGstdoc() != 0)
|
|
|
50 |
<td class="gst docfile">
|
|
|
51 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
52 |
<input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
|
|
|
53 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
|
|
|
54 |
value="$pob.getGstdoc()">
|
|
|
55 |
##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
|
|
|
56 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()" class="download">Download Doc</a>
|
|
|
57 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
58 |
</td>
|
|
|
59 |
#else
|
|
|
60 |
<td class="gst docfile">
|
|
|
61 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
62 |
<input type="hidden">
|
|
|
63 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
|
|
|
64 |
</td>
|
|
|
65 |
#end
|
|
|
66 |
#if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
|
|
|
67 |
|
|
|
68 |
<td class="cancheque docfile">
|
|
|
69 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
70 |
<input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
|
|
|
71 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
|
|
|
72 |
value="$pob.getCancelCheque()">
|
|
|
73 |
##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
|
|
|
74 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()" class="download">Download
|
|
|
75 |
Doc</a>
|
|
|
76 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
77 |
|
|
|
78 |
</td>
|
|
|
79 |
|
|
|
80 |
#else
|
|
|
81 |
<td class="cancheque docfile">
|
|
|
82 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
83 |
<input type="hidden">
|
|
|
84 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
|
|
|
85 |
name="cancheque1">
|
|
|
86 |
</td>
|
|
|
87 |
#end
|
|
|
88 |
#if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
|
|
|
89 |
<td class="rent docfile">
|
|
|
90 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
91 |
<input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
|
|
|
92 |
<input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
|
|
|
93 |
value="$pob.getRentAgreement()">
|
|
|
94 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()" class="download">Download Doc</a>
|
|
|
95 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
96 |
</td>
|
|
|
97 |
#else
|
|
|
98 |
|
|
|
99 |
<td class="rent docfile">
|
|
|
100 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
101 |
<input type="hidden">
|
|
|
102 |
<input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
|
|
|
103 |
</td>
|
|
|
104 |
#end
|
|
|
105 |
|
|
|
106 |
#if($pob.getLOI() && $pob.getLOI() != 0)
|
|
|
107 |
<td class="loi docfile" >
|
|
|
108 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
109 |
<input type="hidden" class="loihidden" value="$pob.getLOI()">
|
|
|
110 |
<input type="file" class="loidoc" placeholder="LOI(SM)" disabled value="$pob.getLOI()">
|
|
|
111 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
|
|
|
112 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
113 |
|
|
|
114 |
</td>
|
|
|
115 |
#else
|
|
|
116 |
|
|
|
117 |
<td class="loi docfile">
|
|
|
118 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
119 |
<input type="hidden">
|
|
|
120 |
<input type="file" placeholder="LOI(SM)" disabled name="loi1">
|
|
|
121 |
</td>
|
|
|
122 |
#end
|
|
|
123 |
#if($pob.getDocumentsCompleted() && $pob.getDocumentsCompleted() != "")
|
|
|
124 |
<td>
|
|
|
125 |
#if($pob.getDocumentsCompleted()== "YES")
|
|
|
126 |
<i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
|
|
|
127 |
#else
|
|
|
128 |
<i class="far fa-arrow-alt-circle-up" style="background:red"></i>
|
|
|
129 |
#end
|
|
|
130 |
<select class="" id = "allDocumentComp" name="allDocumentComp" placeholder="" disabled>
|
|
|
131 |
<option value="" disabled selected>-Doc Compl-</option>
|
|
|
132 |
#if($pob.getDocumentsCompleted() == "YES")
|
|
|
133 |
<option value="YES" selected>YES</option>
|
|
|
134 |
#else
|
|
|
135 |
<option value="YES" >YES</option>
|
|
|
136 |
#end
|
|
|
137 |
|
|
|
138 |
#if($pob.getDocumentsCompleted() == "NO")
|
|
|
139 |
<option value="NO" selected>NO</option>
|
|
|
140 |
#else
|
|
|
141 |
<option value="NO">NO</option>
|
|
|
142 |
#end
|
|
|
143 |
</select>
|
|
|
144 |
</td>
|
|
|
145 |
#else
|
|
|
146 |
<td>
|
|
|
147 |
<i class="far fa-arrow-alt-circle-down" style="background:red"></i>
|
|
|
148 |
<select class="" id = "allDocumentComp" name="allDocumentComp" disabled>
|
|
|
149 |
<option value="" selected>-Documents-</option>
|
|
|
150 |
<option value="YES">YES</option>
|
|
|
151 |
<option value="NO">NO</option>
|
|
|
152 |
</select>
|
|
|
153 |
</td>
|
|
|
154 |
#end
|
|
|
155 |
|
|
|
156 |
|
|
|
157 |
|
|
|
158 |
|
|
|
159 |
|
|
|
160 |
#if($pob.getAnniversaryDate())
|
|
|
161 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="anniversaryDate" placeholder="Anniversary Date(legal)" disabled
|
|
|
162 |
name="anniversaryDate"
|
|
|
163 |
value="$pob.getAnniversaryDate().format($datehiphenFormatter)">
|
|
|
164 |
</td>
|
|
|
165 |
#else
|
|
|
166 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="anniversaryDate" placeholder="Anniversary Date(legal)" disabled
|
|
|
167 |
name="anniversaryDate">
|
|
|
168 |
</td>
|
|
|
169 |
#end
|
|
|
170 |
#if($pob.getDob())
|
|
|
171 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="dob" placeholder="DOB(legal)" disabled
|
|
|
172 |
name="dob"
|
|
|
173 |
value="$pob.getDob().format($datehiphenFormatter)"></td>
|
|
|
174 |
#else
|
|
|
175 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="dob" placeholder="DOB(legal)" disabled
|
|
|
176 |
name="dob">
|
|
|
177 |
</td>
|
|
|
178 |
#end
|
|
|
179 |
|
|
|
180 |
#if($pob.getCode() && $pob.getCode() != "")
|
|
|
181 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Code(SM)" disabled name="codeLegal" value="$pob.getCode()"
|
|
|
182 |
></td>
|
|
|
183 |
#else
|
|
|
184 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Code(SM)" disabled name="codeLegal"></td>
|
|
|
185 |
#end
|
|
|
186 |
|
|
|
187 |
<td>
|
|
|
188 |
<button type="submit" form="form1" value="Submit" style="background:#008CBA; color:black;"
|
|
|
189 |
class="submit-legal">
|
|
|
190 |
Submit
|
|
|
191 |
</button>
|
|
|
192 |
</td>
|
|
|
193 |
|
|
|
194 |
|
|
|
195 |
|
|
|
196 |
|
|
|
197 |
|