| Line 1... |
Line -... |
| 1 |
|
- |
|
| 2 |
#foreach( $offer in $publishedOffers )
|
1 |
#foreach( $offer in $publishedOffers )
|
| 3 |
<div class="col-lg-6 info-box white-bg" style="margin-bottom:1px">
|
2 |
<div class="col-lg-6 info-box white-bg" style="margin-bottom:1px">
|
| 4 |
<h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4px;font-weight:bold; font-size:20px;">
|
3 |
<h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4px;font-weight:bold; font-size:20px;">
|
| 5 |
$offer.getName()
|
4 |
$offer.getName()
|
| 6 |
</h3>
|
5 |
</h3>
|
| 7 |
<h4 style="margin-top:-2px;font-size:15px;color:#5547d0;font-weight:bold">
|
6 |
<h5 style="margin-top:-2px;font-size:15px;color:#5547d0;font-weight:bold">
|
| 8 |
From $dateMonthFormatter.format($offer.getStartDate()) to $dateMonthFormatter.format($offer.getEndDate()), Based on $offer.getSchemeType()
|
7 |
From $dateMonthFormatter.format($offer.getStartDate()) to $dateMonthFormatter.format($offer.getEndDate()), Based on $offer.getSchemeType()
|
| 9 |
#if($offer.getActivationBrands())
|
- |
|
| 10 |
on $offer.getActivationBrands()
|
- |
|
| 11 |
#end
|
- |
|
| 12 |
</h4>
|
8 |
</h5>
|
| 13 |
<h4 style="color:green;margin-top:0px;margin-bottom:0px;">
|
9 |
<h4 style="color:green;margin-top:0px;margin-bottom:0px;">
|
| 14 |
$offer.getDashboardHtml()
|
10 |
$offer.getDashboardHtml()
|
| 15 |
</h4>
|
11 |
</h4>
|
| 16 |
<p style="float:right;font-size:15px; margin:0px 0px 0px; " class="description-offer"
|
12 |
<p style="float:right;font-size:15px; margin:0px 0px 0px; " class="description-offer"
|
| 17 |
data-offerid="$offer.getId()" data-toggle="modal"
|
13 |
data-offerid="$offer.getId()" data-toggle="modal"
|