瀏覽代碼

Modal dialogue sans bouton

master
Maxime Wack 7 年之前
父節點
當前提交
01c6d9f291
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      index.Rmd

+ 2
- 2
index.Rmd 查看文件

@@ -119,11 +119,11 @@ mois_label <- c("Janvier",
```

```{r report}
observeEvent(input$report,
observeEvent(input$report,
{
rmarkdown::render("CRHAP.Rmd", output_file = "/var/www/html/cloture/crhap.html", params = list(CRH = CRH(), CRH_seance = CRH_seance(), CRH_sans_seance = CRH_sans_seance()))

showModal(modalDialog(title = "Publication", "Fichier disponible à l'adresse suivante : https://livenne.chu-nancy.fr/sitedim/index.php/clot/presence-crh", easyClose = T))
showModal(modalDialog(title = "Publication", p("Fichier disponible", a("ici", href = "https://livenne.chu-nancy.fr/sitedim/index.php/clot/presence-crh")), easyClose = T, footer = NULL))
})
```



Loading…
取消
儲存