2022-10-25 15:52:08 +01:00
|
|
|
extends layout
|
|
|
|
|
|
|
|
block layout-content
|
|
|
|
div.View
|
|
|
|
h1.Banner JDRssDownloader #{version}
|
|
|
|
body
|
|
|
|
div.Message
|
2022-10-27 13:58:36 +01:00
|
|
|
h2 Number of Tracked Shows
|
|
|
|
h3 #{showListLength}
|
|
|
|
h2 Last Downloaded
|
2023-01-24 12:04:14 +00:00
|
|
|
h3 #{lastDownloaded}
|
|
|
|
div.Message
|
|
|
|
h2
|
|
|
|
a(href='/feedCache') RSS Feed Cache Size
|
|
|
|
h3 #{feedCacheLength}
|
|
|
|
h2
|
|
|
|
a(href='/retryCache') Retry Cache Size
|
|
|
|
h3 #{retryCacheLength}
|
2022-10-27 13:58:36 +01:00
|
|
|
h2 Next RSS Refresh
|
|
|
|
h3 #{rssTime}
|
|
|
|
h2 Next Link Check
|
2023-01-24 12:04:14 +00:00
|
|
|
h3 #{linkCheck}
|
2022-10-25 15:52:08 +01:00
|
|
|
div.NavButtons
|
|
|
|
a(href="/shows")
|
|
|
|
div.NavButton Show List
|
|
|
|
a(href="/shows/add")
|
|
|
|
div.NavButton Add New Show
|
2022-10-27 10:43:33 +01:00
|
|
|
a(href="/shows/edit")
|
|
|
|
div.NavButton Edit Show
|
2022-10-25 15:52:08 +01:00
|
|
|
a(href="/shows/remove")
|
|
|
|
div.NavButton Remove Show
|
2022-10-25 17:09:29 +01:00
|
|
|
a(href="/logFile")
|
2022-10-25 15:52:08 +01:00
|
|
|
div.NavButton Logs
|