| Line 5... |
Line 5... |
| 5 |
<?php //$deal = $offer['AppOffer'];?>
|
5 |
<?php //$deal = $offer['AppOffer'];?>
|
| 6 |
<div class="row card" style='font-size: 12px;'>
|
6 |
<div class="row card" style='font-size: 12px;'>
|
| 7 |
<div class="col-xs-4 productthumb getapp" data-id="<?php echo $deal['app_id'];?>" data-url="<?php echo $deal['link'];?>" data-price="<?php echo intval($deal['offer_price']);?>">
|
7 |
<div class="col-xs-4 productthumb getapp" data-id="<?php echo $deal['app_id'];?>" data-url="<?php echo $deal['link'];?>" data-price="<?php echo intval($deal['offer_price']);?>">
|
| 8 |
<img src="<?php echo $base_url;?>app/webroot/timthumb.php?src=<?php echo $deal['image_url'];?>&h=100" height = '80px'/>
|
8 |
<img src="<?php echo $base_url;?>app/webroot/timthumb.php?src=<?php echo $deal['image_url'];?>&h=100" height = '80px'/>
|
| 9 |
<!-- <br/> -->
|
9 |
<!-- <br/> -->
|
| 10 |
<!-- <br/> -->
|
10 |
<br/>
|
| 11 |
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span><i><?php echo $deal['downloads'];?></i>
|
11 |
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span><i><?php echo $deal['downloads'];?></i>
|
| 12 |
<br/>
|
12 |
<br/>
|
| 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'];?>
|
| Line 67... |
Line 67... |
| 67 |
<h4>No more offers found. Please try again later.</h4>
|
67 |
<h4>No more offers found. Please try again later.</h4>
|
| 68 |
<div class="text-center">
|
68 |
<div class="text-center">
|
| 69 |
<button type="button" class="btn btn-xs btn-primary refresh">Retry</button>
|
69 |
<button type="button" class="btn btn-xs btn-primary refresh">Retry</button>
|
| 70 |
</div>
|
70 |
</div>
|
| 71 |
<?php endif;?>
|
71 |
<?php endif;?>
|
| 72 |
<?php endif;?>
|
- |
|
| 73 |
|
72 |
<?php endif;?>
|
| - |
|
73 |
|