Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Commits
79854a0a
Commit
79854a0a
authored
7 years ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
unused footer file removed
parent
892f1fbe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!5
Frontend refactor
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/src/main/webapp/WEB-INF/components/map/footer.xhtml
+0
-28
0 additions, 28 deletions
web/src/main/webapp/WEB-INF/components/map/footer.xhtml
with
0 additions
and
28 deletions
web/src/main/webapp/WEB-INF/components/map/footer.xhtml
deleted
100644 → 0
+
0
−
28
View file @
892f1fbe
<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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment