/[projects]/smsdaemon/webinterface/index.html
ViewVC logotype

Contents of /smsdaemon/webinterface/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 197 - (show annotations) (download) (as text)
Thu Dec 18 10:38:37 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/html
File size: 725 byte(s)
Limit messages to 300 characters

1 <html>
2 <body>
3 <form action="sendsms.php" method="get">
4 <i>Info:
5 <ul>
6 <li>modtagers telefonnummer skal indeholde landekode: eks: 4522337617
7 <li>beskeden er begr&aelig;nset til 300 tegn (161-300 tegn vil bruge 2 sms'er i concatenated mode)
8 </ul>
9 </i>
10
11 <table border="0">
12 <tr>
13 <td>Modtager</td>
14 <td><input type="text" name="to"></td>
15 </tr>
16 <tr>
17 <td>Account ID</td>
18 <td><input type="text" name="id"></td>
19 </tr>
20 <tr>
21 <td>Account Code</td>
22 <td><input type="text" name="code"></td>
23 </tr>
24 <tr>
25 <td valign="top" >Tekst</td>
26 <td><textarea cols="20" rows="5" name="message" maxlength="300">Besked....</textarea></td>
27 </tr>
28 <tr>
29 <td>&nbsp;</td>
30 <td><input type="submit"></td>
31 </tr>
32 </table>
33 </form>
34 </body>
35 </html>

  ViewVC Help
Powered by ViewVC 1.1.20