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="app-select"
ng-class="{'content-loading': globalDelayTracker.active(), 'content-loaded': !globalDelayTracker.active()}">
<div class="wrapper">
<div class="select">
<p><strong>Start using the application by selecting/tapping one of the options below to take Hi-Res images/pictures or videos of the area(s) of interest.</strong></p>
<div class="full-button-wrapper">
<button ng-click="myTelederm()" class="btn btn-default page">
<div class="select-tile-container row">
<div class="col-md-11 left-pane">
<h3>My Telederm</h3>
<p class="media-requests-count" ng-if="imageRequestsCount > 0">{{imageRequestsCount}} Item<span ng-if="imageRequestsCount != 1">s</span> Pending</p>
</div>
<div class="col-md-1">
<span aria-hidden="true" alt="" class="icon icon-photo gi-4x" tabindex="-1"/>
</div>
</div>
</button>
<button ng-click="myVideo()" class="btn btn-default page">
<div class="select-tile-container row">
<div class="col-md-11 left-pane">
<h3>My Video</h3>
<p class="media-requests-count" ng-if="videoRequestsCount > 0">{{videoRequestsCount}} Item<span ng-if="videoRequestsCount != 1">s</span> Pending</p>
</div>
<div class="col-md-1">
<span aria-hidden="true" alt="" class="glyphicon glyphicon-facetime-video gi-5x" tabindex="-1"/>
</div>
</div>
</button>
</div>
</div>
</div>
</div>