/
githubmirror
/
incubator-mxnet
Обзор
Документация
Войти
/
githubmirror
/
incubator-mxnet
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/python_docs/themes/mx-theme/mxtheme/relations.html
20 строк
925 B
Thomas Delteil
[WIP] New Website: New Docs [1/3] (#15884)
06 сен 2019, 04:23
06 сен 2019, 04:23
7f57e8e
Код
Авторство
О чём код?
<div class="pagenation"> {%- if prev %} <a id="button-prev" href="{{ prev.link|e }}" class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--colored" role="botton" {{ accesskey("P") }}> <i class="pagenation-arrow-L fas fa-arrow-left fa-lg"></i> <div class="pagenation-text"> <span class="pagenation-direction">Previous</span> <div>{{ prev.title|striptags }}</div> </div> </a> {%- endif %} {%- if next %} <a id="button-next" href="{{ next.link|e }}" class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--colored" role="botton" {{ accesskey("N") }}> <i class="pagenation-arrow-R fas fa-arrow-right fa-lg"></i> <div class="pagenation-text"> <span class="pagenation-direction">Next</span> <div>{{ next.title|striptags }}</div> </div> </a> {%- endif %} </div>