diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:56:07 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:56:07 +0200 |
| commit | 378926240f34759116b19e078d2b2504965f5329 (patch) | |
| tree | c8e8f2288869882ccc01845eaead8f3c11f067dd /internal/web/templates | |
| parent | 29e244c48222278c2f255ff2adf45e3af7c9f895 (diff) | |
| download | lectio-378926240f34759116b19e078d2b2504965f5329.tar.gz lectio-378926240f34759116b19e078d2b2504965f5329.zip | |
export: month calendar PDF (A4 landscape, Monday-first grid, feast name + gospel ref + liturgical colour per day); cli --calendar YYYY-MM; web /calendar + link; readings.GospelCitation; v0.23.0
Diffstat (limited to 'internal/web/templates')
| -rw-r--r-- | internal/web/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/web/templates/index.html b/internal/web/templates/index.html index cd30208..1e43df4 100644 --- a/internal/web/templates/index.html +++ b/internal/web/templates/index.html @@ -84,6 +84,7 @@ <a href="#" onclick="location='/export?fmt=txt&'+new URLSearchParams(new FormData(document.getElementById('controls'))).toString();return false;">txt</a> <a href="#" onclick="location='/export?fmt=md&'+new URLSearchParams(new FormData(document.getElementById('controls'))).toString();return false;">md</a> <a href="#" onclick="location='/export?fmt=pdf&'+new URLSearchParams(new FormData(document.getElementById('controls'))).toString();return false;">pdf</a> + ยท <a href="#" onclick="var d=(document.querySelector('#controls [name=date]').value||'').slice(0,7);location='/calendar?month='+d+'&lectionary='+document.querySelector('#controls [name=lectionary]').value;return false;">{{.L.Calendar}}</a> </span> <div id="pane">{{.Reading}}</div> |
