ui.consume.progressBar.ftl Maven / Gradle / Ivy
<#macro progressSection total amount colorClass what>
<#import "../common/util.ftl" as util>
<#assign percent = 100.0*amount/total>
Begin →
→ Read progress →
→ End
#if>
<#else>
(empty)
#if>
#macro>
#macro>
<#macro progressBar total preRetention skip read remain emHeight=1 legend=false>
<#import "../common/util.ftl" as util>
<#if total gt 0>
<#if legend>