You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
352 B
14 lines
352 B
<div class="modal span4"
|
|
data-backdrop="static"
|
|
data-keyboard="false"
|
|
data-show="true"
|
|
tabindex="-1" role="dialog">
|
|
<div class="modal-header">
|
|
<h4>Loading...</h4>
|
|
</div>
|
|
<div class="modal-body" style="padding: 10px 10px 0 10px;">
|
|
<div class="progress progress-striped">
|
|
<div class="bar" style="width: 100%;"></div>
|
|
</div>
|
|
</div>
|
|
</div> |