0.0.2 form poster
This commit is contained in:
10
templates/v2/content_widgets/cw_w_select_w_for_select.html
Normal file
10
templates/v2/content_widgets/cw_w_select_w_for_select.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
<div class="cw_w_select_widget_for_select" data-id="{{ id }}" data-name="{{ country__name }}/{{ name }}" data-country_code="{{ country__short_code }}" data-flag="{{ MEDIA_URL }}{{ country__flag }}" onclick="selectCountry(this)">
|
||||
<div class="cw_country_inf_part">
|
||||
<img src="{{ MEDIA_URL }}{{ country__flag }}" alt="">
|
||||
<div class="cw_country_code">{{ country__short_code }}</div>
|
||||
</div>
|
||||
<div class="cw_name_country">{{ country__name }}/{{ name }}</div>
|
||||
</div>
|
||||
@@ -1,14 +1,14 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
<div class="w_select_country">
|
||||
<div class="w_select_country_header">
|
||||
<div class="w_select_country closed">
|
||||
<div class="w_select_country_header" onclick="openCountruSelectIfDataEnter(this)">
|
||||
<div class="select_country_header_left_part">
|
||||
<div class="container_inf_about_country">
|
||||
<img class="country_flag_img_container">
|
||||
<div class="country_code"></div>
|
||||
</div>
|
||||
<input type="text" name="{{ name }}" id="id_{{ name }}" placeholder="{{ placeholder }}" data-value="" data-id="">
|
||||
<input type="text" name="{{ name }}" id="id_{{ name }}" placeholder="{{ placeholder }}" oninput="searchCountry(this)" data-value="" data-id="">
|
||||
</div>
|
||||
<img class="w_select_country_icon" src="{% static "v2/icons/widgets/w_select_country/pin.svg" %}" alt="">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user