Subversion Repositories SmartDukaan

Rev

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

Rev 16673 Rev 16731
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="<?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="col-xs-<?php echo (12/(count($categories)+1));?> bg-white">
6
		<li class="tab_layout col-xs-<?php echo (12/(count($categories)+1));?> bg-white">
7
			<?php if($id!=2):?>
7
			<?php if($id!=2):?>
8
			<div class="dropdown pull-right">
8
			<div class="dropdown pull-right">
9
				<a tabindex="0" id="popovertrigger" role="button" class="btn" data-container="body" data-toggle="popover" data-placement="left" data-trigger="click" data-content="<span class='greentext'>Filter by brands</span> to see deals you want"></a>
9
				<a tabindex="0" id="popovertrigger" role="button" class="btn" data-container="body" data-toggle="popover" data-placement="left" data-trigger="click" data-content="<span class='greentext'>Filter by brands</span> to see deals you want"></a>
10
			  <button class="<?php if(isset($brandschosen) && !empty($brandschosen)):?>red-text<?php endif;?> btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
10
			  <button class="<?php if(isset($brandschosen) && !empty($brandschosen)):?>red-text<?php endif;?> btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
11
			  	 Filters <?php if(isset($brandschosen) && !empty($brandschosen)):?>On<?php endif;?>	  
11
			  	 Filters <?php if(isset($brandschosen) && !empty($brandschosen)):?>On<?php endif;?>	  
Line 29... Line 29...
29
			  </ul>
29
			  </ul>
30
			</div>
30
			</div>
31
			<?php endif;?>
31
			<?php endif;?>
32
		</li>	
32
		</li>	
33
	</ul>
33
	</ul>
34
	<div class="filters row">				
34
	<div class="filters row">	
-
 
35
		<div style="color:black;padding:0px;">			
-
 
36
			<a href = "http://localdtr/appb"><font color="red">Earn Rs. 10,000 pm</font> <u>See how</u></a><br>
-
 
37
			<div class="text_arrange">Download free apps for your customer.</div>
-
 
38
		</div>
35
		<?php if(isset($notification) && !empty($notification)):?>
39
		<?php if(isset($notification) && !empty($notification)):?>
36
			<?php if($notification['NotificationRule']['type']=='link'):?>
40
			<?php if($notification['NotificationRule']['type']=='link'):?>
37
			<div class="alert alert-info text-center col-xs-12">
41
			<div class="alert alert-info text-center col-xs-12">
38
				<a target="_blank" href="<?php echo $notification['NotificationRule']['url'].'?user_id='.$logged_user['id'];?>" class="webnotification"><?php echo $notification['NotificationRule']['message'];?></a>
42
				<a target="_blank" href="<?php echo $notification['NotificationRule']['url'].'?user_id='.$logged_user['id'];?>" class="webnotification"><?php echo $notification['NotificationRule']['message'];?></a>
39
			</div>
43
			</div>