From 558b39ac9b6c9d46963a63eae4f0c807501db6dd Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Jun 16 2021 21:02:15 +0000 Subject: Put the ics/json downloads in the footer, which exists now --- diff --git a/html/fedora-schedule.css b/html/fedora-schedule.css index b68bcff..a2781c4 100644 --- a/html/fedora-schedule.css +++ b/html/fedora-schedule.css @@ -76,3 +76,7 @@ table.schedule td.date { td div a { font-size: 80% } + +.banner { + text-align: center; +} diff --git a/pgm-build-fedora b/pgm-build-fedora index bd280b3..79f2dec 100755 --- a/pgm-build-fedora +++ b/pgm-build-fedora @@ -157,11 +157,12 @@ for key in "${!reports[@]}"; do $HTML_HEADER_REPORTS $HTML_HEADER_FEDORA_LINKS - -
Get this schedule as [.ics] [.json]
+ " - $BUILD_CMD $SCHEDULE_SRC f-$FEDORA_VERSION-$key-tasks.html --flat --sort date_start --html-table-header="$HTML_HEADER" ${reports_param[$key]} --html-title="Fedora Linux $FEDORA_VERSION Schedule: ${reports[$key]}" --html-css-href="/groups/schedule/fedora-schedule.css" --html-level-indent 1 + HTML_FOOTER="

Get this schedule as [.ics] [.json]

" + + $BUILD_CMD $SCHEDULE_SRC f-$FEDORA_VERSION-$key-tasks.html --flat --sort date_start --html-table-header="$HTML_HEADER" ${reports_param[$key]} --html-table-footer="$HTML_FOOTER" --html-title="Fedora Linux $FEDORA_VERSION Schedule: ${reports[$key]}" --html-css-href="/groups/schedule/fedora-schedule.css" --html-level-indent 1 $BUILD_CMD $SCHEDULE_SRC f-$FEDORA_VERSION-$key.ics --target-format=ics ${reports_param[$key]} $BUILD_CMD $SCHEDULE_SRC f-$FEDORA_VERSION-$key.json --target-format=json ${reports_param[$key]} done