From cd01a2d55c73c4cc1bc9558f1644d99615f71e15 Mon Sep 17 00:00:00 2001 From: "K.Mohith Gupta" Date: Sun, 19 Sep 2021 14:59:38 +0530 Subject: [PATCH] Update appStatus.html Added Styling and close functionality and updated HTML --- app/templates/appStatus.html | 117 +++++++++++++++++++++++++++-------- 1 file changed, 92 insertions(+), 25 deletions(-) diff --git a/app/templates/appStatus.html b/app/templates/appStatus.html index eb86b27..00218e0 100644 --- a/app/templates/appStatus.html +++ b/app/templates/appStatus.html @@ -1,39 +1,106 @@ + Document + + + + -

Find out application status here

-
- {% if messages %} - - {% endif %} -
- -
- - - -
- -

-

{{message}}

- - + + var close = document.getElementById("close"); + + close.onclick = function() { + document.getElementById("msg-div").style.display = "none"; + } + - \ No newline at end of file + +