X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=frame.html.sh;h=6ba48b5dd5f424cb452f5bbdb6b8e825edb4f568;hp=b8128a34d6d112fb52474e5ce6041c6ec7e8635a;hb=0bb22396a89ab7a8d79f765a63d1714054c54052;hpb=43e7c60df0632fd383306a2d3c6dc8c4213d4b9d diff --git a/frame.html.sh b/frame.html.sh index b8128a3..6ba48b5 100755 --- a/frame.html.sh +++ b/frame.html.sh @@ -17,59 +17,16 @@ # 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" - -bmfile="${_DATA}/mappings/bookmarks" - -cat < - - - - $(l10n p_${PAGE}) - - - - - - -EOF - -debug BODY; [ -x "${BODY}" ] && . "${BODY}" || printf %s 'Error' - cat < - $(l10n configure) - -' +[!DOCTYPE HTML] + +[html [head [title $(l10n p_${PAGE}) ] + [meta name="viewport" content="width=device-width"] + [link rel="stylesheet" href="/common.css"] + [link rel="stylesheet" href="?static=${PAGE}.css"] +] [body class="$PAGE" id="CONFIGURE" + [div class="NAVIGATION" + [a "/cards/" Cards] + ] +]]' EOF - -# vi:set filetype=html: