Subversion Repositories SmartDukaan

Rev

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

Rev 29072 Rev 33882
Line 1... Line 1...
1
 <div class="modal-dialog">
1
 <div class="modal-dialog">
2
                <!-- Modal content-->
2
     <!-- Modal content-->
3
          <div class="modal-content" style="width: 480px;">
3
     <div class="modal-content" style="width: 480px;">
4
                    <div class="modal-header">
4
         <div class="modal-header">
5
                        <button type="button" class="close" data-dismiss="modal">&times;</button>
5
             <button type="button" class="close" data-dismiss="modal">&times;</button>
6
                        <h4 class="modal-title">Please explain the below journey to partner.</h4>
6
             <h4 class="modal-title">Please explain the below journey to partner.</h4>
7
                    </div>
7
         </div>
8
                    <div class="modal-body"    style="height: 370px;">
8
         <div class="modal-body" style="height: 370px;">
9
                     <form">
9
             <form>
10
                     #if($partnerVerificationCheckboxMap.get($pob.getId()).isTraining())
10
                 #if($partnerVerificationCheckboxMap.get($pob.getId()).isTraining())
11
                     
11
 
12
                         <input type="checkbox" id="trainingVerifi" name="trainingVerifi" value="" checked>
12
                     <input type="checkbox" id="trainingVerifi" name="trainingVerifi" value="" checked>
13
                            <label for="trainingVerifi">Training</label><br>
13
                     <label for="trainingVerifi">Training</label><br>
14
                            
14
 
15
                       #else
15
                 #else
16
                       <input type="checkbox" id="trainingVerifi" name="trainingVerifi" value="">
16
                     <input type="checkbox" id="trainingVerifi" name="trainingVerifi" value="">
17
                            <label for="trainingVerifi">Training</label><br>
17
                     <label for="trainingVerifi">Training</label><br>
18
                            
18
 
19
                     #end
19
                 #end
20
                       
20
 
21
                       #if($partnerVerificationCheckboxMap.get($pob.getId()).isRecce()) 
21
                 #if($partnerVerificationCheckboxMap.get($pob.getId()).isRecce())
22
                        
22
 
23
                        <input type="checkbox" id="recceVerifi" name="recceVerifi" value="" checked>
23
                     <input type="checkbox" id="recceVerifi" name="recceVerifi" value="" checked>
24
                            <label for="recceVerifi">Recce</label><br>
24
                     <label for="recceVerifi">Recce</label><br>
25
                      #else
25
                 #else
26
                      
26
 
27
                      <input type="checkbox" id="recceVerifi" name="recceVerifi" value="">
27
                     <input type="checkbox" id="recceVerifi" name="recceVerifi" value="">
28
                            <label for="recceVerifi">Recce</label><br>
28
                     <label for="recceVerifi">Recce</label><br>
29
                      
29
 
30
                      #end
30
                 #end
31
                      
31
 
32
                       #if($partnerVerificationCheckboxMap.get($pob.getId()).isAdvStockPayment()) 
32
                 #if($partnerVerificationCheckboxMap.get($pob.getId()).isAdvStockPayment())
33
                      
33
 
34
                        <input type="checkbox" id="advStockPayment" name="advStockPayment" value="" checked>
34
                     <input type="checkbox" id="advStockPayment" name="advStockPayment" value="" checked>
35
                            <label for="advStockPayment"> Adv Stock Payment</label><br>
35
                     <label for="advStockPayment"> Adv Stock Payment</label><br>
36
                            
36
 
37
                        #else
37
                 #else
38
                        
38
 
39
                        <input type="checkbox" id="advStockPayment" name="advStockPayment" value="">
39
                     <input type="checkbox" id="advStockPayment" name="advStockPayment" value="">
40
                            <label for="advStockPayment"> Adv Stock Payment</label><br>
40
                     <label for="advStockPayment"> Adv Stock Payment</label><br>
41
                        
41
 
42
                        #end
42
                 #end
43
                        
43
 
