Subversion Repositories SmartDukaan

Rev

Rev 29841 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
29794 tejbeer 1
 
2
 
3
 <td><i class="far fa-arrow-alt-circle-down"></i>$pobpMap.get($fofoKyc.getOnboardingId()).getCode()</td>
4
 
5
    #if($fofoKyc.getId())
6
        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$fofoKyc.getId()</td>
7
    #else
8
        <td><i class="far fa-arrow-alt-circle-down"></i>$fofoKyc.getId()</td>
9
    #end
10
 
11
     <td>
12
          <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
13
 
14
          <select class="" id = "businesstype" name="businesstype" placeholder="Business Type" disabled>
15
			<option value="" disabled selected>Business Type-</option>
16
			 #foreach($bt in $businessTypes))
17
                  #if($pobpMap.get($fofoKyc.getOnboardingId()).getBusinessType() == $bt)
18
             		<option value="$bt" selected>$bt</option>
19
             	  #else
20
             		<option value="$bt">$bt</option>
21
             	  #end
22
             	  #end  	  
23
         </select>
24
     </td>
25
 
26
    #if($fofoKyc.getFirstName() && $fofoKyc.getFirstName() != "")
27
        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="First Name" value="$fofoKyc.getFirstName()" name="firstName"
28
                   disabled></td>
29
    #else
30
        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="First Name" name="firstName"  disabled></td>
31
    #end
32
 
33
 
34
    #if($fofoKyc.getMiddleName() && $fofoKyc.getMiddleName() != "")
35
        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Middle Name" value="$fofoKyc.getMiddleName()" name="middleName"
36
                   disabled></td>
37
    #else
38
        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Middle Name" name="middleName"  disabled></td>
39
    #end
40
 
41
    #if($fofoKyc.getLastName() && $fofoKyc.getLastName() != "")
42
        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Last Name" value="$fofoKyc.getLastName()" name="lastName"
43
                   disabled></td>
44
    #else
45
        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Last Name" name="lastName"  disabled></td>
46
    #end
47
 
48
      #if($fofoKyc.getFatherName() && $fofoKyc.getFatherName() != "")
49
        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Father Name" value="$fofoKyc.getFatherName()" name="fatherName"
50
                   disabled></td>
51
    #else
52
        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Father Name" name="fatherName"  disabled></td>
53
    #end
54
 
55
   #if($fofoKyc.getDob())
56
	    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="dob" placeholder="DOB" disabled
57
	               name="dob"
58
	               value="$fofoKyc.getDob().format($datehiphenFormatter)"></td>
59
	#else
60
	    <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="dob" placeholder="DOB" disabled
61
	               name="dob">
62
	    </td>
63
	#end
64
 
65
 
66
 
67
	 #if($fofoKyc.getGender() && $fofoKyc.getGender() != "")
68
        <td>
69
           <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
70
 
71
          <select class="" id = "gender" name="gender" placeholder="" disabled>
72
			<option value="" disabled selected>-Gender-</option>
73
			#foreach($gd in $gender))
74
 
75
              #if($fofoKyc.getGender() == $gd)
76
         		<option value="$gd" selected>$gd</option>
77
         	  #else
78
         		<option value="$gd">$gd</option>
79
         	  #end
80
         	  #end
81
         </select>
82
        </td>
83
       #else
84
    <td>
85
		<i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
86
		   	  <select class="" id = "gender" name="gender" disabled>
87
				<option value="" selected>-Gender-</option>
88
				 #foreach($gd in $gender))        
89
         		  <option value="$gd">$gd</option>
90
 
91
         	  #end
92
         	</select>
93
    </td>
94
   #end
95
 
96
 
97
 
98
 
99
 
100
	 #if($fofoKyc.getMaritalStatus() && $fofoKyc.getMaritalStatus() != "")
101
        <td>
102
           <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
103
 
104
          <select class="" id = "maritalStatus" name="maritalStatus" placeholder="" disabled>
