fefa4ka 10 years ago
parent 83ee73ef39
commit d82ceea99f
  1. BIN
      media/filer_public/e9/19/e919355d-f4f4-49b0-b9a7-1e3a4589aab3/world.png
  2. BIN
      media/filer_public_thumbnails/filer_public/e9/19/e919355d-f4f4-49b0-b9a7-1e3a4589aab3/world.png__16x16_q85_crop_subsampling-2_upscale.png
  3. BIN
      media/filer_public_thumbnails/filer_public/e9/19/e919355d-f4f4-49b0-b9a7-1e3a4589aab3/world.png__32x32_q85_crop_subsampling-2_upscale.png
  4. BIN
      media/filer_public_thumbnails/filer_public/e9/19/e919355d-f4f4-49b0-b9a7-1e3a4589aab3/world.png__48x48_q85_crop_subsampling-2_upscale.png
  5. BIN
      media/filer_public_thumbnails/filer_public/e9/19/e919355d-f4f4-49b0-b9a7-1e3a4589aab3/world.png__64x64_q85_crop_subsampling-2_upscale.png
  6. BIN
      media/filer_public_thumbnails/filer_public/e9/19/e919355d-f4f4-49b0-b9a7-1e3a4589aab3/world.png__804x804_q85_crop_subsampling-2_upscale.png
  7. BIN
      zsite/locale/ru/LC_MESSAGES/django.mo
  8. 4
      zsite/locale/ru/LC_MESSAGES/django.po
  9. 4
      zsite/static/less/about.less
  10. 2
      zsite/templates/aldryn_people/plugins/feature/people_list.html
  11. 2
      zsite/templates/base.html
  12. 2
      zsite/templates/menu.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

@ -32,7 +32,7 @@ msgid "our"
msgstr "наш" msgstr "наш"
#: zsite/templates/aldryn_people/plugins/feature/people_list.html:30 #: zsite/templates/aldryn_people/plugins/feature/people_list.html:30
msgid "answer your questions" msgid "will give you a detailed advice"
msgstr "доступно обо всём расскажет" msgstr "доступно обо всём расскажет"
#: zsite/templates/aldryn_people/plugins/feature/people_list.html:33 #: zsite/templates/aldryn_people/plugins/feature/people_list.html:33
@ -46,7 +46,7 @@ msgid "Our Team"
msgstr "Наши сотрудники" msgstr "Наши сотрудники"
#: zsite/templates/base.html:24 #: zsite/templates/base.html:24
msgid "Protection of intellectual property" msgid "Intellectual Property Protection"
msgstr "Защита интеллектуальной собственности" msgstr "Защита интеллектуальной собственности"
#: zsite/templates/base.html:31 #: zsite/templates/base.html:31

@ -1,4 +1,4 @@
.about-map { .about-map, .about-map-en {
position: absolute; position: absolute;
z-index: 0; z-index: 0;
@ -24,6 +24,8 @@
} }
} }
.about-consultation { .about-consultation {
h3 { h3 {
margin-top: 0; margin-top: 0;

@ -29,7 +29,7 @@
</a> </a>
</div> </div>
<div class="people-description"> <div class="people-description">
<p><a href="{{ person.get_absolute_url }}">{{ person.name }}</a>, {{ person.function|lower }}, <nobr><em>{% trans 'answer your questions' %}</em></nobr></p> <p><a href="{{ person.get_absolute_url }}">{{ person.name }}</a>, {{ person.function|lower }}, <nobr><em>{% trans 'will give you a detailed advice' %}</em></nobr></p>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
var consultation = { var consultation = {

@ -23,7 +23,7 @@
<a href="/"> <a href="/">
<img src="{% with 'imgs/logo_'|add:request.LANGUAGE_CODE|add:'.svg' as image_static %}{% static image_static %}{% endwith %}"> <img src="{% with 'imgs/logo_'|add:request.LANGUAGE_CODE|add:'.svg' as image_static %}{% static image_static %}{% endwith %}">
</a> </a>
<h5 class="slogan">{% trans 'Protection of intellectual property' %}</h5> <h5 class="slogan">{% trans 'Intellectual Property Protection' %}</h5>
</div> </div>
<div class="header-content"> <div class="header-content">
{% if request.current_page.parent %} {% if request.current_page.parent %}

@ -1,7 +1,7 @@
{% load i18n menu_tags cache %} {% load i18n menu_tags cache %}
{% for child in children %} {% for child in children %}
<li {% if child.selected %}class="active"{% endif %}> <li {% if child.selected %}class="active"{% endif %}>
{% if child.attr.redirect_url %} {% if child.attr.redirect_url == "#title" %}
<h5>{{ child.get_menu_title }}</h5> <h5>{{ child.get_menu_title }}</h5>
{% else %} {% else %}
<a href="{{ child.get_absolute_url }}"><span>{{ child.get_menu_title }}</span></a> <a href="{{ child.get_absolute_url }}"><span>{{ child.get_menu_title }}</span></a>

Loading…
Cancel
Save