100 lines
3.9 KiB
HTML
100 lines
3.9 KiB
HTML
|
{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-4">
|
|||
|
{include file=$mnulk}
|
|||
|
</div>
|
|||
|
<div class="col-lg-8">
|
|||
|
<div class="card shadow-none mb-0">
|
|||
|
<div class="card-body">
|
|||
|
<h3>В каких городах вы работаете?</h3>
|
|||
|
<div class="row mb-3">
|
|||
|
<div class="col-md-6">
|
|||
|
<label class="form-label">Регион</label>
|
|||
|
<select class="form-control mt-2 mb-2" name="parent" id="sel-parent-region">
|
|||
|
{section name=customer loop=$region} {if $region[customer].id}
|
|||
|
<option value="{$region[customer].id}" {if ($user_info["0"].region == $region[customer].id)} selected {/if}>{$region[customer].txt}</option>
|
|||
|
{/if} {/section}
|
|||
|
</select>
|
|||
|
</div>
|
|||
|
<div class="col-md-6">
|
|||
|
<label class="form-label">Город</label>
|
|||
|
<select class="form-control mt-2 mb-2" name="parent" id="sel-children-city">
|
|||
|
{section name=customer loop=$city} {if $city[customer].id}
|
|||
|
<option value="{$city[customer].id}" data-chained="{$city[customer].region_id}" {if ($user_info['0'].city==$city[customer].id)} selected{/if}>{$city[customer].txt}</option>
|
|||
|
{/if} {/section}
|
|||
|
</select>
|
|||
|
</div>
|
|||
|
<div class="col-3">
|
|||
|
<button type="button" class="btn btn-dark btn-ecomm" id="AddCityPerevozka">Добавить</button>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<h3 id="cityList">{section name=customer loop=$myCity} {if $myCity[customer].id}<span class="badge bg-secondary" style="margin: 3px;"> {$myCity[customer].txt} <span class="badge text-bg-secondary"><img src="/api/img/gray/gif/del.gif" style="cursor: pointer;" class="delCityWork" data-id="{$myCity[customer].id}"></span> </span>{/if} {/section}</h3>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="card-body">
|
|||
|
<h3>Какие машины у вас есть?</h3>
|
|||
|
<div class="row mb-3">
|
|||
|
<div class="col-md-6">
|
|||
|
|
|||
|
</div>
|
|||
|
<div class="col-md-6">
|
|||
|
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
<div class="card-body">
|
|||
|
<h3>Оказываете ли услуги грузчиков?</h3>
|
|||
|
<div class="row mb-3">
|
|||
|
<div class="col-md-6">
|
|||
|
|
|||
|
</div>
|
|||
|
<div class="col-md-6">
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!--end row-->
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</section>
|
|||
|
<!--end shop cart-->
|
|||
|
{include file=$footer plugins="<script src='/api/jquery/plugins/jquery_chained/jquery.chained.min.js'></script>"}
|