105
			<option value="" disabled selected>-Marital Status-</option>
106
			#foreach($ms in $maritalStatus))
107
 
108
              #if($fofoKyc.getMaritalStatus() == $ms)
109
         		<option value="$ms" selected>$ms</option>
110
         	  #else
111
         		<option value="$ms">$ms</option>
112
         	  #end
113
         	  #end
114
         </select>
115
        </td>
116
       #else
117
    <td>
118
		<i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
119
		   <select class="" id = "maritalStatus" name="maritalStatus" placeholder="" disabled>
120
			<option value="" disabled selected>-Marital Status-</option>
121
 
122
		     #foreach($ms in $maritalStatus))
123
         		<option value="$ms">$ms</option>
124
 
125
         	  #end
126
		 	</select>
127
    </td>
128
   #end
129
 
130
   #if($fofoKyc.getEmail())
131
    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Email" disabled
132
	               name="email"
133
	               value="$fofoKyc.getEmail()"></td>
134
	#else
135
	    <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Email" disabled
136
	               name="email">
137
	    </td>
138
	#end
139
 
140
 
141
 
142
 #if($fofoKyc.getMobile())
143
    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Mobile" disabled
144
	               name="mobile"
145
	               value="$fofoKyc.getMobile()"></td>
146
	#else
147
	    <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Mobile" disabled
148
	               name="mobile">
149
	    </td>
150
	#end
151
 
152
 
153
 
154
 #if($fofoKyc.getPan())
155
    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Pan" disabled
156
	               name="pan"
157
	               value="$fofoKyc.getPan()"></td>
158
	#else
159
	    <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Pan" disabled
160
	               name="pan">
161
	    </td>
162
	#end
163
 
164
 
165
  #if($fofoKyc.getPanDoc() && $fofoKyc.getPanDoc() != 0)
166
        <td class="pandoc docfile">
167
         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
168
            <input type="hidden" class="panhidden" value="$fofoKyc.getPanDoc()">
169
            <input type="file" class="pandoc" placeholder="pan doc" disabled name="pan1"
170
                   value="$fofoKyc.getPanDoc()">
171
        ##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$fofoKyc.getPanDoc()" data-id="$fofoKyc.getId()">Download Document</button>
172
        <a href="${rc.contextPath}/download-attachment?documentId=$fofoKyc.getPanDoc()" class="download">Download Doc</a>
173
               <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
174
        </td>
175
    #else
176
        <td class="pandoc docfile">
177
         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
178
            <input type="hidden">
179
            <input type="file" class="pandoc" placeholder="pan doc" disabled name="pan1">
180
        </td>
181
    #end
182
 
183
   #if($fofoKyc.getPoaNo())
184
    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Pao No" disabled
185
	               name="paoNo"
186
	               value="$fofoKyc.getPoaNo()"></td>
187
	#else
188
	    <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Pao No" disabled
189
	               name="paoNo">
190
	    </td>
191
	#end  
192
 
193
 
194
 
195
 
196
 #if($fofoKyc.getPoaType() && $fofoKyc.getPoaType() != "")
197
        <td>
198
           <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
199
 
200
          <select class="" id = "paoType" name="paoType" placeholder="" disabled>
201
			<option value="" disabled selected>-Pao Type-</option>
202
			 #foreach($apt in $addressProofTypes))
203
 
204
              #if($fofoKyc.getPoaType() == $apt)
205
         		<option value="$apt" selected>$apt</option>
206
         	  #else
207
         	<option value="$apt">$apt</option>	
208
         	  #end
209
         	  #end
210
         </select>
211
        </td>
212
       #else
213
    <td>
214
		<i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
215
		    <select class="" id = "paoType" name="paoType" placeholder="" disabled>
216
			<option value="" disabled selected>-Pao Type-</option>
217
 
218
		     #foreach($apt in $addressProofTypes))
219
         		<option value="$apt">$apt</option>
220
 
221
         	  #end
222
		 	</select> 
223
    </td>
224
   #end
