ramani
Diff Revisions
509
vs
511
for /Ramani/web/login.xhtml
|
@@ -2,7 +2,8 @@ |
2 |
2 |
|
<!DOCTYPE html> |
3 |
3 |
|
<html xmlns="http://www.w3.org/1999/xhtml" |
4 |
4 |
|
xmlns:h="http://java.sun.com/jsf/html" |
5 |
|
- |
xmlns:p="http://primefaces.org/ui"> |
|
5 |
+ |
xmlns:p="http://primefaces.org/ui" |
|
6 |
+ |
xmlns:f="http://xmlns.jcp.org/jsf/core"> |
6 |
7 |
|
<h:head> |
7 |
8 |
|
<title>Log In</title> |
8 |
9 |
|
</h:head> |
|
@@ -19,8 +20,21 @@ |
19 |
20 |
|
<center> |
20 |
21 |
|
<h:outputText value="Ramani" |
21 |
22 |
|
style="font-size: 40px; font-weight: bold"/> |
|
23 |
+ |
|
22 |
24 |
|
</center> |
|
25 |
+ |
<h:panelGrid columns="2" |
|
26 |
+ |
columnClasses="cabCol1, cabCol2"> |
|
27 |
+ |
<p:toolbar style="background-color: white; border-color: transparent"> |
|
28 |
+ |
<p:toolbarGroup align="right"> |
|
29 |
+ |
<h:selectOneMenu value="#{language.localeCode}" onchange="submit()" |
|
30 |
+ |
valueChangeListener="#{language.countryLocaleCodeChanged}"> |
|
31 |
+ |
<f:selectItems value="#{language.countriesInMap}" /> |
|
32 |
+ |
</h:selectOneMenu> |
|
33 |
+ |
</p:toolbarGroup> |
|
34 |
+ |
</p:toolbar> |
|
35 |
+ |
</h:panelGrid> |
23 |
36 |
|
</p:layoutUnit> |
|
37 |
+ |
|
24 |
38 |
|
<p:layoutUnit position="center" |
25 |
39 |
|
style="border-color: transparent;"> |
26 |
40 |
|
<div align="center"> |