25 lines
697 B
HTML
25 lines
697 B
HTML
|
{include file=$header title="Личный кабинет соискателя" h1="Личный кабинет"}
|
||
|
<div class='row'>
|
||
|
<div class='col-lg-3 col-md-3 col-sm-12 col-xs-12' style='border-right:1px solid lightgray;'>
|
||
|
{include file=$mnulk}
|
||
|
</div>
|
||
|
<div class='col-lg-9 col-md-9 col-sm-12 col-xs-12' style='border:0px solid gray;'>
|
||
|
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td style="width: 30%;">{if ($bd.foto)}<img src="/img/users/{$smarty.session.user_id}/{$bd.foto}.jpg" style="width: 100%;">{/if}</td>
|
||
|
<td><h3>{$bd.fio}</h3>
|
||
|
Возраст: {$bd.vozrast}<br>
|
||
|
Город: {$bd.gorod}<br>
|
||
|
Телефон: {$bd.tel}<br>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
{include file=$footer plugins=''}
|