melawy-site/public/reading.tpl.html

64 lines
3.2 KiB
HTML
Raw Normal View History

2024-02-09 13:46:05 +05:00
<div class="container py-5 my-5">
2024-02-09 14:27:12 +05:00
<div class="row">
2024-02-09 13:46:05 +05:00
2024-02-09 14:46:31 +05:00
<div class="col-sm-12 mb-5">
2024-02-09 14:27:12 +05:00
<div class="card">
<div class="card-header">
2024-02-09 14:42:05 +05:00
Основы программирования. 2010. Топольский Д.В., Топольская И.Г
2024-02-09 14:27:12 +05:00
</div>
<div class="card-body">
<div class="progress" role="progressbar" aria-label="" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" data-current-page="26" data-total-pages="26"
onmouseover="
x=Math.round(this.getAttribute('data-current-page')/this.getAttribute('data-total-pages')*100);
this.setAttribute('aria-valuenow', `${x}`);
this.children[0].style.width=`${x}%`;
2024-02-09 14:34:27 +05:00
this.children[0].innerHTML=`${x} %`;"
2024-02-09 14:27:12 +05:00
style="height: 20px">
2024-02-09 14:27:57 +05:00
<div class="progress-bar bg-success"></div>
2024-02-09 14:27:12 +05:00
</div>
</div>
2024-02-09 14:21:10 +05:00
</div>
</div>
2024-02-09 13:46:05 +05:00
2024-02-09 14:46:31 +05:00
<div class="col-sm-12 mb-5">
2024-02-09 14:27:12 +05:00
<div class="card">
<div class="card-header">
2024-02-09 14:42:05 +05:00
Основы программирования. ч. 1. 2016. Тюгашев А. А
2024-02-09 14:27:12 +05:00
</div>
<div class="card-body">
2024-03-04 13:01:59 +05:00
<div class="progress" role="progressbar" aria-label="" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" data-current-page="141" data-total-pages="164"
2024-02-09 14:27:12 +05:00
onmouseover="
x=Math.round(this.getAttribute('data-current-page')/this.getAttribute('data-total-pages')*100);
this.setAttribute('aria-valuenow', `${x}`);
this.children[0].style.width=`${x}%`;
2024-02-09 14:34:27 +05:00
this.children[0].innerHTML=`${x} %`;"
2024-02-09 14:27:12 +05:00
style="height: 20px">
2024-02-09 14:27:57 +05:00
<div class="progress-bar bg-success"></div>
2024-02-09 14:27:12 +05:00
</div>
</div>
2024-02-09 14:21:10 +05:00
</div>
</div>
2024-02-09 13:46:05 +05:00
2024-02-09 14:46:31 +05:00
<div class="col-sm-12 mb-5">
2024-02-09 14:27:12 +05:00
<div class="card">
<div class="card-header">
2024-02-09 14:42:05 +05:00
Основы программирования. ч. 2. 2016. Тюгашев А. А
2024-02-09 14:27:12 +05:00
</div>
<div class="card-body">
<div class="progress" role="progressbar" aria-label="" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" data-current-page="1" data-total-pages="124"
onmouseover="
x=Math.round(this.getAttribute('data-current-page')/this.getAttribute('data-total-pages')*100);
this.setAttribute('aria-valuenow', `${x}`);
this.children[0].style.width=`${x}%`;
2024-02-09 14:34:27 +05:00
this.children[0].innerHTML=`${x} %`;"
2024-02-09 14:27:12 +05:00
style="height: 20px">
2024-02-09 14:27:57 +05:00
<div class="progress-bar bg-success"></div>
2024-02-09 14:27:12 +05:00
</div>
</div>
2024-02-09 14:21:10 +05:00
</div>
</div>
2024-02-09 13:46:05 +05:00
2024-02-09 14:27:12 +05:00
</div>
2024-02-09 13:46:05 +05:00
</div><!-- /.container -->