Rev 35971 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="modal-dialog"><!-- Modal content--><div class="modal-content" style="width: 500px;"><div class="modal-header" style="background: #f5f5f5; border-bottom: 2px solid #ddd;"><button type="button" class="close" data-dismiss="modal">×</button>#if($welcomeCallMode)<h4 class="modal-title" style="font-weight: 600;">Welcome Call - Explain Journey to Partner</h4><p style="margin: 5px 0 0 0; font-size: 12px; color: #888;">Partner: <strong>$!pob.getOutLetName()</strong> | Code: <strong>$!pob.getCode()</strong></p>#else<h4 class="modal-title" style="font-weight: 600;">Please explain the below journey to partner.</h4>#end</div><div class="modal-body" style="padding: 20px;">#if($welcomeCallMode)<div style="background: #fff3cd; border: 1px solid #ffc107; border-radius: 4px; padding: 8px 12px; margin-bottom: 15px;"><strong style="color: #856404;">Status: Pending</strong><span style="color: #856404;"> - Please check all items explained to the partner and click "Mark Done"</span></div>#end<form><div style="padding: 5px 0;">#set($cb = $partnerVerificationCheckboxMap.get($pob.getId()))<div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;"><label style="font-size: 14px; cursor: pointer;"><input type="checkbox" id="recceVerifi" name="recceVerifi" #if($cb.isRecce()) checked #end>Recce</label></div><div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;"><label style="font-size: 14px; cursor: pointer;"><input type="checkbox" id="brandingVerifi" name="brandingVerifi" #if($cb.isBranding())checked #end>Branding</label></div><div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;"><label style="font-size: 14px; cursor: pointer;"><input type="checkbox" id="advStockPayment"name="advStockPayment" #if($cb.isAdvStockPayment()) checked #end>Wod</label></div><div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;"><label style="font-size: 14px; cursor: pointer;"><input type="checkbox" id="stockPay" name="stockPay" #if($cb.isStockPayment())checked #end>Stock Payment</label></div><div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;"><label style="font-size: 14px; cursor: pointer;"><input type="checkbox" id="billingVerifi" name="billingVerifi" #if($cb.isBilling())checked #end>Billing</label></div><div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;"><label style="font-size: 14px; cursor: pointer;"><input type="checkbox" id="financialServices"name="financialServices" #if($cb.isFinanceServices()) checked #end>Financial Services</label></div><div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;"><label style="font-size: 14px; cursor: pointer;"><input type="checkbox" id="trainingVerifi" name="trainingVerifi" #if($cb.isTraining())checked #end>Dashboard Training</label></div><div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;"><label style="font-size: 14px; cursor: pointer;"><input type="checkbox" id="inaugrationVerifi"name="inaugrationVerifi" #if($cb.isInaugration()) checked #end>Inaugration</label></div><div class="checkbox" style="padding: 6px 0;"><label style="font-size: 14px; cursor: pointer;"><input type="checkbox" id="promotorVerifi" name="promotorVerifi" #if($cb.isPromotor())checked #end>Promotor</label></div></div><div style="margin-top: 12px;"><textarea placeholder="Add comment..." id="verifiCommentCheckbox" name="verifiCommentCheckbox"class="form-control" rows="3"style="resize: vertical;">$!cb.getVerifiCheckboxComment()</textarea></div><div style="margin-top: 15px; text-align: right;">#if($welcomeCallMode)<button type="button" class="btn btn-default" data-dismiss="modal" style="margin-right: 8px;">Cancel</button><button type="submit" class="btn btn-success welcome-call-submit" data-dismiss="modal"data-id="$onboardingId">Mark Done</button>#else<button type="submit" class="btn btn-primary verification-checkbox-submit" data-dismiss="modal"data-id="$onboardingId">Submit</button>#end</div></form></div></div></div>