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'>
<h4 class='modal-title' tabindex='0'>{{header}}</h4>
<button class='close' ng-click='close()'>
<span aria-hidden='true'>x</span>
<span class='sr-only'>Close</span>
</button>
</div>
</div>
<div class='modal-body'>
<img ng-src='{{imageSource}}' alt='{{imageAlt}}'>
</div>
<div class='modal-footer'>
<button class='btn btn-default' ng-click='close()' title='Close'>
<span aria-hidden='true'>Close</span>
</button>
</div>