Subversion Repositories SmartDukaan

Rev

Rev 29676 | Rev 29785 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
29729 manish 1
 
29676 amit.gupta 2
#foreach( $offer in $publishedOffers )
29729 manish 3
    <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;">
29676 amit.gupta 5
            $offer.getName()
6
        </h3>
7
        <h4 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()
9
        	#if($offer.getActivationBrands())
10
        		 on $offer.getActivationBrands() 
11
        	#end
12
        </h4>
13
        <h4 style="color:green;margin-top:0px;margin-bottom:0px;">
14
        	$offer.getDashboardHtml()
15
        </h4>
16
        <p style="float:right;font-size:15px; margin:0px 0px 0px; " class="description-offer"
17
           data-offerid="$offer.getId()" data-toggle="modal"
18
           data-backdrop="static" data-keyboard="false"><a href="javascript:void(0)">All terms & conditions</a></p>
19
    </div>
29729 manish 20
#end