Produced by Araxis Merge on 10/18/2017 8:22:15 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 | RAMS.zip\RAMS\UI\R2.1\sitePages | FacilityHome.html | Wed Oct 18 12:48:44 2017 UTC |
2 | RAMS.zip\RAMS\UI\R2.1\sitePages | FacilityHome.html | Wed Oct 18 13:02:47 2017 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 982 |
Changed | 1 | 2 |
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 | E1.1.0 RAM Increment 1 Patch C ode | |
3 | January 20 15 | |
4 | Department of Vetera n's Affair s/Booz All en Hamilto n | |
5 | irb-applic ations-gen eral.html | |
6 | --> | |
7 | <!DOCTYPE html> | |
8 | <html lang ="en" xmln s:mso="urn :schemas-m icrosoft-c om:office: office" | |
9 | xm lns:msdt=" uuid:C2F41 010-65B3-1 1d1-A29F-0 0AA00C1488 2"> | |
10 | <head> | |
11 | <meta http -equiv="co ntent-type " content= "text/html ; charset= UTF-8"> | |
12 | <meta char set="utf-8 "> | |
13 | <meta http -equiv="X- UA-Compati ble" conte nt="IE=edg e"> | |
14 | <meta name ="descript ion" conte nt=""> | |
15 | <meta name ="author" | |
16 | co ntent="Vet erans Affa irs Resear ch Adminis trative Ma nagement S ystem"> | |
17 | <meta http -equiv="Pr agma" cont ent="no-ca che"> | |
18 | <meta http -equiv="Ex pires" con tent="-1"> | |
19 | <!-- Note there is n o responsi ve meta ta g here --> | |
20 | ||
21 | <title>VA RAMS</titl e> | |
22 | <!-- Must go at top or documen t.ready wi ll not wor k. The res t should b e at botto m --> | |
23 | <script sr c="../Site Assets/js/ jquery.js" ></script> | |
24 | ||
25 | <link rel= "styleshee t" type="t ext/css" | |
26 | hr ef="../Sit eAssets/cs s/jquery.d ataTables. css"> | |
27 | <script ty pe="text/j avascript" charset=" utf8" | |
28 | sr c="../Site Assets/js/ jquery.dat aTables.js "></script > | |
29 | ||
30 | <script ty pe="text/j avascript" charset=" utf8" src= "../SiteAs sets/js/ra ms-environ ment.js">< /script> | |
31 | ||
32 | <!-- Boots trap core CSS --> | |
33 | <link href ="../SiteA ssets/css/ bootstrap. min.css" r el="styles heet"> | |
34 | ||
35 | <!-- Custo m styles f or this te mplate --> | |
36 | <link href ="../SiteA ssets/css/ styles.css " rel="sty lesheet"> | |
37 | <link href ="../SiteA ssets/css/ datepicker .css" rel= "styleshee t"> | |
38 | ||
39 | ||
40 | <!-- Just for debugg ing purpos es. Don't actually c opy these 2 lines! - -> | |
41 | <!--[if lt IE 9]><sc ript src=" ../../asse ts/js/ie8- responsive -file-warn ing.js"></ script><![ endif]--> | |
42 | <script sr c="../Site Assets/js/ ie-emulati on-modes-w arning.js" ></script> | |
43 | ||
44 | ||
45 | <!-- HTML5 shim and Respond.js IE8 suppo rt of HTML 5 elements and media queries - -> | |
46 | <!--[if lt IE 9]> | |
47 | <scr ipt src=". ./SiteAsse ts/js/html 5shiv.min. js"></scri pt> | |
48 | <scr ipt src=". ./SiteAsse ts/js/resp ond.min.js "></script > | |
49 | <![end if]--> | |
50 | ||
51 | ||
52 | <!--[if gt e mso 9]>< xml> | |
53 | <mso:Custo mDocumentP roperties> | |
54 | <mso:ItemR etentionFo rmula msdt :dt="strin g"></mso:I temRetenti onFormula> | |
55 | <mso:_dlc_ policyId m sdt:dt="st ring"></ms o:_dlc_pol icyId> | |
56 | <mso:TaxKe ywordTaxHT Field msdt :dt="strin g"></mso:T axKeywordT axHTField> | |
57 | <mso:TaxKe yword msdt :dt="strin g"></mso:T axKeyword> | |
58 | <mso:Targe t_x0020_Au diences ms dt:dt="str ing"></mso :Target_x0 020_Audien ces> | |
59 | <mso:TaxCa tchAll msd t:dt="stri ng"></mso: TaxCatchAl l> | |
60 | </mso:Cust omDocument Properties > | |
61 | </xml><![e ndif]--> | |
62 | </head> | |
63 | <style> | |
64 | .btn-group button { | |
65 | backgr ound-color : #1E90FF ; /* Gree n backgrou nd */ | |
66 | border : 1px soli d light bl ue; /* Gre en border */ | |
67 | color: white; /* White tex t */ | |
68 | paddin g: 10px 24 px; /* Som e padding */ | |
69 | cursor : pointer; /* Pointe r/hand ico n */ | |
70 | width: 50%; /* S et a width if needed */ | |
71 | displa y: block; /* Make th e buttons appear bel ow each ot her */ | |
72 | } | |
73 | ||
74 | .btn-group button:no t(:last-ch ild) { | |
75 | border -bottom: n one; /* Pr event doub le borders */ | |
76 | } | |
77 | ||
78 | /* Add a b ackground color on h over */ | |
79 | .btn-group button:ho ver { | |
80 | backgr ound-color : #3e8e41; | |
81 | } | |
82 | ||
83 | </style> | |
84 | ||
85 | <body> | |
86 | <a href="#in sert" clas s="sr-only sr-only-f ocusable"> Skip to ma in | |
87 | cont ent</a> | |
88 | <! -- Skip to main cont ent --> | |
89 | <! -- Fixed n avbar --> | |
90 | <d iv class=" navbar nav bar-defaul t navbar-s tatic-top" role="nav igation"> | |
91 | <div class="co ntainer"> | |
92 | <div c lass="navb ar-header" > | |
93 | <h1 | |
94 | title="Dep artment of Veterans Affairs Se al.Veteran s Affairs Research A dministrat ive Manage ment Syste m"> | |
95 | <a class=" navbar-bra nd" href=" #">Departm ent of Vet erans Affa irs | |
96 | Se al.Veteran s Affairs Research A dministrat ive Manage ment Syste m</a> | |
97 | </h1> | |
98 | </div> | |
99 | <div c lass="navb ar-collaps e collapse "> | |
100 | <ul clas s="nav nav bar-nav na vbar-right main-nav" > | |
101 | <li><a tit le="Home" | |
102 | hr ef="/sites /IRBApplic ations/Sit ePages/Hom e.aspx">Ho me</a></li > | |
103 | <li class= "active">< a title="R esearch St udy Applic ations" | |
104 | hr ef="/sites /IRBApplic ations/Sit ePages/irb %20applica tions.aspx ">Research | |
105 | Stud y Applicat ion</a></l i> | |
106 | <li><a tit le="Commit tee Activi ties" | |
107 | hr ef="../Sit eAssets/co mmittee_re direct.htm l">Committ ee | |
108 | Acti vities</a> </li> | |
109 | <li><a i d="profile " title="P ersonal Pr ofile" hre f="">Perso nal Profil e</a></li> | |
110 | </ul> | |
111 | </div> | |
112 | <!--/. nav-collap se --> | |
113 | </di v> | |
114 | </ div> | |
115 | <! -- /.navba r-static-t op --> | |
116 | <d iv class=" container" > | |
117 | <div class ="row"> | |
118 | <div class="co l-xs-12"> | |
119 | <h1 id ="facility Header" cl ass="text- center"></ h1> | |
120 | </di v> | |
121 | </ div> | |
122 | <div class="ro w"> | |
123 | <div c lass="col- xs-6"> | |
124 | <h2>Comm ittees</h2 > | |
125 | <div cla ss="btn-gr oup"> | |
126 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
127 | id ="rdcbutto n" onclick ="RDCCheck ()">Resear ch and | |
128 | De velopment Committee< /button> | |
129 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
130 | id ="irbbutto n" onclick ="IRBCheck ()">Instit utional Re view | |
131 | Bo ard</butto n> | |
132 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
133 | id ="srsbutto n" onclick ="SRSCheck ()">Resear ch Safety< /button> | |
134 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
135 | id ="iacucbut ton" oncli ck="IACUCC heck()">In stitutiona l | |
136 | An imal Care and Use Co mmittee</b utton> | |
137 | </div> | |
138 | <h2>Admi nistrative Officer</ h2> | |
139 | <div cla ss="btn-gr oup"> | |
140 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
141 | id ="aocbutto n" onclick ="AOCheck( )">Home</b utton> | |
142 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
143 | on click="App oinmentsCh eck()">App ointments< /button> | |
144 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
145 | on click="Agr eementsChe ck()">Data Sharing/R epository Agreements </button> | |
146 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
147 | on click="Lab oratoriesC heck()">La boratories </button> | |
148 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
149 | on click="Pro pertyCheck ()">Proper ty</button > | |
150 | </div> | |
151 | ||
152 | <h2>Loca l Site Adm inistrator </h2> | |
153 | <div cla ss="btn-gr oup"> | |
154 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
155 | id ="lsabutto n" onclick ="LSACheck ()">Home</ button> | |
156 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
157 | on click="LSA Check()">A rchive Imp ort</butto n> | |
158 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
159 | on click="Not ificationC heck()">Co mmittee No tification | |
160 | Co nfiguratio n</button> | |
161 | </div> | |
162 | </div> | |
163 | ||
164 | <div c lass="col- xs-6"> | |
165 | <h2>Rese arch Compl iance Offi cer</h2> | |
166 | <div cla ss="btn-gr oup"> | |
167 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
168 | id ="rdcbutto n" onclick ="RCOCheck ()">Home</ button> | |
169 | </div> | |
170 | <h2>Repo rts</h2> | |
171 | <div cla ss="btn-gr oup"> | |
172 | <button ty pe="button " style="h eight: 35p x; width: 360px" | |
173 | id ="aocbutto n" onclick ="goToRepo rts()">Hom e</button> | |
174 | </div> | |
175 | </div> | |
176 | ||
177 | </di v> | |
178 | ||
179 | </ div> | |
180 | ||
181 | <s cript type ="text/jav ascript"> | |
182 | var siteUrl = "/sites/IR BApplicati ons/"; | |
183 | var hostname = window.lo cation.hos tname; | |
184 | var facilityNa me = getPa ramValue(' facilityNa me'); | |
185 | var facilityTi tle = getP aramValue( 'facilityT itle'); | |
186 | ||
187 | var committeeN ame = getP aramValue( 'committee Name'); | |
188 | ||
189 | var memberChec k = Member Check(); | |
190 | ||
191 | var pageTitle = "Welcome to the "+ facilityT itle + " h ome page"; | |
192 | $('# facilityHe ader').app end(pageTi tle); | |
193 | ||
194 | func tion getPa ramValue(p aram) { | |
195 | var ur lParamStri ng = locat ion.search .split(par am + "="); | |
196 | if (ur lParamStri ng.length <= 1) | |
197 | return " "; | |
198 | else { | |
199 | var tmp = urlParam String[1]. split("&") ; | |
200 | return t mp[0]; | |
201 | } | |
202 | } | |
203 | ||
204 | func tion RDCCh eck() { | |
205 | if ((m emberCheck [0] == tru e) || (mem berCheck[4 ] == true) | |
206 | || (member Check[5] = = true)) { | |
207 | window.l ocation.hr ef("Commit tee.html?f acilityNam e=" + facilityNa me + "&fac ilityTitle =" + facil ityTitle + "&committ eeName=" + "RDC"); | |
208 | ||
209 | } else { | |
210 | alert('A ccess is d enied: You are not a member of any of th e site gro ups in RDC Committee , please c ontact you r Local Si te Adminis trator to grant you the access rights.') ; | |
211 | } | |
212 | } | |
213 | ||
214 | func tion IRBCh eck() { | |
215 | var me mberCheck = MemberCh eck(); | |
216 | if ((m emberCheck [1] == tru e) || (mem berCheck[0 ] == true) | |
217 | || (member Check[4] = = true) || (memberCh eck[5] == true)) { | |
218 | window.l ocation.hr ef("Commit tee.html?f acilityNam e=" + faci lityName + "&facili tyTitle=" + facility Title + "& committeeN ame=" + "I RB"); | |
219 | } else { | |
220 | alert('A ccess is d enied: You are not a member of any of th e site gro ups in IRB Committee , please c ontact you r Local Si te Adminis trator to grant you the access rights.') ; | |
221 | } | |
222 | } | |
223 | ||
224 | func tion SRSCh eck() { | |
225 | if ((m emberCheck [2] == tru e) || (mem berCheck[0 ] == true) | |
226 | || (member Check[4] = = true) || (memberCh eck[5] == true)) { | |
227 | window.l ocation.hr ef("Commit tee.html?f acilityNam e=" + facilityNa me + "&fac ilityTitle =" + facil ityTitle + "&committ eeName=" + "SRS"); | |
228 | } else { | |
229 | alert('A ccess is d enied: You are not a member of any of th e site gro ups in SRS Committee , please c ontact you r Local Si te Adminis trator to grant you the access rights.') ; | |
230 | } | |
231 | } | |
232 | ||
233 | func tion IACUC Check() { | |
234 | if ((m emberCheck [3] == tru e) || (mem berCheck[0 ] == true) | |
235 | || (member Check[4] = = true) || (memberCh eck[5] == true)) { | |
236 | window.l ocation.hr ef("Commit tee.html?f acilityNam e=" + facilityNa me + "&fac ilityTitle =" + facil ityTitle + "&committ eeName=" + "IACUC"); | |
237 | } else { | |
238 | alert('A ccess is d enied: You are not a member of any of th e site gro ups in IAC UC Committ ee, please contact y our Local Site Admin istrator t o grant yo u the acce ss rights. '); | |
239 | } | |
240 | } | |
241 | ||
242 | func tion AOChe ck() { | |
243 | if ((m emberCheck [4] == tru e) || (mem berCheck[5 ] == true) ) { | |
244 | window.l ocation.hr ef("AOLand ingPage.ht ml?facilit yName=" + facilityNa me + "&fac ilityTitle =" + facil ityTitle); | |
245 | } else { | |
246 | alert('A ccess is d enied: You are not a member of Administr ator offic er.'); | |
247 | } | |
248 | } | |
249 | ||
250 | func tion Appoi nmentsChec k() { | |
251 | if ((m emberCheck [4] == tru e) || (mem berCheck[5 ] == true) ) { | |
252 | window.l ocation.hr ef("/sites /IRBApplic ations/" + facilityN ame | |
253 | + "/Lists/Ap pointments "); | |
254 | } else { | |
255 | alert('A ccess is d enied: You are not a member of Administr ator offic er.'); | |
256 | } | |
257 | } | |
258 | ||
259 | func tion Agree mentsCheck () { | |
260 | if ((m emberCheck [4] == tru e) || (mem berCheck[5 ] == true) ) { | |
261 | window.l ocation.hr ef("/sites /IRBApplic ations/" + facilityN ame | |
262 | + "/Lists/Da taSharingR epositoryA greements" ); | |
263 | } else { | |
264 | alert('A ccess is d enied: You are not a member of Administr ator offic er.'); | |
265 | } | |
266 | } | |
267 | ||
268 | func tion Labor atoriesChe ck() { | |
269 | if ((m emberCheck [4] == tru e) || (mem berCheck[5 ] == true) ) { | |
270 | window.l ocation.hr ef("/sites /IRBApplic ations/" + facilityN ame | |
271 | + "/Lists/La bs"); | |
272 | } else { | |
273 | alert('A ccess is d enied: You are not a member of Administr ator offic er.'); | |
274 | } | |
275 | } | |
276 | ||
277 | func tion Prope rtyCheck() { | |
278 | if ((m emberCheck [4] == tru e) || (mem berCheck[5 ] == true) ) { | |
279 | window.l ocation.hr ef("/sites /IRBApplic ations/" + facilityN ame | |
280 | + "/Lists/Pr operty"); | |
281 | } else { | |
282 | alert('A ccess is d enied: You are not a member of Administr ator offic er.'); | |
283 | } | |
284 | } | |
285 | ||
286 | func tion LSACh eck() { | |
287 | if ((m emberCheck [4] == tru e) || memb erCheck[5] == true) { | |
288 | window .location. href("LSAC P.html?fac ilityName= " + facili tyName + " &facilityT itle=" + f acilityTit le); | |
289 | ||
290 | } else { | |
291 | alert('A ccess is d enied: You are not a member of Local Sit e Administ rator.'); | |
292 | } | |
293 | } | |
294 | ||
295 | func tion Notif icationChe ck() { | |
296 | if ((m emberCheck [4] == tru e) || memb erCheck[5] == true) { | |
297 | getWorkf lowNotific ationRules (); | |
298 | } else { | |
299 | alert('A ccess is d enied: You are not a member of Local Sit e Administ rator.'); | |
300 | } | |
301 | } | |
302 | ||
303 | func tion RCOCh eck() { | |
304 | window .location. href("RCOL andingPage .html?faci lityName=" + facilit yName + "& committeeN ame=" + co mmitteeNam e + "&fac ilityTitle =" + facil ityTitle); | |
305 | } | |
306 | ||
307 | func tion goToR eports() { | |
308 | var re portsURL = RAMS.Envi ronment.Re ports.URL; | |
309 | ||
310 | window .open( | |
311 | reportsURL , | |
312 | "_bl ank" | |
313 | ) | |
314 | ||
315 | } | |
316 | ||
317 | func tion Membe rCheck() { | |
318 | var cu rrentUrl = window.lo cation.hre f; | |
319 | var sp litUrl = c urrentUrl. split(".ht ml")[0]; | |
320 | var fa cilityUrl = ""; | |
321 | var us er; | |
322 | var RD CMember = false; | |
323 | var IR BMember = false; | |
324 | var SR SMember = false; | |
325 | var IA CUCMember = false; | |
326 | var AO Member = f alse; | |
327 | var LS AMember = false; | |
328 | if (sp litUrl != "") { | |
329 | if (spli tUrl.index Of("/sites /IRBApplic ations/") != -1) { | |
330 | splitUrl = splitUrl. split("/si tes/IRBApp lications/ ")[1]; | |
331 | if (splitU rl.indexOf ("/SitePag es/") != - 1) { | |
332 | fa cilityUrl = splitUrl .split("/S itePages/" )[0]; | |
333 | } | |
334 | } | |
335 | ||
336 | } | |
337 | ||
338 | $ | |
339 | .ajax({ | |
340 | as ync : fals e, | |
341 | ty pe : 'GET' , | |
342 | ur l : siteUr l.concat(" _api/Web/C urrentUser /Groups"), | |
343 | he aders : { | |
344 | "acc ept" : "ap plication/ json;odata =verbose" | |
345 | }, | |
346 | da taType : ' json', | |
347 | su ccess : fu nction(jso n) { | |
348 | user = json.d. results; | |
349 | for (var i = 0 ; i < user .length; i ++) { | |
350 | if (us er[i].Titl e.indexOf( facilityNa me + " " | |
351 | + "RDC") > -1) { | |
352 | RDCMembe r = true; | |
353 | } | |
354 | if (us er[i].Titl e.indexOf( facilityNa me + " " | |
355 | + "IRB") > -1) { | |
356 | IRBMembe r = true; | |
357 | } | |
358 | if (us er[i].Titl e.indexOf( facilityNa me + " " | |
359 | + "SRS") > -1) { | |
360 | SRSMembe r = true; | |
361 | } | |
362 | if (us er[i].Titl e.indexOf( facilityNa me + " " | |
363 | + "IACUC") > -1) { | |
364 | IACUCMem ber = true ; | |
365 | } | |
366 | if (us er[i].Titl e.indexOf( "AO") > -1 ) { | |
367 | AOMember = true; | |
368 | } | |
369 | if (us er[i].Titl e.indexOf( facilityNa me + " " | |
370 | + "Local S ite Admini strators") > -1) { | |
371 | LSAMembe r = true; | |
372 | } | |
373 | } | |
374 | } | |
375 | }); | |
376 | return [ RDCMemb er, IRBMem ber, SRSMe mber, IACU CMember, A OMember, | |
377 | LSAMember ]; | |
378 | } | |
379 | ||
380 | func tion getWo rkflowNoti ficationRu les() { | |
381 | var re questUri = "/sites/I RBApplicat ions/_api/ web/lists/ getbytitle ('Notifica tion Workf low Config uration')/ items?$sel ect=ID, fa cilityName /ID, facil ityName/Ti tle&$expan d=facility Name"; | |
382 | ||
383 | $.ajax ({ | |
384 | ||
385 | url : re questUri, | |
386 | ||
387 | type : " GET", | |
388 | ||
389 | headers : { | |
390 | ||
391 | "accept" : "applicat ion/json;o data=verbo se", | |
392 | ||
393 | "content-t ype" : "ap plication/ json;odata =verbose", | |
394 | ||
395 | "X-Request Digest" : $("#_REQUE STDIGEST") .val() | |
396 | ||
397 | }, | |
398 | ||
399 | success : onSucces sWorkflowN otificatio nRules, | |
400 | ||
401 | error : onError | |
402 | ||
403 | }); | |
404 | ||
405 | } | |
406 | ||
407 | func tion onSuc cessWorkfl owNotifica tionRules( data) { | |
408 | var re sults = da ta.d.resul ts; | |
409 | ||
410 | for (v ar i = 0; i < result s.length; i++) { | |
411 | var reco rd = resul ts[i]; | |
412 | var faci lityRule = record.fa cilityName .Title; | |
413 | var reco rdID = rec ord.ID; | |
414 | ||
415 | if (faci lityRule ! =null) { | |
416 | //The faci lity title s from the Facility List do no t appear t o be comin g in corre ctly. This is done a llow Miami to be rea d and reco gnized. | |
417 | if (facili tyRule.ind exOf(facil ityName) ! == -1) { | |
418 | wi ndow.locat ion | |
419 | .href( "/sites/IR BApplicati ons/Lists/ Notificati onWorkflow Configurat ion/EditFo rm.aspx?ID =" | |
420 | + recordID ); | |
421 | br eak; | |
422 | } | |
423 | } | |
424 | } | |
425 | } | |
426 | ||
427 | func tion onErr or(error) { | |
428 | alert( JSON.strin gify(error )); | |
429 | ||
430 | } | |
431 | </ script> | |
432 | ||
433 | ||
434 | <d iv class=" footer"> | |
435 | <div class="co ntainer"> | |
436 | <ul cl ass="foote r-nav"> | |
437 | <li><a t itle="Abou t" | |
438 | href="/sit es/IRBAppl ications/S itePages/A bout.aspx" >About</a> </li> | |
439 | ||
440 | <li><a t itle="Trai ning" | |
441 | href="/sit es/IRBAppl ications/S itePages/R AMS%20Onli ne%20Help. aspx">Trai ning</a></ li> | |
442 | ||
443 | <li><a t itle="Help " | |
444 | href="/sit es/IRBAppl ications/S itePages/R AMS%20Onli ne%20Help. aspx">Help </a></li> | |
445 | ||
446 | <li><a t itle="FAQs " | |
447 | href="/sit es/IRBAppl ications/S itePages/F AQ.aspx">F AQs</a></l i> | |
448 | ||
449 | <li><a t itle="Cont act Us" | |
450 | href="/sit es/IRBAppl ications/S itePages/C ontact%20U s.aspx">Co ntact | |
451 | Us </a></li> | |
452 | ||
453 | <li><a t itle="Site Map" | |
454 | href="/sit es/IRBAppl ications/S itePages/S ite%20Map. aspx">Site | |
455 | Ma p</a></li> | |
456 | ||
457 | <li><a t itle="Disc laimer" | |
458 | href="/sit es/IRBAppl ications/S itePages/D isclaimer. aspx">Disc laimer</a> </li> | |
459 | ||
460 | <li><a t itle="Priv acy/Access ibility" | |
461 | href="/sit es/IRBAppl ications/S itePages/A ccessibili ty.aspx">P rivacy | |
462 | / Accessibil ity</a></l i> | |
463 | ||
464 | <li><a t itle="Vers ion" | |
465 | href="/sit es/IRBAppl ications/S itePages/V ersion.asp x">Version </a></li> | |
466 | ||
467 | <li><a t itle="Desc ription" | |
468 | href="/sit es/IRBAppl ications/S itePages/D escription .aspx">Des cription</ a></li> | |
469 | ||
470 | <li><a tit le="VA Hom e" href="h ttp://vaww . DNS ">VA Home< /a></li> | |
471 | </ul> | |
472 | <p cla ss="pull-r ight"> | |
473 | <strong> © 20 16-2017 VA RAMS (v2. 1.0) </str ong> | |
474 | </p> | |
475 | </di v> | |
476 | </ div> | |
477 | ||
478 | <! -- Bootstr ap core Ja vaScript | |
479 | ====== ========== ========== ========== ========== ==== --> | |
480 | <! -- Placed at the end of the do cument so the pages load faste r --> | |
481 | ||
482 | <s cript src= "../SiteAs sets/js/bo otstrap.mi n.js"></sc ript> | |
483 | <s cript src= "../SiteAs sets/js/to oltip.js"> </script> | |
484 | <! -- IE10 vi ewport hac k for Surf ace/deskto p Windows 8 bug --> | |
485 | <s cript src= "../SiteAs sets/js/ie 10-viewpor t-bug-work around.js" ></script> | |
486 | <s cript> | |
487 | d ocument.ge tElementBy Id("profil e").href = mySitesSe rverName; | |
488 | </ script> | |
489 | ||
490 | ||
491 | </body> | |
492 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.