Группа: Пользователь Ранг: Продвинутый Регистрация: 16.04.2010 Город: IKZOKZ | Блин, че за хрень! Почему не выводит в строку??? Код search_small.tpl <script language="JavaScript" type="text/javascript"> <!-- // jQuery(function() {ldelim} jQuery("#qs").suggest("{$homelink}/lib/ajax-shopsearch.php",{ldelim}onSelect: function() {ldelim}document.forms['shopssform'].submit();{rdelim}{rdelim}); {rdelim}); //--> </script> <div class="key_body"> <form method="get" id="shopssform" name="shopssform" action="/index.php"> <input type="hidden" name="cid" value="0" /> <input type="hidden" name="multishop" value="1" /> <input type="hidden" name="man" value="0" /> <input name="shop_q" id="qs" type="text" class="input" style="width:400px" value="{if isset($smarty.request.shop_q) && $smarty.request.shop_q!='empty'}{$smarty.request.shop_q|escape:html|stripslashes}{else}{#Najti_3#}{/if}" onfocus="if(this.value == '{#Najti_3#}') this.value='';" onblur="if (this.value=='') this.value='{#Najti_3#}';" maxlength="150" /> <input type="submit" class="shop_buttons_big" style="width:50px" value="{#Najti#}" /> <input class="shop_buttons_big stip" title="{#ExtendedSearch#}" onclick="location.href='{$homelink}/index.php?exts=1&s=1&area={$smarty.session.area}&p=shop&action=showproducts';" type="button" value="{#Najti_2#}" style="width:75px" /> <input type="hidden" name="p" value="shop" /> <input type="hidden" name="action" value="showproducts" /> <input type="hidden" name="limit" value="{$smarty.request.limit|default:24}" /> <input type="hidden" name="s" value="1" /> <input type="hidden" name="ga" value="{if isset($smarty.request.shop_q) && $smarty.request.shop_q!='empty'}{$smarty.request.shop_q|escape:html|stripslashes}{/if}" /> </form>
|
Начинаю поиск, выдает index.php?cid=0&multishop=1&man=0&shop_q=ищу&p=shop&action=showproducts&limit=24&s=1&ga= Почему "ga=" пустой? хотя в коду страницы сайта после поиска есть <input type="hidden" name="p" value="shop" /> <input type="hidden" name="action" value="showproducts" /> <input type="hidden" name="limit" value="24" /> <input type="hidden" name="s" value="1" /> <input type="hidden" name="ga" value="ищу" /> </form>
|
Отредактировано IKZOKZ: 22.10.2013, 12:09:49 |