melawy-site/public/reading.tpl.html

30 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="container py-5 my-5">
<h3 style="text-align: center;">Основы программирования. Д.В. Топольский, И.Г. Топольская. 2010</h3>
<div class="progress" role="progressbar" aria-label="" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="height: 20px">
<div class="progress-bar bg-success" style="width: 100%">100%</div>
</div>
<h3 style="text-align: center;">Основы программирования. ч. 1. Тюгашев А. А. 2016</h3>
<div class="progress" role="progressbar" aria-label="" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" onmouseover="
x=Math.round(92/164*100);
this.setAttribute('aria-valuenow', `${x}`);
this.children[0].style.width=`${x}%`;
this.children[0].innerHTML=`${x}`;"
style="height: 20px">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-info"></div>
</div>
<h3 style="text-align: center;">Основы программирования. ч. 2. Тюгашев А. А. 2016</h3>
<div class="progress" role="progressbar" aria-label="" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" onmouseover="
x=Math.round(1/124*100);
this.setAttribute('aria-valuenow', `${x}`);
this.children[0].style.width=`${x}%`;
this.children[0].innerHTML=`${x}`;"
style="height: 20px">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-info"></div>
</div>
</div><!-- /.container -->