44
                         #if($partnerVerificationCheckboxMap.get($pob.getId()).isBranding())
44
                 #if($partnerVerificationCheckboxMap.get($pob.getId()).isBranding())
45
                        
45
 
46
                         <input type="checkbox" id="brandingVerifi" name="brandingVerifi" value="" checked>
46
                     <input type="checkbox" id="brandingVerifi" name="brandingVerifi" value="" checked>
47
                            <label for="brandingVerifi">Branding</label><br>
47
                     <label for="brandingVerifi">Branding</label><br>
48
                            
48
 
49
                         #else
49
                 #else
50
                         <input type="checkbox" id="brandingVerifi" name="brandingVerifi" value="">
50
                     <input type="checkbox" id="brandingVerifi" name="brandingVerifi" value="">
51
                            <label for="brandingVerifi">Branding</label><br>
51
                     <label for="brandingVerifi">Branding</label><br>
52
                         #end
52
                 #end
53
                         
53
 
54
                         
54
 
55
                         #if($partnerVerificationCheckboxMap.get($pob.getId()).isStockPayment())
55
                 #if($partnerVerificationCheckboxMap.get($pob.getId()).isStockPayment())
56
                            
56
 
57
                        <input type="checkbox" id="stockPay" name="stockPay" value="" checked>
57
                     <input type="checkbox" id="stockPay" name="stockPay" value="" checked>
58
                            <label for="stockPay">Stock payment</label><br>
58
                     <label for="stockPay">Stock payment</label><br>
59
                            
59
 
60
                         #else
60
                 #else
61
                         
61
 
62
                          <input type="checkbox" id="stockPay" name="stockPay" value="">
62
                     <input type="checkbox" id="stockPay" name="stockPay" value="">
63
                            <label for="stockPay">Stock payment</label><br>
63
                     <label for="stockPay">Stock payment</label><br>
64
                            
64
 
65
                         #end
65
                 #end
66
                         
66
 
67
                           #if($partnerVerificationCheckboxMap.get($pob.getId()).isBilling())
67
                 #if($partnerVerificationCheckboxMap.get($pob.getId()).isBilling())
68
                       
68
 
69
                        <input type="checkbox" id="billingVerifi" name="billingVerifi" value="" checked>
69
                     <input type="checkbox" id="billingVerifi" name="billingVerifi" value="" checked>
70
                            <label for="vehibillingVerificle"> Billing</label><br>
70
                     <label for="vehibillingVerificle"> Billing</label><br>
71
                            
71
 
72
                            #else
72
                 #else
73
                            
73
 
74
                             <input type="checkbox" id="billingVerifi" name="billingVerifi" value="">
74
                     <input type="checkbox" id="billingVerifi" name="billingVerifi" value="">
75
                            <label for="vehibillingVerificle"> Billing</label><br>
75
                     <label for="vehibillingVerificle"> Billing</label><br>
76
                            
76
 
77
                            #end
77
                 #end
78
                            
78
 
79
                          #if($partnerVerificationCheckboxMap.get($pob.getId()).isInaugration())
79
                 #if($partnerVerificationCheckboxMap.get($pob.getId()).isInaugration())
80
                        
80
 
81
                            <input type="checkbox" id="inaugrationVerifi" name="inaugrationVerifi" value="" checked>
81
                     <input type="checkbox" id="inaugrationVerifi" name="inaugrationVerifi" value="" checked>
82
                            <label for="inaugrationVerifi">Inaugration</label><br>
82
                     <label for="inaugrationVerifi">Inaugration</label><br>
83
                            
83
 
84
                          #else
84
                 #else
85
                           <input type="checkbox" id="inaugrationVerifi" name="inaugrationVerifi" value="">
85
                     <input type="checkbox" id="inaugrationVerifi" name="inaugrationVerifi" value="">
86
                            <label for="inaugrationVerifi">Inaugration</label><br>
86
                     <label for="inaugrationVerifi">Inaugration</label><br>
87
                          
