Subversion Repositories SmartDukaan

Rev

Rev 29763 | Details | Compare with Previous | Last modification | View Log | RSS feed

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