Update of /cvsroot/pymerase/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv7782
Added Files:
poll.html
Log Message:
for having polls on pymerase.sf.net
--- NEW FILE: poll.html ---
<form action="/cgi-bin/poll.py" method="POST" enctype="multipart/form-data">
Question
<input type="radio" name="poll" value="option1">
<input type="radio" name="poll" value="option2">
<input type="radio" name="poll" value="option3">
<input type="radio" name="poll" value="option4">
</form>
|