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 tour" ng-if="!isAuthenticated">
<div class="content">
<h1 id="welcome" class="landing-page-heading">
<span role="presentation">Welcome to <span class="emphasis">My VA Images</span></span></h1>
<p>This app allows Veterans to submit and track dermatology photos, health photos, and health videos in response to requests entered by their VA provider.</p>
<div class="urgent ui-body">
<table role="presentation">
<tr>
<td>
<p><b>NOTE: This app is not monitored by your VA doctors. </b> If you need urgent care, please <button id="btn911" ng-click="dial911($event)" title="Dial 9 1 1 from your mobile device" class="ui-link">Dial 911</button>
or call the Veterans Crisis Hotline at <button id="btnVeteranCrisisLine" ng-click="dialVeteranCrisisLine($event)" title="Dial the VA Veteran Crisis Hotline from your mobile device" class="ui-link">1-800-273-8255</button> and press 1.</p> <br/>
<p>For urgent matters related to an appointment within the next 72 hours, please call your facility. <button id="btnViewVAFacilities" ng-click="viewVAFacilities($event)" class="ui-link">View VA Facilities.</button></p>
</td>
<td>
<button id="imgBtn911" ng-click="dial911($event)" class="ui-btn"><img src="_assets/images/call-911.png" alt="Dial 9 1 1 from your mobile device" /></button>
<button id="imgBtnVeteranCrisisLine" ng-click="dialVeteranCrisisLine($event)" class="ui-btn"><img src="_assets/images/veterans-crisis-line.png" alt="Dial the VA Veteran Crisis Hotline from your mobile device" /></button>
</td>
</tr>
</table>
</div>
</div>
<div class="footer">
<div class="container-fluid">
<div class="row landing-page-btn">
<button ng-click="beginLogon()" class="btn btn-default">Login</button>
</div>
<div class="row landing-page-btn">
<button id="btnShowTour" ng-click="showTour()" class="btn btn-default">Take a Tour</button>
</div>
</div>
</div>
</div>
</div>