Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
b5bfab29
Commit
b5bfab29
authored
Feb 03, 2017
by
Piotr Gawron
Browse files
jsf map component removed
parent
95a784a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
web/src/main/webapp/WEB-INF/components/map/map.xhtml
deleted
100644 → 0
View file @
95a784a0
<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:outputStylesheet
library=
"css"
name=
"map.css"
/>
<h:form
id=
"_gmapForm"
>
<p:contextMenu
id=
"contextMenu"
model=
"#{exportMB.contextMenu}"
/>
<p:contextMenu
id=
"selectionContextMenu"
model=
"#{exportMB.imageExportMenu}"
/>
</h:form>
<h:form
id=
"overlayConfigForm"
>
<h:inputHidden
id=
"userMinColor"
value=
"#{userMB.loggedUser.minColor}"
/>
<h:inputHidden
id=
"userMaxColor"
value=
"#{userMB.loggedUser.maxColor}"
/>
<h:inputHidden
id=
"systemMinColor"
value=
"#{configurationMB.minColor}"
/>
<h:inputHidden
id=
"systemMaxColor"
value=
"#{configurationMB.maxColor}"
/>
</h:form>
<h:form
id=
"accessReferenceGenomeForm"
>
<p:remoteCommand
name=
"_sendReferenceGenomeDetailRequest"
actionListener=
"#{referenceGenomeMB.requestJavasciptGenomeDetails}"
/>
</h:form>
</html>
web/src/main/webapp/index.xhtml
View file @
b5bfab29
...
...
@@ -150,39 +150,47 @@ function initMap(){
</div>
<div
id=
"mapElement"
class=
"mapClass"
/>
<div
class=
"legendBox"
>
<div
id=
"legend"
class=
"carousel slide"
style=
"display:none"
>
<ol
name=
"indicators"
class=
"carousel-indicators"
>
</ol>
<div
name=
"slides"
class=
"carousel-inner"
role=
"listbox"
>
</div>
<!-- Controls -->
<a
class=
"left carousel-control"
href=
"#legend"
role=
"button"
data-slide=
"prev"
>
<span
class=
"glyphicon glyphicon-chevron-left"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
<a
class=
"right carousel-control"
href=
"#legend"
role=
"button"
data-slide=
"next"
>
<span
class=
"glyphicon glyphicon-chevron-right"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</div>
</div>
</div>
<ui:include
src=
"/WEB-INF/components/map/map.xhtml"
/>
<div
class=
"legendBox"
>
<div
id=
"legend"
class=
"carousel slide"
style=
"display:none"
>
<ol
name=
"indicators"
class=
"carousel-indicators"
/>
<div
name=
"slides"
class=
"carousel-inner"
role=
"listbox"
/>
<!-- Controls -->
<a
class=
"left carousel-control"
href=
"#legend"
role=
"button"
data-slide=
"prev"
>
<span
class=
"glyphicon glyphicon-chevron-left"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
<a
class=
"right carousel-control"
href=
"#legend"
role=
"button"
data-slide=
"next"
>
<span
class=
"glyphicon glyphicon-chevron-right"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</div>
</div>
</div>
</div>
<!--<ui:include src="/WEB-INF/components/map/footer.xhtml" />-->
<ui:include
src=
"/WEB-INF/components/map/feedbackDialog.xhtml"
/>
<div
name=
"dialogs"
>
<div
name=
"overviewDialog"
/>
</div>
<div
name=
"dialogs"
>
<div
name=
"overviewDialog"
/>
</div>
<h:form
id=
"_gmapForm"
>
<p:contextMenu
id=
"contextMenu"
model=
"#{exportMB.contextMenu}"
/>
<p:contextMenu
id=
"selectionContextMenu"
model=
"#{exportMB.imageExportMenu}"
/>
</h:form>
<h:form
id=
"overlayConfigForm"
>
<h:inputHidden
id=
"userMinColor"
value=
"#{userMB.loggedUser.minColor}"
/>
<h:inputHidden
id=
"userMaxColor"
value=
"#{userMB.loggedUser.maxColor}"
/>
<h:inputHidden
id=
"systemMinColor"
value=
"#{configurationMB.minColor}"
/>
<h:inputHidden
id=
"systemMaxColor"
value=
"#{configurationMB.maxColor}"
/>
</h:form>
<h:form
id=
"accessReferenceGenomeForm"
>
<p:remoteCommand
name=
"_sendReferenceGenomeDetailRequest"
actionListener=
"#{referenceGenomeMB.requestJavasciptGenomeDetails}"
/>
</h:form>
</h:body>
</f:view>
...
...
web/src/main/webapp/resources/css/map.css
View file @
b5bfab29
...
...
@@ -27,4 +27,4 @@ table.mapInfoBoxResultsTable, table.mapInfoBoxResultsTable th, table.mapInfoBoxR
margin
:
1px
;
width
:
360px
;
background-color
:
#C0C0C0
;
}
}
\ No newline at end of file
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