2024-02-09 13:46:05 +05:00
|
|
|
|
|
|
|
|
|
<div class="container py-5 my-5">
|
|
|
|
|
|
|
|
|
|
<h3 style="text-align: center;">Основы программирования. Д.В. Топольский, И.Г. Топольская. 2010</h3>
|
2024-02-09 14:09:57 +05:00
|
|
|
|
<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">
|
2024-02-09 14:13:09 +05:00
|
|
|
|
<div class="progress-bar progress-bar-striped bg-success"></div>
|
2024-02-09 13:46:05 +05:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h3 style="text-align: center;">Основы программирования. ч. 1. Тюгашев А. А. 2016</h3>
|
2024-02-09 14:09:57 +05:00
|
|
|
|
<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);
|
2024-02-09 14:05:32 +05:00
|
|
|
|
this.setAttribute('aria-valuenow', `${x}`);
|
|
|
|
|
this.children[0].style.width=`${x}%`;
|
|
|
|
|
this.children[0].innerHTML=`${x}`;"
|
|
|
|
|
style="height: 20px">
|
2024-02-09 14:13:09 +05:00
|
|
|
|
<div class="progress-bar progress-bar-striped bg-success"></div>
|
2024-02-09 13:46:05 +05:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h3 style="text-align: center;">Основы программирования. ч. 2. Тюгашев А. А. 2016</h3>
|
2024-02-09 14:09:57 +05:00
|
|
|
|
<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);
|
2024-02-09 14:05:32 +05:00
|
|
|
|
this.setAttribute('aria-valuenow', `${x}`);
|
|
|
|
|
this.children[0].style.width=`${x}%`;
|
|
|
|
|
this.children[0].innerHTML=`${x}`;"
|
|
|
|
|
style="height: 20px">
|
2024-02-09 14:13:09 +05:00
|
|
|
|
<div class="progress-bar progress-bar-striped bg-success"></div>
|
2024-02-09 13:46:05 +05:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div><!-- /.container -->
|
2024-02-09 14:14:14 +05:00
|
|
|
|
|
|
|
|
|
<script inline>
|
|
|
|
|
alert("aaaaaa");
|
|
|
|
|
</script>
|