source:
main/waeup.ikoba/trunk/src/waeup/ikoba/payments/browser_templates/demo_cc_step2.pt
Last change on this file was 12740, checked in by , 10 years ago | |
---|---|
File size: 434 bytes |
Line | |
---|---|
1 | <form class="form-horizontal"> |
2 | <div class="jumbotron"> |
3 | <h1>Thank you!</h1> |
4 | <p> |
5 | Your payment will now be verified by our financial |
6 | partners. Please bear with us. |
7 | </p> |
8 | <p> |
9 | <input type="submit" name="SUBMIT" class="btn btn-primary btn-lg" |
10 | role="button" value="Update Status" /> |
11 | </p> |
12 | <input type="hidden" name="cnt" |
13 | tal:attributes="value view/cnt" /> |
14 | |
15 | </div> |
16 | |
17 | </form> |
Note: See TracBrowser for help on using the repository browser.