Subversion Repositories SmartDukaan

Rev

Rev 29729 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
29676 amit.gupta 1
#foreach( $offer in $publishedOffers )
2
    <div class="row col-lg-12 info-box white-bg" style="margin-bottom:1px">
3
        <h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4px;font-weight:bold">
4
            $offer.getName()
5
        </h3>
6
        <h4 style="margin-top:-2px;font-size:15px;color:#5547d0;font-weight:bold">
7
        	From $dateMonthFormatter.format($offer.getStartDate()) to $dateMonthFormatter.format($offer.getEndDate()), Based on $offer.getSchemeType()
8
        	#if($offer.getActivationBrands())
9
        		 on $offer.getActivationBrands() 
10
        	#end
11
        </h4>
12
        <h4 style="color:green;margin-top:0px;margin-bottom:0px;">
13
        	$offer.getDashboardHtml()
14
        </h4>
15
        <p style="float:right;font-size:15px; margin:0px 0px 0px; " class="description-offer"
16
           data-offerid="$offer.getId()" data-toggle="modal"
17
           data-backdrop="static" data-keyboard="false"><a href="javascript:void(0)">All terms & conditions</a></p>
18
    </div>
19
#end