diff --git a/templates/client/blank.html b/templates/client/blank.html index c119b6cc..892d28d6 100644 --- a/templates/client/blank.html +++ b/templates/client/blank.html @@ -1,52 +1,56 @@ {% load static %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} - {% comment %} This template include basic anf main styles and js files, block with header and footer, which same in all pages, register, login, search popups blocks for add or change: title(title), styles(style), header(header), footer(footer) banners(header_banner), - scripts(script), popups(popup) and blocks: main_part, top, search, catalog, announces, partners, services + scripts(script), popups(popup) and blocks: main_part, top, search, catalog, announces, partners, services head with title block, style block {% endcomment %} - - + + + - {% include 'includes/meta.html' %} - + {% include 'includes/meta.html' %} + - - - - + + + + {% if request.GET.debug == '1' %} + + {% else %} + + {% endif %} - {% block styles %} - {% endblock %} - + {% block styles %} + {% endblock %} + - - - - - - + {% if request.GET.debug == '1' %} + + {% else %} + + {% endif %} + + staticValidation:{ + errorClass:'error-field', + blobClass:'error-blob', + containerClass:'validate-field' + }, + httpFormIds:['social_form','web_page_form'], + seoLinksClass : 'link-encode', + dataKey:'data-type', + socialInputMask:['http://','https://'] + }); + -

You are using an outdated browser. Please upgrade your browser or activate Google Chrome Frame to improve your experience.

---> -
- {% block header %} - {% include 'client/includes/header.html' %} - {% endblock %} - {% block main_part %} - {% endblock %} - - {% block top %} - {% endblock %} - - {% block search %} - {% endblock %} - - {% block catalog %} - {% endblock %} - - {% block announces %} - {% endblock %} - - {% block partners %} - {% endblock %} - - {% block services %} - {% endblock %} - - {% block footer %} - {% include 'client/includes/footer.html' %} - {% endblock %} -
-
- {% if not user.is_authenticated %} - {% include 'client/popups/login.html' %} - {% include 'client/popups/register.html' %} - {% include 'client/popups/reg_send.html' %} +{% endcomment %} +
+ {% block header %} + {% include 'client/includes/header.html' %} + {% endblock %} + {% block main_part %} + {% endblock %} - {% endif %} + {% block top %} + {% endblock %} - {% include 'client/popups/callback.html' %} + {% block search %} + {% endblock %} - {# if user doesnt have url- show form #} + {% block catalog %} + {% endblock %} - {% if not request.user.is_anonymous %} - {% if not request.user.url %} - {% include 'client/popups/user_information.html' with form=reg_complete %} - - {% endif %} - {% endif %} + {% block announces %} + {% endblock %} - {% block popup %} - {% endblock %} -
-{% block photogallery %} + {% block partners %} + {% endblock %} -{% endblock %} + {% block services %} + {% endblock %} - - - - - + {% block footer %} + {% include 'client/includes/footer.html' %} + {% endblock %} +
+
+ {% if not user.is_authenticated %} + {% include 'client/popups/login.html' %} + {% include 'client/popups/register.html' %} + {% include 'client/popups/reg_send.html' %} - + {% endif %} + + {% include 'client/popups/callback.html' %} + + {# if user doesnt have url- show form #} + + {% if not request.user.is_anonymous %} + {% if not request.user.url %} + {% include 'client/popups/user_information.html' with form=reg_complete %} + + {% endif %} + {% endif %} + {% block popup %} + {% endblock %} +
+{% block photogallery %} +{% endblock %} + +{# js libs #} + +{% if request.GET.debug == '1' %} + +{% else %} + +{% endif %} +