summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-18 20:51:46 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-18 20:51:46 +0200
commit95269b9485f422397ab7ba8403fc2876b3d41f93 (patch)
tree186ee7a5d4a1999d9de9dd3323162f149955ba83
parent36603d8c745d06a03ef339909d069766cf5a285b (diff)
downloadmerchant-95269b9485f422397ab7ba8403fc2876b3d41f93.tar.gz
merchant-95269b9485f422397ab7ba8403fc2876b3d41f93.tar.bz2
merchant-95269b9485f422397ab7ba8403fc2876b3d41f93.zip
annotate participatory forms with div
-rw-r--r--src/frontend/index.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/frontend/index.html b/src/frontend/index.html
index 11b6e1d8..936501af 100644
--- a/src/frontend/index.html
+++ b/src/frontend/index.html
@@ -79,22 +79,22 @@
into this form.
</p>
<form id="reserve-form" name="tform" action="fake_wire_transfer.php" method="POST">
- <br>
- Paste your reserve public key here (right-click, "paste"):
- <br>
- <input type="text" name="reserve_pk"></input>
- <br>
- Amount to credit to your reserve:
- <br>
- <select id="amount" name="kudos_amount">
- <option value="1">1 KUDOS</option>
- <option value="5">5 KUDOS</option>
- <option value="10">10 KUDOS</option>
- <option value="1000">1000 KUDOS</option>
- </select>
- <br>
- <input type="submit" value="Submit"></input>
- <br>
+ <div class="participation" id="fake-wire">
+ <br>
+ Paste your reserve public key here (right-click, "paste"):
+ <input type="text" name="reserve_pk"></input>
+ <br>
+ Amount to credit to your reserve:
+ <select id="amount" name="kudos_amount">
+ <option value="1">1 KUDOS</option>
+ <option value="5">5 KUDOS</option>
+ <option value="10">10 KUDOS</option>
+ <option value="1000">1000 KUDOS</option>
+ </select>
+ <br>
+ <input type="submit" value="Submit"></input>
+ <br>
+ </div>
</form>
</div>
<div class="explanation" id="payment" role="article" style="display:none;">
@@ -105,7 +105,7 @@
<p>Please choose a project and the amount of KUDOS you
wish to donate.</p>
<form name="tform" action="checkout.php" method="POST">
- <div id="opt-form" align="left">
+ <div class="participation" id="fake-shop">
<br>
<input type="radio" name="group0" value="Taler" checked="true">Taler</input>
<br>