Olay - goal
Display a goal status. Manually updated.
Base URL: https://etrusci.org/tool/olay/?mod=goal
Default configuration: goal.conf.js
Default style: goal.default.css
Goal description.
Valid: text, HTML
Current goal value.
Valid: text, HTML
Goal target value.
Valid: text, HTML
Unit the value and target refer to.
Valid: text, HTML
<div class="description">{description}</div>
<div class="status">
<span class="value">{value}</span> /
<span class="target">{target}</span>
<span class="unit">{unit}</span>
</div>
<div class="progressbar">
<div style="width: {progress_percentage}%;"></div>
</div>
.mod {} /* or */ .mod.goal {} /* Module output container */
.description {} /* Goal description */
.status {} /* Goal status */
.status > .value {} /* Value in status */
.status > .target {} /* Target in status */
.status > .unit {} /* Unit in status */
.progressbar {} /* Progressbar container */
.progressbar > div {} /* Progressbar percentage display */