Produced by Araxis Merge on 6/21/2017 10:24:32 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
# | Location | File | Last Modified |
---|---|---|---|
1 | JLV_2.5.3.0.2_cif.zip\JLV_2.5.3.0.2_src\JLV\grails-app\views\authenticate | login.gsp | Wed Jun 7 15:11:32 2017 UTC |
2 | JLV_2.5.3.0.2_cif.zip\JLV_2.5.3.0.2_src\JLV\grails-app\views\authenticate | login.gsp | Wed Jun 21 14:26:43 2017 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 3 | 1012 |
Changed | 2 | 4 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
Whitespace | |
---|---|
Character case | Differences in character case are significant |
Line endings | Differences in line endings (CR and LF characters) are ignored |
CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
1 | %{-- | |
2 | - Janus 4.0 (c) | |
3 | - Copyri ght (c) 20 11 Hawaii Resource G roup LLC. All Rights Reserved. | |
4 | - Develo ped for th e Pacific Telehealth & Technol ogy Hui an d the Paci fic Joint Informatio n Technolo gy Center | |
5 | - Contri butors: | |
6 | - Hono rable Sena tor Daniel K. Inouye | |
7 | - VA P acific Isl ands Healt h Care Sys tem | |
8 | - Trip ler Army M edical Cen ter | |
9 | - | |
10 | - Licens ed under t he Apache License, V ersion 2.0 (the "Lic ense"); yo u may not use this f ile except in compli ance with the Licens e. | |
11 | - | |
12 | - You ma y obtain a copy of t he License at: | |
13 | - | |
14 | - http: //www.apac he.org/lic enses/LICE NSE-2.0.tx t | |
15 | - | |
16 | - Unless required by applica ble law or agreed to in writin g, softwar e | |
17 | - distri buted unde r the Lice nse is dis tributed o n an "AS I S" BASIS, | |
18 | - WITHOU T WARRANTI ES OR COND ITIONS OF ANY KIND, either exp ress or im plied. | |
19 | - See th e License for the sp ecific lan guage gove rning perm issions an d limitati ons under the Licens e. | |
20 | --}% | |
21 | ||
22 | ||
23 | <!DOCTYPE html> | |
24 | <%@ page c ontentType ="text/htm l;charset= UTF-8" %> | |
25 | <html xml: lang="en" lang="en" xmlns="htt p://www.w3 .org/1999/ html"> | |
26 | ||
27 | <head> | |
28 | ||
29 | <meta name="desc ription" c ontent="JL V login pa ge"> | |
30 | <meta http-equiv ="X-UA-Com patible" c ontent="IE =edge"/> | |
31 | ||
32 | <g:if test="${gr ailsApplic ation.conf ig.grails. appLocatio n != null && grailsA pplication .config.gr ails.appLo cation.siz e() > 0}"> | |
33 | <t itle>JLV - (hosted a t ${grails Applicatio n.config.g rails.appL ocation})< /title> | |
34 | </g:if > | |
35 | <g:els e> | |
36 | <t itle>JLV - Login</ti tle> | |
37 | </g:el se> | |
38 | ||
39 | <asset :javascrip t src="aut henticate/ login.js"/ > | |
40 | <asset :styleshee t src="aut henticate/ style.css" /> | |
41 | ||
42 | <scrip t type="te xt/javascr ipt"> | |
43 | ||
44 | va r isDev = false; | |
45 | ||
46 | <g :if env="d evelopment "> | |
47 | is Dev = true ; | |
48 | </ g:if> | |
49 | ||
50 | $( function ( ) { | |
51 | <g:each in="${site s}" var="s ite"> | |
52 | sitesJSO N.push({ | |
53 | "sit eCode": '$ {fieldValu e(bean: si te, field: "siteCode ")}', | |
54 | "nam e": '${fie ldValue(be an: site, field: "na me")}', | |
55 | "age ncy": '${f ieldValue( bean: site , field: " agency")}' //, | |
56 | /** "moniker": '${fieldV alue(bean: site, fie ld: "monik er")}' **/ | |
57 | }); | |
58 | </g:each > | |
59 | ||
60 | sitesJSO N.push({ | |
61 | "sit eCode": '1 048021', | |
62 | "nam e": 'Seymo ur Johnson ', | |
63 | "age ncy": 'DOD '//, | |
64 | /** "moniker": '0090' ** / | |
65 | }); | |
66 | sitesJSO N.push({ | |
67 | "sit eCode": '1 138927', | |
68 | "nam e": 'Great Lakes', | |
69 | "age ncy": 'DOD '//, | |
70 | /** "moniker": '0056' ** / | |
71 | }); | |
72 | ||
73 | <% if(us erProfile && userPro file.getDb UserID() ! = null && !userProfi le.getDbUs erID().isE mpty()) | |
74 | { %> | |
75 | UserCFG = ${userPr ofile.getC fg()}; | |
76 | <% } | |
77 | else { % > | |
78 | UserCFG = DefaultU serCfg(); | |
79 | ||
80 | <% }%> | |
81 | ||
82 | ||
83 | var logi nAgency = "VA"; | |
84 | var logi nSite = "" ; | |
85 | var them e = "defau lt"; | |
86 | var dodV LER = fals e; | |
87 | var dasV LER = fals e; | |
88 | ||
89 | <% | |
90 | if(d odVLER != null) | |
91 | { | |
92 | %> | |
93 | ||
94 | dodVLER = ${dodVLE R}; | |
95 | <% | |
96 | } | |
97 | %> | |
98 | ||
99 | <% | |
100 | if(d asVLER != null && "t rue".equal sIgnoreCas e(grailsAp plication. config.gra ils.enable DAS)) | |
101 | { | |
102 | %> | |
103 | dasVLER = ${dasVLE R}; | |
104 | <% | |
105 | } | |
106 | %> | |
107 | ||
108 | <% | |
109 | if(l oginAgency != null & & !loginAg ency.isEmp ty()) | |
110 | { | |
111 | %> | |
112 | ||
113 | loginAge ncy = '${l oginAgency }'; | |
114 | <% | |
115 | } el se if (use rProfile.g etSmartCar dAgency() != null) { | |
116 | %> | |
117 | loginAge ncy = '${u serProfile .getSmartC ardAgency( )}'; | |
118 | <% } | |
119 | if(login Site != nu ll && !log inSite.isE mpty()) | |
120 | { | |
121 | %> | |
122 | loginSit e = '${log inSite}'; | |
123 | <% | |
124 | } els e if(userP rofile.get LocID() != null) { | |
125 | %> | |
126 | loginSit e = '${use rProfile.g etLocID()} '; | |
127 | <% } %> | |
128 | ||
129 | ||
130 | LoadAgen cyAndSite( loginAgenc y, loginSi te); | |
131 | ||
132 | var agre ement = ${ raw(agreem ent)}; | |
133 | if (!agr eement) { | |
134 | setT imeout(fun ction () { | |
135 | ShowAgreem ent(); | |
136 | }, 1 0); | |
137 | } | |
138 | ||
139 | <% | |
140 | if(the me != null && !theme .isEmpty() ) | |
141 | { | |
142 | %> | |
143 | theme = '${theme}' ; | |
144 | <% | |
145 | } | |
146 | %> | |
147 | ||
148 | $(functi on () { | |
149 | ||
150 | $('i nput[name= "theme"][v alue="' + theme + '" ]').prop(' checked', true); | |
151 | ||
152 | //bi nd the tog gle with t he radio t heme selec tion | |
153 | $('# Accessibil ityToggle' ).change(f unction () { | |
154 | ||
155 | var flag = $(this).i s(':checke d'); | |
156 | $('#JLVThe meDefaultR adio').pro p('checked ', !flag); | |
157 | $('#JLVThe meAccessib leRadio'). prop('chec ked', flag ); | |
158 | ||
159 | }).p rop('check ed', theme === 'acce ssible'); | |
160 | ||
161 | $('i nput[name= "theme"]') .change(fu nction () { | |
162 | $('#Access ibilityTog gle').prop ('checked' , $('#JLVT hemeAccess ibleRadio' ).is(':che cked')); | |
163 | }); | |
164 | ||
165 | // if (loginAge ncy !== 'D OD') { | |
166 | // $('#Comm unityDataD isplaySett ing').hide (); | |
167 | // } | |
168 | if ( !isDev) { | |
169 | if (loginA gency !== 'DOD') { | |
170 | $('#do dVLERCheck box').hide (); | |
171 | $('#do dVLERCheck boxLabel') .hide(); | |
172 | } | |
173 | if (loginA gency !== 'VA') { | |
174 | $('#da sVLERCheck box').hide (); | |
175 | $('#da sVLERCheck boxLabel') .hide(); | |
176 | } | |
177 | } | |
178 | ||
179 | $('# dodVLERChe ckbox').pr op('checke d', dodVLE R); | |
180 | $('# dasVLERChe ckbox').pr op('checke d', dasVLE R); | |
181 | ||
182 | /* 5 08: preven t focusing on login inputs whe n accept m essage is visible */ | |
183 | $('# Accessibil ityToggle' ).focus(fu nction () { | |
184 | $('#accept :visible') .focus(); | |
185 | }); | |
186 | ||
187 | ||
188 | }); | |
189 | ||
190 | }) ; | |
191 | ||
192 | <% | |
193 | if(! "true".equ alsIgnoreC ase(grails Applicatio n.config.g rails.enab leDAS)) | |
194 | { | |
195 | %> | |
196 | da sVLER = fa lse; | |
197 | ||
198 | se tTimeout(f unction () { | |
199 | $('#dasV LERCheckbo x').hide() ; | |
200 | $('#dasV LERCheckbo xLabel').h ide(); | |
201 | }, 5); | |
202 | <% | |
203 | } | |
204 | %> | |
205 | </scri pt> | |
206 | ||
207 | <g:if test="${lo ginAgency == 'DOD'}" > | |
208 | <s tyle type= "text/css" > | |
209 | #A greement { | |
210 | width: 8 00px; | |
211 | margin-l eft: -400p x; | |
212 | } | |
213 | </ style> | |
214 | </g:if > | |
215 | ||
216 | </head> | |
217 | ||
218 | <body> | |
219 | ||
220 | <asset:ima ge src="JL V_Logo.png " id="JLVL ogo" | |
221 | alt="J L V - a Do D and Depa rtment of Veterans A ffairs joi nt project "></asset: image> | |
222 | ||
223 | <div id="E rrorMsg"> | |
224 | <g:ren derErrors bean="${lo ginCmd}"/> | |
225 | <g:if test="${er rorText}"> | |
226 | ${ raw(errorT ext)} | |
227 | ||
228 | <g :if test=' ${grailsCo nfig.agenc yVA}'> | |
229 | <a targe t="_blank" href="<g: resource d ir="WebHel p" file="l oginerrors .htm"/>">N eed Help?< /a> | |
230 | </ g:if> | |
231 | <g :else><a t arget=\"_b lank\" hre f=\"<g:res ource dir= 'WebHelp' file='logi nErrorsDoD .htm'/>\"> Need Help? </a></g:el se> | |
232 | ||
233 | </g:if > | |
234 | </div> | |
235 | ||
236 | <div id="L oginMesg"> Welcome ${ session.pr ofileName} <br/>Pleas e complete your JLV profile<br /> below t o access t he system. | |
237 | </div> | |
238 | ||
239 | ||
240 | <div id="C enterLogin Form"> | |
241 | ||
242 | <div s tyle="posi tion:absol ute;right: 0;top:0;pa dding:15px ;"> | |
243 | <i nput id="A ccessibili tyToggle" type="chec kbox" | |
244 | aria- label="Tog gle to ena ble access ibility mo de in the JLV applic ation"/> < span>Acces sibility M ode</span> | |
245 | </div> | |
246 | ||
247 | <g:for m controll er="authen ticate" ac tion="logi n" name="l oginForm" onsubmit=" return Log in()"> | |
248 | <l abel id="A ccessCodeL abel">Acce ss Code:</ label> <b r/> | |
249 | <input typ e="passwor d" name="a ccessCode" id="Acces sCodeInput " value="< g:if env=" developmen t"> REDACTED </g:if>" | |
250 | aria- labelledby ="AccessCo deLabel" a utocomplet e="off"/> | |
251 | <l abel id="V erifyCodeL abel">Veri fy Code:</ label> <b r/> | |
252 | <input typ e="passwor d" name="v erifyCode" id="Verif yCodeInput " value="< g:if env=" developmen t"> REDACTED </g:if>" | |
253 | aria- labelledby ="VerifyCo deLabel" a utocomplet e="off"/> | |
254 | ||
255 | <t able> | |
256 | <tr><td id="Agency Select" st yle="heigh t:35px;ver tical-alig n: top;"> | |
257 | <lab el id="Age ncyLabel"> Agency:</l abel> | |
258 | <sel ect id="co mboAgency" name="log inAgency" aria-label ledby="Age ncyLabel"> | |
259 | <option va lue="VA">V A</option> | |
260 | <option va lue="DOD"> DOD</optio n> | |
261 | </se lect> <b r/> | |
262 | ||
263 | ||
264 | </td> | |
265 | ||
266 | <td id="SiteSe lect" styl e="height: 35px;verti cal-align: top;"> | |
267 | <label id= "SiteLabel ">Site:</l abel> | |
268 | <select id ="comboSit e" name="s iteCode" a ria-labell edby="Site Label"> | |
269 | </select> | |
270 | </td ></tr> | |
271 | ||
272 | <tr> | |
273 | <td> | |
274 | <a href="# " id="Edit ProfileBtn " class="h elp-toolti p" | |
275 | aria-la bel="Edit your user profile. H ere you ca n select t he accessi bility the me to inte rface with a keyboar d and scre en reader. " | |
276 | title=" Click to e dit your u ser profil e.">Edit P rofile</a> | |
277 | ||
278 | </td > | |
279 | </tr> | |
280 | </ table> | |
281 | ||
282 | ||
283 | <d iv id="Non EditProfil eLogin"> | |
284 | <div id= "LoginButt on"> | |
285 | <inp ut type="s ubmit" val ue="Login" onsubmit= "Login();" | |
286 | title=" Click to l og into th e JLV appl ication."/ > | |
287 | ||
288 | <div id="Login Indicator" > | |
289 | <asset:ima ge src="lo ginIndicat or.gif"/> | |
290 | </di v> | |
291 | </div> | |
292 | ||
293 | <div id= "LoginHear tbeat"> | |
294 | <g:i f test="${ serviceSta tus != nul l}"> | |
295 | <div>Syste m Status</ div> | |
296 | <g:if test ="${servic eStatus.si ze() > 0}" > | |
297 | <g:set var="isJm dsErr" val ue="${fals e}"/> | |
298 | <g:eac h in="${se rviceStatu s}" var="s tatus"> | |
299 | <g :if test=" ${status.t oLowerCase ().contain s("jmeadow s data ser vice is un available" )}"> | |
300 | <g:set v ar="isJmds Err" value ="${true}" /> | |
301 | </ g:if> | |
302 | </g:ea ch> | |
303 | <g:if test="${is JmdsErr}"> | |
304 | <a sset:image src="sysS tatusError .png" alt= "Warning" border="0" /> | |
305 | </g:if > | |
306 | <g:els e> | |
307 | <a sset:image src="sysS tatusWarni ng.png" al t="Warning " border=" 0"/> | |
308 | </g:el se> | |
309 | JLV is having pr oblems.<br /><br/> | |
310 | <ul> | |
311 | <g :each in=" ${serviceS tatus}" va r="status" > | |
312 | <li>${st atus}</li> | |
313 | </ g:each> | |
314 | </ul> | |
315 | <br/>I f problem persists, please con tact the h elp desk. | |
316 | <br/> | |
317 | %{--<g:if test="${lo ginAgency == 'DOD'}" >--}% | |
318 | <br/>$ {grailsApp lication.c onfig.grai ls.DoDHelp DeskName} | |
319 | <br/>$ {grailsApp lication.c onfig.grai ls.DoDHelp DeskPhone} | |
320 | <br/>$ {grailsApp lication.c onfig.grai ls.DoDHelp DeskEmail} | |
321 | %{--</g:if >--}% | |
322 | %{--<g:els e>--}% | |
323 | <br/> | |
324 | <br/>$ {grailsApp lication.c onfig.grai ls.VAHelpD eskName} | |
325 | <br/>$ {grailsApp lication.c onfig.grai ls.VAHelpD eskPhone} | |
326 | <br/>$ {grailsApp lication.c onfig.grai ls.VAHelpD eskEmail} | |
327 | %{--</g:el se>--}% | |
328 | </g:if> | |
329 | <g:else> | |
330 | <asset :image src ="sysStatu sOK.png" a lt="OK" bo rder="0"/> JLV data sources av ailable. | |
331 | </g:else> | |
332 | </g: if> | |
333 | <g:e lse> | |
334 | <asset:ima ge src="sy sStatusErr or.png" al t="Error" border="0" /> System status is unavailabl e.<br/> | |
335 | <br/>If pr oblem pers ists, plea se contact the help desk. | |
336 | <br/> | |
337 | %{-- <g:if test ="${loginA gency == ' DOD'}">--} % | |
338 | <br/>${gra ilsApplica tion.confi g.grails.D oDHelpDesk Name} | |
339 | <br/>${gra ilsApplica tion.confi g.grails.D oDHelpDesk Phone} | |
340 | <br/>${gra ilsApplica tion.confi g.grails.D oDHelpDesk Email} | |
341 | <br/> | |
342 | %{-- </g:if>--} % | |
343 | %{-- <g:else>-- }% | |
344 | <br/>${gra ilsApplica tion.confi g.grails.V AHelpDeskN ame} | |
345 | <br/>${gra ilsApplica tion.confi g.grails.V AHelpDeskP hone} | |
346 | <br/>${gra ilsApplica tion.confi g.grails.V AHelpDeskE mail} | |
347 | %{-- </g:else>- -}% | |
348 | </g: else> | |
349 | </div> | |
350 | ||
351 | </ div> | |
352 | ||
353 | ||
354 | <d iv id="Edi tProfileLo gin"> | |
355 | <label i d="UserInt erfaceThem eLabel">Us er Interfa ce Theme</ label> | |
356 | ||
357 | <div id= "UserInter faceRadioG roup"> | |
358 | <inp ut type="r adio" id=" JLVThemeDe faultRadio " name="th eme" value ="default" /> | |
359 | <lab el for="JL VThemeDefa ultRadio"> Default</l abel> | |
360 | ||
361 | <inp ut type="r adio" id=" JLVThemeGr eenRadio" name="them e" value=" green"/> | |
362 | <lab el for="JL VThemeGree nRadio">Gr een</label > | |
363 | ||
364 | ||
365 | <inp ut type="r adio" id=" JLVThemeBl ueRadio" n ame="theme " value="b lue"/> | |
366 | <lab el for="JL VThemeBlue Radio">Blu e</label> | |
367 | ||
368 | <inp ut type="r adio" id=" JLVThemeGr ayRadio" n ame="theme " value="g ray"/> | |
369 | <lab el for="JL VThemeGray Radio">Gra y</label> | |
370 | <inp ut type="r adio" id=" JLVThemeAc cessibleRa dio" name= "theme" va lue="acces sible"/> | |
371 | <lab el for="JL VThemeAcce ssibleRadi o">Accessi ble</label > | |
372 | </div> | |
373 | <br/> | |
374 | ||
375 | <div id= "Community DataDispla ySetting"> | |
376 | <lab el id="Com munityData DisplayLab el">Commun ity Data D isplay</la bel> | |
377 | ||
378 | <div id="VLERD ataOption" > | |
379 | <input typ e="checkbo x" id="dod VLERCheckb ox" name=" dodVLER"/> | |
380 | <label for ="dodVLERC heckbox" i d="dodVLER CheckboxLa bel">Inclu de DoD Com munity Dat a</label> | |
381 | ||
382 | <input typ e="checkbo x" id="das VLERCheckb ox" name=" dasVLER"/> | |
383 | <label for ="dasVLERC heckbox" i d="dasVLER CheckboxLa bel">Inclu de VA Comm unity Data </label> | |
384 | </di v> | |
385 | </div> | |
386 | ||
387 | ||
388 | <div sty le="float: right;marg in-bottom: 30px;width :100%;text -align:rig ht;"> | |
389 | <inp ut class=" help-toolt ip blue" t ype="submi t" value=" Save and L ogin" onsu bmit="Logi n();" | |
390 | title=" Click to s ave all ch anges made on this p age and lo g into the JLV appli cation."/> | |
391 | ||
392 | ||
393 | <inp ut class=" help-toolt ip" type=" button" id ="CancelEd itBtn" tab index="" | |
394 | title=" Click to d iscard any changes m ade on thi s page and return to the main login page ." | |
395 | value=" Cancel"/> | |
396 | </div> | |
397 | ||
398 | </ div> | |
399 | ||
400 | <d iv id="JLV HelpBtn" c lass="help -tooltip"> | |
401 | <a title ="Click to open the JLV help s ystem." | |
402 | href= "<g:resour ce dir="We bHelp" fil e="JLV_hel p.htm"/>"> JLV Help</ a> | |
403 | </ div> | |
404 | ||
405 | ||
406 | <i nput type= "hidden" n ame="login msg" value =""/> | |
407 | <i nput id="u serCfg" ty pe="hidden " name="us erCfg" val ue=""/> | |
408 | <i nput type= "hidden" n ame="userF lags" valu e=""/> | |
409 | <i nput type= "hidden" i d="Accepte dAgreement Input" nam e="accepte dAgreement " value='$ {raw(agree ment)}'/> | |
410 | <i nput type= "hidden" n ame="csrf- token" val ue="${csrf Token}"/> | |
411 | </g:fo rm> | |
412 | ||
413 | </div> | |
414 | ||
415 | <div id="P rofileConf igure"> | |
416 | </div> | |
417 | ||
418 | <div id="A greement-O verlay"></ div> | |
419 | ||
420 | <g:if test ="${grails Applicatio n.config.g rails.appV ersion != null && gr ailsApplic ation.conf ig.grails. appVersion .size() > 0}"> | |
421 | <div>B uild ${gra ilsApplica tion.confi g.grails.a ppVersion} </div> | |
422 | </g:if> | |
423 | <g:else> | |
424 | <div>B uild 2.4</ div> | |
425 | </g:else> | |
426 | ||
427 | ||
428 | <div id="h uiLogo"> | |
429 | <a hre f="http:// www.pacifi chui.org/" target=_b lank | |
430 | alt ="Pacific Telehealth & Tec hnology Hu i" tabInde x="8"> | |
431 | <a sset:image src="logi nHui.png" alt="Hui l ogo"/> | |
432 | </a> | |
433 | </div> | |
434 | ||
435 | ||
436 | <div id="L oginFooter "> | |
437 | <p id= "LoginFoot erText"> | |
438 | Yo u are acce ssing a U. S. Governm ent (USG) Informatio n System ( IS) that i s provided for USG-a uthorized use only. | |
439 | By using thi s IS (whic h includes any devic e attached to this I S), you co nsent to t he followi ng conditi ons: | |
440 | Th e USG rout inely inte rcepts and monitors communicat ions on th is IS for purposes i ncluding, but not li mited to, penetratio n testing, COMSEC mo nitoring, network op erations a nd defense , personne l miscondu ct (PM), l aw enforce ment (LE), and count erintellig ence (CI) investigat ions. | |
441 | At any time, the USG m ay inspect and seize data stor ed on this IS. | |
442 | Co mmunicatio ns using, or data st ored on, t his IS are not priva te, are su bject to r outine mon itoring, i nterceptio n, and sea rch, and m ay be disc losed or u sed for an y USG-auth orized pur pose. | |
443 | Th is IS incl udes secur ity measur es (e.g., authentica tion and a ccess cont rols) to p rotect USG interests —not for your pers onal benef it or priv acy. | |
444 | No twithstand ing the ab ove, using this IS d oes not co nstitute c onsent to PM, LE, or CI invest igative se arching or monitorin g of the c ontent of privileged communica tions, or work produ ct, relate d to perso nal repres entation o r services by attorn eys, psych otherapist s, or cler gy, and th eir assist ants. Such communica tions and work produ ct are pri vate and c onfidentia l. | |
445 | </p> | |
446 | </div> | |
447 | ||
448 | <div id="L oginInfo"> | |
449 | <table > | |
450 | <t r><td>Last Successfu l Login:</ td><td>${v alidLoginD ate}</td> <td>IP:</t d><td>${va lidLoginIP }</td></tr > | |
451 | <t r><td>Last Unsuccess ful Login: </td><td>$ {badLoginD ate}</td>< td>IP:</td ><td>${bad LoginIP}</ td></tr> | |
452 | </tabl e> | |
453 | </div> | |
454 | ||
455 | ||
456 | <div id="C enterPopup " role="al ertdialog" > | |
457 | <div i d="Agreeme nt"> | |
458 | ||
459 | <d iv id="Agr eementCont ent"> | |
460 | <p> | |
461 | YOU ARE ACCESS ING A U.S. GOVERNMEN T (USG) IN FORMATION SYSTEM (IS ) THAT IS PROVIDED F OR USG-AUT HORIZED US E ONLY.<br /><br/> | |
462 | By u sing this IS (which includes a ny device attached t o this IS) , you cons ent to the following condition s:<br/> | |
463 | <ul id=" AgreementL ist"> | |
464 | <li> The USG ro utinely in tercepts a nd monitor s communic ations on this IS fo r purposes including , but not limited to , penetrat ion testin g, COMSEC monitoring , network operations and defen se, person nel miscon duct (PM), law enfor cement (LE ), and cou nterintell igence (CI ) investig ations. | |
465 | <li> At any tim e, the USG may inspe ct and sei ze data st ored on th is IS. | |
466 | <li> Communicat ions using , or data stored on, this IS a re not pri vate, are subject to routine m onitoring, intercept ion, and s earch, and may be di sclosed or used for any USG-au thorized p urpose. | |
467 | <li> This IS in cludes sec urity meas ures (e.g. , authenti cation and access co ntrols) to protect U SG interes ts--not fo r your per sonal bene fit or pri vacy. | |
468 | <li>Notw ithstandin g the abov e, using t his IS doe s not cons titute con sent to PM , LE or CI investiga tive searc hing or mo nitoring o f the cont ent of pri vileged co mmunicatio ns, or wor k product, related t o personal represent ation or s ervices by attorneys , psychoth erapists, or clergy, and their assistant s. Such co mmunicatio ns and wor k product are privat e and conf idential. | |
469 | ||
470 | <g:i f test="${ loginAgenc y == 'DOD' }"> | |
471 | <li> | |
472 | If thi s viewer i s used to access ele ctronic pr otected he alth infor mation (eP HI) from a | |
473 | commun ity health partner, use of thi s feature constitute s agreemen t to compl y as a | |
474 | Partic ipant User with the Data Use a nd Recipro cal Suppor t Agreemen t (DURSA) signed | |
475 | by the DoD <a ta rget="_bla nk" | |
476 | hr ef="http:/ /sequoiapr oject.org/ ehealth-ex change/onb oarding/du rsa/">(Lin k to DURSA )</a>. Any request f or, or use or disclo sure of, e PHI must b e for a | |
477 | permit ted purpos e and in a ccordance with the t erms and c onditions of the DUR SA. Furthe r, | |
478 | if a B reach occu rs, you ag ree to rep ort such B reach to [ the DHA Pr ivacy and Civil Libe rties | |
479 | Office ] as soon as reasona bly practi cable. | |
480 | </li> | |
481 | </g: if> | |
482 | ||
483 | </ul> | |
484 | </ p> | |
485 | ||
486 | <div cla ss="accept Button"> | |
487 | <but ton id="ac cept" tabi ndex="0" o nclick="Ac ceptAgreem ent();" ti tle="Welco me to the Janus Join t Legacy V iewer Appl ication. P ress space bar to acc ept this a greement. YOU ARE AC CESSING A U S GOVER NMENT INFO RMATION SY STEM THAT IS PROVIDE D FOR U S GOVERNMEN T AUTHORIZ ED USE ONL Y. | |
488 | ||
489 | By using thi s INFORMAT ION SYSTEM (which in cludes any device at tached to this INFOR MATION SYS TEM), you consent to the follo wing condi tions: | |
490 | ||
491 | Th e U S GOV ERNMENT ro utinely in tercepts a nd monitor s communic ations on this INFOR MATION SYS TEM for pu rposes inc luding, bu t not limi ted to, pe netration testing, C OMSEC moni toring, ne twork oper ations and defense, personnel misconduct , law enfo rcement, a nd counter intelligen ce investi gations. | |
492 | ||
493 | At any time, the U S G OVERNMENT may inspec t and seiz e data sto red on thi s INFORMAT ION SYSTEM . | |
494 | ||
495 | Co mmunicatio ns using, or data st ored on, t his INFORM ATION SYST EM are not private, are subjec t to routi ne monitor ing, inter ception, a nd search, and may b e disclose d or used for any U S GOVERNM ENT author ized purpo se. | |
496 | ||
497 | Th is INFORMA TION SYSTE M includes security measures ( e.g., auth entication and acces s controls ) to prote ct U S GO VERNMENT i nterests n ot for you r personal benefit o r privacy. | |
498 | ||
499 | No twithstand ing the ab ove, using this IS d oes not co nstitute c onsent to personnel misconduct , law enfo rcement, o r counteri ntelligenc e investig ative sear ching or m onitoring of the con tent of pr ivileged c ommunicati ons, or wo rk product , related to persona l represen tation or services b y attorney s, psychot herapists, or clergy , and thei r assistan ts. Such c ommunicati ons and wo rk product are priva te and con fidential. Press Sp acebar to accept.">I Accept</b utton> | |
500 | ||
501 | </div> | |
502 | ||
503 | </ div> | |
504 | </div> | |
505 | </div> | |
506 | ||
507 | </body> | |
508 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.