Просмотр файла reg/reg/register.wml

Размер файла: 1.1Kb
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
        <card id="Order" title="Registration">
                <p>
                                 
Login: <br/>
                                 <input title="login" name="login" value=""/><br/>
                                  password<br/>
                                 <input type="password" title="pass" name="password" maxlength="20"/>
                <br/>E-mail:<br/>
                                 <input type="mail" title="mail" name="mail" maxlength="20"/>
                <br/>
                
                <anchor title="Ok">Ok
                        <go href="add.php" method="post">
                                <postfield name="login" value="$(login)"/>
                                                                <postfield name="password" value="$(password)"/>
                                                                <postfield name="mail" value="$(mail)"/>
                        </go>
                </anchor></p>
        </card>
</wml>