Subversion Repositories SmartDukaan

Rev

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

Rev 16891 Rev 16912
Line 1... Line 1...
1
	<ul class="nav nav-tabs catselect">
1
 <ul class="nav nav-tabs catselect">
2
	<?php foreach($categories AS $catId => $name):?>
2
	<?php foreach($categories AS $catId => $name):?>
3
	  	<li class=" tab_layout <?php if((isset($id)) && $catId == $id):?>active<?php endif;?> col-xs-<?php echo (12/(count($categories)+1));?>">
3
	  	<li class=" tab_layout <?php if((isset($id)) && $catId == $id):?>active<?php endif;?> col-xs-<?php echo (12/(count($categories)+1));?>">
4
	    <a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
4
	    <a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
5
	<?php endforeach;?>
5
	<?php endforeach;?>
6
		<li class="tab_layout col-xs-<?php echo (12/(count($categories)+1));?> <?php if($id!=2):?>bg-white<?php endif;?>">
6
		<li class="tab_layout col-xs-<?php echo (12/(count($categories)+1));?> <?php if($id!=2):?>bg-white<?php endif;?>">
Line 33... Line 33...
33
	</ul>
33
	</ul>
34
	<div class="filters row">			
34
	<div class="filters row">			
35
		<?php if($id==2):?>
35
		<?php if($id==2):?>
36
		<div class="text-center">
36
		<div class="text-center">
37
			<a href = "<?php echo $base_url;?>appb"><span style="color:red;font-size:1.1em">Earn upto Rs. 10,000 pm</span> <u style="font-size:1.1em">See how</u></a><br>
37
			<a href = "<?php echo $base_url;?>appb"><span style="color:red;font-size:1.1em">Earn upto Rs. 10,000 pm</span> <u style="font-size:1.1em">See how</u></a><br>
38
			<div class="text_arrange cb">Download free apps for your customer.</div>
38
			<div class="text_arrange cb">
-
 
39
				
-
 
40
 
-
 
41
				<ul class="list-unstyled " style='margin:1px';>
-
 
42
                        <li class="row row_style" >
-
 
43
                          <div class="creditedcashbacks card row" >
-
 
44
                          	Download free apps for your customer. Normally cashbacks is approved for 30-40% cases. For Increasing your profit click here to see tips
-
 
45
                          </div>
-
 
46
                          <div class="suborders hidden" style="background:#fff;">
-
 
47
                            <div class="row">
-
 
48
                            	
-
 
49
                            	<div class="col-xs-12">
-
 
50
                            		<ol style="text-align:left;">
-
 
51
                            			<li>Only install new apps</li>
-
 
52
                            			<li>Keep network connected after installing apps.</li>   			
-
 
53
                            			<li>Open the app 4-5 minutes after installing</li>
-
 
54
                            			<li>Preferably register and login on app if needed.</li>
-
 
55
                            		</ol>
-
 
56
                            	</div>
-
 
57
                            	
-
 
58
                            </div>
-
 
59
                          </div>              
-
 
60
                    </li>
-
 
61
                </ul>
-
 
62
 
-
 
63
			</div>
39
		</div>		
64
		</div>		
40
		<?php endif;?>		
65
		<?php endif;?>		
41
		<?php if(isset($notification) && !empty($notification)):?>
66
		<?php if(isset($notification) && !empty($notification)):?>
42
			<?php if($notification['NotificationRule']['type']=='link'):?>
67
			<?php if($notification['NotificationRule']['type']=='link'):?>
43
			<div class="alert alert-info text-center col-xs-12">
68
			<div class="alert alert-info text-center col-xs-12">
Line 95... Line 120...
95
	  			<a class="btn btn-xs btn-danger filteraction clearfilters pull-right mr5" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
120
	  			<a class="btn btn-xs btn-danger filteraction clearfilters pull-right mr5" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
96
	  		<?php endif;?>	
121
	  		<?php endif;?>	
97
        </div>
122
        </div>
98
		<?php endif;?>			
123
		<?php endif;?>			
99
	</div>
124
	</div>
-
 
125
 
-
 
126
 
-
 
127
 
-
 
128
					<ul class="list-unstyled " style='margin:1px';>
-
 
129
                        <li class="row row_style" >
-
 
130
                          <div class="creditedcashbacks card row" style="padding:0px;margin:0px;background:#f9fafb">
-
 
131
                          </div>
-
 
132
                          <div class="suborders hidden" >
-
 
133
                            
-
 
134
                          </div>              
-
 
135
                        </li>
-
 
136
                    </ul>
100
137