.
This commit is contained in:
@@ -97,9 +97,10 @@
|
||||
echo "</div>";
|
||||
echo "<div class='col'>";
|
||||
echo "
|
||||
<div class='progress' style='border: 1px solid grey; height: 25px;'>
|
||||
<div class='progress-bar bg-dark progress-bar-striped' role='progressbar' style='width: $pcent_restant%;' aria-valuenow='$pcent_restant' aria-valuemin='0' aria-valuemax='100'></div>
|
||||
<div class='progress-bar $color' role='progressbar' style='width: $pcent%;' aria-valuenow='$pcent' aria-valuemin='0' aria-valuemax='100'></div>
|
||||
<div class='progress' style='position: relative; border: 1px solid grey; height: 25px;'>
|
||||
<div class='progress-bar bg-dark progress-bar-striped' role='progressbar' style='width:". $pcent_restant ."%;' aria-valuenow='".$pcent_restant."' aria-valuemin='0' aria-valuemax='100'></div>
|
||||
<div class='progress-bar ".$color."' role='progressbar' style='width: ".$pcent."%;' aria-valuenow='".$pcent."' aria-valuemin='0' aria-valuemax='100'></div>
|
||||
<div style='position: absolute; left: 50%; transform: translateX(-50%); top: -2px; height: 33px; width: 2px; background-color: orange;'></div>
|
||||
</div>";
|
||||
echo "</div>";
|
||||
echo "</div>" ;
|
||||
|
||||
Reference in New Issue
Block a user