소스 검색

Modal dialogue sans bouton

master
Maxime Wack 7 년 전
부모
커밋
55d3dc56dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      index.rmd

+ 1
- 1
index.rmd 파일 보기

@@ -323,7 +323,7 @@ observeEvent(input$publish,
file.copy("cloture.html", str_c("archive/cloture", input$annee, "_", str_pad(input$mois, 2, "left", "0"), ".html"), overwrite = T)
file.copy("cloture.html", "/var/www/html/cloture/", overwrite = T)

showModal(modalDialog(title = "Publication", p("Fichier archivé et publié, disponible", a("ici", href = "https://livenne.chu-nancy.fr/sitedim/index.php/clot/bilan")), easyClose = T))
showModal(modalDialog(title = "Publication", p("Fichier archivé et publié, disponible", a("ici", href = "https://livenne.chu-nancy.fr/sitedim/index.php/clot/bilan")), easyClose = T, footer = NULL))
})
```



불러오는 중...
취소
저장