0byt3m1n1 - D7net
0byt3m1n1 - D7net
Path:
/
home
/
s13cf5ef
/
www
/
pshoptuscamisetaspersonalizadas
/
admin
/
themes
/
default
/
template
/
controllers
/
search
/
helpers
/
view
/
[
Home
]
Name File: view.tpl
< back
{* * 2007-2013 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <contact@prestashop.com> * @copyright 2007-2013 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <script type="text/javascript"> $(function() { $('body').highlight('{$query}'); }); </script> {if $show_toolbar} {include file="toolbar.tpl" toolbar_btn=$toolbar_btn toolbar_scroll=$toolbar_scroll title=$title} <div class="leadin">{block name="leadin"}{/block}</div> {/if} {if isset($features)} {if !$features} <h3>{l s='No features matching your query'} : {$query}</h3> {else} <h3>{l s='Features matching your query'} : {$query}</h3> <table class="table" cellpadding="0" cellspacing="0"> {foreach $features key=key item=feature} {foreach $feature key=k item=val name=feature_list} <tr> <th>{if $smarty.foreach.feature_list.first}{$key}{/if}</th> <td> <a href="{$val.link}">{$val.value}</a> </td> </tr> {/foreach} {/foreach} </table> <div class="clear"> </div> {/if} {/if} {if isset($modules)} {if !$modules} <h3>{l s='No modules matching your query'} : {$query}</h3> {else} <h3>{l s='Modules matching your query'} : {$query}</h3> <table class="table" cellpadding="0" cellspacing="0"> {foreach $modules key=key item=module} <tr> <th><a href="{$module->linkto|escape:'htmlall':'UTF-8'}">{$module->displayName}</a></th> <td><a href="{$module->linkto|escape:'htmlall':'UTF-8'}">{$module->description}</a></td> </tr> {/foreach} </table> <div class="clear"> </div> {/if} {/if} {if isset($categories)} {if !$categories} <h3>{l s='No categories matching your query'} : {$query}</h3> {else} <h3>{l s='Categories matching your query'} : {$query}</h3> <table cellspacing="0" cellpadding="0" class="table"> {foreach $categories key=key item=category} <tr class="alt_row"> <td>{$category}</td> </tr> {/foreach} </table> <div class="clear"> </div> {/if} {/if} {if isset($products)} {if !$products} <h3>{l s='There are no products matching your query'} : {$query}</h3> {else} <h3>{l s='Products matching your query'} : {$query}</h3> {$products} {/if} {/if} {if isset($customers)} {if !$customers} <h3>{l s='There are no customers matching your query'} : {$query}</h3> {else} <h3>{l s='Customers matching your query'} : {$query}</h3> {$customers} {/if} {/if} {if isset($orders)} {if !$orders} <h3>{l s='There are no orders matching your query'} : {$query}</h3> {else} <h3>{l s='Orders matching your query'} : {$query}</h3> {$orders} {/if} {/if}
©
2018. | Recode by D7net