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="col-xs-12 column primary-content" style="height:100%"
ng-class="{'content-loading': globalDelayTracker.active(), 'content-loaded': !globalDelayTracker.active()}"
>
<div class="primary-header">
<h2 primary-focus>{{secondaryTitle}}</h2>
</div>
<div class="landing-page-wrapper">
<h4 id="home-welcome-user">Welcome {{userFirstLastName}}</h4>
<p>{{today | date: 'MMMM dd, y'}}</p>
<div class="unauthorized-panel" >You are not authorized to use this tool. Please contact your supervisor for assistance.</div>
<button type='button'
class="btn btn-default"
title="Return to the VA Tool Set Home page"
aria-label="Return to the VA Tool Set Home page"
ng-click="goHome()">Return to the VA Tool Set Home page</button>
</div>
</div>