<html>
<head>
<title> WebService Yakoon: SMS Send </title>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<script language="JavaScript" src="md5.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<table width=100% border=0 align=center>
<tr>
<td align=center class=a><b>
<a href=index.html>Main</a> |
<a href=customers_login.html>Login</a> |
<a href=customers_registration.html>Registration</a> |
<a href=customers_activation.html>Activation</a> |
<a href=customers_confirm.html>Confirm</a> |
<a href=customers_reset.html>Reset user</a> |
<a href=customers_update.html>Update user</a> |
<a href=sms_send.html>Send sms</a> |
<a href=sms_status.html>Sms status</a> |
<a href=sms_cancel.html>Cancel sms</a> |
<a href=vouchers_generate.html>Generate voucher</a> |
<a href=vouchers_redeem.html>Redeem voucher</a>
</b></td>
</tr>
</table>
<p> </p>
<form action="sms_send.php" method="get" onSubmit="Hash.value = hex_md5(Password.value)">
<table cellspacing=0 cellpadding=0 border=0 width=100%>
<tr>
<td align="center">
<br>
<br>
<b>Yakoon SMS Gateway: SMS Send</b><br><br>
<table cellspacing=0 cellpadding=5 border=0 width=25% bgcolor=#EEEEEE>
<tr><td colspan="2">Input your details:</td></tr>
<tr>
<td>
<b>Username:</b>
</td>
<td>
<input type=text size="15" name="Username" value="">
</td>
</tr><tr>
<td>
<b>Password:</b>
</td>
<td>
<input type=password size="15" name="Password" value="">
</td>
</tr><tr>
<td>
<b>Sender:</b>
</td>
<td>
<input type=text size="15" name="Sender" value="">
</td>
</tr><tr>
<td>
<b>Recipient:</b>
</td>
<td>
<input type=text size="15" name="Recipient" value="">
</td>
</tr><tr>
<td>
<b>Template:</b>
</td>
<td>
<input type=text size="15" name="Template" value="">
</td>
</tr><tr>
<td>
<b>Content:</b>
</td>
<td>
<input type=text size="15" name="Content" value="">
</td>
</tr><tr>
<td>
<b>Format:</b>
</td>
<td>
<select size="1" name="Format" class=a>
<option value="1">Text english</option>
<option value="2">Text cyrillic</option>
<option value="3">Flash text english
</option>
<option value="4">Flash text cyrillic
</option>
</select>
</td>
</tr><tr>
<td>
<b>SendOn:</b>
</td>
<td>
<select size="1" name="SendOn" class=a>
<option selected value="0">No</option>
<option value="60">1 min.</option>
<option value="300">5 min.</option>
<option value="600">10 min.</option>
<option value="1800">30 min.</option>
<option value="3600">1 hour</option>
<option value="7200">2 hours</option>
<option value="21600">6 hours</option>
<option value="43200">12 hours</option>
<option value="86400">24 hours</option>
</select>
</td>
</tr><tr>
<td>
<b>Notification:</b> </td>
<td>
<select size="1" name="Notification" class=a>
<option value="1">Yes</option>
<option value="0">No</option>
</select>
</td>
</tr>
<tr><td colspan="2" align="center">
<input type=submit width="109" height="21" border="0" value="Send">
</td></tr>
</table>
</td>
</tr>
<tr>
<td>
<input type="hidden" id="Hash" name="Hash" runat="server">
</td>
</tr>
</table>
</form>
</body>
</html>