Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
172 ashish 1
<html>
2
<body>
3
<form action="/compare_model" method ="get">
4
Select a model for comparison :
5
<select name="model">
6
${Markup(val3)}
7
<input type="submit" value="Submit" />
8
</select>
9
</form> 
10
<img src="http://chart.apis.google.com/chart?chs=300x300&amp;chd=t:${val1}&amp;chds=0,${val4}&amp;chxr=1,0,${val4}&amp;cht=bvg&amp;chdl=${val2}&amp;chdlp=r&amp;chxt=x,y&amp;chco=FFC6A5|FFFF42|DEF3BD|00A5C6" title = "Comparison among different vendors" align = "middle" />
11
${Markup(val5)}
12
</body>
13
</html>