gnunet-gns-registrar

GNU Name System registrar
Log | Files | Refs | README

commit 9493f4bfa0134ff6eff1148f4c53b35e7711a2db
parent 76814b28d28d599970a174e00f3cdf845c176076
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Mon, 18 Dec 2023 10:24:07 +0100

add some hints

Diffstat:
Mweb/templates/buy.html | 2+-
Mweb/templates/name.html | 17++++++++++++++++-
2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/web/templates/buy.html b/web/templates/buy.html @@ -12,7 +12,7 @@ <div class ="text-center mt-5"> <h1 class="mb-3">To complete the registration of <i class="text-primary">{{.label}}</i>:</h1> - <a href="{{.payto}}" class="btn btn-success mb-3">Pay {{.cost}} with TALER</a><br/> + <a href="{{.payto}}" class="btn btn-success mb-3">Pay {{.cost}} with your Taler wallet</a><br/> Alternatively, you can pay using your mobile wallet by scanning the QR code below:<br/> <a href="{{.fulfillmentUrl}}"> <img class="qr" src="{{.qrCode}}"/> diff --git a/web/templates/name.html b/web/templates/name.html @@ -35,12 +35,27 @@ <h4>Zone information</h4> <div class="form-floating mb-3"> <input name="zkey" id="zkeyInput" class="form-control" maxlength="63" type="text" placeholder="Enter your zone key here!" required autofocus> - <label for="zkeyInput">Enter your PKEY or EDKEY here</label> + <label for="zkeyInput">Enter your zone key here</label> </div> <input class="btn btn-primary" type="submit" value="Register for a duration of {{.registrationDaysCount}} days for {{.cost}}"> </div> </div> </form> + <div class="container pt-5"> + <div class="alert alert-primary" role="alert"> + <h4 class="alert-heading">How do I get a zone key?</h4> + <hr> + <p class="mb-0"> + Please refer to the <a href="https://docs.gnunet.org/latest/users/gns.html#local" target="_blank">GNUnet GNS documentation</a> on how to find your zone key or create a zone key if you don't already have one. + <br> + Simply copy the (public!) zone key into the input box above. + </p> + <h4 class="alert-heading mt-4">How do I pay?</h4> + <hr> + <p class="mb-0"> + You must have a Taler wallet installed and at least {{.cost}} in the wallet. You can get the wallet and some coins suitable for payment at this registrar <a href="https://demo.taler.net" target="_blank">at the Taler Demo</a>. + </p> + </div> </div> {{else}} {{if eq .remainingDays 0}} <h1 class="mb-5"><i class="text-primary">{{.label}}</i> is <span class="text-secondary">reserved</span>!</h1>