| Line 182... |
Line 182... |
| 182 |
<input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
|
182 |
<input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
|
| 183 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
|
183 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
|
| 184 |
value="$pob.getAadharDoc()">
|
184 |
value="$pob.getAadharDoc()">
|
| 185 |
|
185 |
|
| 186 |
<a href="#some-id">
|
186 |
<a href="#some-id">
|
| 187 |
<img src="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()">
|
187 |
<img src="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" width = "100">
|
| 188 |
</a>
|
188 |
</a>
|
| 189 |
|
189 |
|
| 190 |
<!-- Include lightbox (position on page doesn't matter) -->
|
190 |
<!-- Include lightbox (position on page doesn't matter) -->
|
| 191 |
<a href="#" class="lightbox" id="some-id">
|
191 |
<a href="#" class="lightbox" id="some-id">
|
| 192 |
<div style="background-image:url('${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()')"></div>
|
192 |
<div style="background-image:url('${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()')"></div>
|