File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iperf / docs / _esnet / templates / relations.html
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 18 13:28:18 2016 UTC (7 years, 9 months ago) by misho
Branches: iperf, MAIN
CVS tags: v3_3_9, v3_1_3p0, v3_1_3, v3_15, HEAD
iperf3 3.1.3

{# Switch to icon instead of text in `sm` view size for BS3 only. #}
{%- if prev %}
  <li>
    <a href="{{ prev.link|e }}" title="{{ _('Previous Chapter: ') + prev.title|striptags }}">
      <span class="glyphicon glyphicon-chevron-left"></span>
      <span class="hidden-sm">
        {{ prev.title|striptags|truncate(length=16, killwords=True) }}
      </span>
    </a>
  </li>
{%- endif %}
{%- if next %}
  <li>
    <a href="{{ next.link|e }}" title="{{ _('Next Chapter: ') + next.title|striptags }}">
      <span class="hidden-sm">
        {{ next.title|striptags|truncate(length=16, killwords=True) }}
      </span>
      <span class="glyphicon glyphicon-chevron-right"></span>
    </a>
  </li>
{%- endif %}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>