Skip to content
Snippets Groups Projects
Commit 100876a7 authored by ginquin's avatar ginquin
Browse files

modificado banner.zul para cerrar sesión

parent 14e63a92
Branches
No related tags found
1 merge request!1Rama postgres
#banner.zul
banner.logout=Cerrar sesión
banner.hello=Hola
#login.zul #login.zul
s1=Bienvenido a la aplicación SmellsWisdom s1=Bienvenido a la aplicación SmellsWisdom
s2=Aplicación para consultar y ampliar los conocimientos sobre la detección de Design Smell. s2=Aplicación para consultar y ampliar los conocimientos sobre la detección de Design Smell.
... ...
......
#banner.zul
banner.logout=Logout
banner.hello=Hello
#login.zul #login.zul
s1=Welcome to SmellsWisdom App. s1=Welcome to SmellsWisdom App.
s2=Main page to query and extend the current knowledge on Design Smell Detection. s2=Main page to query and extend the current knowledge on Design Smell Detection.
... ...
......
#banner.zul
banner.logout=Cerrar sesión
banner.hello=Hola
#login.zul #login.zul
s1=Bienvenido a la aplicación SmellsWisdom s1=Bienvenido a la aplicación SmellsWisdom
s2=Aplicación para consultar y ampliar los conocimientos sobre la detección de Design Smell. s2=Aplicación para consultar y ampliar los conocimientos sobre la detección de Design Smell.
... ...
......
<div hflex="1" vflex="1" sclass="banner"> <div hflex="1" vflex="1" sclass="banner">
<hbox hflex="1" vflex="1" align="center"> <hbox hflex="1" vflex="1" align="center">
<div width="100%"> <div hflex="1">
<label value="SMELLSWISDOM" sclass="banner-head" /> <label value="SMELLSWISDOM" sclass="banner-head" />
</div> </div>
<hbox hflex="min" pack="end" > <hbox hflex="2" pack="end" align="center" >
<label value="${sessionScope.userCredential.name}" if="${sec:isAllGranted('ROLE_USER')}"/> <label value="${labels.banner.hello} ${execution.userPrincipal.name}!"
<label id="logout" value="Logout" if="${sec:isAllGranted('ROLE_USER')}" sclass="logout"/> if="${sec:isAllGranted('ROLE_USER')}" sclass="head2"/>
<button id="logout" type="button" label="${labels.banner.logout}"
if="${sec:isAllGranted('ROLE_USER')}"
href="/j_spring_security_logout" sclass="logout"/>
</hbox> </hbox>
</hbox> </hbox>
</div> </div>
\ No newline at end of file
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
.banner .logout { .banner .logout {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
font-size: medium;
} }
.footer { .footer {
...@@ -27,12 +28,10 @@ ...@@ -27,12 +28,10 @@
.head1 { .head1 {
font-size: large; font-size: large;
width: 100%;
} }
.head2 { .head2 {
font-size: medium; font-size: medium;
width: 100%;
} }
.row-title .z-label { .row-title .z-label {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment