| Revision 547,
792 bytes
checked in by jdalbey, 6 years ago
(diff) |
|
Add SampleEvalPage?.html and cgi-bin/saveEvals. Demo programs for saving EInotebook evaluations.
|
| Line | |
|---|
| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title>Sample Evaluations Page</title> |
|---|
| 4 | </head> |
|---|
| 5 | <body> |
|---|
| 6 | <form action = "cgi-bin/saveEvals.py" method = "post"> |
|---|
| 7 | <div align="center"></input> |
|---|
| 8 | <input type="radio" name="group1" value="1">1</input> |
|---|
| 9 | <input type="radio" name="group1" value="2">2</input> |
|---|
| 10 | <input type="radio" name="group1" value="3" checked>3</input> |
|---|
| 11 | <input type="radio" name="group1" value="4">4</input> |
|---|
| 12 | <input type="radio" name="group1" value="5">5</input> |
|---|
| 13 | <hr> |
|---|
| 14 | <input type="radio" name="group2" value="1">1</input> |
|---|
| 15 | <input type="radio" name="group2" value="2">2</input> |
|---|
| 16 | <input type="radio" name="group2" value="3" checked>3</input> |
|---|
| 17 | <input type="radio" name="group2" value="4">4</input> |
|---|
| 18 | <input type="radio" name="group2" value="5">5</input> |
|---|
| 19 | <hr> |
|---|
| 20 | <input type = "submit" value = "Submit" /> |
|---|
| 21 | </div> |
|---|
| 22 | </form> |
|---|
| 23 | </body> |
|---|
| 24 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.