Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
837c5429
Commit
837c5429
authored
Dec 15, 2020
by
michael.simon
Browse files
add more navigation entries
parent
406bb8d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/index.xhtml
View file @
837c5429
...
...
@@ -22,7 +22,7 @@
<h:outputText
value=
"#{messages.index_motd_text1}"
escape=
"false"
/>
</p:panel>
<h:outputText
value=
"#{messages.index_text1}"
styleClass=
"full"
/
>
<h5
class=
"full"
>
<h:outputText
value=
"#{messages.index_text1}"
/></h5
>
<h:panelGroup
rendered=
"#{not empty userIndexBean.userRegistryList}"
>
<ui:repeat
var=
"registry"
value=
"#{userIndexBean.userRegistryList}"
>
...
...
@@ -122,7 +122,7 @@
</ui:repeat>
</h:panelGroup>
<h:outputText
value=
"#{messages.index_text3}"
class=
"full"
/
>
<h5
class=
"full"
>
<h:outputText
value=
"#{messages.index_text3}"
/></h5
>
<ui:repeat
var=
"service"
value=
"#{authorizationBean.unregisteredServiceList}"
>
<div
class=
"news-element third"
style=
"border: #cccccc 1px solid; padding: 0.4em;"
>
...
...
bwreg-webapp/src/main/webapp/template/left-side-bar.xhtml
View file @
837c5429
...
...
@@ -70,6 +70,25 @@
</div>
</li>
<li
class=
"flyout"
><a
href=
"#{request.contextPath}/index.xhtml"
>
#{messages.services}
</a>
<div
class=
"dropdown"
>
<ul
class=
"navigation-l2"
>
<ui:repeat
var=
"service"
value=
"#{authorizationBean.unregisteredServiceList}"
>
<li
class=
"has-submenu"
>
<h:link
outcome=
"/service/index.xhtml"
value=
"#{service.name}"
>
<f:param
name=
"serviceId"
value=
"#{service.id}"
/>
</h:link>
<div
class=
"submenu"
>
<ul
class=
"navigation-l3"
>
<li
class=
""
>
<h:link
outcome=
"/user/register-service.xhtml"
value=
"#{messages.register}"
>
<f:param
name=
"serviceId"
value=
"#{service.id}"
/>
</h:link>
</li>
</ul>
</div></li>
</ui:repeat>
</ul>
</div>
</li>
<h:panelGroup
rendered=
"#{authorizationBean.serviceApproverList.size() gt 0}"
>
<li
class=
"flyout"
><a
href=
""
>
#{messages.approver}
</a>
...
...
bwreg-webapp/src/main/webapp/user/register-service.xhtml
View file @
837c5429
...
...
@@ -70,6 +70,10 @@
<p:graphicImage
value=
"#{resource['/img/ajax-loader.gif']}"
alt=
"#{messages.loading}"
/>
</p:blockUI>
</h:panelGroup>
<div
class=
"text full"
style=
"margin-top: 0.4em;"
>
<a
href=
"../index.xhtml"
><h:outputText
value=
"#{messages.back}"
/></a>
</div>
</h:form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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