comparison doc/sphinx_bootstrap_theme/bootstrap/relations.html @ 10:a50cf11e5178

Rewrite LGDataverse completely upgrading to dataverse4.0
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 08 Sep 2015 17:00:21 +0200
parents
children
comparison
equal deleted inserted replaced
9:5926d6419569 10:a50cf11e5178
1 {# Switch to icon instead of text in `sm` view size for BS3 only. #}
2 {%- if prev %}
3 <li>
4 <a href="{{ prev.link|e }}" title="{{ _('Previous Chapter: ') + prev.title|striptags }}">
5 {%- if theme_bootstrap_version == "3" -%}<span class="glyphicon glyphicon-chevron-left visible-sm"></span>{%- endif -%}
6 <span class="hidden-sm">{{ "&laquo;"|safe }} {{ prev.title|striptags|truncate(length=16, killwords=True) }}</span>
7 </a>
8 </li>
9 {%- endif %}
10 {%- if next %}
11 <li>
12 <a href="{{ next.link|e }}" title="{{ _('Next Chapter: ') + next.title|striptags }}">
13 {%- if theme_bootstrap_version == "3" -%}<span class="glyphicon glyphicon-chevron-right visible-sm"></span>{%- endif -%}
14 <span class="hidden-sm">{{ next.title|striptags|truncate(length=16, killwords=True) }} {{ "&raquo;"|safe }}</span>
15 </a>
16 </li>
17 {%- endif %}