Subversion Repositories SmartDukaan

Rev

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

Rev 17311 Rev 17313
Line 13... Line 13...
13
        <span class="stars"><?php echo $deal['ratings'];?></span>
13
        <span class="stars"><?php echo $deal['ratings'];?></span>
14
        <div class="text_arrange">
14
        <div class="text_arrange">
15
          <?php echo $deal['offerCategory'];?>
15
          <?php echo $deal['offerCategory'];?>
16
        </div>
16
        </div>
17
      </div>
17
      </div>
18
 
-
 
19
 
-
 
20
 
-
 
21
 
-
 
22
 
-
 
23
 
-
 
24
 
-
 
25
 
-
 
26
 
-
 
27
 
-
 
28
      <div class="col-xs-8 getapp appdetails productdetails" data-id="<?php echo $deal['app_id'];?>">
18
      <div class="col-xs-8 getapp appdetails productdetails" data-id="<?php echo $deal['app_id'];?>">
29
        <div style="min-height:100px">
19
        <div style="min-height:70px">
30
 
20
 
31
        <div class="row ">
21
        <div class="row ">
32
          <div class = "col-xs-6" style="margin:0px;padding:0px">
22
          <div class = "col-xs-6" style="margin:0px;padding:0px">
33
            <h5 class="text_arrange1 producttitle getapp " data-id="<?php echo $deal['app_id'];?>" data-url="<?php echo $deal['link'];?>" data-price="<?php echo intval($deal['offer_price']);?>">
23
            <h5 class="text_arrange1 producttitle getapp " data-id="<?php echo $deal['app_id'];?>" data-url="<?php echo $deal['link'];?>" data-price="<?php echo intval($deal['offer_price']);?>">
34
              <b><?php echo $deal['app_name'];?></b>
24
              <b><?php echo $deal['app_name'];?></b>
35
            </h5  >
25
            </h5  >
36
 
26
 
37
          </div>
27
          </div>
38
          <div class="col-xs-6 " style="padding:0px;">
28
          <div class="col-xs-6 " style="padding:0px;">
39
            <!-- <div class="offerprice" style="float:right">   
29
            <!-- <div class="offerprice" style="float:right">   
40
              <font color = '#58d936'>Cashback:</font> <img src='/img/green_rupee.png' height='10px' width='9px'> <font color = 'red'><?php echo intval($deal['user_payout']);?></font>
30
              <font color = '#58d936'>Cashback:</font> <img src='/img/green_rupee.png' height='10px' width='9px'> <font color = 'red'><b><?php echo intval($deal['user_payout']);?></b></font>
41
              <!-- <span class="rupee" style="margin-top:1px;"></span> 
31
              <!-- <span class="rupee" style="margin-top:1px;"></span> 
42
            </div> -->
32
            </div> -->
43
          </div>
33
          </div>
44
        </div>
34
        </div>
45
        
35
        
Line 68... Line 58...
68
 
58
 
69
        </div>
59
        </div>
70
       
60
       
71
        <div class="dealoffer text-small <?php if(!isset($deal['longDescription']) || empty($deal['longDescription'])):?>hidden<?php endif;?> row" style='color:grey;'>            
61
        <div class="dealoffer text-small <?php if(!isset($deal['longDescription']) || empty($deal['longDescription'])):?>hidden<?php endif;?> row" style='color:grey;'>            
72
          <?php //echo strip_tags($deal['longDescription'],'<br>');?> 
62
          <?php //echo strip_tags($deal['longDescription'],'<br>');?> 
73
            <div class="offerprice">   
63
            <span class="offerprice" style="padding:4px">   
74
              <font color = '#58d936'>Cashback:</font> <img src='/img/green_rupee.png' height='14px' width='9px'> <font color = 'red'><?php echo intval($deal['user_payout']);?></font>
64
              <font color = '#58d936'>Cashback:</font> <img src='/img/green_rupee.png' height='14px' width='9px'> <font color = 'red'><b><?php echo intval($deal['user_payout']);?></b></font>
75
              <!-- <span class="rupee" style="margin-top:1px;"></span> -->
65
              <!-- <span class="rupee" style="margin-top:1px;"></span> -->
76
            </div>
66
            </span>
77
        </div>
67
        </div>
78
       
68
       
79
                 
69
                 
80
      </div>                      
70
      </div>                      
81
  </div>  
71
  </div>