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

Annotation of /smsdaemon/webinterface/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 198 - (hide annotations) (download) (as text)
Thu Dec 18 19:52:25 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/html
File size: 849 byte(s)
Add some no-caching headers and make the html pass validation

1 torben 198 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 torben 191 <html>
3 torben 198 <head>
4     <title>SMS Form</title>
5     </head>
6 torben 191 <body>
7     <form action="sendsms.php" method="get">
8 torben 198 <b>Info:</b>
9 torben 197 <ul>
10     <li>modtagers telefonnummer skal indeholde landekode: eks: 4522337617
11     <li>beskeden er begr&aelig;nset til 300 tegn (161-300 tegn vil bruge 2 sms'er i concatenated mode)
12     </ul>
13 torben 191
14     <table border="0">
15     <tr>
16     <td>Modtager</td>
17     <td><input type="text" name="to"></td>
18     </tr>
19     <tr>
20     <td>Account ID</td>
21     <td><input type="text" name="id"></td>
22     </tr>
23     <tr>
24     <td>Account Code</td>
25     <td><input type="text" name="code"></td>
26     </tr>
27     <tr>
28     <td valign="top" >Tekst</td>
29 torben 198 <td><textarea cols="30" rows="5" name="message">Besked....</textarea></td>
30 torben 191 </tr>
31     <tr>
32     <td>&nbsp;</td>
33     <td><input type="submit"></td>
34     </tr>
35     </table>
36     </form>
37     </body>
38     </html>

  ViewVC Help
Powered by ViewVC 1.1.20