42 lines
2.2 KiB
HTML
42 lines
2.2 KiB
HTML
|
||
<div class="container py-5 my-5">
|
||
|
||
<h3 style="text-align: center;">Основы программирования. Д.В. Топольский, И.Г. Топольская. 2010</h3>
|
||
<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}%`;
|
||
this.children[0].innerHTML=`${x}`;"
|
||
style="height: 20px">
|
||
<div class="progress-bar progress-bar-striped bg-success"></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" data-current-page="92" data-total-pages="164"
|
||
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}%`;
|
||
this.children[0].innerHTML=`${x}`;"
|
||
style="height: 20px">
|
||
<div class="progress-bar progress-bar-striped bg-success"></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" 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}%`;
|
||
this.children[0].innerHTML=`${x}`;"
|
||
style="height: 20px">
|
||
<div class="progress-bar progress-bar-striped bg-success"></div>
|
||
</div>
|
||
|
||
</div><!-- /.container -->
|
||
|
||
<script inline>
|
||
alert("aaaaaa");
|
||
</script>
|