Blame | Last modification | View Log | RSS feed
<html> <body> <form action="/compare_model" method ="get"> Select a model for comparison : <select name="model"> ${Markup(val1)} <input type="submit" value="Submit" /> </select> </form> </body> </html>
<html>
<body>
<form action="/compare_model" method ="get">
Select a model for comparison :
<select name="model">
${Markup(val1)}
<input type="submit" value="Submit" />
</select>
</form>
</body>
</html>