Update
This commit is contained in:
parent
8bc1323318
commit
888489a853
|
@ -9,7 +9,7 @@
|
||||||
this.children[0].style.width=`${x}%`;
|
this.children[0].style.width=`${x}%`;
|
||||||
this.children[0].innerHTML=`${x}`;"
|
this.children[0].innerHTML=`${x}`;"
|
||||||
style="height: 20px">
|
style="height: 20px">
|
||||||
<div class="progress-bar progress-bar-striped progress-bar-animated bg-info"></div>
|
<div class="progress-bar progress-bar-striped progress-bar-animated bg-success"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 style="text-align: center;">Основы программирования. ч. 1. Тюгашев А. А. 2016</h3>
|
<h3 style="text-align: center;">Основы программирования. ч. 1. Тюгашев А. А. 2016</h3>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
this.children[0].style.width=`${x}%`;
|
this.children[0].style.width=`${x}%`;
|
||||||
this.children[0].innerHTML=`${x}`;"
|
this.children[0].innerHTML=`${x}`;"
|
||||||
style="height: 20px">
|
style="height: 20px">
|
||||||
<div class="progress-bar progress-bar-striped progress-bar-animated bg-info"></div>
|
<div class="progress-bar progress-bar-striped progress-bar-animated bg-success"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 style="text-align: center;">Основы программирования. ч. 2. Тюгашев А. А. 2016</h3>
|
<h3 style="text-align: center;">Основы программирования. ч. 2. Тюгашев А. А. 2016</h3>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
this.children[0].style.width=`${x}%`;
|
this.children[0].style.width=`${x}%`;
|
||||||
this.children[0].innerHTML=`${x}`;"
|
this.children[0].innerHTML=`${x}`;"
|
||||||
style="height: 20px">
|
style="height: 20px">
|
||||||
<div class="progress-bar progress-bar-striped progress-bar-animated bg-info"></div>
|
<div class="progress-bar progress-bar-striped progress-bar-animated bg-success"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div><!-- /.container -->
|
</div><!-- /.container -->
|
||||||
|
|
Loading…
Reference in New Issue