summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/donations-index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/templates/donations-index.html.j2')
-rw-r--r--talermerchantdemos/templates/donations-index.html.j244
1 files changed, 31 insertions, 13 deletions
diff --git a/talermerchantdemos/templates/donations-index.html.j2 b/talermerchantdemos/templates/donations-index.html.j2
index 694efa9..17a530e 100644
--- a/talermerchantdemos/templates/donations-index.html.j2
+++ b/talermerchantdemos/templates/donations-index.html.j2
@@ -19,19 +19,37 @@
<form name="tform" action="{{ url_for('checkout',lang=getlang()) }}" method="GET" class="pure-form">
<div class="participation" id="fake-shop">
- <select name="donation_receiver">
- <option value="GNUnet">GNUnet</option>
- <option value="Taler">GNU Taler</option>
- <option value="Tor">Tor</option>
- </select>
- <select id="taler-donation" name="donation_amount">
- <option value="{{ merchant_currency }}:0.1">0.1 {{ merchant_currency }}</option>
- <option value="{{ merchant_currency }}:1">1 {{ merchant_currency }}</option>
- <option value="{{ merchant_currency }}:6">5 {{ merchant_currency }}</option>
- <option value="{{ merchant_currency }}:10">10 {{ merchant_currency }}</option>
- </select>
- <input type="text" name="donation_donor" value="{{gettext("Anonymous Donor")}}" />
- <input type="submit" class="pure-button pure-button-primary" value="{{gettext("Donate!")}}" />
+ <div>
+ <label>
+ Receiver:
+ <select name="donation_receiver">
+ <option value="GNUnet">GNUnet</option>
+ <option value="Taler">GNU Taler</option>
+ <option value="Tor">Tor</option>
+ </select>
+ </label>
+ </div>
+
+ <div>
+ <label>
+ Amount:
+ <select id="taler-donation" name="donation_amount">
+ <option value="{{ merchant_currency }}:0.1">0.1 {{ merchant_currency }}</option>
+ <option value="{{ merchant_currency }}:1">1 {{ merchant_currency }}</option>
+ <option value="{{ merchant_currency }}:6">5 {{ merchant_currency }}</option>
+ <option value="{{ merchant_currency }}:10">10 {{ merchant_currency }}</option>
+ </select>
+ </label>
+ </div>
+
+ <div>
+ <label>
+ Donor:
+ <input type="text" name="donation_donor" value="{{gettext("Anonymous Donor")}}" />
+ </label>
+ </div>
+
+ <button class="pure-button pure-button-primary" name="submit" value="{{gettext("Donate!")}}" />
</div>
</form>
<p class="graybox">