Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
131
Issues
131
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
b81a66c8
Commit
b81a66c8
authored
Mar 13, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NAV] factorized with question.
parent
87eeadc6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
44 deletions
+58
-44
Navigation.purs
src/Navigation.purs
+58
-44
No files found.
src/Navigation.purs
View file @
b81a66c8
...
@@ -198,9 +198,15 @@ liNav (LiNav { title:tit
...
@@ -198,9 +198,15 @@ liNav (LiNav { title:tit
]
]
divLogo :: ReactElement
divLogo :: ReactElement
divLogo =div [ className "navbar-inner" ]
divLogo = div [ className "navbar-inner" ]
[ a [ className "navbar-brand logoSmall", href "/index.html" ]
[ a [ className "navbar-brand logoSmall"
[ img [ src "images/logoSmall.png", title "Back to home." ] [] ]
, href "/index.html"
]
[ img [ src "images/logoSmall.png"
, title "Back to home." ]
[]
]
]
]
--divDropdownLeft :: ReactElement
--divDropdownLeft :: ReactElement
...
@@ -216,6 +222,11 @@ sidebarnavSpec = simpleSpec performAction render
...
@@ -216,6 +222,11 @@ sidebarnavSpec = simpleSpec performAction render
div [ _id "dafixedtop", className "navbar navbar-inverse navbar-fixed-top", role "navigation"]
div [ _id "dafixedtop", className "navbar navbar-inverse navbar-fixed-top", role "navigation"]
[ div [className "container"]
[ div [className "container"]
[ divLogo
[ divLogo
-- divDropdownLeft
---------------------------------------------------------------------------
-- here is divDropDowLeft--------------------------------------------------
-- FIXME : divDropDownLeft and divDropDownRight seems to be intricated in dropdown?
---------------------------------------------------------------------------
, div [className "navbar-collapse collapse"]
, div [className "navbar-collapse collapse"]
[ ul [className "nav navbar-nav"]
[ ul [className "nav navbar-nav"]
[ ul [className "nav navbar-nav pull-left"]
[ ul [className "nav navbar-nav pull-left"]
...
@@ -228,7 +239,6 @@ sidebarnavSpec = simpleSpec performAction render
...
@@ -228,7 +239,6 @@ sidebarnavSpec = simpleSpec performAction render
[ span [ aria {hidden : true}, className "glyphicon glyphicon-info-sign" ] []
[ span [ aria {hidden : true}, className "glyphicon glyphicon-info-sign" ] []
, text " Info"
, text " Info"
]
]
---------------------------------------------------------------------------
, ul [className "dropdown-menu"]
, ul [className "dropdown-menu"]
(( map liNav [ LiNav { title : "Documentation and tutorials"
(( map liNav [ LiNav { title : "Documentation and tutorials"
, href : "https://iscpif.fr/gargantext/your-first-map/"
, href : "https://iscpif.fr/gargantext/your-first-map/"
...
@@ -263,10 +273,18 @@ sidebarnavSpec = simpleSpec performAction render
...
@@ -263,10 +273,18 @@ sidebarnavSpec = simpleSpec performAction render
)
)
]
]
]
]
----------------------------------------------------------------------------------
]
---------------------------------------------------------------------------
---------------------------------------------------------------------------
---------------------------------------------------------------------------
, divDropdownRight
]
]
]
]
]
, ul [className "nav navbar-nav pull-right"]
divDropdownRight :: ReactElement
divDropdownRight = ul [className "nav navbar-nav pull-right"]
[
[
-- TODO if logged in : enable dropdown
-- TODO if logged in : enable dropdown
--li [className "dropdown"]
--li [className "dropdown"]
...
@@ -307,10 +325,6 @@ sidebarnavSpec = simpleSpec performAction render
...
@@ -307,10 +325,6 @@ sidebarnavSpec = simpleSpec performAction render
-- ]
-- ]
--]
--]
]
]
]
]
]
]
layoutSpec :: forall eff props. Spec (E eff) AppState props Action
layoutSpec :: forall eff props. Spec (E eff) AppState props Action
layoutSpec =
layoutSpec =
...
...
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