Commit ec2f9104 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v0.2.9.24 UPDATE: fake items do not apprear anymore in the dropdown menu of the navbar #11

Showing with 12 additions and 10 deletions
+12 -10
Package: airGRteaching Package: airGRteaching
Type: Package Type: Package
Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included) Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
Version: 0.2.9.23 Version: 0.2.9.24
Date: 2020-03-29 Date: 2020-03-30
Authors@R: c( Authors@R: c(
person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"), person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
person("Laurent", "Coron", role = c("aut"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
### 0.2.9.23 Release Notes (2020-03-29) ### 0.2.9.24 Release Notes (2020-03-30)
#### New features #### New features
......
...@@ -204,20 +204,22 @@ navbarPage(title = div("airGRteaching", ...@@ -204,20 +204,22 @@ navbarPage(title = div("airGRteaching",
), ),
navbarMenu(title = "Help", navbarMenu(title = "Help",
icon = icon("question-circle"), icon = icon("question-circle"),
tabPanel(title = " Get started", tabPanel(title = "Get started",
icon = icon("cog"), icon = icon("cog", lib = "glyphicon"),
fluidRow(column(width = 12, includeMarkdown("www/tab_fun.md"))) fluidRow(column(width = 12, includeMarkdown("www/tab_fun.md")))
), ),
tabPanel(title = "GUI help", #! horrible code to avoid fake item when a tabpanel contains an external hyperlink
#! (cf.https://gitlab.irstea.fr/HYCAR-Hydro/airgrteaching/-/issues/11)
tabPanel(title = HTML("GUI help
</a></li><li><a href='https://CRAN.R-project.org/package=airGRteaching' , target = '_blank', rel = 'noopener noreferrer'><i class='fab fa-r-project'></i>&nbsp;CRAN
</a></li><li><a href='https://hydrogr.github.io/airGRteaching/' , target = '_blank', rel = 'noopener noreferrer'><i class='fas fa-at'></i>&nbsp;Website
</a></li><li><a href='https://gitlab.irstea.fr/HYCAR-Hydro/airgrteaching/', target = '_blank', rel = 'noopener noreferrer'><i class='fab fa-gitlab'></i>&nbsp;GitLab"),
icon = icon("question"), icon = icon("question"),
fluidRow(column(width = 12, a(href = "https://hydrogr.github.io/airGRteaching/fig/airGRteaching_ShinyUi_description.png", target = "_blank", rel = "noopener noreferrer", fluidRow(column(width = 12, a(href = "https://hydrogr.github.io/airGRteaching/fig/airGRteaching_ShinyUi_description.png", target = "_blank", rel = "noopener noreferrer",
img(src = "https://hydrogr.github.io/airGRteaching/fig/airGRteaching_ShinyUi_description.png", height = "770px", img(src = "https://hydrogr.github.io/airGRteaching/fig/airGRteaching_ShinyUi_description.png", height = "770px",
alt = "If the image does not appear, click on this link.", alt = "If the image does not appear, click on this link.",
title = "Click to open in a new window")))), title = "Click to open in a new window")))),
), ),
tabPanel(title = a(icon("r-project"), "CRAN" , href = "https://CRAN.R-project.org/package=airGRteaching" , target = "_blank", rel = "noopener noreferrer")),
tabPanel(title = a(icon("at") , "Website", href = "https://hydrogr.github.io/airGRteaching/" , target = "_blank", rel = "noopener noreferrer")),
tabPanel(title = a(icon("gitlab") , "GitLab" , href = "https://gitlab.irstea.fr/HYCAR-Hydro/airgrteaching/", target = "_blank", rel = "noopener noreferrer")),
tabPanel(title = "About", tabPanel(title = "About",
icon = icon("navicon"), icon = icon("navicon"),
fluidRow(column(width = 6, includeMarkdown("www/tab_about.md")), fluidRow(column(width = 6, includeMarkdown("www/tab_about.md")),
......
Supports Markdown
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