Subversion Repositories SmartDukaan

Rev

Rev 35360 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35360 Rev 35499
Line 105... Line 105...
105
                            <td>$trialForm.getEmail()</td>
105
                            <td>$trialForm.getEmail()</td>
106
                            <td>$trialForm.getMobile()</td>
106
                            <td>$trialForm.getMobile()</td>
107
                            <td>$trialForm.getFirstName() $trialForm.getLastName()</td>
107
                            <td>$trialForm.getFirstName() $trialForm.getLastName()</td>
108
                            <td>$trialForm.getCity()</td>
108
                            <td>$trialForm.getCity()</td>
109
                            <td>$trialForm.getState()</td>
109
                            <td>$trialForm.getState()</td>
110
                            <td>$trialForm.getAddressLine1() $trialForm.getAddressLine2()</td>
110
                            <td>$trialForm.getAddressLine1()   #if($trialForm.addressLine2)
-
 
111
                                <br/>$trialForm.addressLine2
-
 
112
                            #end</td>
111
                            <td>$trialForm.getPincode()</td>
113
                            <td>$trialForm.getPincode()</td>
112
                            <td>
114
                            <td>
113
                                <a href="#pan-id$trialForm.getId()">
115
                                <a href="#pan-id$trialForm.getId()">
114
                                    <img src="${rc.contextPath}/download-attachment?documentId=$trialForm.getPanDocumentId()"
116
                                    <img src="${rc.contextPath}/download-attachment?documentId=$trialForm.getPanDocumentId()"
115
                                         width="100">
117
                                         width="100">
Line 163... Line 165...
163
<div class="modal fade" id="brandPotentialModal" tabindex="-1" role="dialog">
165
<div class="modal fade" id="brandPotentialModal" tabindex="-1" role="dialog">
164
    <div class="modal-dialog modal-lg" role="document">
166
    <div class="modal-dialog modal-lg" role="document">
165
        <div class="modal-content">
167
        <div class="modal-content">
166
 
168
 
167
            <!-- Modal Header -->
169
            <!-- Modal Header -->
168
            <div class="modal-header bg-dark text-white">
170
            <div class="modal-header text-white">
169
                <h5 class="modal-title">Brand Potential Verification</h5>
171
                <h5 class="modal-title">Brand Potential Verification</h5>
170
                <button type="button" class="close text-white" data-dismiss="modal">
172
                <button type="button" class="close text-white" data-dismiss="modal">
171
                    <span>&times;</span>
173
                    <span>&times;</span>
172
                </button>
174
                </button>
173
            </div>
175
            </div>
Line 254... Line 256...
254
            </div>
256
            </div>
255
 
257
 
256
        </div>
258
        </div>
257
    </div>
259
    </div>
258
</div>
260
</div>
-
 
261
<div class="modal fade" id="cancelTrialModal" tabindex="-1" role="dialog">
-
 
262
    <div class="modal-dialog modal-sm modal-dialog-centered" role="document">
-
 
263
        <div class="modal-content">
-
 
264
 
-
 
265
            <div class="modal-header">
-
 
266
                <h5 class="modal-title text-danger">Cancel Trial</h5>
-
 
267
                <button type="button" class="close" data-dismiss="modal">
-
 
268
                    <span>&times;</span>
-
 
269
                </button>
-
 
270
            </div>
-
 
271
 
-
 
272
            <div class="modal-body">
-
 
273
                <input type="hidden" id="cancelTrialFormId"/>
-
 
274
 
-
 
275
                <div class="form-group mb-0">
-
 
276
                    <label>
-
 
277
                        Remark <span class="text-danger">*</span>
-
 
278
                    </label>
-
 
279
                    <textarea
-
 
280
                            id="cancelTrialRemark"
-
 
281
                            class="form-control"
-
 
282
                            rows="3"
-
 
283
                            placeholder="Enter reason"
-
 
284
                    ></textarea>
-
 
285
                </div>
-
 
286
            </div>
-
 
287
 
-
 
288
            <div class="modal-footer">
-
 
289
                <button
-
 
290
                        class="btn btn-light btn-sm"
-
 
291
                        data-dismiss="modal"
-
 
292
                >
-
 
293
                    Close
-
 
294
                </button>
-
 
295
 
-
 
296
                <button
-
 
297
                        class="btn btn-danger btn-sm"
-
 
298
                        id="confirmCancelTrial"
-
 
299
                >
-
 
300
                    Confirm Cancel
-
 
301
                </button>
-
 
302
            </div>
-
 
303
 
-
 
304
        </div>
-
 
305
    </div>
-
 
306
</div>
259
 
307
 
260
 
308
 
261
<script>
309
<script>
262
    let rowCount = 1;
310
    let rowCount = 1;
263
 
311