mirror of https://github.com/dirtbags/moth.git
chash sucks.
This commit is contained in:
parent
b840cb03f6
commit
5dc4055f3c
|
@ -34,7 +34,7 @@ if (fields.has_key('num')):
|
||||||
''' % int(fields['num'].value)
|
''' % int(fields['num'].value)
|
||||||
|
|
||||||
print '''
|
print '''
|
||||||
<form method="get" action="two.py">
|
<form method="get" action="2.cgi">
|
||||||
Enter an integer: <input name="num" type="text" size="10" />
|
Enter an integer: <input name="num" type="text" size="10" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -47,7 +47,7 @@ else:
|
||||||
<h2>SALE: %s</h2>
|
<h2>SALE: %s</h2>
|
||||||
<p>Use the order form below to place an order.</p>
|
<p>Use the order form below to place an order.</p>
|
||||||
|
|
||||||
<form method="get" action="3.py">
|
<form method="get" action="3.cgi">
|
||||||
How many would you like?
|
How many would you like?
|
||||||
<select name="quantity">
|
<select name="quantity">
|
||||||
<option value="12">12</option>
|
<option value="12">12</option>
|
||||||
|
|
|
@ -50,7 +50,7 @@ else:
|
||||||
<h2>SALE: %s</h2>
|
<h2>SALE: %s</h2>
|
||||||
<p>Use the order form below to place an order.</p>
|
<p>Use the order form below to place an order.</p>
|
||||||
|
|
||||||
<form method="post" action="4.py">
|
<form method="post" action="4.cgi">
|
||||||
How many would you like?
|
How many would you like?
|
||||||
<select name="quantity">
|
<select name="quantity">
|
||||||
<option value="12">12</option>
|
<option value="12">12</option>
|
||||||
|
|
Loading…
Reference in New Issue