Skip to content
Snippets Groups Projects
Commit ac0da810 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

missing html file

parent 28706d7e
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -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 &lt;b&gt;'#{mapMB.currentProject.name}'&lt;/b&gt; 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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment