| Line 145... |
Line 145... |
| 145 |
value="$pob.getInvestmentDate().format($datehiphenFormatter)"
|
145 |
value="$pob.getInvestmentDate().format($datehiphenFormatter)"
|
| 146 |
></td>
|
146 |
></td>
|
| 147 |
#else
|
147 |
#else
|
| 148 |
<td><i class="far fa-arrow-alt-circle-up" style="background:pink"></i><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
|
148 |
<td><i class="far fa-arrow-alt-circle-up" style="background:pink"></i><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
|
| 149 |
#end
|
149 |
#end
|
| 150 |
|
- |
|
| 151 |
|
- |
|
| - |
|
150 |
|
| - |
|
151 |
|
| 152 |
#if($pob.getLOI() && $pob.getLOI() != 0)
|
152 |
#if($pob.getLOI() != 0)
|
| 153 |
<td class="loiDesign docfile">
|
153 |
<td class="loiDesign docfile">
|
| 154 |
<i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
|
154 |
<i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
|
| 155 |
<input type="hidden" class="loiHidden" value="$pob.getLOI()">
|
155 |
<input type="hidden" class="loiHidden" value="$pob.getLOI()">
|
| 156 |
<input type="file" class="loidoc" name="loi1" placeholder="LOI(SM)" disabled value="$pob.getLOI()">
|
156 |
<input type="file" class="loidoc" name="loi1" placeholder="LOI(SM)" disabled value="$pob.getLOI()">
|
| 157 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
|
157 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
|
| 158 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
158 |
<a href="javascript:void(0)" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 159 |
|
159 |
|
| 160 |
</td>
|
160 |
</td>
|
| 161 |
#else
|
161 |
#else
|
| 162 |
|
162 |
|
| 163 |
<td class="loiDesign docfile">
|
163 |
<td class="loiDesign docfile">
|