<?xml version="1.0"?>
<!-- created by PrayerMinder author (http://www.sajda.com/) -->
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>

<!-- Choose City Card -->
<card id="ER" title="Input Error">
<p align="left">We did not receive a city name for search.
</p>
<p>
_________________<br/>
<small><a href="About.asp">[About]</a> | <a href="#FC">[Find City]</a> | <a href="#AC">[Add City]</a></small>
</p>
</card>

<!-- Add City Card -->
<card id="AC" title="Add City">
<p align="center"><b>PrayerMinder</b></p>
<p align="left">
You may request to add a city by filling out the form below.<br/>
City: <br/>
  <input name="CN" value="" size="10" maxlength="31" emptyok="false"/><br/>
State (for US): <br/>
  <input name="SN" value="" size="10" maxlength="31"/><br/>
Country: <br/>
  <input name="YN" value="" size="10" maxlength="31" emptyok="false"/><br/>
Your Name: *<br/>
  <input name="NM" value="" size="10" maxlength="40"/><br/>
Your E-mail: *<br/>
  <input name="EM" value="" size="10" maxlength="40"/><br/>
  <anchor>Add City
  <go href="/cgi-bin/MailIt.asp" method="get">
    <postfield name="Orig" value="WapAddCity"/>
    <postfield name="City1" value="$(CN)"/>
    <postfield name="State" value="$(SN)"/>
    <postfield name="Country" value="$(YN)"/>
    <postfield name="Frm" value="$(NM)"/>
    <postfield name="Email" value="$(EM)"/>
  </go>
  </anchor>
</p>
<p align="left">
<small>* Your e-mail will only be used to inform you when the city has been added. It will not be stored or distributed to anyone.</small>
</p>
<p>
_________________<br/>
<small>
<a href="/WAP/About.asp">[About]</a> | <a href="#FC">[Prayer Times]</a>
</small>
</p>
</card>

<!-- Find City Card -->
<card id="FC" title="Find City">
<p align="center">
<b>PrayerMinder</b><br/>
Enter the first few letters of your city's name and click on Find to get its prayer times:<br/>
<!--Input box for getting city prefix -->
<input name="CP" value="" format="*M" size="6" maxlength="6"/>
<br/>
  <anchor>Find
  <go href="/WAP/FindCity.asp" method="get">
    <postfield name="CP" value="$(CP)"/>
  </go>
  </anchor>
</p>
<p>
_________________<br/>
<small>
<a href="/WAP/About.asp">[About]</a> | <a href="#AC">[Add City]</a>
</small>
</p>
</card>

</wml>
                                                                               
                                                                               
                                                                               
                                                                               

