mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
experimenting with placeholder form
This commit is contained in:
@@ -19,14 +19,19 @@ class form(object):
|
|||||||
web.header("Content-type", "text/html")
|
web.header("Content-type", "text/html")
|
||||||
return """
|
return """
|
||||||
<html>
|
<html>
|
||||||
<h1>Payment</h1>
|
<h1>Payment required</h1>
|
||||||
Issuing this certificate requires a payment of 17 simoleons.
|
Due to certificate authority policy, issuing this certificate requires a payment.
|
||||||
|
<p>
|
||||||
|
<hr width="70%" />
|
||||||
|
<p>
|
||||||
|
A payment of <b>17.00 simoleons</b> is due now.
|
||||||
<p>
|
<p>
|
||||||
In order to process this payment, please pretend to enter a 16-digit credit-card
|
In order to process this payment, please pretend to enter a 16-digit credit-card
|
||||||
number below, and then click the Submit Payment button.
|
number below, and then click the Submit Payment button.
|
||||||
<p>
|
<p>
|
||||||
<form action="/payment.py/submit=%s" method="GET" name="other">
|
<form action="/payment.py/submit=%s" method="GET">
|
||||||
<input type="text" name="" autocomplete="off" /><br/>
|
<i>Credit Card Type</i> <select name=""><option>Vista</option><option>MisterCard</option><option>Discovery</option></select> <br />
|
||||||
|
<i>Credit Card Number</i> <input type="text" name="" autocomplete="off" /><br />
|
||||||
<input type="submit" value="Submit Payment">
|
<input type="submit" value="Submit Payment">
|
||||||
</form>
|
</form>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user