File: test-sms.html

package info (click to toggle)
sms-pl 1.9.2m-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 620 kB
  • ctags: 355
  • sloc: cpp: 2,143; ansic: 1,046; perl: 272; makefile: 113; sh: 97
file content (22 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<meta>
<title>Testowanie programu sms</title>
</meta>
<body>
<form action="/~miki/cgi-bin/test-sms.cgi" method="post">

Numer telefonu:
<input type="text" name="numer">
<br>

Wiadomosc: 
<textarea name="tekst" rows="4" wrap="physical" cols="32">
</textarea>
<br>

<input type="submit" value="Nadaj">

</form>
</body>
</html>