Update
This commit is contained in:
		
							parent
							
								
									d1eeaa0ff6
								
							
						
					
					
						commit
						3afe5e19fe
					
				|  | @ -7,13 +7,13 @@ | ||||||
|         </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="100" aria-valuemin="0" aria-valuemax="100" onmouseover="x=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="x=Math.round(92/164*100); this.setAttribute('aria-valuenow', `${x}`);" style="height: 20px"> | ||||||
|             <div class="progress-bar progress-bar-striped progress-bar-animated bg-info" style="width: 100%" onmouseover="x=92/164*100; this.style.width=`${x}px`; this.innerHTML=`${x}`;"></div> |             <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> | ||||||
|         </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="100" 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="x=1/124*100; this.setAttribute('aria-valuenow', `${x}`);" style="height: 20px"> | ||||||
|             <div class="progress-bar progress-bar-striped progress-bar-animated bg-info" style="width: 100%" onmouseover="x=1/124*100; this.style.width=`${x}px`; this.innerHTML=`${x}`;"></div> |             <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> | ||||||
|         </div> |         </div> | ||||||
| 
 | 
 | ||||||
|       </div><!-- /.container --> |       </div><!-- /.container --> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue