<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head>
<meta name="description" content="Recherche des accords entre plats, mets et vins avec le WAP de PlatsNetVins.com"/>
<meta name="keywords" content="accords,plats,mets,vins"/>
</head>
<template>
<do type="prev" label="Retour"><prev/></do>
</template>
<card id="accueil" ontimer="#sommaire">
<onevent type="onenterbackward">
<prev/>
</onevent>
<timer value="30"/>
<p align="center">
<b>PlatsNetVins.com</b>
<br/><br/>Accords entre plats, mets et vins
</p>
</card>
<card id="sommaire" title="PlatsNetVins.com">
<p align="left">
<b>Accords :</b>
<br/>
&nbsp;<a href="#PV">Plat -- Vins</a>
<br/>
&nbsp;<a href="#VP">Vin -- Plats</a>
</p>
</card>
<card id="PV" title="PlatsNetVins.com">
<p align="left">
Saisir un plat :
<br/>
<input type="text" name="plat" size="10" maxlength="70" emptyok="false"/>
</p>
<p align="center">
<a href="liste-plats.php?plat=$plat" >Rechercher</a>
</p>
</card>
<card id="VP" title="PlatsNetVins.com">
<p align="left">
Saisir un vin :
<br/>
<input type="text" name="vin" size="10" maxlength="50" emptyok="false"/>
</p>
<p align="center">
<a href="liste-vins.php?vin=$vin">Rechercher</a>
</p>
</card>
</wml>