Produced by Araxis Merge on 9/11/2017 8:05:39 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 | MHV_CIF_2017.4.0.0.zip\MHV_CIF_2017.4.0.0\MHV_CIF_2017.4.0.0\mhv_source\mhv_user\mhv-usermgmt-portal-portlet\src\main\webapp\views\user | userRegistration.xhtml | Thu Aug 3 15:54:36 2017 UTC |
2 | MHV_CIF_2017.4.0.0.zip\MHV_CIF_2017.4.0.0\MHV_CIF_2017.4.0.0\mhv_source\mhv_user\mhv-usermgmt-portal-portlet\src\main\webapp\views\user | userRegistration.xhtml | Thu Sep 7 19:14:16 2017 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 1846 |
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 | <?xml vers ion="1.0"? > | |
2 | <!DOCTYPE html PUBLI C "-//W3C/ /DTD XHTML 1.0 Trans itional//E N" | |
3 | "http://ww w.w3.org/T R/xhtml1/D TD/xhtml1- transition al.dtd"> | |
4 | <html xmln s="http:// www.w3.org /1999/xhtm l" | |
5 | xm lns:f="htt p://java.s un.com/jsf /core" | |
6 | xm lns:h="htt p://java.s un.com/jsf /html" | |
7 | xm lns:ui="ht tp://java. sun.com/js f/facelets " | |
8 | xm lns:p="htt p://primef aces.org/u i"> | |
9 | ||
10 | <h:body> | |
11 | ||
12 | <u i:composit ion templa te="/templ ate/layout .xhtml"> | |
13 | ||
14 | <ui: define nam e="maincon tent"> | |
15 | ||
16 | <scrip t language ="JavaScri pt" type=" text/JavaS cript"> | |
17 | function autotab(c urrent, to ) { | |
18 | if (curren t.value.le ngth == cu rrent | |
19 | .get Attribute( 'maxlength ')) { | |
20 | to .focus(); | |
21 | } | |
22 | ||
23 | } | |
24 | </scri pt> | |
25 | ||
26 | <f:loa dBundle va r="msg" | |
27 | basename ="gov.va.m ed.mhv.lab els.userRe gistration " /> | |
28 | ||
29 | <a nam e="top"> < /a> | |
30 | ||
31 | <h:for m id="regi strationFo rm" class= "form-hori zontal"> | |
32 | ||
33 | <f:metad ata> | |
34 | <f:event t ype="preRe nderView" | |
35 | li stener="#{ userProfil eControlle r.initiali zeUserRegi stration}" /> | |
36 | </f:meta data> | |
37 | ||
38 | <h:input Hidden id= "title" | |
39 | value="#{u serProfile Controller .regdUserP rofile.nam e.title}" /> | |
40 | <h:input Hidden id= "suffix" | |
41 | value="#{u serProfile Controller .regdUserP rofile.nam e.suffix}" /> | |
42 | <h:input Hidden id= "alias" | |
43 | value="#{u serProfile Controller .regdUserP rofile.nam e.alias}" /> | |
44 | <h:input Hidden id= "maritalSt atus" | |
45 | value="#{u serProfile Controller .regdUserP rofile.mar italStatus }" /> | |
46 | <h:input Hidden id= "bloodType " | |
47 | value="#{u serProfile Controller .regdUserP rofile.blo odType}" / > | |
48 | <h:input Hidden id= "organDono r" | |
49 | value="#{u serProfile Controller .regdUserP rofile.org anDonor}" /> | |
50 | <!-- | |
51 | <h:input Hidden id= "country" | |
52 | value="#{u serProfile Controller .regdUserP rofile.add ress.count ry}" /> | |
53 | <h:input Hidden id= "address1" | |
54 | value="#{u serProfile Controller .regdUserP rofile.add ress.addre ss1}" /> | |
55 | <h:input Hidden id= "address2" | |
56 | value="#{u serProfile Controller .regdUserP rofile.add ress.addre ss2}" /> | |
57 | <h:input Hidden id= "city" | |
58 | value="#{u serProfile Controller .regdUserP rofile.add ress.city} " /> | |
59 | <h:input Hidden id= "state" | |
60 | value="#{u serProfile Controller .regdUserP rofile.add ress.state }" /> | |
61 | <h:input Hidden id= "zip" | |
62 | value="#{u serProfile Controller .regdUserP rofile.add ress.zip}" /> | |
63 | <h:input Hidden id= "province" | |
64 | value="#{u serProfile Controller .regdUserP rofile.add ress.provi nce}" /> | |
65 | --> | |
66 | ||
67 | <!-- can cel dialog box --> | |
68 | <div id= "cancelMes sage" clas s="hidden" > | |
69 | <div class ="usa-aler t usa-aler t-warning" > | |
70 | <d iv class=" usa-alert- body"> | |
71 | <h3 class="usa -alert-hea ding">#{ms g.cancelMe ssage1}</h 3> | |
72 | <p c lass="usa- alert-text "> | |
73 | #{msg. cancelMess age2} <str ong>#{msg. cancelMess age3}</str ong>#{msg. cancelMess age4} | |
74 | </p> | |
75 | <p c lass="usa- alert-text "> | |
76 | #{msg. cancelMess age2} <str ong>#{msg. cancelMess age5}</str ong>#{msg. cancelMess age6} | |
77 | </p> | |
78 | <p c lass="usa- alert-text "> | |
79 | <h:pan elGroup> | |
80 | <h:outpu tLink id=" yesCancel" value="/w eb/myhealt hevet/home " | |
81 | styleClass ="anchorBu tton"> | |
82 | <span clas s="btn btn -primary i nline-bloc k height-a uto">#{msg .cancelBut ton1}</spa n> | |
83 | </h:outp utLink> | |
84 | | |
85 | <h:outpu tLink id=" noCancel" value="#" styleClass ="anchorBu tton"> | |
86 | <span clas s="btn btn -secondary inline-bl ock height -auto">#{m sg.cancelB utton2}</s pan> | |
87 | </h:outp utLink> | |
88 | </h:pa nelGroup> | |
89 | </p> | |
90 | </ div> | |
91 | </div> | |
92 | </div> | |
93 | ||
94 | <!-- Mid dleName co nfirmation dialog--> | |
95 | <div id= "middleNam eMessage" class="hid den"> | |
96 | <div class ="usa-aler t usa-aler t-warning" > | |
97 | <d iv class=" usa-alert- body"> | |
98 | <h3 class="usa -alert-hea ding">#{ms g.middleNa meMessage1 }</h3> | |
99 | <p c lass="usa- alert-text "> | |
100 | <h:pan elGroup> | |
101 | <div cla ss="button _wrapper"> | |
102 | <h:command Button id= "yesMiddle NameBtn" | |
103 | va lue="#{msg .middleNam eMessageYe s}" | |
104 | st yleClass=" btn btn-pr imary inli ne-block h eight-auto " | |
105 | ac tion="#{us erProfileC ontroller. saveUserWi thNoMiddle Name}" /> | |
106 | | |
107 | <h:outputL ink id="no MiddleName Btn" value ="#" | |
108 | st yleClass=" btn btn-se condary in line-block height-au to"> | |
109 | #{msg.midd leNameMess ageNo} | |
110 | </h:outp utLink> | |
111 | </div> | |
112 | </h:pa nelGroup> | |
113 | </p> | |
114 | </ div> | |
115 | </div> | |
116 | </div> | |
117 | <h:input Hidden id= "dispMiddl eName" | |
118 | value="#{u serProfile Controller .regdUserP rofile.dis pMiddleNam e}" /> | |
119 | ||
120 | <div id= "mhvRegist ration"> | |
121 | ||
122 | <h2>#{msg. registrati onTitle}</ h2> | |
123 | ||
124 | <p>#{msg.c reateProfi leMsg3}</p > | |
125 | ||
126 | <p>#{msg.r equiredInf o}</p> | |
127 | ||
128 | <ol class= "process"> | |
129 | ||
130 | <l i class="s tep one wo w fadeIn a nimated" | |
131 | styl e="visibil ity: visib le; animat ion-name: fadeIn;"> | |
132 | ||
133 | <h3> | |
134 | #{msg. relationsh ip} <span class="usa -sr-only"> #{msg.requ iredText}< /span> | |
135 | </h3 > | |
136 | ||
137 | <div id="about -yourself" class="co ntrol-grou p"> | |
138 | <field set> | |
139 | <legend class="usa -sr-only"> | |
140 | #{msg.rela tionship} <span clas s="usa-sr- only">#{ms g.required Text}</spa n> | |
141 | </legend > | |
142 | <label c lass="cont rol-label" >#{msg.tel lus2}</lab el> | |
143 | <div cla ss="contro ls"> | |
144 | <ul class= "usa-unsty led-list"> | |
145 | <l i><h:selec tBooleanCh eckbox id= "isPatient " | |
146 | value= "#{userPro fileContro ller.regdU serProfile .isPatient }" /> | |
147 | <h:o utputLabel for="isPa tient" val ue="#{msg. patient}" /></li> | |
148 | <l i><h:selec tBooleanCh eckbox id= "isVeteran " | |
149 | value= "#{userPro fileContro ller.regdU serProfile .isVeteran }" /> | |
150 | <h:o utputLabel value="#{ msg.vetera n}" for="i sVeteran" /></li> | |
151 | <l i><h:selec tBooleanCh eckbox id= "isHealthC areProvide r" | |
152 | value= "#{userPro fileContro ller.regdU serProfile .isHealthC areProvide r}" /> | |
153 | <h:o utputLabel value="#{ msg.provid er}" | |
154 | for="i sHealthCar eProvider" /></li> | |
155 | <l i><h:selec tBooleanCh eckbox id= "isPatient Advocate" | |
156 | value= "#{userPro fileContro ller.regdU serProfile .isPatient Advocate}" /> | |
157 | <h:o utputLabel value="#{ msg.advoca te}" | |
158 | for="i sPatientAd vocate" /> </li> | |
159 | <l i><h:selec tBooleanCh eckbox id= "isEmploye e" | |
160 | value= "#{userPro fileContro ller.regdU serProfile .isEmploye e}" /> | |
161 | <h:o utputLabel value="#{ msg.employ ee}" for=" isEmployee " /></li> | |
162 | <l i><h:selec tBooleanCh eckbox id= "isChampVA Beneficiar y" | |
163 | value= "#{userPro fileContro ller.regdU serProfile .isChampVA Beneficiar y}" /> | |
164 | <h:o utputLabel value="#{ msg.champV ABeneficia ry}" | |
165 | for="i sChampVABe neficiary" /></li> | |
166 | <l i><h:selec tBooleanCh eckbox id= "isService Member" | |
167 | value= "#{userPro fileContro ller.regdU serProfile .isService Member}" / > | |
168 | <h:o utputLabel value="#{ msg.servic eMember}" | |
169 | for="i sServiceMe mber" /></ li> | |
170 | <l i><h:selec tBooleanCh eckbox id= "isOther" | |
171 | value= "#{userPro fileContro ller.regdU serProfile .isOther}" /> | |
172 | <h:o utputLabel value="#{ msg.other} " for="isO ther" /></ li> | |
173 | </ul> | |
174 | </div> | |
175 | </fiel dset> | |
176 | </di v> | |
177 | </ li> | |
178 | <l i class="s tep two wo w fadeIn a nimated" | |
179 | styl e="visibil ity: visib le; animat ion-name: fadeIn;"> | |
180 | ||
181 | <h3> #{msg.iden tification 1}</h3> <h :panelGrou p | |
182 | render ed="#{user ProfileCon troller.pr ePopulateR egistratio nPage}"> | |
183 | <p> | |
184 | #{msg.id InfoSIP1}# {msg.idInf oSIP2}#{ms g.idInfoSI P3} <a | |
185 | href="cont act-mhv" t arget="_bl ank">#{msg .idInfoSIP 4}</a> | |
186 | #{msg.id InfoSIP5} <em>#{msg. idInfoSIP6 }</em> #{m sg.idInfoS IP7} | |
187 | <em>#{ms g.idInfoSI P8}</em> # {msg.idInf oSIP9} | |
188 | </p> | |
189 | </h: panelGroup > <h:panel Group | |
190 | render ed="#{not userProfil eControlle r.prePopul ateRegistr ationPage} "> | |
191 | <p> | |
192 | #{msg.id Info1} #{m sg.idInfo2 } #{msg.id Info3} <a | |
193 | href="acco unt-settin gs#view-ac count-type ">#{msg.id Info4}</a> | |
194 | #{msg.id Info5} | |
195 | </p> | |
196 | </h: panelGroup > | |
197 | ||
198 | <fie ldset> | |
199 | ||
200 | <legen d class="u sa-sr-only ">Name</le gend> | |
201 | ||
202 | <h:pan elGroup | |
203 | rendered ="#{!userP rofileCont roller.pre PopulateRe gistration Page}"> | |
204 | ||
205 | <div cla ss="contro l-group"> | |
206 | <h:outputL abel for=" firstNameE ditable" | |
207 | va lue="#{msg .firstName }" styleCl ass="contr ol-label" /> | |
208 | <div class ="controls "> | |
209 | <h :inputText id="first NameEditab le" | |
210 | valu e="#{userP rofileCont roller.reg dUserProfi le.name.fi rstName}" | |
211 | requ ired="true " required Message="# {msg.first NameRequir ed}" maxle ngth="255" title="Fi rst Name" /> | |
212 | </div> | |
213 | </div> | |
214 | ||
215 | <div cla ss="contro l-group"> | |
216 | <h:outputL abel for=" middleName " value="# {msg.middl eName}" | |
217 | st yleClass=" control-la bel" escap e="false" /> | |
218 | <div class ="controls "> | |
219 | <h :inputText id="middl eName" | |
220 | valu e="#{userP rofileCont roller.reg dUserProfi le.name.mi ddleName}" | |
221 | maxl ength="255 " title="M iddle Name " /> | |
222 | </div> | |
223 | </div> | |
224 | ||
225 | <div cla ss="contro l-group"> | |
226 | <h:outputL abel for=" lastNameEd itable" va lue="#{msg .lastName} " | |
227 | st yleClass=" control-la bel" /> | |
228 | <div class ="controls "> | |
229 | <h :inputText id="lastN ameEditabl e" | |
230 | valu e="#{userP rofileCont roller.reg dUserProfi le.name.la stName}" | |
231 | requ ired="true " maxlengt h="255" | |
232 | requ iredMessag e="#{msg.l astNameReq uired}" ti tle="Last Name" /> | |
233 | </div> | |
234 | </div> | |
235 | ||
236 | </h:pa nelGroup> | |
237 | ||
238 | <h:pan elGroup | |
239 | rendered ="#{userPr ofileContr oller.preP opulateReg istrationP age}"> | |
240 | ||
241 | <div cla ss="contro l-group"> | |
242 | <h:outputL abel for=" firstName" value="#{ msg.firstN ame}" | |
243 | st yleClass=" control-la bel" /> | |
244 | <div class ="controls "> | |
245 | <h :inputText id="first Name" | |
246 | valu e="#{userP rofileCont roller.reg dUserProfi le.name.fi rstName}" | |
247 | requ ired="true " required Message="# {msg.first NameRequir ed}" disab led="true" maxlength ="255" tit le="First Name" /> | |
248 | </div> | |
249 | </div> | |
250 | ||
251 | <div cla ss="contro l-group"> | |
252 | <h:outputL abel for=" readOnlyMi ddleName" | |
253 | va lue="#{msg .middleNam e}" styleC lass="cont rol-label" | |
254 | es cape="fals e" /> | |
255 | <div class ="controls "> | |
256 | <h :inputText id="readO nlyMiddleN ame" | |
257 | valu e="#{userP rofileCont roller.reg dUserProfi le.name.mi ddleName}" | |
258 | maxl ength="255 " disabled ="true" ti tle="Middl e Name" /> | |
259 | </div> | |
260 | </div> | |
261 | ||
262 | <div cla ss="contro l-group"> | |
263 | <h:outputL abel for=" lastName" value="#{m sg.lastNam e}" | |
264 | st yleClass=" control-la bel" /> | |
265 | <div class ="controls "> | |
266 | <h :inputText id="lastN ame" | |
267 | valu e="#{userP rofileCont roller.reg dUserProfi le.name.la stName}" | |
268 | requ ired="true " maxlengt h="255" di sabled="tr ue" | |
269 | requ iredMessag e="#{msg.l astNameReq uired}" ti tle="Last Name" /> | |
270 | </div> | |
271 | </div> | |
272 | ||
273 | </h:pa nelGroup> | |
274 | ||
275 | </fi eldset> | |
276 | ||
277 | <p># {msg.ident ificationI nformation Subsection Content}</ p> | |
278 | ||
279 | <fie ldset> | |
280 | ||
281 | <legen d class="u sa-sr-only ">#{msg.ss nMessage}< /legend> | |
282 | ||
283 | <h:pan elGroup | |
284 | rendered ="#{!userP rofileCont roller.pre PopulateRe gistration Page}"> | |
285 | <div cla ss="contro l-group"> | |
286 | <label cla ss="contro l-label" f or="ssn"># {msg.ssnMe ssage}</la bel> | |
287 | <div class ="controls ssn-contr ols"> | |
288 | <l abel class ="usa-sr-o nly" for=" ssnThreeEd itable">#{ msg.ssnAre aSROnlyHel p}</label> | |
289 | <h :inputSecr et id="ssn ThreeEdita ble" | |
290 | valu e="#{userP rofileCont roller.reg dUserProfi le.ssn3}" | |
291 | maxl ength="3" | |
292 | onke yup="autot ab(documen t.getEleme ntById('_m hvUserRegi stration_W AR_mhvuser mgmtportal portlet_:r egistratio nForm:ssnT hreeEditab le'), | |
293 | document .getElemen tById('_mh vUserRegis tration_WA R_mhvuserm gmtportalp ortlet_:re gistration Form:ssnTw oEditable' ))" | |
294 | requ ired="true " required Message="# {msg.ssnRe quired}" | |
295 | redi splay="tru e" class=" ssn-area" /> | |
296 | - <label cla ss="usa-sr -only" for ="ssnTwoEd itable">#{ msg.ssnGro upSROnlyHe lp}</label > | |
297 | <h :inputSecr et id="ssn TwoEditabl e" | |
298 | valu e="#{userP rofileCont roller.reg dUserProfi le.ssn2}" | |
299 | maxl ength="2" | |
300 | onke yup="autot ab(documen t.getEleme ntById('_m hvUserRegi stration_W AR_mhvuser mgmtportal portlet_:r egistratio nForm:ssnT woEditable '), | |
301 | document .getElemen tById('_mh vUserRegis tration_WA R_mhvuserm gmtportalp ortlet_:re gistration Form:ssnFo urEditable '))" | |
302 | redi splay="tru e" class=" ssn-group" /> | |
303 | - <label cla ss="usa-sr -only" for ="ssnFourE ditable"># {msg.ssnSe rialSROnly Help}</lab el> | |
304 | <h :inputSecr et id="ssn FourEditab le" | |
305 | valu e="#{userP rofileCont roller.reg dUserProfi le.ssn4}" | |
306 | maxl ength="4" redisplay= "true" cla ss="ssn-se rial" /> | |
307 | </div> | |
308 | </div> | |
309 | </h:pa nelGroup> | |
310 | ||
311 | <h:pan elGroup | |
312 | rendered ="#{userPr ofileContr oller.preP opulateReg istrationP age}"> | |
313 | <div cla ss="contro l-group"> | |
314 | <label cla ss="contro l-label" f or="ssn"># {msg.ssnMe ssage}</la bel> | |
315 | <div class ="controls ssn-contr ols"> | |
316 | <l abel class ="usa-sr-o nly" for=" ssnThree"> #{msg.ssnA reaSROnlyH elp}</labe l> | |
317 | <h :inputSecr et id="ssn Three" | |
318 | valu e="#{userP rofileCont roller.reg dUserProfi le.ssn3}" | |
319 | maxl ength="3" disabled=" true" requ ired="true " | |
320 | requ iredMessag e="#{msg.s snRequired }" redispl ay="true" | |
321 | clas s="ssn-are a" /> | |
322 | - <label cla ss="usa-sr -only" for ="ssnTwo"> #{msg.ssnG roupSROnly Help}</lab el> | |
323 | <h :inputSecr et id="ssn Two" | |
324 | valu e="#{userP rofileCont roller.reg dUserProfi le.ssn2}" | |
325 | maxl ength="2" disabled=" true" redi splay="tru e" | |
326 | clas s="ssn-gro up" /> | |
327 | - <label cla ss="usa-sr -only" for ="ssnFourE ditable"># {msg.ssnSe rialSROnly Help}</lab el> | |
328 | <h :inputSecr et id="ssn Four" | |
329 | valu e="#{userP rofileCont roller.reg dUserProfi le.ssn4}" | |
330 | maxl ength="4" disabled=" true" redi splay="tru e" | |
331 | clas s="ssn-ser ial" /> | |
332 | </div> | |
333 | </div> | |
334 | </h:pa nelGroup> | |
335 | ||
336 | </fi eldset> | |
337 | ||
338 | <fie ldset> | |
339 | ||
340 | <legen d class="u sa-sr-only ">#{msg.ss nConfirmMe ssage}</le gend> | |
341 | ||
342 | <div c lass="cont rol-group" > | |
343 | <label c lass="cont rol-label" for="ssn" >#{msg.ssn ConfirmMes sage}</lab el> | |
344 | <div cla ss="contro ls ssn-con trols"> | |
345 | <label cla ss="usa-sr -only" for ="ssnCnfTh ree">#{msg .confirmSs nAreaSROnl yHelp}</la bel> | |
346 | <h:inputSe cret id="s snCnfThree " | |
347 | va lue="#{use rProfileCo ntroller.r egdUserPro file.confS sn3}" | |
348 | ma xlength="3 " | |
349 | on keyup="aut otab(docum ent.getEle mentById(' _mhvUserRe gistration _WAR_mhvus ermgmtport alportlet_ :registrat ionForm:ss nCnfThree' ), | |
350 | docume nt.getElem entById('_ mhvUserReg istration_ WAR_mhvuse rmgmtporta lportlet_: registrati onForm:ssn CnfTwo'))" | |
351 | re quired="tr ue" requir edMessage= "#{msg.ssn ConfirmReq uired}" | |
352 | re display="t rue" class ="ssn-area " /> | |
353 | - <label c lass="usa- sr-only" f or="ssnCnf Two">#{msg .confirmSs nGroupSROn lyHelp}</l abel> | |
354 | <h:inputSe cret id="s snCnfTwo" | |
355 | va lue="#{use rProfileCo ntroller.r egdUserPro file.confS sn2}" | |
356 | ma xlength="2 " | |
357 | on keyup="aut otab(docum ent.getEle mentById(' _mhvUserRe gistration _WAR_mhvus ermgmtport alportlet_ :registrat ionForm:ss nCnfTwo'), | |
358 | docume nt.getElem entById('_ mhvUserReg istration_ WAR_mhvuse rmgmtporta lportlet_: registrati onForm:ssn CnfFour')) " | |
359 | re display="t rue" class ="ssn-grou p" /> | |
360 | - <label c lass="usa- sr-only" f or="ssnCnf Four">#{ms g.confirmS snSerialSR OnlyHelp}< /label> | |
361 | <h:inputSe cret id="s snCnfFour" | |
362 | va lue="#{use rProfileCo ntroller.r egdUserPro file.confS sn4}" | |
363 | ma xlength="4 " redispla y="true" c lass="ssn- serial" /> | |
364 | </div> | |
365 | </div> | |
366 | ||
367 | </fi eldset> | |
368 | ||
369 | <fie ldset> | |
370 | ||
371 | <legen d class="u sa-sr-only ">#{msg.bi rthDate}</ legend> | |
372 | ||
373 | <div c lass="cont rol-group" > | |
374 | <label c lass="cont rol-label" for="dob" > | |
375 | #{msg.birt hDate} <sp an class=" usa-sr-onl y">#{msg.r equiredTex t}</span> | |
376 | </label> | |
377 | <div cla ss="contro ls dob-con trols"> | |
378 | <h:panelGr oup | |
379 | re ndered="#{ !userProfi leControll er.prePopu lateRegist rationPage }"> | |
380 | ||
381 | <l abel class ="usa-sr-o nly" for=" birthMonth Editable"> #{msg.dobM onthSROnly Help}</lab el> | |
382 | <h :selectOne Menu id="b irthMonthE ditable" | |
383 | valu e="#{userP rofileCont roller.reg dUserProfi le.bMonth} " | |
384 | clas s="select dob-month" required= "true" | |
385 | requ iredMessag e="#{msg.b irthMonthR equired}"> | |
386 | <f:s electItems | |
387 | value= "#{userPro fileContro ller.regdU serProfile .months}" | |
388 | var="b irthMonth" itemValue ="#{birthM onth.value }" | |
389 | itemLa bel="#{bir thMonth.de scription} " /> | |
390 | <f:s electItem itemLabel= "#{msg.lab elMonth}" /> | |
391 | </ h:selectOn eMenu> | |
392 | ||
393 | <l abel class ="usa-sr-o nly" for=" birthDayEd itable">#{ msg.dobDay SROnlyHelp }</label> | |
394 | <h :selectOne Menu id="b irthDayEdi table" | |
395 | valu e="#{userP rofileCont roller.reg dUserProfi le.bDay}" | |
396 | clas s="select dob-day" r equired="t rue" | |
397 | requ iredMessag e="#{msg.b irthDayReq uired}"> | |
398 | <f:s electItems | |
399 | value= "#{userPro fileContro ller.regdU serProfile .monthDays }" | |
400 | var="b irthDay" i temValue=" #{birthDay .descripti on}" | |
401 | itemLa bel="#{bir thDay.desc ription}" /> | |
402 | <f:s electItem itemLabel= "#{msg.lab elDay}" /> | |
403 | </ h:selectOn eMenu> | |
404 | ||
405 | <l abel class ="usa-sr-o nly" for=" birthYearE ditable"># {msg.dobYe arSROnlyHe lp}</label > | |
406 | <h :selectOne Menu id="b irthYearEd itable" | |
407 | valu e="#{userP rofileCont roller.reg dUserProfi le.bYear}" | |
408 | clas s="select dob-year" required=" true" | |
409 | requ iredMessag e="#{msg.b irthYearRe quired}"> | |
410 | <f:s electItems | |
411 | value= "#{userPro fileContro ller.regdU serProfile .years}" | |
412 | var="b irthYear" itemValue= "#{birthYe ar}" | |
413 | itemLa bel="#{bir thYear}" / > | |
414 | <f:s electItem itemLabel= "#{msg.lab elYear}" / > | |
415 | </ h:selectOn eMenu> | |
416 | </h:panelG roup> | |
417 | ||
418 | <h:panelGr oup | |
419 | re ndered="#{ userProfil eControlle r.prePopul ateRegistr ationPage} "> | |
420 | <l abel class ="usa-sr-o nly" for=" birthMonth Display"># {msg.dobMo nthSROnlyH elp}</labe l> | |
421 | <h :inputText styleClas s="dob-mon th" | |
422 | valu e="#{userP rofileCont roller.reg dUserProfi le.birthMo nthDisplay }" | |
423 | disa bled="true " maxlengt h="3" /> | |
424 | <l abel class ="usa-sr-o nly" for=" birthDayDi splay">#{m sg.dobDayS ROnlyHelp} </label> | |
425 | <h :inputText styleClas s="dob-day " | |
426 | valu e="#{userP rofileCont roller.reg dUserProfi le.birthDa yDisplay}" | |
427 | disa bled="true " maxlengt h="2" /> | |
428 | <l abel class ="usa-sr-o nly" for=" birthYear" >#{msg.dob YearSROnly Help}</lab el> | |
429 | <h :inputText styleClas s="dob-yea r" | |
430 | valu e="#{userP rofileCont roller.reg dUserProfi le.birthYe ar}" | |
431 | disa bled="true " maxlengt h="4" /> | |
432 | </h:panelG roup> | |
433 | </div> | |
434 | </div> | |
435 | </fi eldset> | |
436 | ||
437 | <div class="co ntrol-grou p"> | |
438 | <h:out putLabel f or="gender " value="# {msg.gende r}" | |
439 | styleCla ss="contro l-label" / > | |
440 | <div c lass="cont rols"> | |
441 | <div cla ss="dropdo wn"> | |
442 | <h:panelGr oup | |
443 | re ndered="#{ !userProfi leControll er.prePopu lateRegist rationPage }"> | |
444 | <h :selectOne Menu id="g enderEdita ble" | |
445 | valu e="#{userP rofileCont roller.reg dUserProfi le.gender} " | |
446 | clas s="select" required= "true" | |
447 | requ iredMessag e="#{msg.g enderRequi red}"> | |
448 | <f:s electItems | |
449 | value= "#{userPro fileContro ller.regdU serProfile .genders}" | |
450 | var="g ender" ite mValue="#{ gender.des cription}" | |
451 | itemLa bel="#{gen der.descri ption}" /> | |
452 | <f:s electItem itemLabel= "#{msg.lab elGender}" /> | |
453 | </ h:selectOn eMenu> | |
454 | </h:panelG roup> | |
455 | <h:panelGr oup | |
456 | re ndered="#{ userProfil eControlle r.prePopul ateRegistr ationPage} "> | |
457 | <h :inputText id="gende r" | |
458 | valu e="#{userP rofileCont roller.reg dUserProfi le.gender} " | |
459 | requ ired="true " maxlengt h="6" | |
460 | requ iredMessag e="#{msg.g enderRequi red}" | |
461 | titl e="#{msg.g ender}" di sabled="tr ue" /> | |
462 | </h:panelG roup> | |
463 | </div> | |
464 | </div> | |
465 | </di v> | |
466 | ||
467 | </ li> | |
468 | <l i class="s tep three wow fadeIn animated" | |
469 | styl e="visibil ity: visib le; animat ion-name: fadeIn;"> | |
470 | ||
471 | <h3> #{msg.prim aryAddress 1}</h3> | |
472 | ||
473 | <p> | |
474 | #{msg. primaryAdd ress2} | |
475 | #{msg. mhvLabel1} #{msg.mhvL abel2}#{ms g.mhvLabel 3} | |
476 | #{msg. primaryAdd ress3} <a | |
477 | href="http ://www2. DNS /directory /guide/hom e.asp" | |
478 | target=" _blank">#{ msg.primar yAddressVA MC}</a>. | |
479 | </p> | |
480 | ||
481 | <div class="co ntrol-grou p"> | |
482 | <h:out putLabel f or="countr y" value=" #{msg.coun try}" | |
483 | styleCla ss="contro l-label" / > | |
484 | <div c lass="cont rols"> | |
485 | <div cla ss="dropdo wn"> | |
486 | <h:selectO neMenu id= "country" | |
487 | va lue="#{use rProfileCo ntroller.r egdUserPro file.addre ss.country }" | |
488 | re quired="tr ue" requir edMessage= "#{msg.cou ntryreqd}" | |
489 | cl ass="selec t"> | |
490 | <f :selectIte ms | |
491 | valu e="#{userP rofileCont roller.reg dUserProfi le.countri es}" | |
492 | var= "country" itemLabel= "#{country .descripti on}" | |
493 | item Value="#{c ountry.des cription}" /> | |
494 | </h:select OneMenu> | |
495 | </div> | |
496 | </div> | |
497 | </di v> | |
498 | ||
499 | <div class="co ntrol-grou p"> | |
500 | <h:out putLabel f or="addres s1" value= "#{msg.add ress1}" | |
501 | styleCla ss="contro l-label" / > | |
502 | <div c lass="cont rols"> | |
503 | <h:input Text id="a ddress1" | |
504 | value="#{u serProfile Controller .regdUserP rofile.add ress.addre ss1}" | |
505 | maxlength= "100" requ ired="true " | |
506 | requiredMe ssage="#{m sg.address 1reqd}" /> | |
507 | </div> | |
508 | </di v> | |
509 | ||
510 | <div class="co ntrol-grou p"> | |
511 | <h:out putLabel f or="addres s2" value= "#{msg.add ress2}" | |
512 | styleCla ss="contro l-label" / > | |
513 | <div c lass="cont rols"> | |
514 | <h:input Text id="a ddress2" | |
515 | value="#{u serProfile Controller .regdUserP rofile.add ress.addre ss2}" | |
516 | maxlength= "100" /> | |
517 | </div> | |
518 | </di v> | |
519 | ||
520 | <div class="co ntrol-grou p"> | |
521 | <h:out putLabel f or="city" value="#{m sg.city}" | |
522 | styleCla ss="contro l-label" / > | |
523 | <div c lass="cont rols"> | |
524 | <h:input Text id="c ity" | |
525 | value="#{u serProfile Controller .regdUserP rofile.add ress.city} " | |
526 | required=" true" requ iredMessag e="#{msg.c ityreqd}" | |
527 | maxlength= "100" /> | |
528 | </div> | |
529 | </di v> | |
530 | ||
531 | <div class="co ntrol-grou p"> | |
532 | <h:out putLabel f or="state" value="#{ msg.state} " | |
533 | styleCla ss="contro l-label" / > | |
534 | <div c lass="cont rols"> | |
535 | <div cla ss="dropdo wn"> | |
536 | <h:selectO neMenu id= "state" | |
537 | va lue="#{use rProfileCo ntroller.r egdUserPro file.addre ss.state}" | |
538 | cl ass="selec t" require d="true" | |
539 | re quiredMess age="#{msg .statereqd }"> | |
540 | <f :selectIte ms | |
541 | valu e="#{userP rofileCont roller.reg dUserProfi le.states} " | |
542 | var= "state" it emValue="# {state}" / > | |
543 | <f :selectIte m itemLabe l="#{msg.s tateLabel} " /> | |
544 | </h:select OneMenu> | |
545 | </div> | |
546 | </div> | |
547 | </di v> | |
548 | ||
549 | <div class="co ntrol-grou p"> | |
550 | <h:out putLabel f or="zip" v alue="#{ms g.zip}" | |
551 | styleCla ss="contro l-label" / > | |
552 | <div c lass="cont rols"> | |
553 | <h:input Text id="z ip" | |
554 | value="#{u serProfile Controller .regdUserP rofile.add ress.zip}" | |
555 | required=" true" requ iredMessag e="#{msg.z ipreqd}" | |
556 | maxlength= "10" title ="Zip" /> | |
557 | </div> | |
558 | </di v> | |
559 | ||
560 | <div class="co ntrol-grou p"> | |
561 | <h:out putLabel f or="provin ce" value= "#{msg.pro vince}" | |
562 | styleCla ss="contro l-label" e scape="fal se" /> | |
563 | <div c lass="cont rols"> | |
564 | <h:input Text id="p rovince" | |
565 | value="#{u serProfile Controller .regdUserP rofile.add ress.provi nce}" | |
566 | maxlength= "50" title ="Province " /> | |
567 | </div> | |
568 | </di v> | |
569 | ||
570 | </ li> | |
571 | <l i class="s tep four w ow fadeIn animated" | |
572 | styl e="visibil ity: visib le; animat ion-name: fadeIn;"> | |
573 | ||
574 | <h3> #{msg.cont actInforma tion1}</h3 > <!-- | |
575 | <h:p anelGroup | |
576 | render ed="#{not userProfil eControlle r.prePopul ateRegistr ationPage} "> | |
577 | <p>#{m sg.contact Informatio n2}</p> | |
578 | </h: panelGroup > <h:panel Group | |
579 | render ed="#{user ProfileCon troller.pr ePopulateR egistratio nPage}"> | |
580 | <p>#{m sg.contact Informatio n3}</p> | |
581 | </h: panelGroup > | |
582 | --> | |
583 | ||
584 | <div class="co ntrol-grou p"> | |
585 | <h:out putLabel f or="prefer Method" | |
586 | value="# {msg['cont act.prefer redMethod' ]}" | |
587 | styleCla ss="contro l-label" / > | |
588 | <div c lass="cont rols"> | |
589 | <div cla ss="dropdo wn"> | |
590 | <h:selectO neMenu id= "preferMet hod" | |
591 | va lue="#{use rProfileCo ntroller.r egdUserPro file.conta ct.contact Method}" | |
592 | re quired="tr ue" | |
593 | re quiredMess age="#{msg .contactMe thodRequir ed}" class ="select"> | |
594 | <f :selectIte ms | |
595 | valu e="#{userP rofileCont roller.reg dUserProfi le.contact Methods}" | |
596 | var= "cntcmetho d" itemLab el="#{cntc method.des cription}" | |
597 | item Value="#{c ntcmethod} " /> | |
598 | </h:select OneMenu> | |
599 | </div> | |
600 | </div> | |
601 | </di v> | |
602 | ||
603 | <p># {msg.conta ctEmailInt ro}</p> | |
604 | ||
605 | <div class="co ntrol-grou p"> | |
606 | <h:out putLabel f or="email" value="#{ msg['conta ct.email'] }" | |
607 | styleCla ss="contro l-label" / > | |
608 | <div c lass="cont rols"> | |
609 | <h:input Text id="e mail" | |
610 | value="#{u serProfile Controller .regdUserP rofile.con tact.email }" | |
611 | maxlength= "255" titl e="Email" /> | |
612 | </div> | |
613 | </di v> | |
614 | <div class="co ntrol-grou p"> | |
615 | <h:out putLabel f or="confEm ail" | |
616 | value="# {msg['cont act.conf.e mail']}" s tyleClass= "control-l abel" /> | |
617 | <div c lass="cont rols"> | |
618 | <h:input Text id="c onfEmail" | |
619 | value="#{u serProfile Controller .regdUserP rofile.con fEmail}" | |
620 | maxlength= "255" titl e="Confirm Email" /> | |
621 | </div> | |
622 | </di v> | |
623 | ||
624 | <p># {msg.conta ctPhoneInt ro}</p> | |
625 | ||
626 | <div class="co ntrol-grou p"> | |
627 | <h:out putLabel f or="homePh one" | |
628 | value="# {msg['cont act.homeph one']}" st yleClass=" control-la bel" /> | |
629 | <div c lass="cont rols"> | |
630 | <h:input Text id="h omePhone" maxlength= "50" | |
631 | value="#{u serProfile Controller .regdUserP rofile.con tact.homeP hone}" | |
632 | title="Hom e Phone" / > | |
633 | </div> | |
634 | </di v> | |
635 | <div class="co ntrol-grou p"> | |
636 | <h:out putLabel f or="mobile Phone" | |
637 | value="# {msg['cont act.mobile Phone']}" | |
638 | styleCla ss="contro l-label" / > | |
639 | <div c lass="cont rols"> | |
640 | <h:input Text id="m obilePhone " maxlengt h="50" | |
641 | value="#{u serProfile Controller .regdUserP rofile.con tact.mobil ePhone}" | |
642 | title="Mob ile Phone" /> | |
643 | </div> | |
644 | </di v> | |
645 | <div class="co ntrol-grou p"> | |
646 | <h:out putLabel f or="workPh one" | |
647 | value="# {msg['cont act.workph one']}" st yleClass=" control-la bel" /> | |
648 | <div c lass="cont rols"> | |
649 | <h:input Text id="w orkPhone" maxlength= "50" | |
650 | value="#{u serProfile Controller .regdUserP rofile.con tact.workP hone}" | |
651 | title="Wor k Phone" / > | |
652 | </div> | |
653 | </di v> | |
654 | <div class="co ntrol-grou p"> | |
655 | <h:out putLabel f or="fax" v alue="#{ms g['contact .fax']}" | |
656 | styleCla ss="contro l-label" / > | |
657 | <div c lass="cont rols"> | |
658 | <h:input Text id="f ax" maxlen gth="50" | |
659 | value="#{u serProfile Controller .regdUserP rofile.con tact.fax}" | |
660 | title="Fax " /> | |
661 | </div> | |
662 | </di v> | |
663 | <div class="co ntrol-grou p"> | |
664 | <h:out putLabel f or="pager" value="#{ msg['conta ct.pager'] }" | |
665 | styleCla ss="contro l-label" / > | |
666 | <div c lass="cont rols"> | |
667 | <h:input Text id="p ager" maxl ength="50" | |
668 | value="#{u serProfile Controller .regdUserP rofile.con tact.pager }" | |
669 | title="Pag er" /> | |
670 | </div> | |
671 | </di v> | |
672 | ||
673 | </ li> | |
674 | <l i class="s tep five w ow fadeIn animated" | |
675 | styl e="visibil ity: visib le; animat ion-name: fadeIn;"> | |
676 | ||
677 | <h3> #{msg.emai lNotificat ionsSectio nTitle}</h 3> | |
678 | ||
679 | <div class="mh v-form-hel p-containe r"> | |
680 | <p> | |
681 | #{msg.em ailNotific ationsSect ionIntro1} | |
682 | #{msg.em ailNotific ationsSect ionIntro2} <strong># {msg.email Notificati onsSection Intro3}</s trong> | |
683 | #{msg.em ailNotific ationsSect ionIntro4} | |
684 | </p> | |
685 | </di v> | |
686 | ||
687 | <fie ldset> | |
688 | <legen d class="u sa-sr-only ">#{msg.rx RefillLabe l}</legend > | |
689 | <div c lass="cont rol-group" > | |
690 | <h:outpu tLabel for ="rxTrackE mailPref" | |
691 | value="#{m sg.rxRefil lLabel}" s tyleClass= "control-l abel" /> | |
692 | <div cla ss="contro ls"> | |
693 | <h:selectO neRadio id ="rxTrackE mailPref" required=" true" | |
694 | va lue="#{use rProfileCo ntroller.r egdUserPro file.rxTra ckingEmail Pref}"> | |
695 | <f :selectIte m itemValu e="true" | |
696 | item Label="#{m sg.rxRefil lOptOn}" / > | |
697 | <f :selectIte m itemValu e="false" | |
698 | item Label="#{m sg.rxRefil lOptOff}" /> | |
699 | </h:select OneRadio> | |
700 | </div> | |
701 | </div> | |
702 | </fi eldset> | |
703 | <fie ldset> | |
704 | <legen d class="u sa-sr-only ">#{msg.ap ptReminder Label}</le gend> | |
705 | <div c lass="cont rol-group" > | |
706 | <h:outpu tLabel for ="apptRemi nderEmailP ref" | |
707 | value="#{m sg.apptRem inderLabel }" styleCl ass="contr ol-label" /> | |
708 | <div cla ss="contro ls"> | |
709 | <h:selectO neRadio id ="apptRemi nderEmailP ref" requi red="true" | |
710 | va lue="#{use rProfileCo ntroller.r egdUserPro file.apptR eminderEma ilPref}"> | |
711 | <f :selectIte m itemValu e="true" | |
712 | item Label="#{m sg.apptRem inderOptOn }" /> | |
713 | <f :selectIte m itemValu e="false" | |
714 | item Label="#{m sg.apptRem inderOptOf f}" /> | |
715 | </h:select OneRadio> | |
716 | </div> | |
717 | </div> | |
718 | </fi eldset> | |
719 | ||
720 | </ li> | |
721 | <l i class="s tep six wo w fadeIn a nimated" | |
722 | styl e="visibil ity: visib le; animat ion-name: fadeIn;"> | |
723 | ||
724 | <h3> #{msg.acco untInforma tion1}</h3 > | |
725 | ||
726 | <p># {msg.useri dInfo1}</p > | |
727 | <ul> | |
728 | <li>#{ msg.userid Info2}</li > | |
729 | <li>#{ msg.userid Info3}</li > | |
730 | <li>#{ msg.userid Info4}</li > | |
731 | </ul > | |
732 | <p># {msg.useri dInfo5}</p > | |
733 | <p> | |
734 | #{msg. useridInfo 6} <strong >#{msg.use ridInfo7}< /strong> | |
735 | #{msg. useridInfo 8} | |
736 | </p> | |
737 | ||
738 | <div class="co ntrol-grou p"> | |
739 | <h:out putLabel f or="userNa me" value= "#{msg.use rName}" | |
740 | styleCla ss="contro l-label" / > | |
741 | <div c lass="cont rols"> | |
742 | <!-- TOD O: add val idator for length -- > | |
743 | <h:input Text id="u serName" | |
744 | value="#{u serProfile Controller .regdUserP rofile.use rName}" | |
745 | required=" true" requ iredMessag e="#{msg.u serNameReq uired}" | |
746 | title="Use r Name" /> | |
747 | </div> | |
748 | </di v> | |
749 | ||
750 | <p># {msg.passw ordInfo1}< /p> | |
751 | <ul> | |
752 | <li>#{ msg.passwo rdInfo2}</ li> | |
753 | <li>#{ msg.passwo rdInfo3}</ li> | |
754 | <li>#{ msg.passwo rdInfo4}</ li> | |
755 | <li>#{ msg.passwo rdInfo5}</ li> | |
756 | </ul > | |
757 | <p># {msg.passw ordInfo6}< /p> | |
758 | <p> | |
759 | #{msg. passwordIn fo7} <stro ng>#{msg.p asswordInf o8}</stron g> | |
760 | #{msg. passwordIn fo9} | |
761 | </p> | |
762 | ||
763 | <div class="co ntrol-grou p"> | |
764 | <h:out putLabel f or="passwo rd" value= "#{msg.pas sword}" | |
765 | styleCla ss="contro l-label" / > | |
766 | <div c lass="cont rols"> | |
767 | <!-- TOD O: add val idator for length -- > | |
768 | <h:input Secret id= "password" | |
769 | value="#{u serProfile Controller .regdUserP rofile.pas sword}" | |
770 | required=" true" redi splay="tru e" | |
771 | requiredMe ssage="#{m sg.passwor dRequired} " title="P assword"> | |
772 | <!-- | |
773 | <f:validat or binding ="#{webVal idator}" / > | |
774 | <f:attribu te name="c onfPasswor d" value=" #{confPass word}" /> | |
775 | --> | |
776 | </h:inpu tSecret> | |
777 | </div> | |
778 | </di v> | |
779 | <div class="co ntrol-grou p"> | |
780 | <h:out putLabel f or="confPa ssword" va lue="#{msg .confPassw ord}" | |
781 | styleCla ss="contro l-label" / > | |
782 | <div c lass="cont rols"> | |
783 | <!-- TOD O: add val idator for length -- > | |
784 | <h:input Secret id= "confPassw ord" | |
785 | value="#{u serProfile Controller .regdUserP rofile.con fPassword} " | |
786 | required=" true" redi splay="tru e" | |
787 | requiredMe ssage="#{m sg.confPas swordRequi red}" | |
788 | title="Con firm Passw ord" /> | |
789 | </div> | |
790 | </di v> | |
791 | ||
792 | </ li> | |
793 | <l i class="s tep seven wow fadeIn animated" | |
794 | styl e="visibil ity: visib le; animat ion-name: fadeIn;"> | |
795 | ||
796 | <h3> #{msg.secu rityQuesti ons1}</h3> | |
797 | ||
798 | <p># {msg.secur ityQuestio ns2}</p> | |
799 | ||
800 | <p># {msg.secur ityQuestio ns3}</p> | |
801 | ||
802 | <div class="co ntrol-grou p"> | |
803 | <h:out putLabel f or="questi on1" value ="#{msg.qu estion1}" | |
804 | styleCla ss="contro l-label" / > | |
805 | <div c lass="cont rols"> | |
806 | <div cla ss="dropdo wn"> | |
807 | <h:selectO neMenu id= "question1 " | |
808 | va lue="#{use rProfileCo ntroller.r egdUserPro file.passw ordHintQue stion1}" | |
809 | re quired="tr ue" requir edMessage= "#{msg.que stion1reqd }" | |
810 | cl ass="selec t"> | |
811 | <f :selectIte ms | |
812 | valu e="#{userP rofileCont roller.reg dUserProfi le.questio ns}" | |
813 | var= "question" itemLabel ="#{questi on.descrip tion}" | |
814 | item Value="#{q uestion.va lue}" /> | |
815 | </h:select OneMenu> | |
816 | </div> | |
817 | </div> | |
818 | </di v> | |
819 | ||
820 | <div class="co ntrol-grou p"> | |
821 | <h:out putLabel f or="answer 1" value=" #{msg.answ er1}" | |
822 | styleCla ss="contro l-label" / > | |
823 | <div c lass="cont rols"> | |
824 | <h:input Text id="a nswer1" | |
825 | value="#{u serProfile Controller .regdUserP rofile.pas swordHintA nswer1}" | |
826 | maxlength= "255" requ ired="true " | |
827 | requiredMe ssage="#{m sg.answer1 reqd}" tit le="Answer 1" /> | |
828 | </div> | |
829 | </di v> | |
830 | ||
831 | <div class="co ntrol-grou p"> | |
832 | <h:out putLabel f or="questi on2" value ="#{msg.qu estion2}" | |
833 | styleCla ss="contro l-label" / > | |
834 | <div c lass="cont rols"> | |
835 | <div cla ss="dropdo wn"> | |
836 | <h:selectO neMenu id= "question2 " | |
837 | va lue="#{use rProfileCo ntroller.r egdUserPro file.passw ordHintQue stion2}" | |
838 | re quired="tr ue" requir edMessage= "#{msg.que stion2reqd }" | |
839 | cl ass="selec t"> | |
840 | <f :selectIte ms | |
841 | valu e="#{userP rofileCont roller.reg dUserProfi le.questio ns}" | |
842 | var= "question" itemLabel ="#{questi on.descrip tion}" | |
843 | item Value="#{q uestion.va lue}" /> | |
844 | </h:select OneMenu> | |
845 | </div> | |
846 | </div> | |
847 | </di v> | |
848 | ||
849 | <div class="co ntrol-grou p"> | |
850 | <h:out putLabel f or="answer 2" value=" #{msg.answ er2}" | |
851 | styleCla ss="contro l-label" / > | |
852 | <div c lass="cont rols"> | |
853 | <h:input Text id="a nswer2" | |
854 | value="#{u serProfile Controller .regdUserP rofile.pas swordHintA nswer2}" | |
855 | maxlength= "255" requ ired="true " | |
856 | requiredMe ssage="#{m sg.answer2 reqd}" tit le="Answer 2" /> | |
857 | </div> | |
858 | </di v> | |
859 | ||
860 | </ li> | |
861 | <l i class="s tep last e ight wow f adeIn anim ated" | |
862 | styl e="visibil ity: visib le; animat ion-name: fadeIn;"> | |
863 | ||
864 | <h3> #{msg.term sNCondTitl e}</h3> | |
865 | ||
866 | <div class="co ntrol-grou p"> | |
867 | <p>#{m sg.termsNC ond1}</p> | |
868 | <div c lass="cont rols"> | |
869 | <label c lass="usa- sr-only"> #{msg.term sNCond1} < span | |
870 | class="usa -sr-only"> #{msg.requ iredText}< /span> | |
871 | </label> | |
872 | <ul clas s="usa-uns tyled-list "> | |
873 | <li><h:sel ectBoolean Checkbox i d="acceptT erms" | |
874 | valu e="#{userP rofileCont roller.reg dUserProfi le.acceptT erms}" | |
875 | requ ired="true " required Message="# {msg.mhvTe rmsRquired }" | |
876 | titl e="Accept Terms" /> <h:outputL abel | |
877 | valu e="#{msg.t ermsNCond2 }" for="ac ceptTerms" /> <a | |
878 | hr ef="/mhv-p ortal-web/ web/myheal thevet/ter ms-conditi ons" | |
879 | ta rget="_bla nk">#{msg. mhvLabel1} #{msg.mhvL abel2}#{ms g.mhvLabel 3} #{ msg.mhvTer ms} | |
880 | </a></li> | |
881 | </ul> | |
882 | </div> | |
883 | </di v> <h:pane lGroup | |
884 | render ed="#{user ProfileCon troller.pr ePopulateR egistratio nPage}"> | |
885 | <p> | |
886 | #{msg.te rmsNCond6} <strong># {msg.terms NCond7}</s trong> | |
887 | #{msg.te rmsNCond8} | |
888 | #{msg.mh vLabel1}#{ msg.mhvLab el2}#{msg. mhvLabel3} | |
889 | #{msg.te rmsNCond9} | |
890 | #{msg.mh vLabel1}#{ msg.mhvLab el2}#{msg. mhvLabel3} | |
891 | #{msg.te rmsNCond10 } | |
892 | #{msg.mh vLabel1}#{ msg.mhvLab el2}#{msg. mhvLabel3} | |
893 | #{msg.te rmsNCond11 } | |
894 | </p> | |
895 | </h: panelGroup > | |
896 | ||
897 | <div class="co ntrol-grou p"> | |
898 | <div c lass="cont rols"> | |
899 | ||
900 | <h:outpu tLink id=" saveRegdUs erLink" va lue="#" | |
901 | styleClass ="anchorBu tton"> | |
902 | <span clas s="btn btn -primary"> #{msg.save Label}</sp an> | |
903 | </h:outp utLink> | |
904 | ||
905 | <h:outpu tLink id=" cancel" va lue="#top" | |
906 | styleClass ="anchorBu tton"> | |
907 | <span clas s="btn btn -secondary ">#{msg.ca ncelLabel} </span> | |
908 | </h:outp utLink> | |
909 | ||
910 | <h:comma ndButton i d="saveReg dUser" val ue="#{msg. saveLabel} " | |
911 | action="#{ userProfil eControlle r.saveUser Registrati on}" | |
912 | style="vis ibility:hi dden;" /> | |
913 | ||
914 | </div> | |
915 | </di v> | |
916 | ||
917 | </ li> | |
918 | </ol> | |
919 | </div> | |
920 | </h:fo rm> | |
921 | </ui :define> | |
922 | </ ui:composi tion> | |
923 | </h:body> | |
924 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.