You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
485 B
15 lines
485 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
<t t-name="ProgressBarWidget">
|
|
<div>
|
|
<div class="progress_bar">
|
|
<div class="pro-bar">
|
|
<small class="progress_bar_title">
|
|
<span class="progress_number"/>
|
|
</small>
|
|
<span class="progress-bar-inner"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</templates>
|