Subversion Repositories SmartDukaan

Rev

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

#foreach( $offer in $publishedOffers )
    <div class="col-lg-6 info-box white-bg" style="margin-bottom:1px">
        <h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4px;font-weight:bold; font-size:20px;">
            $offer.getName()
        </h3>
        <h5 style="margin-top:-2px;font-size:15px;color:#5547d0;font-weight:bold">
                From $dateMonthFormatter.format($offer.getStartDate()) to $dateMonthFormatter.format($offer.getEndDate()), Based on $offer.getSchemeType()
        </h5>
        <h4 style="color:green;margin-top:0px;margin-bottom:0px;">
                $offer.getDashboardHtml()
        </h4>
        <p style="float:right;font-size:15px; margin:0px 0px 0px; " class="description-offer"
           data-offerid="$offer.getId()" data-toggle="modal"
           data-backdrop="static" data-keyboard="false"><a href="javascript:void(0)">All terms & conditions</a></p>
    </div>
#end