Commit 635f0f60 authored by Abinaya Sudhir's avatar Abinaya Sudhir

Modal skeleton is done

parent b7f92a86
......@@ -102,13 +102,14 @@ layoutAddcorpus = simpleSpec performAction render
[
div [className "col-md-6"]
[
div [className "modal fade",role "dialog"]
button [_type "button", _data {"toggle" : "modal", "target" : ".myModal"}][text "Launch modal"]
, div [className "modal fade myModal",role "dialog", _data {show : true} ]
[ div [className "modal-dialog",role "document"]
[ div [className "modal-content"]
[ div [className "modal-header"]
[ h5 [className "modal-title"] [ text "Tree View"]
, button [ _type "button",className "close", _data { dismiss : "modal"}]
[ span [aria {hidden : true}] [ text "×"]
[ span [aria {hidden : true}] [ text "X"]
]
]
, div [className "modal-body"] [ p [] [text "Modal body text goes here"]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment