View file import.wml

File size: 691B
<?xml version="1.0" encoding="Utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<wml><card id="import" title="Импорт"> 
<p align="center">
<big>Импорт</big><br/></p>
<p align="left">Введите URL:<br/>
<input name="url" type="text" emptyok="true" title="URL" maxlength="999" value="http://"/><br/>
Сохранить как:<br/>
<input name="to" type="text" emptyok="true" title="name" maxlength="999" value="."/>
<br/>
<anchor >Импортировать<go href="import.php" method="get">
<postfield name="url" value="$(url)"/>
<postfield name="to" value="$(to)"/>
</go></anchor><br/>
</p></card></wml>