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
<section>
<app-messages [errorStatus]="errorStatus" [errorMsg]="errorMsg"></app-messages>
</section>
<div class="container results round-corners" style="margin-top: 96px; width: 600px;">
<div class="row">
<div class="lockup" style="background: none;">
<h1>ARS</h1>
<h2>Attachment
<br>Retrieval System</h2>
</div>
</div>
<div class="row">
<div class="notice">
<h2>Access Control Warning Notice</h2>
<p></p>
<p>
<strong>WARNING:</strong> This site, and all subdirectories and files within, are restricted to authorized Department of
Veteran Affairs, Veterans Health Administration staff only All use is monitored for authorized purposes, and any
use constitutes consent to monitoring, storage and retrieval, disclosure, analysis, access restriction, investigation,
or any other authorized actions. Any unauthorized access (or denial of access) to this system, all files, and all
data therein is prohibited, and is subject to criminal, civil, and administrative penalties under Federal Law, incuding,
but not limited to, 18 U.S.C. Sec. 1030 (fraud and related activity in connnection with computers), and 18 U.S.C.
Sec. 2701 (unawful access to stored communications). In addition, Federal Laws (18 U.S.C. 287 and 1001) provide for
criminal penalties for knowingly submitting or making false, fictitious, or fraudulent statements or claims.
</p>
<div style="height: 8px; margin-bottom: 16px; border-bottom: 1px solid #ccc;"></div>
<form [formGroup]="loginForm" (ngSubmit)="accept()">
<div class="col one">
<label class="label text-field" for="userName">Select User Name</label>
<select appAutofocus id="userName" name="userName" formControlName="userName">
<option value="" selected>Select User Role</option>
<option *ngFor="let user of userName" [value]="user">{{user}}</option>
</select>
<button type="submit" id="loginAdminBtn" [disabled]="loginForm.invalid" [class.disabled]="loginForm.invalid" class="button primary">
Accept </button>
</div>
</form>
</div>
</div>
</div>