Subversion Repositories SmartDukaan

Rev

Rev 35396 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35396 Rev 35675
Line 14... Line 14...
14
</style>
14
</style>
15
<div class="grid-box">
15
<div class="grid-box">
16
    #foreach( $offer in $publishedOffers )
16
    #foreach( $offer in $publishedOffers )
17
        <div class="item info-box white-bg mk_offer_container" style="margin-bottom:1px">
17
        <div class="item info-box white-bg mk_offer_container" style="margin-bottom:1px">
18
            <h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4px;font-weight:bold; font-size:20px;">
18
            <h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4px;font-weight:bold; font-size:20px;">
-
 
19
                <a href="javascript:void(0)" class="description-offer" data-offerid="$offer.getId()"
-
 
20
                   style="color:#c70db8; text-decoration:none;">
19
                $offer.getName()
21
                    $offer.getName()
-
 
22
                </a>
20
            </h3>
23
            </h3>
21
            <h5 style="margin-top:-2px;font-size:15px;color:#5547d0;font-weight:bold">
24
            <h5 style="margin-top:-2px;font-size:15px;color:#5547d0;font-weight:bold">
22
                From $dateMonthFormatter.format($offer.getStartDate())
25
                From $dateMonthFormatter.format($offer.getStartDate())
23
                to $dateMonthFormatter.format($offer.getEndDate()), Based
26
                to $dateMonthFormatter.format($offer.getEndDate()), Based
24
                on $offer.getSchemeType()
27
                on $offer.getSchemeType()