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
fca74e8f
Commit
fca74e8f
authored
Dec 08, 2020
by
michael.simon
Browse files
more design changes
parent
64251556
Changes
7
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/java/edu/kit/scc/webreg/bean/sadm/group/GroupAdminAddLocalGroupBean.java
View file @
fca74e8f
...
...
@@ -109,4 +109,8 @@ public class GroupAdminAddLocalGroupBean implements Serializable {
public
void
setServiceId
(
Long
serviceId
)
{
this
.
serviceId
=
serviceId
;
}
public
ServiceEntity
getServiceEntity
()
{
return
serviceEntity
;
}
}
bwreg-webapp/src/main/java/edu/kit/scc/webreg/bean/sadm/group/GroupAdminEditLocalGroupBean.java
View file @
fca74e8f
...
...
@@ -199,4 +199,8 @@ public class GroupAdminEditLocalGroupBean implements Serializable {
public
Boolean
getSavePossible
()
{
return
savePossible
;
}
public
ServiceEntity
getServiceEntity
()
{
return
serviceEntity
;
}
}
bwreg-webapp/src/main/webapp/service-group-admin/add-local-group.xhtml
View file @
fca74e8f
...
...
@@ -22,8 +22,8 @@
<ui:define
name=
"content"
>
<h:form
id=
"form"
>
<h
2
><h:outputText
value=
"#{messages.group}: #{messages.add_local_group}"
/></h
2
>
<h:form
id=
"form"
styleClass=
"form fancy full"
>
<h
3
><h:outputText
value=
"#{messages.group}
#{groupAdminAddLocalGroupBean.serviceEntity.name}
: #{messages.add_local_group}"
/></h
3
>
<div
id=
"panelInline"
>
<p:panel
header=
"#{messages.group}"
>
...
...
bwreg-webapp/src/main/webapp/service-group-admin/edit-local-group.xhtml
View file @
fca74e8f
...
...
@@ -21,9 +21,9 @@
<ui:param
name=
"title"
value=
"#{messages.title}"
/>
<ui:define
name=
"content"
>
<h:form
id=
"form"
>
<h:form
id=
"form"
styleClass=
"form full fancy"
>
<h
2
><h:outputText
value=
"#{messages.edit_members}: #{groupAdminEditLocalGroupBean.entity.name}"
/></h
2
>
<h
3
><h:outputText
value=
"#{messages.edit_members}
#{groupAdminEditLocalGroupBean.serviceEntity.name}
: #{groupAdminEditLocalGroupBean.entity.name}"
/></h
3
>
<p:messages
id=
"messageBox"
showDetail=
"true"
/>
...
...
bwreg-webapp/src/main/webapp/service-group-admin/index.xhtml
View file @
fca74e8f
...
...
@@ -22,11 +22,12 @@
<ui:param
name=
"title"
value=
"#{messages.title}"
/>
<ui:define
name=
"content"
>
<h:form
id=
"form"
>
<h:form
id=
"form"
styleClass=
"form full fancy"
>
<h
2
><h:outputText
value=
"#{messages.groups}: #{groupAdminListGroupsBean.serviceEntity.name}"
/></h
2
>
<h
3
><h:outputText
value=
"#{messages.groups}: #{groupAdminListGroupsBean.serviceEntity.name}"
/></h
3
>
<p:dataTable
id=
"dataTable"
var=
"groupFlag"
value=
"#{groupAdminListGroupsBean.groupFlagList}"
paginator=
"true"
rows=
"15"
>
<p:dataTable
id=
"dataTable"
var=
"groupFlag"
value=
"#{groupAdminListGroupsBean.groupFlagList}"
paginator=
"true"
rows=
"15"
tableStyle=
"width: 100%; font-size: 1.2rem;"
>
<p:column>
<f:facet
name=
"header"
>
<h:outputText
value=
"#{messages.id}"
/>
...
...
bwreg-webapp/src/main/webapp/service-group-admin/show-local-group.xhtml
View file @
fca74e8f
...
...
@@ -21,9 +21,9 @@
<ui:param
name=
"title"
value=
"#{messages.title}"
/>
<ui:define
name=
"content"
>
<h:form
id=
"form"
>
<h:form
id=
"form"
styleClass=
"form full fancy"
>
<h
2
><h:outputText
id=
"headerText"
value=
"#{messages.local_group}: #{groupAdminShowLocalGroupBean.entity.name}"
/></h
2
>
<h
3
><h:outputText
id=
"headerText"
value=
"#{messages.local_group}
#{groupAdminShowLocalGroupBean.serviceEntity.name}
: #{groupAdminShowLocalGroupBean.entity.name}"
/></h
3
>
<p:messages
id=
"messageBox"
showDetail=
"true"
/>
...
...
bwreg-webapp/src/main/webapp/template/left-side-bar.xhtml
View file @
fca74e8f
...
...
@@ -136,6 +136,30 @@
</div>
</li>
</h:panelGroup>
<h:panelGroup
rendered=
"#{authorizationBean.serviceGroupAdminList.size() gt 0}"
>
<li
class=
"flyout"
><a
href=
"#{request.contextPath}/index.xhtml"
>
#{messages.group_admin}
</a>
<div
class=
"dropdown"
>
<ul
class=
"navigation-l2"
>
<li
class=
"has-submenu"
>
<a>
#{messages.group_admin}
</a>
<ui:repeat
var=
"service"
value=
"#{authorizationBean.serviceGroupAdminList}"
>
<div
class=
"submenu"
>
<ul
class=
"navigation-l3"
>
<li
class=
""
>
<h:link
outcome=
"/service-group-admin/index.xhtml"
value=
"#{service.name}"
>
<f:param
name=
"serviceId"
value=
"#{service.id}"
/>
</h:link>
</li>
</ul>
</div>
</ui:repeat>
</li>
</ul>
</div>
</li>
</h:panelGroup>
<li
class=
""
><a
href=
"https://www.scc.kit.edu/"
target=
"_blank"
>
Das SCC
</a></li>
<li
class=
""
><a
href=
"https://www.scc.kit.edu/stellen/index.php"
target=
"_blank"
>
Stellenangebote
</a></li>
<li
class=
"home"
><a
href=
"#{request.contextPath}/index.xhtml"
><span>
Startseite
</span></a></li>
...
...
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