82 lines
3.2 KiB
HTML
Executable File
82 lines
3.2 KiB
HTML
Executable File
{include file=$header meta='<meta name="robots" content="noindex,nofollow">' title="Личный кабинет"}
|
|
<!--start breadcrumb-->
|
|
<section class="py-3 border-bottom border-top d-none d-md-flex bg-light">
|
|
<div class="container">
|
|
<div class="page-breadcrumb d-flex align-items-center">
|
|
<h3 class="breadcrumb-title pe-3">Личный кабинет</h3>
|
|
<div class="ms-auto">
|
|
<nav aria-label="breadcrumb">
|
|
<ol class="breadcrumb mb-0 p-0">
|
|
<li class="breadcrumb-item"><a href="javascript:;"><i class="bx bx-home-alt"></i> Старт</a></li>
|
|
<li class="breadcrumb-item active" aria-current="page">Создать новый товар</li>
|
|
</ol>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!--end breadcrumb-->
|
|
<!--start shop cart-->
|
|
<section class="py-4">
|
|
<div class="container">
|
|
<h3 class="d-none">Account</h3>
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="row">
|
|
<div class="col-lg-3">
|
|
{include file=$mnulk}
|
|
</div>
|
|
<div class="col-lg-9">
|
|
<div class="card shadow-none mb-0">
|
|
<div class="card-body">
|
|
<h3>Создать новый товар</h3>
|
|
<input class="form-control" id="input-find" placeholder="Попробуйте найти товар, вдруг он уже есть">
|
|
<table class="table mt-3" id="table-find-tovar"></table>
|
|
|
|
<div id="wr-tabs">
|
|
<div class="tabs">
|
|
<div class="tab active">Основные данные</div>
|
|
</div>
|
|
<div class="content">
|
|
<div class="tab-cont active">
|
|
<form method="post" action="">
|
|
<select class="form-control mb-3" name="parent">
|
|
<option value="0">Нет</option>
|
|
{section name=customer loop=$tovarCat} {if $tovarCat[customer].id}
|
|
<option value="{$tovarCat[customer].id}">{$tovarCat[customer].title}</option>
|
|
{/if} {/section}
|
|
</select>
|
|
<select class="form-control mb-3" name="org_id">
|
|
{section name=customer loop=$org} {if $org[customer].id}
|
|
<option value="{$org[customer].id}">{$org[customer].txt}</option>
|
|
{/if} {/section}
|
|
</select>
|
|
<input class="form-control mb-3" value="" placeholder="Наименование" name="txt">
|
|
<input class="form-control mb-3" value="" placeholder="Цена" name="cena">
|
|
<input class="form-control mb-3" value="" placeholder="Артикул" name="artikul">
|
|
<textarea class="form-control mb-3" style="height: 300px;" placeholder="Описание" name="opisanie"></textarea>
|
|
<input type="submit" class="btn btn-dark" name="ok" value="Сохранить">
|
|
</form>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="tab-cont">
|
|
Контент №2
|
|
</div>
|
|
<div class="tab-cont">
|
|
{include file=$mymarkets}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!--end shop cart-->
|
|
{include file=$footer plugins="<script src='/api/jquery/plugins/jquery_chained/jquery.chained.min.js'></script>"} |