From c2d6886f4ecef0c7cfa7418277fd1883a7722ac9 Mon Sep 17 00:00:00 2001 From: Gena Date: Mon, 15 Jun 2015 16:58:43 +0600 Subject: [PATCH] auto --- batiskaf/templates/jinja2/base.jinja | 4 +- batiskaf/templates/jinja2/cart_detail.jinja | 2 +- batiskaf/templates/jinja2/category.jinja | 2 +- batiskaf/templates/jinja2/index.jinja | 233 +----------------- batiskaf/templates/jinja2/news/detail.jinja | 2 +- batiskaf/templates/jinja2/news/list.jinja | 2 +- batiskaf/templates/jinja2/product.jinja | 4 +- batiskaf/templates/jinja2/size/beuchat.jinja | 2 +- .../templates/jinja2/size/omer_sporasub.jinja | 2 +- batiskaf/templates/jinja2/size/sargan.jinja | 2 +- batiskaf/templates/jinja2/size/scorpena.jinja | 4 +- 11 files changed, 17 insertions(+), 242 deletions(-) diff --git a/batiskaf/templates/jinja2/base.jinja b/batiskaf/templates/jinja2/base.jinja index 4650a0d..f10a8d5 100644 --- a/batiskaf/templates/jinja2/base.jinja +++ b/batiskaf/templates/jinja2/base.jinja @@ -82,7 +82,7 @@ Написать нам | + src="/static/img/skype.png" alt="Написать в Skype" title="Написать в Skype" width="20" height="20"/> @@ -92,7 +92,7 @@
- + Батискаф-Казахстан
diff --git a/batiskaf/templates/jinja2/cart_detail.jinja b/batiskaf/templates/jinja2/cart_detail.jinja index 5ce55c5..9eb974a 100644 --- a/batiskaf/templates/jinja2/cart_detail.jinja +++ b/batiskaf/templates/jinja2/cart_detail.jinja @@ -35,7 +35,7 @@ {% set im = item.item.product.main_image()|thumbnail("80x80") %} diff --git a/batiskaf/templates/jinja2/category.jinja b/batiskaf/templates/jinja2/category.jinja index 08f66f0..5e91746 100644 --- a/batiskaf/templates/jinja2/category.jinja +++ b/batiskaf/templates/jinja2/category.jinja @@ -92,7 +92,7 @@
{% set im = product.main_image()|thumbnail("420x420") %} + class="img-responsive" alt="{{ product.title }}" title="{{ product.title }}">
diff --git a/batiskaf/templates/jinja2/index.jinja b/batiskaf/templates/jinja2/index.jinja index 2d86c0e..e66bd39 100644 --- a/batiskaf/templates/jinja2/index.jinja +++ b/batiskaf/templates/jinja2/index.jinja @@ -6,55 +6,17 @@ @@ -77,7 +39,7 @@
{% set im = product.main_image()|thumbnail("420x420") %} + class="img-responsive" alt="{{ product.title }}" title="{{ product.title }}">
@@ -120,194 +82,7 @@
{% endfor %}
-{#
#} -{#
#} -{#
#} -{# #} -{##} -{#
#} -{# #} -{#
#} -{# 6 170,00 ₸#} -{#
#} -{#
#} -{# Товар есть в наличии#} -{#
#} -{# #} -{#
#} -{#
#} -{#
#} -{#
#} -{#
#} -{# #} -{##} -{#
#} -{# #} -{#
#} -{# 13 190,00 ₸#} -{#
#} -{#
#} -{# Товар есть в наличии#} -{#
#} -{# #} -{#
#} -{#
#} -{#
#} -{#
#} -{#
#} -{# #} -{##} -{#
#} -{# #} -{#
#} -{# 9 000,00 ₸#} -{#
#} -{#
#} -{# Товар есть в наличии#} -{#
#} -{# #} -{#
#} -{#
#} -{#
#} -{#
#} -{#
#} -{# #} -{##} -{#
#} -{# #} -{#
#} -{# 8 400,00 ₸#} -{#
#} -{#
#} -{# Товар есть в наличии#} -{#
#} -{# #} -{#
#} -{#
#} -{#
#} -{#
#} -{#
#} -{#
#} -{#
#} -{# #} -{##} -{#
#} -{# #} -{#
#} -{# 19 425,00 ₸#} -{#
#} -{#
#} -{# Товар есть в наличии#} -{#
#} -{# #} -{#
#} -{#
#} -{#
#} -{#
#} -{#
#} -{# #} -{##} -{#
#} -{# #} -{#
#} -{# 6 800,00 ₸#} -{#
#} -{#
#} -{# Товар есть в наличии#} -{#
#} -{# #} -{#
#} -{#
#} -{#
#} -{#
#} -{#
#} -{# #} -{##} -{#
#} -{# #} -{#
#} -{# 6 800,00 ₸#} -{#
#} -{#
#} -{# Товар есть в наличии#} -{#
#} -{# #} -{#
#} -{#
#} -{#
#} -{#
#} -{#
#} -{# #} -{##} -{#
#} -{# #} -{#
#} -{# 20 990,00 ₸#} -{#
#} -{#
#} -{# Товар есть в наличии#} -{#
#} -{# #} -{#
#} -{#
#} -{#
#} -{#
#} +
diff --git a/batiskaf/templates/jinja2/news/detail.jinja b/batiskaf/templates/jinja2/news/detail.jinja index 813ce05..14c4a2a 100644 --- a/batiskaf/templates/jinja2/news/detail.jinja +++ b/batiskaf/templates/jinja2/news/detail.jinja @@ -26,7 +26,7 @@

{% set im = object.image %} - + {{ object.title }}

{{ object.text|linebreaks|safe }} diff --git a/batiskaf/templates/jinja2/news/list.jinja b/batiskaf/templates/jinja2/news/list.jinja index 7e6a2ca..a93cf72 100644 --- a/batiskaf/templates/jinja2/news/list.jinja +++ b/batiskaf/templates/jinja2/news/list.jinja @@ -35,7 +35,7 @@

{% set im = object.image|thumbnail("400x400") %} - + {{ object.title }}

{{ object.text|truncate(520)|linebreaks|safe }}

Продолжить читать → diff --git a/batiskaf/templates/jinja2/product.jinja b/batiskaf/templates/jinja2/product.jinja index 1568110..f818376 100644 --- a/batiskaf/templates/jinja2/product.jinja +++ b/batiskaf/templates/jinja2/product.jinja @@ -20,14 +20,14 @@ {% set im = image.image|thumbnail("80x80") %} {% set im_big = image.image|thumbnail("398x398") %} + src="/static/{{ im.url }}" alt="{{ product.title }}" title="{{ product.title }}" class="img-thumbnail"/> {% endfor %}

{% set im = product.main_image()|thumbnail("398x398") %} -
diff --git a/batiskaf/templates/jinja2/size/beuchat.jinja b/batiskaf/templates/jinja2/size/beuchat.jinja index 9e69353..25e3cfb 100644 --- a/batiskaf/templates/jinja2/size/beuchat.jinja +++ b/batiskaf/templates/jinja2/size/beuchat.jinja @@ -15,7 +15,7 @@

- + Размерная сетка Beuchat

{% endblock %} diff --git a/batiskaf/templates/jinja2/size/omer_sporasub.jinja b/batiskaf/templates/jinja2/size/omer_sporasub.jinja index b30002d..70cb14b 100644 --- a/batiskaf/templates/jinja2/size/omer_sporasub.jinja +++ b/batiskaf/templates/jinja2/size/omer_sporasub.jinja @@ -14,7 +14,7 @@

Размерная сетка для гидрокостюмов
Omer и Sporasub

- + Размерная сетка Omer и Sporasub

diff --git a/batiskaf/templates/jinja2/size/sargan.jinja b/batiskaf/templates/jinja2/size/sargan.jinja index 89e7ad5..96e12b7 100644 --- a/batiskaf/templates/jinja2/size/sargan.jinja +++ b/batiskaf/templates/jinja2/size/sargan.jinja @@ -15,7 +15,7 @@

- + Размерная сетка Sargan

diff --git a/batiskaf/templates/jinja2/size/scorpena.jinja b/batiskaf/templates/jinja2/size/scorpena.jinja index f84c2da..4318eb6 100644 --- a/batiskaf/templates/jinja2/size/scorpena.jinja +++ b/batiskaf/templates/jinja2/size/scorpena.jinja @@ -15,10 +15,10 @@

- + Размерная сетка Scorpena 1

- + Размерная сетка Scorpena 2

{% endblock %}