HEX
Server: Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 mod_fcgid/2.3.9 PHP/5.4.16
System: Linux dvm.vladweb.ru 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: region-gk.ru (1016)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: /home/temp/yarusvl.ru/adminx/tpls/html/priladka.tpl
{* Title *}
{$meta_title=$btr->left_priladka_title scope=parent}

{*Название страницы*}
<div class="row">
    <div class="col-lg-7 col-md-7">
        <div class="wrap_heading">
            <div class="box_heading heading_page">
                {$btr->left_priladka_title|escape} / <a href="/adminx/index.php?module=TranslationAdmin&id=constants">Константы</a>
            </div>
        </div>
    </div>
</div>

<div class="boxed fn_toggle_wrap">

    <form method="post" enctype="multipart/form-data" class="fn_form_list">
             <input type="hidden" name="session_id" value="{$smarty.session.id}" />

        <input type="file" name="file" value=""> <button type="submit" name="save" class="btn btn_small btn_blue float-md-right">
                                    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 26 26" width="20px" height="20px"><path d="m.3,14c-0.2-0.2-0.3-0.5-0.3-0.7s0.1-0.5 0.3-0.7l1.4-1.4c0.4-0.4 1-0.4 1.4,0l.1,.1 5.5,5.9c0.2,0.2 0.5,0.2 0.7,0l13.4-13.9h0.1v-8.88178e-16c0.4-0.4 1-0.4 1.4,0l1.4,1.4c0.4,0.4 0.4,1 0,1.4l0,0-16,16.6c-0.2,0.2-0.4,0.3-0.7,0.3-0.3,0-0.5-0.1-0.7-0.3l-7.8-8.4-.2-.3z" fill="currentColor"></path></svg>
                                    <span>Загрузить</span>
                                </button>
    </form>
    <br><br>
             <div class="mgc_list products_list fn_sort_list">


                 <div class="mgc_list_head">


                                   <div class="mgc_list_heading mgc_list_name">Категория</div>
                     <div class="mgc_list_heading mgc_list_name">Подкатегория</div>
                     <div class="mgc_list_heading mgc_list_name">Артикул</div>
                     <div class="mgc_list_heading mgc_list_name">Наименование</div>
                     <div class="mgc_list_heading mgc_list_name">Кол-во цветов</div>
                     <div class="mgc_list_heading mgc_list_name">Тираж</div>
                     <div class="mgc_list_heading mgc_list_name">Размер нанесения</div>
                     <div class="mgc_list_heading mgc_list_name">Стоиомсть/ед.</div>
                     <div class="mgc_list_heading mgc_list_name">ФОРМУЛА</div>

                                   <div class="mgc_list_heading mgc_list_close"></div>
                               </div>


                 <div class="mgc_list_body sortable">

                     <div class="fn_row mgc_list_body_item fn_sort_item">
                         {foreach $rows as $item}
                                              <div class="mgc_list_row ">

                                                  <div class="mgc_list_boding"><input type="text" class="form-control" value="{$item->cat|escape}"> </div>
                                                  <div class="mgc_list_boding"><input type="text" class="form-control" value="{$item->subcat|escape}"> </div>
                                                  <div class="mgc_list_boding"><input type="text" class="form-control" value="{$item->sku|escape}"> </div>
                                                  <div class="mgc_list_boding"><input type="text" class="form-control" value="{$item->name|escape}"> </div>
                                                  <div class="mgc_list_boding"><input type="text" class="form-control" value="{$item->colors|escape}"> </div>
                                                  <div class="mgc_list_boding"><input type="text" class="form-control" value="{$item->num|escape}"> </div>
                                                  <div class="mgc_list_boding"><input type="text" class="form-control" value="{$item->size|escape}"> </div>
                                                  <div class="mgc_list_boding"><input type="text" class="form-control" value="{$item->price|escape}"> </div>
                                                  <div class="mgc_list_boding"><input type="text" class="form-control" value="{$item->formula|escape}"> </div>

                                                  <div class="mgc_list_boding"> 10 </div>

                                              </div>
                         {/foreach}
                     </div>

{*<table class="table table-hover">
    <thead>
    <tr>
        <th>Категория</th>
        <th>Подкатегория
        </th>
        <th>Артикул
        </th>
        <th>Наименование
        </th>
        <th>Кол-во цветов
        </th>
        <th>Тираж
        </th>
        <th>Размер нанесения
        </th>
        <th>Стоиомсть/ед.
        </th>
        <th>ФОРМУЛА</th>
        <th></th>

    </tr>
    </thead>
    {foreach $rows as $row}

    {/foreach}

</table>*}

             </div>

</div>