X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=templates%2Fframe.html.sh;h=5fd6e7c971137a25043f7f1ec4215793ebdd88f5;hp=b1dbef6062166c717979366ee567df98b6ba1343;hb=33a8e0e8967077bb2aa63b4bea706dc61d3e42d8;hpb=f1fbffbc792d0e710c76846e09d3b5aaf3677bae diff --git a/templates/frame.html.sh b/templates/frame.html.sh index b1dbef6..5fd6e7c 100755 --- a/templates/frame.html.sh +++ b/templates/frame.html.sh @@ -1,4 +1,6 @@ -# Copyright 2014 Paul Hänsch +#!/bin/zsh + +# Copyright 2014, 2015 Paul Hänsch # # This file is part of Confetti. # @@ -15,14 +17,25 @@ # You should have received a copy of the GNU Affero General Public License # along with Confetti. If not, see . +. "${_EXEC}/templates/text_frame.sh" +[ -x "${_EXEC}/templates/text_${PAGE}.sh" ] && . "${_EXEC}/templates/text_${PAGE}.sh" + cat < - $($PAGE title) + $(l10n p_${PAGE}) + - + -
- $(. $PAGE body) + $(debug NAVIGATION = "$NAVIGATION"; for each in ${NAVIGATION}; do printf %s "$(l10n "p_${each}")"; done)
+ $(debug BODY; [ -x "${BODY}" ] && . "${BODY}" || printf %s 'Error') EOF