EXPO-25 index.html

remotes/origin/1203
pavel 11 years ago
parent 9cb757c06f
commit 79f4ba7963
  1. 44
      templates/client/index.html

@ -3,38 +3,13 @@
{% load i18n %}
{% load thumbnail %}
{% load template_filters %}
{% block styles %}
<style>
.pict-over{
width: 220px;
height: 220px;
line-height: 212px;
text-align: center;
background: #ffffff;
border-radius: 4px;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
}
.pict-over img{
max-width: 100%;
max-height: 100%;
border-radius: 4px;
vertical-align: middle;
}
.pict-over{width:220px;height:220px;line-height:212px;text-align:center;background:#fff;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;display:block}.pict-over img{max-width:100%;max-height:100%;border-radius:4px;vertical-align:middle}
</style>
{% endblock %}
{% block body_class %} class="main-page" {% endblock %}
{% block top %}
<section class="layout mp-top">
<div class="layout-wrap">
@ -47,11 +22,9 @@
</div>
</section>
{% endblock %}
{% block search %}
{% include 'includes/catalog_search_main.html' with search_form=search_form %}
{% endblock %}
{% block catalog %}
<section class="layout mp-catalog">
<div class="layout-wrap">
@ -89,7 +62,6 @@
</div>
</section>
{% endblock %}
{% block announces %}
<section class="layout mp-announces">
<div class="layout-wrap">
@ -140,7 +112,6 @@
</div>
</section>
{% endblock %}
{% block partners %}
<section class="layout mp-partners">
<div class="mpp-wrap">
@ -155,30 +126,27 @@
</div>
</section>
{% endblock %}
{% block services %}
<section class="layout mp-services">
<div class="layout-wrap">
<aside>
{% include 'client/includes/services.html' %}
</aside>
<div class="mcl">
<div class="mp-reviews-wrap clearfix">
{% include 'client/includes/index/blogs.html' with blogs=blogs %}
<div class="sbnr">
<div class="sbnr-wrap"><a href="#"><img src="{% static 'client/img/_del-temp/bnrs.jpg' %}" alt="" /></a></div>
</div>
</div>
</div>
</div>
</section>
<script src="{% static 'client/js' %}{% if debug %}/{% else %}_min/{% endif %}_modules/page.index{% if debug %}{% else %}.min{% endif %}.js"></script>
{% if request.GET.debug == '1' %}
<script src="{% static 'client/js/_modules/page.index.js' %}"></script>
{% else %}
<script src="{% static 'client/js_min/_modules/page.index.min.js' %}"></script>
{% endif %}
<script>
EXPO.index.init({
note:{

Loading…
Cancel
Save