mirror of https://gitee.com/bigwinds/arangodb
10 lines
513 B
HTML
Executable File
10 lines
513 B
HTML
Executable File
<div class="book-progress">
|
||
<div class="bar">
|
||
<div class="inner" style="width: {{ progress.percent }}%;min-width: {{ progress.prevPercent }}%;"></div>
|
||
</div>
|
||
<div class="chapters">
|
||
{% for p in progress.chapters %}
|
||
<a href="{{ basePath }}/{{ p.path|mdLink }}" title="{{ p.title }}" class="chapter {% if p.done %}done{% endif %} {% if p.level.length == 1 %}new-chapter{% endif %}" data-progress="{{ p.level }}" style="left: {{ p.percent }}%;"></a>
|
||
{% endfor %}
|
||
</div>
|
||
</div> |