Subversion Repositories SmartDukaan

Rev

Rev 29763 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29763 Rev 29774
Line 24... Line 24...
24
                   disabled></td>
24
                   disabled></td>
25
    #else
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>
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
27
    #end
28
    
28
    
-
 
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
    
29
   #if($fofoKyc.getDob())
36
   #if($fofoKyc.getDob())
30
	    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="dob" placeholder="DOB" disabled
37
	    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="dob" placeholder="DOB" disabled
31
	               name="dob"
38
	               name="dob"
32
	               value="$fofoKyc.getDob().format($datehiphenFormatter)"></td>
39
	               value="$fofoKyc.getDob().format($datehiphenFormatter)"></td>
33
	#else
40
	#else
Line 196... Line 203...
196
		 	</select> 
203
		 	</select> 
197
    </td>
204
    </td>
198
   #end
205
   #end
199
	
206
	
200
	  #if($fofoKyc.getPoaFront() && $fofoKyc.getPoaFront() != 0)
207
	  #if($fofoKyc.getPoaFront() && $fofoKyc.getPoaFront() != 0)
201
        <td class="poaf docfile">
208
        <td class="paof docfile">
202
         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
209
         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
203
            <input type="hidden" class="paoFronthidden" value="$fofoKyc.getPoaFront()">
210
            <input type="hidden" class="paoFronthidden" value="$fofoKyc.getPoaFront()">
204
            <input type="file" class="paoFront" placeholder="pao front doc" disabled name="paofront"
211
            <input type="file" class="paoFront" placeholder="pao front doc" disabled name="paofront"
205
                   value="$fofoKyc.getPoaFront()">
212
                   value="$fofoKyc.getPoaFront()">
206
        ##<button type="button" class="btn btn-primary download-pao-file" data-docpid="$fofoKyc.getPoaFront()" data-id="$fofoKyc.getId()">Download Document</button>
213
        ##<button type="button" class="btn btn-primary download-pao-file" data-docpid="$fofoKyc.getPoaFront()" data-id="$fofoKyc.getId()">Download Document</button>
Line 215... Line 222...
215
        </td>
222
        </td>
216
    #end
223
    #end
217
    
224
    
218
    
225
    
219
    #if($fofoKyc.getPoaBack() && $fofoKyc.getPoaBack() != 0)
226
    #if($fofoKyc.getPoaBack() && $fofoKyc.getPoaBack() != 0)
220
        <td class="poab docfile">
227
        <td class="paob docfile">
221
         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
228
         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
222
            <input type="hidden" class="paoBackhidden" value="$fofoKyc.getPoaBack()">
229
            <input type="hidden" class="paoBackhidden" value="$fofoKyc.getPoaBack()">
223
            <input type="file" class="paoBack" placeholder="pao back doc" disabled name="paoback"
230
            <input type="file" class="paoBack" placeholder="pao back doc" disabled name="paoback"
224
                   value="$fofoKyc.getPoaBack()">
231
                   value="$fofoKyc.getPoaBack()">
225
        ##<button type="button" class="btn btn-primary download-pao-file" data-docpid="$fofoKyc.getPoaBack()" data-id="$fofoKyc.getId()">Download Document</button>
232
        ##<button type="button" class="btn btn-primary download-pao-file" data-docpid="$fofoKyc.getPoaBack()" data-id="$fofoKyc.getId()">Download Document</button>
226
        <a href="${rc.contextPath}/download-attachment?documentId=$fofoKyc.getPoaBack()" class="download">Download Doc</a>
233
        <a href="${rc.contextPath}/download-attachment?documentId=$fofoKyc.getPoaBack()" class="download">Download Doc</a>
227
               <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
234
               <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
228
        </td>
235
        </td>
229
    #else
236
    #else
230
        <td class="pao docfile">
237
        <td class="paob docfile">
231
         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
238
         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
232
            <input type="hidden">
239
            <input type="hidden">
233
            <input type="file" class="paoBack" placeholder="paoback" disabled name="pao1">
240
            <input type="file" class="paoBack" placeholder="pao back" disabled name="paob">
234
        </td>
241
        </td>
235
    #end
242
    #end
236
    
243
    
237
    
244
    
238
    #if($fofoKyc.getAddress1())
245
    #if($fofoKyc.getAddress1())