aboutsummaryrefslogtreecommitdiff
path: root/web/templates/buy.html
blob: e6d953b1a4df9908d25657beaed6797ee1a9271f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
    <head>
        <!-- Required meta tags -->
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <link href="/css/bootstrap.min.css" rel="stylesheet">
        <title>Buy</title>
    </head>
    <body>
      <div class ="container text-center">
        <h1 class="mb-3">To register your name <i class="text-primary">{{.label}}</i>.<i class="text-secondary">{{.suffixHint}}</i> please pay here:</h1>
        
        <a href="{{.payto}}" class="btn btn-success mb-3">Pay with TALER</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}}"/>                         
        </a><br/>
        After you pay with a mobile wallet, please click on the QR code to finalize your registration.
      </div>
    </body>
</html>