Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

<div class="modal-header">
<h3 tabindex="0">Progress Bar Navigation Instructions</h3>
<button ng-click="ok()" tabindex="0">
<i class="icon icon-close-1" aria-hidden="true"></i>
<span class="sr-only">Close</span>
</button>
</div>
<div class="modal-body navigation-instructions">
<div>
<div class="row modal-item">
<p tabindex="0">Swipe or use Left/Right arrows to navigate</p>
</div>
<div class="row modal-item">
<img class="progress-bar-img" aria-hidden="true" alt="" src="_assets/images/app-icons/progress-bar.png" tabindex="-1"/>
</div>
<div class="row modal-item">
<img class="swipe-img" aria-hidden="true" alt="" src="_assets/images/app-icons/swipe.png" tabindex="-1"/>
</div>
</div>
</div>
<div class="modal-footer">
<a ng-click="dontShowNavClicked()" class="pull-left">Don't show this again</a>
<button class="btn btn-primary" ng-click="ok()">OK</button>
</div>