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 | LSACP.html | Wed Oct 18 12:48:40 2017 UTC |
2 | RAMS.zip\RAMS\UI\R2.1\sitePages | LSACP.html | Wed Oct 18 13:02:48 2017 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 604 |
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 | <!DOCTYPE html> | |
2 | <html lang ="en" xmln s:mso="urn :schemas-m icrosoft-c om:office: office" xm lns:msdt=" uuid:C2F41 010-65B3-1 1d1-A29F-0 0AA00C1488 2"><head> | |
3 | <meta http -equiv="co ntent-type " content= "text/html ; charset= UTF-8"> | |
4 | <meta charset="u tf-8"> | |
5 | <meta http-equiv ="X-UA-Com patible" c ontent="IE =edge"> | |
6 | <meta name="desc ription" c ontent=""> | |
7 | <meta name="auth or" conten t="Veteran s Affairs Research A dministrat ive Manage ment Syste m"> | |
8 | <meta http-equiv ="Pragma" content="n o-cache"> | |
9 | <meta http-equiv ="Expires" content=" -1"> | |
10 | <!-- N ote there is no resp onsive met a tag here --> | |
11 | ||
12 | <title >VA RAMS</ title> | |
13 | ||
14 | ||
15 | <l ink rel="s tylesheet" href="../ SiteAssets /css/jquer y-ui.css"> | |
16 | ||
17 | <script src="../Si teAssets/j s/jquery.j s"></scrip t> | |
18 | ||
19 | <script src="../Si teAssets/j s/jquery-u i.js"></sc ript> | |
20 | ||
21 | <script type="text /javascrip t" src=".. /SiteAsset s/js/rams- environmen t.js"></sc ript> | |
22 | ||
23 | <!-- Bo otstrap co re CSS --> | |
24 | <link href="../S iteAssets/ css/bootst rap.min.cs s" rel="st ylesheet"> | |
25 | ||
26 | <!-- C ustom styl es for thi s template --> | |
27 | <link href="../S iteAssets/ css/styles .css" rel= "styleshee t"> | |
28 | ||
29 | ||
30 | ||
31 | <!--[if gt e mso 9]>< xml> | |
32 | <mso:Custo mDocumentP roperties> | |
33 | <mso:ItemR etentionFo rmula msdt :dt="strin g"></mso:I temRetenti onFormula> | |
34 | <mso:_dlc_ policyId m sdt:dt="st ring"></ms o:_dlc_pol icyId> | |
35 | </mso:Cust omDocument Properties > | |
36 | </xml><![e ndif]--> | |
37 | </head> | |
38 | ||
39 | <body> | |
40 | <a hre f="#insert " class="s r-only sr- only-focus able">Skip to main c ontent</a> <!-- Ski p to main content -- > | |
41 | <!-- F ixed navba r --> | |
42 | <div c lass="navb ar navbar- default na vbar-stati c-top" rol e="navigat ion"> | |
43 | <div class="co ntainer"> | |
44 | <d iv class=" navbar-hea der"> | |
45 | <h1 title= "Departmen t of Veter ans Affair s Seal.Vet erans Affa irs Resear ch Adminis trative Ma nagement S ystem"><a class="nav bar-brand" href="#"> Department of Vetera ns Affairs Seal.Vete rans Affai rs Researc h Administ rative Man agement Sy stem</a></ h1> | |
46 | </ div> | |
47 | <d iv class=" navbar-col lapse coll apse"> | |
48 | <ul class= "nav navba r-nav navb ar-right m ain-nav"> | |
49 | <li><a t itle="Home " href="/s ites/IRBAp plications /SitePages /Home.aspx ">Home</a> </li> | |
50 | <li clas s="active" ><a title= "Research Study Appl ications" href="/sit es/IRBAppl ications/S itePages/i rb%20appli cations.as px">Resear ch Study A pplication </a></li> | |
51 | <li><a t itle="Comm ittee Acti vities" hr ef="../Sit eAssets/co mmittee_re direct.htm l">Committ ee Activit ies</a></l i> | |
52 | <li><a id="profi le" title= "Personal Profile" h ref="">Per sonal Prof ile</a></l i> | |
53 | </ul> | |
54 | </ div><!--/. nav-collap se --> | |
55 | </di v> | |
56 | </div> <!-- /.na vbar-stati c-top --> | |
57 | ||
58 | <script ty pe="text/j avascript" > | |
59 | var siteUr l = "/site s/IRBAppli cations/"; | |
60 | var SiteNa me = ''; | |
61 | var queryL ist = new Array(); | |
62 | ||
63 | $( documen t ).ready( function() { | |
64 | SiteNa me = getPa ramValue(' facilityNa me'); | |
65 | facil ityTitle = getParamV alue('faci lityTitle' ); | |
66 | ||
67 | $('#si teUsersHea der').appe nd(facilit yTitle); | |
68 | retrie veListItem s(); | |
69 | getWor kflowNotif icationRul es(); | |
70 | ||
71 | }); | |
72 | ||
73 | function g etParamVal ue(param) { | |
74 | va r urlParam String = l ocation.se arch.split (param + " ="); | |
75 | if (urlParam String.len gth <= 1) | |
76 | retu rn ""; | |
77 | el se { | |
78 | var tmp = urlP aramString [1].split( "&"); | |
79 | ||
80 | retu rn tmp[0]; | |
81 | } | |
82 | ||
83 | } | |
84 | ||
85 | ||
86 | function m anageCommi ttee() { | |
87 | ||
88 | wi ndow.locat ion.href(" /sites/IRB Applicatio ns/SitePag es/manageC ommittee.h tml?facili tyName="+f acilityTit le); | |
89 | ||
90 | } | |
91 | ||
92 | function r etrieveLis tItems() | |
93 | { | |
94 | var cl ientContex t = new SP .ClientCon text(siteU rl); | |
95 | var oL ist = clie ntContext. get_web(). get_lists( ).getByTit le('Site C onfig'); | |
96 | ||
97 | var ca mlQuery = new SP.Cam lQuery(); | |
98 | var ca mlString = '<View><Q uery><Wher e><And><Eq ><FieldRef Name="Sit e"/><Value Type="Tex t">'+ Site Name +'</V alue></Eq> <Neq><Fiel dRef Name= "Hide"/><V alue Type= "Text">Yes </Value></ Neq></And> </Where></ Query></Vi ew>' | |
99 | camlQu ery.set_vi ewXml(caml String); | |
100 | this.c ollListIte m = oList. getItems(c amlQuery); | |
101 | ||
102 | client Context.lo ad(collLis tItem); | |
103 | ||
104 | client Context.ex ecuteQuery Async(Func tion.creat eDelegate( this, this .onQuerySu cceeded), Function.c reateDeleg ate(this, this.onQue ryFailed)) ; | |
105 | } | |
106 | function o nQuerySucc eeded(send er, args) { | |
107 | ||
108 | var It emFacility = new Arr ay(); | |
109 | var It emCommitte e = new Ar ray(); | |
110 | var sh owArray = new Array( ); | |
111 | var ap plicationL ist = new Array(); | |
112 | ||
113 | var li stItemEnum erator = c ollListIte m.getEnume rator(); | |
114 | ||
115 | while (listItemE numerator. moveNext() ) { | |
116 | va r oListIte m = listIt emEnumerat or.get_cur rent(); | |
117 | // listItemIn fo += '\n ID: ' + oL istItem.ge t_item('ID ') + | |
118 | // '\nTitle: ' + oListI tem.get_it em('Facili ty') + | |
119 | // '\nBod y: ' + oLi stItem.get _item('Com mittee'); | |
120 | Ite mFacility. push(oList Item.get_i tem('Facil ity')); | |
121 | Ite mCommittee .push(oLis tItem.get_ item('Comm ittee')) | |
122 | ||
123 | } | |
124 | ||
125 | //aler t(listItem Info.toStr ing()); | |
126 | ||
127 | for (v ar i = 0; i < ItemFa cility.len gth; i++) | |
128 | { | |
129 | show Array[i] = ItemFacil ity[i]+ " " + ItemCo mmittee[i] | |
130 | } | |
131 | ||
132 | for (v ar i = 0;i <= showAr ray.length ; i++) | |
133 | { | |
134 | if (showArray [i]!=undef ined) { | |
135 | $(' #link' + i ).append(s howArray[i ] + " Comm ittee Conf iguration" ); | |
136 | $ ('#link' + i).attr(" href", "/s ites/IRBAp plications /SitePages /Committee Configurat ion.html?f acilityNam e=" + Item Facility[i ] + "&faci lityTitle= " + facili tyTitle + "&committe eName=" + ItemCommit tee[i] ); | |
137 | } | |
138 | ||
139 | } | |
140 | ||
141 | } | |
142 | function o nQueryFail ed(sender, args) { | |
143 | ||
144 | alert( 'Request f ailed. ' + args.get_ message() + '\n' + a rgs.get_st ackTrace() ); | |
145 | } | |
146 | ||
147 | ||
148 | ||
149 | ||
150 | function g etWorkflow Notificati onRules () { | |
151 | 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"; | |
152 | ||
153 | $.ajax ({ | |
154 | ||
155 | url : re questUri, | |
156 | ||
157 | type : " GET", | |
158 | ||
159 | headers : { | |
160 | ||
161 | "accept" : "applicat ion/json;o data=verbo se", | |
162 | ||
163 | "content-t ype" : "ap plication/ json;odata =verbose", | |
164 | ||
165 | "X-Request Digest" : $("#_REQUE STDIGEST") .val() | |
166 | ||
167 | }, | |
168 | ||
169 | success : onSucces sWorkflowN otificatio nRules, | |
170 | ||
171 | error : onQueryFai led | |
172 | ||
173 | }); | |
174 | ||
175 | ||
176 | } | |
177 | ||
178 | fu nction onS uccessWork flowNotifi cationRule s(data) { | |
179 | var results=da ta.d.resul ts; | |
180 | ||
181 | for (v ar i = 0; i < result s.length; i++) { | |
182 | var reco rd=results [i]; | |
183 | ||
184 | var faci lityRule=r ecord.faci lityName.T itle; | |
185 | var reco rdID=recor d.ID; | |
186 | ||
187 | if (faci lityRule ! =null) { | |
188 | //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. | |
189 | if (facili tyRule.ind exOf(facil ityTitle) !== -1) { | |
190 | $( "#wfurl"). attr("href ", "/sites /IRBApplic ations/Lis ts/Notific ationWorkf lowConfigu ration/Edi tForm.aspx ?ID=" + re cordID); | |
191 | br eak; | |
192 | } | |
193 | } | |
194 | ||
195 | ||
196 | } | |
197 | ||
198 | ||
199 | } | |
200 | ||
201 | ||
202 | ||
203 | ||
204 | </script> | |
205 | ||
206 | ||
207 | ||
208 | ||
209 | <d iv class=" container" > | |
210 | <div style="wi dth:40%; f loat:left; "> | |
211 | <h3> Import Arc hived Data </h3> | |
212 | Instru ctions:<br > | |
213 | <ol> | |
214 | <li>Do wnload the RAMS Data Bridge Ex cel Tool < a href="/s ites/IRBAp plications /SiteAsset s/RAMS_Arc hiveImport /RAMS_Arch iveImport_ v20151214. xlsm">here </a>.</li> | |
215 | <li>Co mplete all required fields in the Excel file and c lick "Expo rt Data" ( overwrite any files if prompte d).</li> | |
216 | <li>Up load the D atacall.xl sx from yo ur C:\TEMP \RAMS fold er using t he <a href ="/sites/I RBApplicat ions/SiteA ssets/rams _archive_i mport.html ">Import R AMS Data p age</a>.</ li> | |
217 | </ol > | |
218 | </di v> | |
219 | ||
220 | <div style="wi dth:50%; f loat:right ;"> | |
221 | <h2 id="siteUs ersHeader" class="te xt-left">< /h2> | |
222 | <h3> Configured Committee s</h3> | |
223 | <div class="bu tton"> | |
224 | <butto n type="bu tton" id=" addbutton" style="he ight:35px; width:200p x;backgrou nd-color:# e7e7e7" on click="man ageCommitt ee()">Mana ge Committ ee</button > | |
225 | </di v> | |
226 | <ul> | |
227 | <br> | |
228 | ||
229 | </ul > | |
230 | ||
231 | < a id="link 0" class=" text-left" style="co lor:blue"> </a><br> | |
232 | < a id="link 1" class=" text-left" style="co lor:blue"> </a><br> | |
233 | < a id="link 2" class=" text-left" style="co lor:blue"> </a><br> | |
234 | < a id="link 3" class=" text-left" style="co lor:blue"> </a> | |
235 | ||
236 | <br> | |
237 | <a id="w furl" href ="" >Commi ttee Notif ication Co nfiguratio n</a> | |
238 | </div> | |
239 | </ div> | |
240 | ||
241 | <d iv class=" footer"> | |
242 | <div class="co ntainer"> | |
243 | <u l class="f ooter-nav" > | |
244 | <li><a tit le="About" href="/si tes/IRBApp lications/ SitePages/ About.aspx ">About</a ></li> | |
245 | ||
246 | <li><a tit le="Traini ng" href=" /sites/IRB Applicatio ns/SitePag es/RAMS%20 Online%20H elp.aspx"> Training</ a></li> | |
247 | ||
248 | <li><a tit le="Help" href="/sit es/IRBAppl ications/S itePages/R AMS%20Onli ne%20Help. aspx">Help </a></li> | |
249 | ||
250 | <li><a tit le="FAQs" href="/sit es/IRBAppl ications/S itePages/F AQ.aspx">F AQs</a></l i> | |
251 | ||
252 | <li><a tit le="Contac t Us" href ="/sites/I RBApplicat ions/SiteP ages/Conta ct%20Us.as px">Contac t Us</a></ li> | |
253 | ||
254 | <li><a tit le="Site M ap" href=" /sites/IRB Applicatio ns/SitePag es/Site%20 Map.aspx"> Site Map</ a></li> | |
255 | ||
256 | <li><a tit le="Discla imer" href ="/sites/I RBApplicat ions/SiteP ages/Discl aimer.aspx ">Disclaim er</a></li > | |
257 | ||
258 | <li><a tit le="Privac y/Accessib ility" hre f="/sites/ IRBApplica tions/Site Pages/Acce ssibility. aspx">Priv acy / Acce ssibility< /a></li> | |
259 | ||
260 | <li><a tit le="Versio n" href="/ sites/IRBA pplication s/SitePage s/Version. aspx">Vers ion</a></l i> | |
261 | ||
262 | <li><a tit le="Descri ption" hre f="/sites/ IRBApplica tions/Site Pages/Desc ription.as px">Descri ption</a>< /li> | |
263 | ||
264 | <li><a tit le="VA Hom e" href="h ttp://vaww . DNS ">VA Home< /a></li> | |
265 | </ ul> | |
266 | <p class="pu ll-right"> <strong> & copy; 2016 -2017 VA R AMS (v2.1. 0) </stron g></p> | |
267 | </di v> | |
268 | </div> | |
269 | ||
270 | <!-- B ootstrap c ore JavaSc ript | |
271 | ====== ========== ========== ========== ========== ==== --> | |
272 | <!-- P laced at t he end of the docume nt so the pages load faster -- > | |
273 | ||
274 | <!--<s cript src= "js/jquery -1.11.3.mi n.js"></sc ript>--> | |
275 | ||
276 | <scrip t src="../ SiteAssets /js/bootst rap.min.js "></script > | |
277 | <scrip t src="../ SiteAssets /js/toolti p.js"></sc ript> | |
278 | <!-- I E10 viewpo rt hack fo r Surface/ desktop Wi ndows 8 bu g --> | |
279 | <scrip t src="../ SiteAssets /js/ie10-v iewport-bu g-workarou nd.js"></s cript> | |
280 | ||
281 | <!-- < script src ="js/boots trap-edita ble.js"></ script> | |
282 | < script src ="js/boots trap-datep icker.js"> </script> | |
283 | --> | |
284 | ||
285 | <scrip t type="te xt/javascr ipt" src=" ../SiteAss ets/js/Mic rosoftAjax .js"></scr ipt> | |
286 | <scrip t type="te xt/javascr ipt" src=" /sites/IRB Applicatio ns/_layout s/15/sp.ru ntime.js"> </script> | |
287 | <scrip t type="te xt/javascr ipt" src=" /sites/IRB Applicatio ns/_layout s/15/sp.js "></script > | |
288 | <!-- d ynamic cod e generati on tags -- > | |
289 | ||
290 | <scrip t src="../ SiteAssets /js/bootst rap-datepi cker.js">< /script> | |
291 | <scrip t src="../ SiteAssets /js/jquery .popupover lay.js"></ script> | |
292 | <scrip t src="../ SiteAssets /js/jshash set-3.0.js "></script > | |
293 | <scrip t src="../ SiteAssets /js/jshash table-3.0. js"></scri pt> | |
294 | ||
295 | ||
296 | <s cript src= "../SiteAs sets/js/UL SLogScript .js"></scr ipt> | |
297 | <s cript data -pace-opti ons='{ "el ements": { "selector s": [".pul l-right"] }, "startO nPageLoad" : false }' src="js/p ace.js"></ script> | |
298 | <s cript> | |
299 | d ocument.ge tElementBy Id("profil e").href = mySitesSe rverName; | |
300 | </ script> | |
301 | ||
302 | ||
303 | </body></h tml> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.