Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
406bb8d1
Commit
406bb8d1
authored
Dec 14, 2020
by
michael.simon
Browse files
more structed display
add Back link to subpages
parent
98fcdaa0
Changes
10
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/resources/msg/messages_de.properties
View file @
406bb8d1
...
...
@@ -67,6 +67,7 @@ audit_detail=Audit-Detail
audit_entry
=
Audit-Eintrag
audit_status
=
Audit-Status
available_services
=
Verf
\u
00FCgbare Dienste
back
=
Zur
\u
00FCck
bcc
=
BCC
body
=
Body
bulk_import
=
Massenimport
...
...
bwreg-webapp/src/main/resources/msg/messages_en.properties
View file @
406bb8d1
...
...
@@ -67,6 +67,7 @@ audit_detail=Audit detail
audit_entry
=
Audit entry
audit_status
=
Audit state
available_services
=
Available services
back
=
Back
bcc
=
BCC
body
=
Body
bulk_import
=
Bulk import
...
...
bwreg-webapp/src/main/webapp/index.xhtml
View file @
406bb8d1
...
...
@@ -23,11 +23,11 @@
</p:panel>
<h:outputText
value=
"#{messages.index_text1}"
styleClass=
"full"
/>
<h:panelGroup
rendered=
"#{not empty userIndexBean.userRegistryList}"
>
<ui:repeat
var=
"registry"
value=
"#{userIndexBean.userRegistryList}"
>
<div
class=
"news-element third"
>
<h:outputText
value=
"#{registry.service.name}"
c
lass=
"headline"
/>
<div
class=
"news-element third"
style=
"border: #cccccc 1px solid; padding: 0.4em;"
>
<h:outputText
value=
"#{registry.service.name}"
styleC
lass=
"headline"
/>
<h:panelGroup
rendered=
"#{registry.service.image != null}"
>
<figure>
<picture>
...
...
@@ -87,7 +87,7 @@
<h:outputText
value=
"#{messages.index_text5}"
styleClass=
"full"
/>
<ui:repeat
var=
"registry"
value=
"#{userIndexBean.pendingRegistryList}"
>
<div
class=
"news-element third"
>
<div
class=
"news-element third"
style=
"border: #cccccc 1px solid; padding: 0.4em;"
>
<h:outputText
value=
"#{registry.service.name}"
class=
"headline"
/>
<h:panelGroup
rendered=
"#{registry.service.image != null}"
>
<figure>
...
...
@@ -125,7 +125,7 @@
<h:outputText
value=
"#{messages.index_text3}"
class=
"full"
/>
<ui:repeat
var=
"service"
value=
"#{authorizationBean.unregisteredServiceList}"
>
<div
class=
"news-element third"
>
<div
class=
"news-element third"
style=
"border: #cccccc 1px solid; padding: 0.4em;"
>
<h:outputText
value=
"#{service.name}"
class=
"headline"
/>
<h:panelGroup
rendered=
"#{service.image != null}"
>
<figure>
...
...
bwreg-webapp/src/main/webapp/service/index.xhtml
View file @
406bb8d1
...
...
@@ -38,6 +38,10 @@
</h:link>
</div>
</h:panelGroup>
<div
class=
"text full"
>
<a
href=
"../index.xhtml"
><h:outputText
value=
"#{messages.back}"
/></a>
</div>
</ui:define>
</ui:composition>
...
...
bwreg-webapp/src/main/webapp/service/registry-detail.xhtml
View file @
406bb8d1
...
...
@@ -84,6 +84,9 @@
</div>
</h:panelGroup>
<div
class=
"text full"
style=
"margin-top: 2em;"
>
<a
href=
"../index.xhtml"
><h:outputText
value=
"#{messages.back}"
/></a>
</div>
</h:form>
</ui:define>
...
...
bwreg-webapp/src/main/webapp/service/set-password.xhtml
View file @
406bb8d1
...
...
@@ -61,6 +61,11 @@
update=
"messageBox,baseData"
/>
</div>
</p:panel>
<div
class=
"text full"
style=
"margin-top: 2em;"
>
<a
href=
"../index.xhtml"
><h:outputText
value=
"#{messages.back}"
/></a>
</div>
</h:form>
</ui:define>
</ui:composition>
...
...
bwreg-webapp/src/main/webapp/service/set-sshkey.xhtml
View file @
406bb8d1
...
...
@@ -168,8 +168,13 @@
</p:confirmDialog>
</p:panel>
<div
class=
"text full"
style=
"margin-top: 2em;"
>
<a
href=
"../index.xhtml"
><h:outputText
value=
"#{messages.back}"
/></a>
</div>
</h:form>
</ui:define>
</ui:composition>
</f:view>
...
...
bwreg-webapp/src/main/webapp/user/index.xhtml
View file @
406bb8d1
...
...
@@ -25,7 +25,6 @@
<ui:define
name=
"content"
>
<h:form
id=
"form"
prependId=
"false"
class=
"full form"
>
<div
class=
"panel"
>
<p:panel
rendered=
"#{userPropertiesBean.userList.size() gt 1}"
>
<p:outputLabel
for=
"@next"
value=
"Choose account: "
/>
<p:selectOneMenu
id=
"userSelect"
value=
"#{userPropertiesBean.user}"
converter=
"#{userConverter}"
>
...
...
@@ -48,10 +47,10 @@
rendered=
"#{not empty userPropertiesBean.idpEntity and not empty userPropertiesBean.idpEntity.displayName}"
/>
</p:panelGrid>
<div
class=
"panel
"
>
#{messages.my_data_delete_all}
<div
style=
"margin-top: 0.8em;
"
>
#{messages.my_data_delete_all}
</div>
<div
class=
"
panel
"
>
<h:link
outcome=
"/user/delete-all-personal-data.xhtml"
value=
"#{messages.my_data_delete_all_link}"
>
<div
style=
"margin-top: 0.8em;"
class=
"
text
"
>
<h:link
outcome=
"/user/delete-all-personal-data.xhtml"
value=
"#{messages.my_data_delete_all_link}"
styleClass=
"link"
>
</h:link>
</div>
</p:tab>
...
...
@@ -96,7 +95,11 @@
</p:tab>
</p:tabView>
</div>
<div
class=
"text full"
style=
"margin-top: 0.4em;"
>
<a
href=
"../index.xhtml"
><h:outputText
value=
"#{messages.back}"
/></a>
</div>
</h:form>
</ui:define>
</ui:composition>
...
...
bwreg-webapp/src/main/webapp/user/ssh-keys.xhtml
View file @
406bb8d1
...
...
@@ -113,6 +113,11 @@
<p:commandButton
value=
"#{messages.yes}"
type=
"button"
styleClass=
"ui-confirmdialog-yes"
/>
<p:commandButton
value=
"#{messages.no}"
type=
"button"
styleClass=
"ui-confirmdialog-no"
/>
</p:confirmDialog>
<div
class=
"text full"
style=
"margin-top: 0.4em;"
>
<a
href=
"../index.xhtml"
><h:outputText
value=
"#{messages.back}"
/></a>
</div>
</h:form>
</ui:define>
</ui:composition>
...
...
bwreg-webapp/src/main/webapp/user/twofa.xhtml
View file @
406bb8d1
...
...
@@ -245,6 +245,10 @@
<p:defaultCommand
target=
"yubicoStartButton"
scope=
"addYubicoDlgId"
/>
<p:defaultCommand
target=
"checkTotpButton"
scope=
"addTotpDlgId"
/>
<div
class=
"text full"
style=
"margin-top: 0.4em;"
>
<a
href=
"../index.xhtml"
><h:outputText
value=
"#{messages.back}"
/></a>
</div>
</h:form>
</ui:define>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment