1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-30 14:48:12 +03:00
ifhub.club/application/frontend/components/search-form/tests/visual/search_form.tpl
Alexander Yakovlev 565ff70c0b Слияние с upstream (LiveStreet/github)
Слил насколько возможно, папка install удалена.
2017-01-11 14:57:03 +07:00

30 lines
691 B
Smarty

{**
* Тестирование форм поиска
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_page_title'}
Component <span>search-form</span>
{/block}
{block 'layout_content'}
{function test_heading}
<br><h3>{$sText}</h3>
{/function}
{test_heading sText='Default'}
{component 'search-form'
name = 'text'
note = 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, libero.'}
{test_heading sText='Light'}
{component 'search-form'
name = 'text'
mods = 'light'
note = 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, libero.'}
{/block}