diff --git a/templates/lnurldevice/index.html b/templates/lnurldevice/index.html index 7af706c..1bdcf36 100644 --- a/templates/lnurldevice/index.html +++ b/templates/lnurldevice/index.html @@ -1,864 +1,797 @@ {% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
-
- - - {% raw %} - New LNURLDevice instance - - - - - - -
-
-
LNURLdevice
-
- -
- - - - Export to CSV -
-
- - + + +
+
+
LNURLdevice
+
- - {% endraw %} - - - -
+
+ + + + Export to CSV +
+
+ + - - -
LNURLDevice device string
-
+ + {% endraw %} + + + +
- + + +
+ {{SITE_TITLE}} LNURLDevice Extension (0.4) +
+
+ + +

+ For LNURL based Points of Sale, ATMs, and relay devices
+ LNPoS: + + https://lnbits.github.io/lnpos
+ bitcoinSwitch: + + https://github.com/lnbits/bitcoinSwitch
+ FOSSA: + + https://github.com/lnbits/fossa
+ + Created by, + Ben Arc, + BC, + Vlad Stan, + dni + +

+

+ WARNING: updating the switches amount, duration or pin will change the QR + code. +

+
+
+ + + + - - -
+
LNURLDevice device string
+
+ {% raw %}{{wslocation}}/api/v1/ws/{{settingsDialog.data.id}}{% endraw + %} Click to copy URL + + {% raw + %}{{location}}/lnurldevice/api/v1/lnurl/{{settingsDialog.data.id}}, + {{settingsDialog.data.key}}, {{settingsDialog.data.currency}}{% endraw + %} Click to copy URL + +
+
+ +
+
+
- + + + +
+ + - + - - + + + +
+ + +
+
+
+ +
+
+ Variable time (Amount * Duration) + Enable LNURLp comments with payments +
+
+
+
+ +
+
+ +
+
-
- - -
-
-
- -
-
- Variable time (Amount * - Duration) - Enable LNURLp comments with - payments -
-
-
-
- -
-
- -
-
- -
-
-
-
-
- + Update lnurldevice - Update lnurldevice + Create lnurldevice - Cancel -
- - - + type="submit" + >Create lnurldevice + Cancel +
+ + + - - - - - - Copy LNURL - {% raw %}{{ wsMessage }}{% endraw %} - {% raw %}{{ wsMessage }}{% endraw %} -
-
- - Close -
-
-
+ + + + + + Copy LNURL + {% raw %}{{ wsMessage }}{% endraw %} + {% raw %}{{ wsMessage }}{% endraw %} +
+
+ + Close +
+
+
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}