Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
ac0da810
Commit
ac0da810
authored
Feb 02, 2017
by
Piotr Gawron
Browse files
missing html file
parent
28706d7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/src/main/webapp/WEB-INF/components/map/submapPanel.xhtml
View file @
ac0da810
...
...
@@ -6,38 +6,14 @@
xmlns:cc=
"http://java.sun.com/jsf/composite/pfcomp"
xmlns:p=
"http://primefaces.org/ui"
>
<h:outputStylesheet
library=
"css"
name=
"submap.css"
/>
<h:form
id=
"submapForm"
class=
"submapPanel"
>
<cc:helpButton
helpText=
"The Submaps tab summarizes all the submap networks uploaded together and linked to the main network of <b>'#{mapMB.currentProject.name}'</b> project."
style=
"float:right;margin-top:-12px;margin-right:-13px;"
/>
<h:outputText
value=
"SUBMAPS"
style=
"font-size:13px; font-weight:900; padding-bottom:10px;"
/>
<p:messages
id=
"messages"
showDetail=
"true"
autoUpdate=
"true"
closable=
"true"
/>
<h:panelGroup
layout=
"block"
>
<p:dataTable
id=
"submapDataTable"
var=
"submap"
value=
"#{mapMB.mapDataList}"
>
<p:column
sortBy=
"name"
headerText=
"Name"
>
<h:outputText
id=
"name"
value=
"#{submap.mapConfig.name}"
/>
</p:column>
<p:column
headerText=
""
>
<p:commandLink
actionListener=
"#{mapMB.createSubmodelDialog}"
oncomplete=
"GuiConnector.openDialog(#{submap.mapConfig.idObject});"
id=
"opener"
ajax=
"true"
icon=
"ui-icon-document"
title=
"View"
>
<f:param
name=
"submodelId"
value=
"#{submap.mapConfig.idObject}"
/>
<p:graphicImage
height=
"24"
width=
"24"
library=
"images"
name=
"icons/search.png"
/>
</p:commandLink>
</p:column>
</p:dataTable>
</h:panelGroup>
</h:form>
<h:outputStylesheet
library=
"css"
name=
"global.css"
/>
<div
id=
"submapTab"
>
<div
name=
"submapDiv"
class=
"searchPanel"
>
<h5>
SUBMAPS:
</h5>
<table
cellpadding=
"4"
name=
"submapTable"
class=
"table table-bordered"
style=
"width:100%"
/>
</div>
</div>
</html>
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