Subversion Repositories SmartDukaan

Rev

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

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