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)
|
||||
|
||||
print '''
|
||||
<form method="get" action="two.py">
|
||||
<form method="get" action="2.cgi">
|
||||
Enter an integer: <input name="num" type="text" size="10" />
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -47,7 +47,7 @@ else:
|
|||
<h2>SALE: %s</h2>
|
||||
<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?
|
||||
<select name="quantity">
|
||||
<option value="12">12</option>
|
||||
|
|
|
@ -50,7 +50,7 @@ else:
|
|||
<h2>SALE: %s</h2>
|
||||
<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?
|
||||
<select name="quantity">
|
||||
<option value="12">12</option>
|
||||
|
|
Loading…
Reference in New Issue