| 24317 |
govind |
1 |
<style>
|
|
|
2 |
.column {
|
|
|
3 |
float: none;
|
|
|
4 |
width: 50%;
|
|
|
5 |
position:relative;
|
|
|
6 |
padding: 5px;
|
|
|
7 |
left:40px;
|
|
|
8 |
border-style: groove;
|
|
|
9 |
border-width: 1px;
|
|
|
10 |
}
|
|
|
11 |
a {
|
|
|
12 |
text-decoration: none !important;
|
|
|
13 |
}
|
|
|
14 |
|
|
|
15 |
.tooltip-arrow,
|
|
|
16 |
.red-tooltip + .tooltip.top > .tooltip-inner {background-color: #f00;}
|
|
|
17 |
|
|
|
18 |
</style>
|
|
|
19 |
<script>
|
|
|
20 |
$(document).ready(function(){
|
|
|
21 |
$('[data-toggle="tooltip"]').tooltip();
|
|
|
22 |
});
|
|
|
23 |
</script>
|
| 29049 |
tejbeer |
24 |
|
| 24317 |
govind |
25 |
#if($roleType=="false")
|
|
|
26 |
<section class="wrapper">
|
|
|
27 |
<div class="row">
|
|
|
28 |
<div class="col-lg-12">
|
|
|
29 |
<h3 class="page-header">
|
|
|
30 |
<i class="icon_document_alt">
|
|
|
31 |
</i>SERVICE
|
|
|
32 |
</h3>
|
|
|
33 |
<ol class="breadcrumb">
|
|
|
34 |
<li>
|
|
|
35 |
<i class="fa fa-home">
|
|
|
36 |
</i>
|
|
|
37 |
<a href="${rc.contextPath}/dashboard">Home
|
|
|
38 |
</a>
|
|
|
39 |
</li>
|
| 31805 |
amit.gupta |
40 |
<li>
|
|
|
41 |
<i class="icon_document_alt">
|
|
|
42 |
</i>PARTNER SERVICE
|
|
|
43 |
</li>
|
|
|
44 |
<!--Training Video -->
|
|
|
45 |
<li><a href="#videoModal" class="btn btn-danger" data-toggle="modal" data-src="olAHiEZydzk"><span
|
|
|
46 |
class="glyphicon glyphicon-play-circle"></span> Play Video</a></li>
|
| 24317 |
govind |
47 |
</ol>
|
|
|
48 |
</div>
|
|
|
49 |
</div>
|
| 31805 |
amit.gupta |
50 |
<div class="row">
|
|
|
51 |
#foreach($paymentOption in $paymentOptions)
|
| 24317 |
govind |
52 |
#if($serviceIdPartnerServiceMap.get($paymentOption.getId()).getApplicableType()=="YES")
|
|
|
53 |
#if($serviceIdPartnerServiceMap.get($paymentOption.getId()).getCode())
|
|
|
54 |
<div class="column">
|
|
|
55 |
<h4>
|
| 24329 |
govind |
56 |
<label>
|
| 24328 |
govind |
57 |
<span>$paymentOption.getName()</span>
|
| 24317 |
govind |
58 |
</label>
|
|
|
59 |
</h4>
|
|
|
60 |
#foreach($serviceBrandsConfig in $serviceIdAndServiceBrandsConfigMap.get($paymentOption.getId()))
|
|
|
61 |
#if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()))
|
|
|
62 |
#if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).getApplicableType()=="YES")
|
|
|
63 |
#if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).isActive()==true)
|
|
|
64 |
#if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).getPartnerStatusType()=="WORKING")
|
|
|
65 |
<label class="checkbox-inline">
|
| 28758 |
amit.gupta |
66 |
<input type="checkbox" class ="fin-service-brand" value="$serviceBrandsConfig.getId()" onchange="onChangeStateServiceBrand(this,$paymentOption.getId(),`$serviceBrandsConfig.getBrand()`)" checked data-brand="$serviceBrandsConfig.getBrand()">$serviceBrandsConfig.getBrand()
|
| 24317 |
govind |
67 |
</label>
|
|
|
68 |
#else
|
|
|
69 |
<label class="checkbox-inline">
|
| 28758 |
amit.gupta |
70 |
<input type="checkbox" class ="fin-service-brand" value="$serviceBrandsConfig.getId()" onchange="onChangeStateServiceBrand(this,$paymentOption.getId(),`$serviceBrandsConfig.getBrand()`)" disabled data-brand="$serviceBrandsConfig.getBrand()">$serviceBrandsConfig.getBrand()
|
| 24317 |
govind |
71 |
</label> <img src="http://vignette2.wikia.nocookie.net/psi/images/a/ac/Not-allowed-sign.jpg/revision/latest?cb=20130413190602" alt="notWorking" style="width:15px;height:15px;" title="NOT WORKING">
|
|
|
72 |
#end
|
|
|
73 |
#else
|
|
|
74 |
<label class="checkbox-inline">
|
| 28758 |
amit.gupta |
75 |
<input type="checkbox" class ="fin-service-brand" value="$serviceBrandsConfig.getId()" onchange="onChangeStateServiceBrand(this,$paymentOption.getId(),`$serviceBrandsConfig.getBrand()`)" disabled data-brand="$serviceBrandsConfig.getBrand()">$serviceBrandsConfig.getBrand()<span style="color:red" data-toggle="tooltip" title="INACTIVE" class="red-tooltip"> ✕</span>
|
| 24317 |
govind |
76 |
</label>
|
|
|
77 |
#end
|
|
|
78 |
#else
|
| 29051 |
manish |
79 |
<label class="checkbox-inline">
|
|
|
80 |
<input type="checkbox" class ="fin-service-brand" value="$serviceBrandsConfig.getId()" onchange="onChangeStateServiceBrand(this,$paymentOption.getId(),`$serviceBrandsConfig.getBrand()`)" disabled data-brand="$serviceBrandsConfig.getBrand()">$serviceBrandsConfig.getBrand() <button class="notApplicableBrandService btn-danger btn-md" data-nacommentservice="$serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).getNa_Comment()">NA</button>
|
|
|
81 |
</label>
|
|
|
82 |
#end
|
|
|
83 |
#else
|
| 24317 |
govind |
84 |
<label class="checkbox-inline">
|
| 28758 |
amit.gupta |
85 |
<input type="checkbox" class ="fin-service-brand" value="$serviceBrandsConfig.getId()" onchange="onChangeStateServiceBrand(this,$paymentOption.getId(),`$serviceBrandsConfig.getBrand()`)" checked data-brand="$serviceBrandsConfig.getBrand()">$serviceBrandsConfig.getBrand()
|
| 24317 |
govind |
86 |
</label>
|
|
|
87 |
#end
|
|
|
88 |
#end
|
|
|
89 |
</div>
|
|
|
90 |
#else
|
|
|
91 |
#end
|
|
|
92 |
#else
|
| 29051 |
manish |
93 |
|
|
|
94 |
#end
|
| 24317 |
govind |
95 |
#end
|
|
|
96 |
</div>
|
|
|
97 |
</section>
|
|
|
98 |
#else
|
|
|
99 |
<div class="row">
|
|
|
100 |
#foreach($paymentOption in $paymentOptions)
|
|
|
101 |
#if($serviceIdPartnerServiceMap.get($paymentOption.getId()).getApplicableType()=="YES")
|
| 28829 |
amit.gupta |
102 |
#if($serviceIdPartnerServiceMap.get($paymentOption.getId()).getCode())
|
|
|
103 |
<div class="column">
|
|
|
104 |
<h4>
|
|
|
105 |
<label>
|
|
|
106 |
<span>$paymentOption.getName() </span>
|
|
|
107 |
<a href="javascript:void(0)">Applicable</a>
|
|
|
108 |
<button class="markNA btn-primary btn-md">Mark NA</button>
|
|
|
109 |
<a href="javascript:void(0)" style="color:blue" title="Activated">✔</span>
|
|
|
110 |
</label> <a href="javascript:void(0)" style="color:red" title="DEACTIVATE SERVICE" class="deactivate-service" data-serviceid="$paymentOption.getId()">Deactivate</a>
|
| 28838 |
amit.gupta |
111 |
</h4>
|
| 28829 |
amit.gupta |
112 |
#foreach($serviceBrandsConfig in $serviceIdAndServiceBrandsConfigMap.get($paymentOption.getId()))
|
|
|
113 |
#if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()))
|
|
|
114 |
#if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).getApplicableType()=="YES")
|
|
|
115 |
#if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).isActive()==true)
|
|
|
116 |
#if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).getPartnerStatusType()=="WORKING")
|
|
|
117 |
<label class="checkbox-inline">
|
|
|
118 |
<input type="checkbox" value="$serviceBrandsConfig.getId()" onchange="onChangeStateServiceBrand(this,$paymentOption.getId())" checked>$serviceBrandsConfig.getBrand() <a href="javascript:void(0)" style="color:blue" title="Activated">✔</a>
|
| 29051 |
manish |
119 |
</label><a href="#" style="color:red" title="DEACTIVATE SERVICE" title="DEACTIVATE BRAND SERVICE" class="deactivate-brand-service-modal" data-serviceid="$paymentOption.getId()" data-servicebrandid="$serviceBrandsConfig.getId()"data-toggle="modal" data-target="#myServiceDeActivateBrand">Deactivate</a>
|
|
|
120 |
<div id="myServiceDeActivateBrand" class="modal fade" role="dialog">
|
|
|
121 |
</div>
|
|
|
122 |
#else
|
| 28829 |
amit.gupta |
123 |
<label class="checkbox-inline">
|
|
|
124 |
<input type="checkbox" value="$serviceBrandsConfig.getId()" onchange="onChangeStateServiceBrand(this,$paymentOption.getId())">$serviceBrandsConfig.getBrand()
|
|
|
125 |
</label> <img src="http://vignette2.wikia.nocookie.net/psi/images/a/ac/Not-allowed-sign.jpg/revision/latest?cb=20130413190602" alt="notWorking" style="width:20px;height:10px;" title="NOT WORKING">
|
|
|
126 |
#end
|
|
|
127 |
#else
|
|
|
128 |
<label class="checkbox-inline">
|
|
|
129 |
<input type="checkbox" value="$serviceBrandsConfig.getId()" onchange="onChangeStateServiceBrand(this,$paymentOption.getId())" disabled>$serviceBrandsConfig.getBrand() <a href="javascript:void(0)" style="color:red" title="Deactivated"> ✕</a>
|
| 29051 |
manish |
130 |
</label> <a href="#" style="color:blue" title="ACTIVATE BRAND SERVICE" class="activate-brand-service-modal" data-serviceid="$paymentOption.getId()" data-servicebrandid="$serviceBrandsConfig.getId()" data-toggle="modal" data-target="#myServiceActivateBrand">Activate</a>
|
|
|
131 |
<div id="myServiceActivateBrand" class="modal fade" role="dialog">
|
|
|
132 |
</div>
|
|
|
133 |
#end
|
| 28829 |
amit.gupta |
134 |
#else
|
|
|
135 |
<label class="checkbox-inline">
|
|
|
136 |
<input type="checkbox" value="$serviceBrandsConfig.getId()" onchange="onChangeStateServiceBrand(this,$paymentOption.getId())" disabled>$serviceBrandsConfig.getBrand() <button class="notApplicableBrandService btn-danger btn-md" data-nacommentservice="$serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).getNa_Comment()">NA</button>
|
|
|
137 |
</label>
|
|
|
138 |
#end
|
|
|
139 |
#else
|
|
|
140 |
<label class="checkbox-inline">
|
|
|
141 |
<input type="checkbox" value="$serviceBrandsConfig.getId()" onchange="onChangeStateServiceBrand(this,$paymentOption.getId())" checked>$serviceBrandsConfig.getBrand() <a href="javascript:void(0)" style="color:blue" title="Activated">✔</a>
|
|
|
142 |
</label> <a href="javascript:void(0)" style="color:red" title="DEACTIVATE BRAND SERVICE" class="deactivate-brand-service" data-serviceid="$paymentOption.getId()" data-servicebrandid="$serviceBrandsConfig.getId()">Deactivate</a>
|
|
|
143 |
#end
|
|
|
144 |
#end
|
|
|
145 |
</div>
|
|
|
146 |
#else
|
|
|
147 |
<div class="column">
|
|
|
148 |
<h4>
|
| 29058 |
manish |
149 |
<label>
|
| 28829 |
amit.gupta |
150 |
<span>$paymentOption.getName()</span>
|
|
|
151 |
<a href="javascript:void(0)">Applicable</a>
|
|
|
152 |
<button class="markNA btn-primary btn-md" data-serviceid="$paymentOption.getId()">Mark NA</button>
|
|
|
153 |
<a href="javascript:void(0)" style="color:red" title="Deactivated">✕</a>
|
|
|
154 |
</label> <a href="javascript:void(0)" style="color:blue" title="ACTIVATE SERVICE" class="activate-service" data-serviceid="$paymentOption.getId()">Activate</a>
|
|
|
155 |
</h4>
|
|
|
156 |
#foreach($serviceBrandsConfig in $serviceIdAndServiceBrandsConfigMap.get($paymentOption.getId()))
|
|
|
157 |
<label class="checkbox-inline">
|
|
|
158 |
<input type="checkbox" value="$serviceBrandsConfig.getId()" onchange="onChangeStateServiceBrand(this,$paymentOption.getId())" disabled>$serviceBrandsConfig.getBrand()
|
|
|
159 |
</label>
|
|
|
160 |
#end
|
|
|
161 |
</div>
|
|
|
162 |
#end
|
| 24317 |
govind |
163 |
#else
|
|
|
164 |
<div class="column">
|
|
|
165 |
<h4>
|
| 24328 |
govind |
166 |
<label>
|
| 28829 |
amit.gupta |
167 |
<span>$paymentOption.getName()</span>
|
| 29064 |
manish |
168 |
<button class="notApplicableByPartner btn-danger btn-md" data-toggle="modal" data-target="#serviceDeactivateByPartnerModal" data-serviceid="$paymentOption.getId()">PNI</button>
|
| 28829 |
amit.gupta |
169 |
<button class="markApplicable btn-primary btn-md" data-serviceid="$paymentOption.getId()">Mark Applicable</button>
|
| 29064 |
manish |
170 |
<button class="markNA btn-danger btn-md" data-serviceid="$paymentOption.getId()">Mark NA</button>
|
| 24317 |
govind |
171 |
</label>
|
| 29064 |
manish |
172 |
|
|
|
173 |
<div id="serviceDeactivateByPartnerModal" class="modal fade" role="dialog"></div>
|
| 24317 |
govind |
174 |
</h4>
|
|
|
175 |
</div>
|
|
|
176 |
#end
|
|
|
177 |
#end
|
|
|
178 |
</div>
|
|
|
179 |
#end
|