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="landing-page" ng-class="{'content-loading': globalDelayTracker.active(), 'content-loaded': !globalDelayTracker.active()}">
<div class="primary-header">
<h2 primary-focus>{{primaryHeaderTitle}}</h2>
</div>
<div class="wrapper">
<div class="welcome">
<div class="row">
<div class="col-xs-12">
<h2 id="welcome-user">Welcome {{userFirstLastName}}</h2>
<p><strong>{{today | date: 'MMMM dd, y'}}</strong></p>
</div>
</div>
<div class="row landing">
<div class="alert alert-urgent">
You are not authorized to use this tool. Please contact your Clinical Applications Coordinator for assistance.
</div>
</div>
</div>
</div>
</div>