|
|
|
|
@ -46,7 +46,11 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="i-rating" title="Рейтинг: 551">551</div> |
|
|
|
|
<div class="reason_block"> |
|
|
|
|
<p>Заполните свой<br>профиль, чтобы<br>повысить рейтинг</p> |
|
|
|
|
<p>Чем выше<br>рейтинг —<br>тем больше<br>преимуществ!</p> |
|
|
|
|
</div> |
|
|
|
|
</aside> |
|
|
|
|
{# END avatar #} |
|
|
|
|
<div class="i-info"> |
|
|
|
|
@ -294,36 +298,42 @@ |
|
|
|
|
</div> |
|
|
|
|
{# contacts #} |
|
|
|
|
<div class="ic-links dd_width_5"> |
|
|
|
|
<div class="ic-tel p-editable"> |
|
|
|
|
{% if phone_form.phone.value %} |
|
|
|
|
<div class="phone_form-wrap"> |
|
|
|
|
<div class="p-editable add_link_text add_link_text_medium"> |
|
|
|
|
<a class="e-btn" href="#" title="">{% trans 'Добавить' %}</a> |
|
|
|
|
<div class="add_link_text_text">{% trans 'номер телефона' %} <b>+15</b></div> |
|
|
|
|
</div> |
|
|
|
|
<div class="ic-tel p-editable hidden"> |
|
|
|
|
{% if phone_form.phone.value %} |
|
|
|
|
<span id="static-phone-value">{{ phone_form.phone.value|phone }}</span> |
|
|
|
|
{% endif %} |
|
|
|
|
<div class="edit-wrap"> |
|
|
|
|
<a class="e-btn" href="#">{% trans 'редактировать' %}</a> |
|
|
|
|
<div class="e-form"> |
|
|
|
|
<form class="clearfix update-profile-form" id="phone_form" action="/profile/update/phone/" method="post">{% csrf_token %} |
|
|
|
|
{% endif %} |
|
|
|
|
<div class="edit-wrap"> |
|
|
|
|
<a class="e-btn" href="#">{% trans 'редактировать' %}</a> |
|
|
|
|
<div class="e-form"> |
|
|
|
|
<form class="clearfix update-profile-form" id="phone_form" action="/profile/update/phone/" method="post">{% csrf_token %} |
|
|
|
|
|
|
|
|
|
<div class="ef-body"> |
|
|
|
|
<div class="ef-body"> |
|
|
|
|
|
|
|
|
|
<div class="epfl"> |
|
|
|
|
<label>{{ phone_form.phone.label }}</label> |
|
|
|
|
<div class="epf-field"> |
|
|
|
|
{{ phone_form.phone }} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="epfl"> |
|
|
|
|
<label>{{ phone_form.phone.label }}</label> |
|
|
|
|
<div class="epf-field"> |
|
|
|
|
{{ phone_form.phone }} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="ef-buttons"> |
|
|
|
|
<button type="submit" class="lnk icon-save">{% trans 'Сохранить' %}</button> |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|
<div class="ef-buttons"> |
|
|
|
|
<button type="submit" class="lnk icon-save">{% trans 'Сохранить' %}</button> |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|
|
|
|
|
|
<a class="ef-close" href="#">{% trans 'закрыть' %}</a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<a class="ef-close" href="#">{% trans 'закрыть' %}</a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<!-- |
|
|
|
|
{% comment %} |
|
|
|
|
<div class="ic-mail p-editable"> |
|
|
|
|
{% if email_form.email.value %} |
|
|
|
|
<a class="icon-mail" href="mailto:{{ email_form.email.value }}">{{ email_form.email.value }}</a> |
|
|
|
|
@ -353,39 +363,44 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
<div class="ic-site p-editable"> |
|
|
|
|
{% if web_page_form.web_page.value %} |
|
|
|
|
<a class="icon-ext-link" id="static-web-page-value" href="{% if web_page_form.web_page.value %}{{ web_page_form.web_page.value }}{% else %}#{% endif %}" target="_blank"> |
|
|
|
|
{% if web_page_form.web_page.value %} |
|
|
|
|
{{ web_page_form.web_page.value }} |
|
|
|
|
{% endif %} |
|
|
|
|
</a> |
|
|
|
|
{% endif %} |
|
|
|
|
{% endcomment %} |
|
|
|
|
<div class="web_page_form-wrap"> |
|
|
|
|
<div class="ic-site p-editable add_link_text add_link_text_medium"> |
|
|
|
|
<a class="e-btn" href="#" title="">{% trans 'Добавить' %}</a> |
|
|
|
|
<div class="add_link_text_text">{% trans 'сайт' %} <b>+5</b></div> |
|
|
|
|
</div> |
|
|
|
|
<div class="ic-site p-editable hidden"> |
|
|
|
|
{% if web_page_form.web_page.value %} |
|
|
|
|
<a class="icon-ext-link" id="static-web-page-value" href="{% if web_page_form.web_page.value %}{{ web_page_form.web_page.value }}{% else %}#{% endif %}" target="_blank"> |
|
|
|
|
{% if web_page_form.web_page.value %} |
|
|
|
|
{{ web_page_form.web_page.value }} |
|
|
|
|
{% endif %} |
|
|
|
|
</a> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
<div class="edit-wrap"> |
|
|
|
|
<a class="e-btn" href="#">{% trans 'редактировать' %}</a> |
|
|
|
|
<div class="e-form"> |
|
|
|
|
<form class="clearfix update-profile-form" id="web_page_form" action="/profile/update/web-page/" method="post">{% csrf_token %} |
|
|
|
|
<div class="edit-wrap"> |
|
|
|
|
<a class="e-btn" href="#">{% trans 'редактировать' %}</a> |
|
|
|
|
<div class="e-form"> |
|
|
|
|
<form class="clearfix update-profile-form" id="web_page_form" action="/profile/update/web-page/" method="post">{% csrf_token %} |
|
|
|
|
|
|
|
|
|
<div class="ef-body"> |
|
|
|
|
<div class="ef-body"> |
|
|
|
|
|
|
|
|
|
<div class="epfl"> |
|
|
|
|
<label>{{ web_page_form.web_page.label }}</label> |
|
|
|
|
<div class="epf-field"> |
|
|
|
|
{{ web_page_form.web_page }} |
|
|
|
|
<div class="epfl"> |
|
|
|
|
<label>{{ web_page_form.web_page.label }}</label> |
|
|
|
|
<div class="epf-field"> |
|
|
|
|
{{ web_page_form.web_page }} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="ef-buttons"> |
|
|
|
|
<button type="submit" class="lnk icon-save">{% trans 'Сохранить' %}</button> |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|
<div class="ef-buttons"> |
|
|
|
|
<button type="submit" class="lnk icon-save">{% trans 'Сохранить' %}</button> |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|
|
|
|
|
|
<a class="ef-close" href="#">{% trans 'закрыть' %}</a> |
|
|
|
|
<a class="ef-close" href="#">{% trans 'закрыть' %}</a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
@ -398,32 +413,37 @@ |
|
|
|
|
{# about #} |
|
|
|
|
<div class="i-additional"> |
|
|
|
|
<div class="ia-title">{% trans 'О себе:' %}</div> |
|
|
|
|
<div class="about_form-wrap"> |
|
|
|
|
<div class="p-editable add_link_text"> |
|
|
|
|
<a class="e-btn" href="#" title="">{% trans 'Добавить' %}</a> |
|
|
|
|
<div class="add_link_text_text">{% trans 'информацию о себе' %} <b>+10</b></div> |
|
|
|
|
</div> |
|
|
|
|
<div class="p-editable hidden"> |
|
|
|
|
<p id="static-about-value">{{ about_form.about.value }}</p> |
|
|
|
|
|
|
|
|
|
<div class="p-editable"> |
|
|
|
|
<p id="static-about-value">{{ about_form.about.value }}</p> |
|
|
|
|
|
|
|
|
|
<div class="edit-wrap"> |
|
|
|
|
<a class="e-btn" href="#">{% trans 'редактировать' %}</a> |
|
|
|
|
<div class="e-form"> |
|
|
|
|
<form class="clearfix update-profile-form" id="about_form" action="/profile/update/about/" method="post">{% csrf_token %} |
|
|
|
|
<div class="edit-wrap"> |
|
|
|
|
<a class="e-btn" href="#">{% trans 'редактировать' %}</a> |
|
|
|
|
<div class="e-form"> |
|
|
|
|
<form class="clearfix update-profile-form" id="about_form" action="/profile/update/about/" method="post">{% csrf_token %} |
|
|
|
|
|
|
|
|
|
<div class="ef-body"> |
|
|
|
|
<div class="ef-body"> |
|
|
|
|
|
|
|
|
|
<div class="epfl"> |
|
|
|
|
<label>{{ about_form.about.label }}</label> |
|
|
|
|
<div class="epf-field"> |
|
|
|
|
{{ about_form.about }} |
|
|
|
|
<div class="epfl"> |
|
|
|
|
<label>{{ about_form.about.label }}</label> |
|
|
|
|
<div class="epf-field"> |
|
|
|
|
{{ about_form.about }} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="ef-buttons"> |
|
|
|
|
<button type="submit" class="lnk icon-save">{% trans 'Сохранить' %}</button> |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|
<div class="ef-buttons"> |
|
|
|
|
<button type="submit" class="lnk icon-save">{% trans 'Сохранить' %}</button> |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|
|
|
|
|
|
<a class="ef-close" href="#">{% trans 'закрыть' %}</a> |
|
|
|
|
<a class="ef-close" href="#">{% trans 'закрыть' %}</a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
@ -451,7 +471,7 @@ |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="add-company-block"> |
|
|
|
|
<a class="button icon-add" href="#">{% trans 'Добавить компанию' %}</a> |
|
|
|
|
<a class="button icon-add" href="#" id="add-new-company">{% trans 'Добавить компанию' %}</a> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
{# END companies #} |
|
|
|
|
@ -479,6 +499,7 @@ |
|
|
|
|
// text part that is added to form id to designate its wrapper container |
|
|
|
|
formContainerPostfix:'-wrap', |
|
|
|
|
// text and paths for dynamically rendered selectboxes |
|
|
|
|
addCompanyButtonId:'add-new-company', |
|
|
|
|
selectBox:[ |
|
|
|
|
{id:'id_country'}, |
|
|
|
|
{id:'id_theme', |
|
|
|
|
@ -499,6 +520,10 @@ |
|
|
|
|
// some helper text in current language |
|
|
|
|
lang:{ |
|
|
|
|
workIn:'в'// there must be 'at' in English |
|
|
|
|
}, |
|
|
|
|
addCompany:{ |
|
|
|
|
modalId:'pw-company', |
|
|
|
|
formId:'create_company_form' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|