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

Contents of /smsdaemon/webinterface/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 191 - (show annotations) (download) (as text)
Wed Dec 17 18:23:03 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/html
File size: 593 byte(s)
Added webinterface for trigger the smsdaemon remotely

1 <html>
2 <body>
3 <form action="sendsms.php" method="get">
4 <i>Info: modtagers telefonnummer skal indeholde landekode: eks: 4522337617</i>
5
6 <table border="0">
7 <tr>
8 <td>Modtager</td>
9 <td><input type="text" name="to"></td>
10 </tr>
11 <tr>
12 <td>Account ID</td>
13 <td><input type="text" name="id"></td>
14 </tr>
15 <tr>
16 <td>Account Code</td>
17 <td><input type="text" name="code"></td>
18 </tr>
19 <tr>
20 <td valign="top" >Tekst</td>
21 <td><textarea cols="20" rows="5" name="message">Besked....</textarea></td>
22 </tr>
23 <tr>
24 <td>&nbsp;</td>
25 <td><input type="submit"></td>
26 </tr>
27 </table>
28 </form>
29 </body>
30 </html>

  ViewVC Help
Powered by ViewVC 1.1.20