<?xml version="1.0" ?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN"
"http://www.wapforum.org/DTD/wml13.dtd"> 
<wml>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head>
<template> 
<do type ="home1" label="Home">
<go href="index.wml"/> 
</do>
<do type="lab2" label="Lab2">
<go href="index.wml#lab2"/>
</do>
<do type="conv" label="Conversion">
<go href="#conv"/>
</do>
</template> 
<card id="conv" title='Online conversion'>
<p>Type your value in meter here: <input emptyok="false" type="text" title="" format="*N" name="orig"/></p>
<p><a href="foot.wmls#convert($orig,$system)">Convert into</a></p>
<p><select name="system"> 
<option value="feet">feet</option>
<option value="inches">inches</option>
</select></p>
</card>
<card id="display" title="Here is your result">
<p> $orig meters is $res $system</p>
</card>
</wml>
