
<hdml version="2.0" markable="true">
<action type="soft1" task="return" label="戻る">

<choice key="title" title="法真寺WAP">
	<action type="prev" task="return">
	<wrap>容量等の都合により、郵便番号検索は他のサイト(未公開)へ移転しました。また、和英辞書検索は削除されました。あしからずご了承ください。
	<ce task="gosub" dest="#sample">サンプル
</choice>

<choice name="sample" key="dest" title="サンプル">
	<action type="accept" task="gosub" dest="$(dest).hdml">
	<ce value="hello">Hello World!
	<ce value="howareyou">How are you?
	<ce value="wherefrom">Where are you from?
	<ce value="whatname">What's your name?
	<ce value="howold">How old are you?
	<ce value="howmuch">How much is it?
</choice>

<entry name="query" key="q" markable="false">
	<action type="accept" task="gosub" dest="cgi-bin/$(dest).cgi?q=$(q)">
	$title:
</entry>

</hdml>
