Subversion Repositories SmartDukaan

Rev

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

Rev 29771 Rev 29778
Line 80... Line 80...
80
                <th rowspan="2" >Store Code</th>
80
                <th rowspan="2" >Store Code</th>
81
                <th rowspan="2">Doc Compl</th>  
81
                <th rowspan="2">Doc Compl</th>  
82
     
82
     
83
               #foreach($paymentOption in $paymentOptions)
83
               #foreach($paymentOption in $paymentOptions)
84
                #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
84
                #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
-
 
85
                
-
 
86
                #if($financeAuthorityCheck)
-
 
87
                
85
               #set ( $bandsSize = $serviceBrandsConfigMap.get($paymentOption.getId()).size() + 2 )
88
               #set ( $bandsSize = $serviceBrandsConfigMap.get($paymentOption.getId()).size() + 2 )
86
                <th colspan="$bandsSize">
89
                <th colspan="$bandsSize">
87
                $paymentOption.getName()
90
                $paymentOption.getName()
88
                </th>
91
                </th>
-
 
92
                #else
-
 
93
                
-
 
94
                  #set ( $bandsSize = $serviceBrandsConfigMap.get($paymentOption.getId()).size() + 1 )
-
 
95
                <th colspan="$bandsSize">
-
 
96
                $paymentOption.getName()
-
 
97
                </th>
-
 
98
                
-
 
99
                #end
-
 
100
 
89
                #end 
101
                #end 
90
              #end
102
              #end
91
         
103
         
92
              </tr>
104
              </tr>
93
              <tr>
105
              <tr>
94
              #foreach($paymentOption in $paymentOptions)
106
              #foreach($paymentOption in $paymentOptions)
95
              #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
107
              #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
-
 
108
              
-
 
109
              #if($financeAuthorityCheck)
96
               <th>activation</th>
110
               <th>activation</th>
-
 
111
               #end
97
              #foreach($serviceBrand in $serviceBrandsConfigMap.get($paymentOption.getId()))    
112
              #foreach($serviceBrand in $serviceBrandsConfigMap.get($paymentOption.getId()))    
98
              <th >
113
              <th >
99
              <img src="${brandUrlMap.get($serviceBrand.getBrand())}"
114
              <img src="${brandUrlMap.get($serviceBrand.getBrand())}"
100
                                 class="cover-brand $serviceBrand.getBrand()" id="finBrandUrl" style="height: 30px;">
115
                                 class="cover-brand $serviceBrand.getBrand()" id="finBrandUrl" style="height: 30px;">
101
              </th>
116
              </th>