Subversion Repositories SmartDukaan

Rev

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

Rev 27943 Rev 27944
Line 886... Line 886...
886
                            #parse("dashboard-activated-imeis.vm")
886
                            #parse("dashboard-activated-imeis.vm")
887
                        </div>
887
                        </div>
888
                    #end
888
                    #end
889
                    #foreach( $offer in $publishedOffers )
889
                    #foreach( $offer in $publishedOffers )
890
                        <div class="row col-lg-12 info-box white-bg" style="margin-bottom:1px">
890
                        <div class="row col-lg-12 info-box white-bg" style="margin-bottom:1px">
891
                            <h3 style="margin-top:-2px;font-size:19px; margin-bottom:3px;color:#c70db8;font-weight:bold">
891
                            <h3 style="margin-top:-2px; margin-bottom:3px;color:#c70db8;font-weight:bold">
892
                                $offer.getName() - $dateMonthFormatter.format($offer.getStartDate()) to $dateMonthFormatter.format($offer.getEndDate())
892
                                $offer.getName()
893
                            </h3>
893
                            </h3>
894
                            <h4 style="margin-top:-2px;font-size:16px; margin-bottom:3px;color:#c70db8;font-weight:bold">
894
                            <h4 style="margin-top:-2px;font-size:15px; margin-bottom:3px;color:#5547d0;font-weight:bold">
895
                            	Based on $offer.getSchemeType() on $offer.getActivationBrands()
895
                            	From $dateMonthFormatter.format($offer.getStartDate()) to $dateMonthFormatter.format($offer.getEndDate()), Based on $offer.getSchemeType() on $offer.getActivationBrands()
896
                            </h4>
896
                            </h4>
897
                            <h4 style="color:green;margin-top:0px;margin-bottom:0px;">
897
                            <h4 style="color:green;margin-top:0px;margin-bottom:0px;">
898
                            	#if($offer.getNextTargetSlab())
898
                            	#if($offer.getNextTargetSlab())
899
                                Sell stock worth Rs.<span class="currency">$offer.getNextTargetSlab().getRemainingAmount($offer.getEligibleSale())</span> 
899
                                Sell stock worth Rs.<span class="currency">$offer.getNextTargetSlab().getRemainingAmount($offer.getEligibleSale())</span> 
900
                                to earn $offer.getNextTargetSlab().getTargetDescription()
900
                                to earn $offer.getNextTargetSlab().getTargetDescription()