diff --git a/lib/jsorolla b/lib/jsorolla index 04758c2b5..fb06f28ed 160000 --- a/lib/jsorolla +++ b/lib/jsorolla @@ -1 +1 @@ -Subproject commit 04758c2b5c3b695645edd1b828dc3af5df5ba721 +Subproject commit fb06f28ed882f38fae5bf64cb00cace454ce16c4 diff --git a/src/about.html b/src/about.html new file mode 100644 index 000000000..ef3b8b2d8 --- /dev/null +++ b/src/about.html @@ -0,0 +1,66 @@ + + + + + + + diff --git a/src/conf/config.js b/src/conf/config.js index 054b4af58..a7eea599b 100644 --- a/src/conf/config.js +++ b/src/conf/config.js @@ -287,14 +287,19 @@ const application = { settings: { visibility: "public", }, - about: [ - {name: "Documentation", url: "http://docs.opencb.org/display/iva/IVA+Home", icon: "fa fa-book"}, - {name: "Tutorial", url: "http://docs.opencb.org/display/iva/Tutorials", icon: ""}, - {name: "Source code", url: "https://github.com/opencb/iva", icon: "fa fa-github"}, - {name: "Releases", url: "https://github.com/opencb/iva/releases", icon: ""}, - {name: "Contact", url: "http://docs.opencb.org/display/iva/About", icon: "fa fa-envelope"}, - {name: "FAQ", url: "", icon: ""}, - ], + about: { + dropdown: false, + links: [ + {id: "documentation", name: "Documentation", url: "http://docs.opencb.org/display/iva/IVA+Home", icon: "fa fa-book"}, + {id: "tutorial", name: "Tutorial", url: "http://docs.opencb.org/display/iva/Tutorials", icon: ""}, + {id: "code", name: "Source code", url: "https://github.com/opencb/iva", icon: "fa fa-github"}, + {id: "releases", name: "Releases", url: "https://github.com/opencb/iva/releases", icon: ""}, + {id: "about", name: "About", url: "http://docs.opencb.org/display/iva/About", icon: "fa fa-envelope"}, + {id: "terms", name: "Terms", url: "http://docs.opencb.org/display/iva/About", icon: "fa fa-envelope"}, + {id: "contact", name: "Contact", url: "http://docs.opencb.org/display/iva/About", icon: "fa fa-envelope"}, + {id: "faq", name: "FAQ", url: "", icon: ""}, + ] + }, login: { visible: true, }, diff --git a/src/contact.html b/src/contact.html new file mode 100644 index 000000000..c90a4f539 --- /dev/null +++ b/src/contact.html @@ -0,0 +1,66 @@ + + + + + + + diff --git a/src/faq.html b/src/faq.html new file mode 100644 index 000000000..069883184 --- /dev/null +++ b/src/faq.html @@ -0,0 +1,66 @@ + + + + + + + diff --git a/src/iva-app.html b/src/iva-app.html index df99bbffd..b35800c15 100644 --- a/src/iva-app.html +++ b/src/iva-app.html @@ -21,6 +21,10 @@ + + + + @@ -204,20 +208,33 @@ - + + +