Blame view

templates/video2_one.tpl 1.54 KB
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  <h2>{$rules_info_one.name}</h2>
  <div class="info_txt">
  <h1>{$video.title|stripslashes|escape:"html"}</h1>
  {if $news.pic_big1}<img src="{$smarty.const.URL}uploaded/pic/news/big/{$news.pic_big}" class="pic right" border="0" alt="{$news.title|stripslashes|escape:"html"}" align="left">{/if}
  {$video.code|stripslashes}
  <div class="both"></div>
  
  </div>
  
  
  {section name=i loop=$products}{if count($products[i].products)>0}
   <div class="list_rubric"><strong>{$products[i].rubric.name}</strong></div>
                          <div class="box5 mt" align="center">
                                  {section name=j loop=$products[i].products}
                                  <div class="products_list_row" align="center">
       <a href="{$smarty.const.URL}catalogs/{$products[i].products[j].rubric_id}/t{$products[i].products[j].id}/"><img src="http://extremstyle.ua/{if $products[i].products[j].pic}uploaded/pic/catalogs/products/{$products[i].products[j].pic}{else}img/picno2.jpg{/if}" alt="{$products[i].products[j].title|escape:'html'}" title="{$products[i].products[j].title|escape:'html'}" border="0" class="pic" /></a>
        <div class="name2"><a href="{$smarty.const.URL}catalogs/{$products[i].products[j].rubric_id}/t{$products[i].products[j].id}/"><strong>{$products[i].products[j].name|stripslashes}</strong></a></div>
        <div class="cost">{$products[i].products[j].cine} грн.</div>
  
                 </div>{if not ($smarty.section.j.rownum mod 5)}<div class="both"></div>{/if}
                  {/section}<div class="both"></div>
  
                          </div>
  {/if}{/section}