225
 
226
	  #if($fofoKyc.getPoaFront() && $fofoKyc.getPoaFront() != 0)
227
        <td class="paof docfile">
228
         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
229
            <input type="hidden" class="paoFronthidden" value="$fofoKyc.getPoaFront()">
230
            <input type="file" class="paoFront" placeholder="pao front doc" disabled name="paofront"
231
                   value="$fofoKyc.getPoaFront()">
232
        ##<button type="button" class="btn btn-primary download-pao-file" data-docpid="$fofoKyc.getPoaFront()" data-id="$fofoKyc.getId()">Download Document</button>
233
        <a href="${rc.contextPath}/download-attachment?documentId=$fofoKyc.getPoaFront()" class="download">Download Doc</a>
234
               <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
235
        </td>
236
    #else
237
        <td class="paof docfile">
238
         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
239
            <input type="hidden">
240
            <input type="file" class="paoFront" placeholder="pao front" disabled name="pao1">
241
        </td>
242
    #end
243
 
244
 
245
    #if($fofoKyc.getPoaBack() && $fofoKyc.getPoaBack() != 0)
246
        <td class="paob docfile">
247
         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
248
            <input type="hidden" class="paoBackhidden" value="$fofoKyc.getPoaBack()">
249
            <input type="file" class="paoBack" placeholder="pao back doc" disabled name="paoback"
250
                   value="$fofoKyc.getPoaBack()">
251
        ##<button type="button" class="btn btn-primary download-pao-file" data-docpid="$fofoKyc.getPoaBack()" data-id="$fofoKyc.getId()">Download Document</button>
252
        <a href="${rc.contextPath}/download-attachment?documentId=$fofoKyc.getPoaBack()" class="download">Download Doc</a>
253
               <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
254
        </td>
255
    #else
256
        <td class="paob docfile">
257
         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
258
            <input type="hidden">
259
            <input type="file" class="paoBack" placeholder="pao back" disabled name="paob">
260
        </td>
261
    #end
262
 
263
 
264
    #if($fofoKyc.getAddress1())
265
    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Address1" disabled
266
	               name="address1"
267
	               value="$fofoKyc.getAddress1()"></td>
268
	#else
269
	    <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Address1" disabled
270
	               name="address1">
271
	    </td>
272
	#end
273
 
274
	 #if($fofoKyc.getAddress2())
275
    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Address2" disabled
276
	               name="address2"
277
	               value="$fofoKyc.getAddress2()"></td>
278
	#else
279
	    <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Address2" disabled
280
	               name="address2">
281
	    </td>
282
	#end
283
 
284
    #if($fofoKyc.getAddress3())
285
    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Address3" disabled
286
	               name="address3"
287
	               value="$fofoKyc.getAddress3()"></td>
288
	#else
289
	    <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Address3" disabled
290
	               name="address3">
291
	    </td>
292
	#end
293
 
294
 
295
    #if($fofoKyc.getCity())
296
    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="City" disabled
297
	               name="city"
298
	               value="$fofoKyc.getCity()"></td>
299
	#else
300
	    <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="City" disabled
301
	               name="city">
302
	    </td>
303
	#end
304
 
305
 
306
    #if($fofoKyc.getState())
307
    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="State" disabled
308
	               name="state"
309
	               value="$fofoKyc.getState()"></td>
310
	#else
311
	    <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="State" disabled
312
	               name="state">
313
	    </td>
314
	#end
315
 
316
 
317
    #if($fofoKyc.getPincode())
318
    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Pincode" disabled
319
	               name="pincode"
320
	               value="$fofoKyc.getPincode()"></td>
321
	#else
322
	    <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Pincode" disabled
323
	               name="pincode">
324
	    </td>
325
	#end
326
 
327
	<td><button class="btn btn-primary  addlegalKycdetail" 	type="button">Submit</button> </td>
328
 
329
 
330
 
331
 
332
 
333
 
334
 
335
 
336
 
337
 
338
 
339