diff --git a/calendar.html b/calendar.html index 07b34c99..99c9ab02 100644 --- a/calendar.html +++ b/calendar.html @@ -36,4 +36,7 @@ + + + \ No newline at end of file diff --git a/js/Template.js b/js/Template.js index f96f0cab..64ba781b 100644 --- a/js/Template.js +++ b/js/Template.js @@ -50,4 +50,36 @@ class Template { static extensionButton() { return `` } + + static calendarLine(line) { + return `

+ ${line[0]}: + ${line[1]} to ${line[2]} + + ${line[4]} + +

` + } + + + static calendarModal() { + return `