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

unused footer file removed

parent 892f1fbe
No related branches found
No related tags found
1 merge request!5Frontend refactor
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:p="http://primefaces.org/ui">
<h:form id="footer">
<div class="footerDivClass" id="footerDiv"><p:inputTextarea style="display:none;"/>#{mapMB.mapDataList[0].mapConfig.description}
<div style="position: absolute; top: 5px; right: 5px;\"><a href="export.xhtml?id=#{mapMB.currentMapId}">EXPORT</a> <a href="admin.xhtml?id=#{configurationMB.currentMapId}">ADMIN</a></div>
</div>
<p:dialog id="logoutDialog"
header="Error"
widgetVar="dlg3"
modal="true"
visible="#{not mapMB.userHasViewPrivilege}"
closable="false"
closeOnEscape="false">
<p:ajax event="close" actionListener="#{userMB.doLogout}"/>
<center>
<h:outputLabel value="You don't have access to this map." />
<br/>
<p:commandButton value="Logout" actionListener="#{userMB.doLogout}"/>
</center>
</p:dialog>
</h:form>
</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