From 7303742fef4f593c478ba4061a5a0e63ce768974 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 6 Jan 2017 03:04:10 +0100 Subject: Template refactoring - macros for reusable markup --- template/segment.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'template/segment.html') diff --git a/template/segment.html b/template/segment.html index 6d8e038..a481dcf 100644 --- a/template/segment.html +++ b/template/segment.html @@ -1,3 +1,4 @@ +{% from 'macros.html' import separator, footer %} @@ -19,15 +20,11 @@ {{logoh}} - -   - + {{ separator(3) }} {{"BUTLER_ROUND"|translate}}{{round_no}} {{"SEGMENT"|translate}}{{segment_no}} - -   - + {{ separator(3) }} @@ -70,11 +67,6 @@
-

-

- {{"FOOTER_ANALYSIS"|translate}}, ©William Bailey'1999
-  Admin ©Jan Romański'2005, jfrteamy-ausbutler ©Michał Klichowicz'2017{{"FOOTER_GENERATED"|translate}} - {{date}}{{"FOOTER_AT"|translate}}{{time}}{{"FOOTER_OPTIMIZED"|translate}} -

+ {{ footer(date, time) }} -- cgit v1.2.3