ソースを参照

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))
})
```



読み込み中…
キャンセル
保存