phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
tplProgressbar.php
Go to the documentation of this file.
1 <?php
2 return '
3  <div class="progress-bar %style% %striped% %active%" id="%identifier%" role="progressbar" aria-valuenow="%value%" aria-valuemin="%min%" aria-valuemax="%max%" style="width: %value%%">
4  %caption%
5  </div>';