Subversion Repositories SmartDukaan

Rev

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

Rev 18149 Rev 18184
Line 208... Line 208...
208
<?php if(isset($searchfor) && !empty($searchfor)):?>
208
<?php if(isset($searchfor) && !empty($searchfor)):?>
209
<div id= "moreitem">    
209
<div id= "moreitem">    
210
    <a href="<?php echo $_SERVER['HTTP_REFERER'];?>"><span style="padding:3px" class="glyphicon glyphicon-arrow-left"></span>Showing <?php echo $searchfor;?> items</a>
210
    <a href="<?php echo $_SERVER['HTTP_REFERER'];?>"><span style="padding:3px" class="glyphicon glyphicon-arrow-left"></span>Showing <?php echo $searchfor;?> items</a>
211
</div>
211
</div>
212
<?php endif;?>
212
<?php endif;?>
213
<?php if($id==6 && isset($subcategorieschosen) && in_array($_COOKIE['subcategorieschosen'], $searchableSubCategories)):?>
213
<?php if($id==6 && isset($subcategorieschosen) && array_key_exists($_COOKIE['subcategorieschosen'], $searchableSubCategories)):?>
-
 
214
	<div id= "moreitem">    
-
 
215
	    <a href="<?php echo $_SERVER['HTTP_REFERER'];?>"><span style="padding:3px" class="glyphicon glyphicon-arrow-left"></span>Showing <?php echo $searchableSubCategories[$_COOKIE['subcategorieschosen']];?> items</a>
-
 
216
	</div>
214
    <div class= "inner-addon left-addon" style='padding-top:5px;position: relative;'>
217
    <div class= "inner-addon left-addon" style='padding-top:5px;position: relative;'>
215
        <i class="glyphicon glyphicon-search"></i>
218
        <i class="glyphicon glyphicon-search"></i>
216
        <input type="text" id= "searchforbrand" placeholder="Search brands or models"  class="input-block-level">
219
        <input type="text" id= "searchforbrand" placeholder="Search brands or models"  class="input-block-level">
217
    </div>
220
    </div>
218
<?php endif;?>
221
<?php endif;?>