Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
172 ashish 1
<html>
2
<body>
3
 
4
<form action="/compare_model" method ="get">
5
Select a model for comparison :
6
<select name="model">
7
${Markup(val1)}
8
<input type="submit" value="Submit" />
9
</select>
10
</form> 
11
</body>
12
</html>
13