-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.htm
75 lines (71 loc) · 2.67 KB
/
form.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<META name="Author" content="bettyblu**">
<META name="Description" content="form">
<TITLE>Commenti</TITLE>
<STYLE type="text/css">
A:link { text-decoration: none }
A:visited { text-decoration: none }
A:hover { color: yellow; background: blue }
</STYLE>
</HEAD>
<BODY TEXT="#000000" BACKGROUND="immagini/sfondo_isd.jpg" LINK="#0000FF" VLINK="#FF0000" ALINK="#000088">
<BASEFONT face="Arial" size="2">
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
<TR>
<TD width="100%" align="center" bgcolor="#0000FF"><FONT face="Verdana" size="3" color="#FFFFFF"><STRONG>Commenti</STRONG></FONT>
</TD>
</TR>
</TABLE>
<table width="100%" border="0" cellspacing="5" cellpadding="5">
<tr>
<td width="50%">
<FORM action=/cgi-bin/musicmail method=post>
<p> </p>
<p><font face="Arial" size="2">
<INPUT name=recipient size=-1 type=hidden value=ISDOnLine@bbs.olografix.org>
</font></p>
<font face="Arial" size="2"> <B>Nome</B><BR>
<INPUT name=nome maxlenght=50 size=40>
<BR>
<B>E-Mail</B> <BR>
<INPUT name=email maxlenght=50 size=40>
<BR>
<B>Commenti</B> <BR>
<TEXTAREA cols=40 rows=10 wrap=physical name=commento>
</TEXTAREA>
<BR>
<INPUT type="SUBMIT" value="Invia">
<INPUT type="RESET" value="Annulla"></font>
</FORM>
</td>
<td width="50%" align="left" valign="top">
<p> </p>
<br>
<p><font face="Arial" size="2"><b>Aiutaci a migliorare il sito!</b> <br>
<br>
</font><font face="Arial" size="2"> - Dai il tuo parere sulle pagine;</font></p>
<p><font face="Arial" size="2"> - Suggerisci nuovi argomenti da trattare;</font></p>
<p><font face="Arial" size="2"> - Segnala eventuali errori;</font></p>
<p><font face="Arial" size="2"> - Indica quali pagine abbiamo eventualmente
dimenticato di convalidare secondo gli standard w3c </font></p>
<p><font face="Arial" size="2">- Richiedi chiarimenti, fai domande, ecc.</font>
</p>
</td>
</tr>
</table>
<hr>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tr>
<td align="LEFT" valign="TOP" bgcolor="#C0C0C0"><font face="Arial" size="2"><a
href="info/isdabout.htm#copyright">Copyright</a> ©1999 ISD Online. Ultimo
aggiornamento : 06 Gennaio 2001.</font></td>
<td align="RIGHT" valign="TOP" bgcolor="#E0E0E0"><font face="Arial" size="2">Torna
alla <a href="index.htm">pagina principale</a></font></td>
</tr>
</table>
<p> </p>
</body>
</html>