<?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="home" label="Input">
<go href="nummer.wml#type"/>
</do></template> 
<card id="type" title="Input here">
<p><input emptyok="false" maxlength="10" type="text" title="Nummer" format="*N" name="nummer"/></p>
<do type="accept" label="Check">
<go href="nummer.wmls#check($nummer)"/>
</do> 
</card>
<card id="result">
<p>$res</p>
</card>
</wml>
