added: current date and waiting message

This commit is contained in:
quenousimporte 2024-01-23 16:55:58 +01:00
parent 4f088d274a
commit fc1b357bf3
1 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<title>Evénements à venir</title>
</header>
<body style="font-family: helvetica; line-height: 24px; font-size: 16px;">
<div id="content"></div>
<div id="content">Récupération du calendrier...</div>
<script type="text/javascript">
function ics2json(input)
{
@ -101,7 +101,8 @@ function showresult()
}
var html = "<h1>Evénements à venir</h1>";
html += "<div>En gras: modifié les " + recent + " derniers jours</div>";
html += `<h3>${formatdate(new Date)}</h3>`;
html += `<div>En gras: modifié les ${recent} derniers jours</div>`;
var weblink = params.get("weblink");
if (weblink)