Update
This commit is contained in:
		
							parent
							
								
									3afe5e19fe
								
							
						
					
					
						commit
						235403abf5
					
				|  | @ -7,13 +7,23 @@ | ||||||
|         </div> |         </div> | ||||||
| 
 | 
 | ||||||
|         <h3 style="text-align: center;">Основы программирования. ч. 1. Тюгашев А. А. 2016</h3> |         <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}`);" style="height: 20px"> |         <div class="progress" role="progressbar" aria-label="" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" onmouseover=" | ||||||
|             <div class="progress-bar progress-bar-striped progress-bar-animated bg-info" style="width: 0%" onmouseover="x=Math.round(92/164*100); this.style.width=`${x}%`; this.innerHTML=`${x}`;"></div> |         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> |         </div> | ||||||
| 
 | 
 | ||||||
|         <h3 style="text-align: center;">Основы программирования. ч. 2. Тюгашев А. А. 2016</h3> |         <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=1/124*100; this.setAttribute('aria-valuenow', `${x}`);" style="height: 20px"> |         <div class="progress" role="progressbar" aria-label="" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" onmouseover=" | ||||||
|             <div class="progress-bar progress-bar-striped progress-bar-animated bg-info" style="width: 0%" onmouseover="x=1/124*100; this.style.width=`${x}%`; this.innerHTML=`${x}`;"></div> |         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> | ||||||
| 
 | 
 | ||||||
|       </div><!-- /.container --> |       </div><!-- /.container --> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue