| Line 32... |
Line 32... |
| 32 |
<div id="mydeals" class="w23p">
|
32 |
<div id="mydeals" class="w23p">
|
| 33 |
<a href="<?php echo base_url().'private-deals/1'?>" class="mydeals-btn">Deals</a>
|
33 |
<a href="<?php echo base_url().'private-deals/1'?>" class="mydeals-btn">Deals</a>
|
| 34 |
</div>
|
34 |
</div>
|
| 35 |
<div class="search-box w75p">
|
35 |
<div class="search-box w75p">
|
| 36 |
<div id="search" class="search-hldr clearfix">
|
36 |
<div id="search" class="search-hldr clearfix">
|
| 37 |
<input type="text" id="autocomplete" onkeyup="autoComplete()" value="<?php if(isset($_GET['q'])) echo urldecode($_GET['q']); ?>" placeholder="Search for more items" onKeyDown="if(event.keyCode==13) searchTrigger();" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/><div class="search" onclick="searchTrigger()"></div>
|
37 |
<input <?php if(!$authorized):?>disabled="true"<?php endif;?> type="text" id="autocomplete" onkeyup="autoComplete()" value="<?php if(isset($_GET['q'])) echo urldecode($_GET['q']); ?>" placeholder="Search for more items" onKeyDown="if(event.keyCode==13) searchTrigger();" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/><div class="search" onclick="searchTrigger()"></div>
|
| 38 |
</div>
|
38 |
</div>
|
| 39 |
<div id="search-result"></div>
|
39 |
<div id="search-result"></div>
|
| 40 |
</div>
|
40 |
</div>
|
| 41 |
<?php else:?>
|
41 |
<?php else:?>
|
| 42 |
<div class="search-box">
|
42 |
<div class="search-box">
|
| 43 |
<div id="search" class="search-hldr clearfix">
|
43 |
<div id="search" class="search-hldr clearfix">
|
| 44 |
<input type="text" id="autocomplete" onkeyup="autoComplete()" value="<?php if(isset($_GET['q']) && $_GET['q'] != '*') echo urldecode($_GET['q']); ?>" placeholder="Search for more items" onKeyDown="if(event.keyCode==13) searchTrigger();" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/><div class="search" onclick="searchTrigger()"></div>
|
44 |
<input <?php if(!$authorized):?>disabled="true"<?php endif;?> type="text" id="autocomplete" onkeyup="autoComplete()" value="<?php if(isset($_GET['q']) && $_GET['q'] != '*') echo urldecode($_GET['q']); ?>" placeholder="Search for more items" onKeyDown="if(event.keyCode==13) searchTrigger();" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/><div class="search" onclick="searchTrigger()"></div>
|
| 45 |
</div>
|
45 |
</div>
|
| 46 |
<div id="search-result"></div>
|
46 |
<div id="search-result"></div>
|
| 47 |
</div>
|
47 |
</div>
|
| 48 |
<?php endif;?>
|
48 |
<?php endif;?>
|