87
 
88
                          #end
88
                 #end
89
                          
89
 
90
                           #if($partnerVerificationCheckboxMap.get($pob.getId()).isFinanceServices())
90
                 #if($partnerVerificationCheckboxMap.get($pob.getId()).isFinanceServices())
91
                            <input type="checkbox" id="financialServices" name="financialServices" value="" checked>
91
                     <input type="checkbox" id="financialServices" name="financialServices" value="" checked>
92
                            <label for="financialServices">Financial Services</label><br>
92
                     <label for="financialServices">Financial Services</label><br>
93
                            
93
 
94
                            #else
94
                 #else
95
                            <input type="checkbox" id="financialServices" name="financialServices" value="">
95
                     <input type="checkbox" id="financialServices" name="financialServices" value="">
96
                            <label for="financialServices">Financial Services</label><br>
96
                     <label for="financialServices">Financial Services</label><br>
97
                            
97
 
98
                            #end
98
                 #end
99
                            
99
 
100
                             #if($partnerVerificationCheckboxMap.get($pob.getId()).isPromotor())
100
                 #if($partnerVerificationCheckboxMap.get($pob.getId()).isPromotor())
101
                             <input type="checkbox" id="promotorVerifi" name="promotorVerifi" value="" checked>
101
                     <input type="checkbox" id="promotorVerifi" name="promotorVerifi" value="" checked>
102
                            <label for="promotorVerifi">Promotor</label><br>
102
                     <label for="promotorVerifi">Promotor</label><br>
103
                        #else
103
                 #else
104
                         <input type="checkbox" id="promotorVerifi" name="promotorVerifi" value="">
104
                     <input type="checkbox" id="promotorVerifi" name="promotorVerifi" value="">
105
                            <label for="promotorVerifi">Promotor</label><br>
105
                     <label for="promotorVerifi">Promotor</label><br>
106
                        
106
 
107
                        #end
107
                 #end
108
                        
108
 
109
                        
109
 
110
                     #if($partnerVerificationCheckboxMap.get($pob.getId()).getVerifiCheckboxComment())
110
                 #if($partnerVerificationCheckboxMap.get($pob.getId()).getVerifiCheckboxComment())
111
                    <input type="text" placeholder="comment"   style="width: 282px; height: 83px;" id="verifiCommentCheckbox" name="verifiCommentCheckbox"value="$partnerVerificationCheckboxMap.get($pob.getId()).getVerifiCheckboxComment()">
111
                     <input type="text" placeholder="comment" style="width: 282px; height: 83px;"
112
                    #else
112
                            id="verifiCommentCheckbox" name="verifiCommentCheckbox"
113
                       <input type="text" placeholder="comment" value=""  id="verifiCommentCheckbox" name="verifiCommentCheckbox" style="width: 282px; height: 83px;">
113
                            value="$partnerVerificationCheckboxMap.get($pob.getId()).getVerifiCheckboxComment()">
114
                   #end
114
                 #else
115
                        
115
                     <input type="text" placeholder="comment" value="" id="verifiCommentCheckbox"
116
                         <input type="submit" class="verification-checkbox-submit" data-id="$onboardingId" value="Submit">
116
                            name="verifiCommentCheckbox" style="width: 282px; height: 83px;">
117
                     </form>  
117
                 #end
118
                    </div>
118
 
119
                    <div class="modal-footer">
119
                 <input type="submit" class="verification-checkbox-submit" data-dismiss="modal" data-id="$onboardingId"
120
                        <button type="submit" class="btn btn-default" data-dismiss="modal">Close</button>
120
                        value="Submit">
121
                    </div>
121
             </form>
122
                </div>
122
         </div>
123
            </div> 
123
         <div class="modal-footer">
-
 
124
             <button type="submit" class="btn btn-default" data-dismiss="modal">Close</button>
-
 
125
         </div>
-
 
126
     </div>
-
 
127
 </div>
124
                
128
                
125
            
129
            
126
         
130
         
127
131