-
Notifications
You must be signed in to change notification settings - Fork 0
/
iletisim.html
105 lines (102 loc) · 3.86 KB
/
iletisim.html
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Güneş Sistemi • Ana Sayfa</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if lte IE 9]>
<p>Bu site en iyi Mozilla Firefox tarayıcısında ve 1680x1050 çözünürlüğünde görüntülenir.</p>
<![endif]-->
</head>
<body id="arkaplan">
<center>
<div id="ustmenu">
<div id="ustmenu_gezegenler">
<a href="merkur.html">Merkür</a>
<a href="venus.html">Venüs</a>
<a href="dunya.html">Dünya</a>
<a href="mars.html">Mars</a>
<a href="jupiter.html">Jüpiter</a>
<a href="saturn.html">Satürn</a>
<a href="uranus.html">Uranüs</a>
<a href="neptun.html">Neptün</a>
</div>
</div>
<div id="kapsayici">
<div id="banner"><a href="index.html"><img src="img/banner.png" /></a></div>
<div id="menu">
<ul class="menum">
<li><a href="index.html">Ana Sayfa</a></li>
<li><a href="gezegenler.html">Gezegenler</a></li>
<li><a href="galeri.html">Galeri</a></li>
<li><a href="iletisim.html">İletişim</a></li>
</div>
<div id="icerik">
<div id="baslik">İletişim</div>
<div id="iletisim">
<form method="post" action="mailto:alperen_unuvar@hotmail.com" target="_self">
<table border="0" width="800">
<tr>
<td colspan="3"></td>
<td id="form_yazisi">Adınız</td>
<td><input id="form_kutusu" name="isim" type="text" maxlength="15"></td>
<td colspan="3"></td>
</tr>
<tr>
<td colspan="3"></td>
<td id="form_yazisi">Soyadınız</td>
<td><input id="form_kutusu" name="soyisim" type="text" maxlength="15"></td>
<td colspan="3"></td>
</tr>
<tr>
<td colspan="3"></td>
<td id="form_yazisi">Mail Adresiniz</td>
<td>
<input id="form_kutusu" name="mail" type="text" maxlength="15">
<select id="form_kutusu" name="adress">
<option>Seçiniz...</option>
<option>@hotmail.com</option>
<option>@hotmail.com.tr</option>
<option>@windowslive.com</option
><option>@windowslive.com.tr</option>
<option>@gmail.com</option>
</select>
</td>
<td colspan="3"></td>
</tr>
<tr>
<td colspan="3"></td>
<td id="form_yazisi">Konu</td>
<td><input id="form_kutusu" name="konu" type="radio" value="1">Öneri<input name="konu" type="radio" value="2">Şikayet</td>
<td colspan="3"></td>
</tr>
<tr>
<td colspan="3"></td>
<td id="form_yazisi">Mesajınız</td>
<td><textarea id="form_kutusu" cols="15" rows="5">Mesajınız...</textarea></td>
<td colspan="3"></td>
</tr>
<tr>
<td colspan="3"></td>
<td></td>
<td><input id="form_kutusu" name="onay" type="checkbox"><a id="iletisim_kurallari" href="kurallar.html">İletişim kuralları</a>nı okudum ve kabul ediyorum.</td>
<td colspan="3"></td>
</tr>
<tr>
<td colspan="3"></td>
<td></td>
<td><input id="form_buton" type="submit" value="Gönder"> <input id="form_buton" type="reset" value="Temizle"></td>
<td colspan="3"></td>
</tr>
</table>
</form>
</div>
</div>
</div>
<div id="footer">
<p id="footeryazi">© 2012 Güneş Sistemi</p>
<p id="footerimza">Alperen ÜNÜVAR</p>
</div>
</center>
</body>
</html>