From 5fb17a92441f240728fd4e838d9e26274f8746b8 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Fri, 3 Apr 2020 18:52:26 +0100 Subject: [PATCH] Update index.html --- .../extensions/tpos/templates/tpos/index.html | 303 +++++------------- 1 file changed, 82 insertions(+), 221 deletions(-) diff --git a/lnbits/extensions/tpos/templates/tpos/index.html b/lnbits/extensions/tpos/templates/tpos/index.html index 9a2388fc..53392a01 100644 --- a/lnbits/extensions/tpos/templates/tpos/index.html +++ b/lnbits/extensions/tpos/templates/tpos/index.html @@ -1,244 +1,105 @@ - +{% extends "base.html" %} -{% extends "legacy.html" %} {% block messages %} - - - - ! - - -{% endblock %} +{% from "macros.jinja" import window_vars with context %} -{% block menuitems %} -
  • - - Wallets - - - -
  • -
  • - - Extensions - - - -
  • +{% block scripts %} + {{ window_vars(user) }} + {% endblock %} -{% block body %} - -
    - -
    -

    - TPOS, the shareable PoS - contributor/artist Tiago Vasconcelos +{% block page %} -

    - -

    - - - - -
    - + +
    +
    +
    -
    - -
    -
    -

    Make a POS

    -
    - -
    -
    + + + +

    Make a PoS

    +
    +
    +
    +
    + + +
    +
    + -
    - - -
    +
    -
    - - -
    - -
    - - -
    + +


    + +
    +
    +
    + +
    -
    + -
    + {% endblock %}