View file wapirate/A1/a/logomaker_en.php

File size: 2.02Kb
<?php

header("Content-type: text/vnd.wap.wml; charset=ISO-8859-1");

header("Cache-control: no-cache, must-revalidate"); 

header("Progma: no-cache"); 

echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>";

echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"

\"http://www.wapforum.org/DTD/wml_1.1.xml\">\n";

echo "<wml>\n";

echo "<card title=\"picture creator\">\n";

echo "<p align=\"center\">\n";

echo "<small>Make your picture/logo with all details,more coming soon!</small><br/><br/>";

echo '<small>Type the wide size  of pictures:</small><input type="text" name="wide" size="4"/><br/>';

echo '<small>Type the height size of picture:</small><input type="text" name="height" size="4"/><br/>';

echo "<small>Choose number of texts</small><br/><select name=\"textb\" title=\"textb\">

<option value=\"1\">1</option>

<option value=\"2\">2</option>

<option value=\"3\">3</option>

</select><br/>";

echo "<small>Choose the bacground color</small><br/><select name=\"back\" title=\"back\">

<option value=\"black\">black</option>

<option value=\"white\">white</option>

<option value=\"red\">red</option>

<option value=\"blue\">blue</option>

<option value=\"green\">green</option>

<option value=\"yellow\">yellow</option>

<option value=\"pink\">pink</option>

<option value=\"lblue\">light blue</option>

</select><br/>";

echo "<br/><small><anchor>[Next]";

echo "<go method=\"post\" href=\"logomaker2_en.php\">";

echo "<postfield name=\"wide\" value=\"$(wide)\"/>";

echo "<postfield name=\"height\" value=\"$(height)\"/>";

echo "<postfield name=\"back\" value=\"$(back)\"/>";

echo "<postfield name=\"textb\" value=\"$(textb)\"/>";

echo "</go>";

echo "</anchor></small>";

echo "</p>\n";

echo "<p align=\"center\"><a href=\"http://kralj.r8.org\"><img src=\"../logo/home.png\" alt=\"home\" />Pocetak-Home</a><br/>";

echo "<br/><b><u>by wapkralj 2006</u></b><br/>";

echo "<b>wapkralj@gmail.com</b>";

echo "<br/><b>http://kralj.r8.org</b>";

echo "</p>";

echo "</card>\n";

echo "</wml>\n";

?>