-
Notifications
You must be signed in to change notification settings - Fork 0
/
iletisim.php
47 lines (44 loc) · 2.18 KB
/
iletisim.php
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
<table width="1065" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="500" valign="top">
<form action="index.php?SK=17" method="post">
<table width="500" align="center" border="0" cellpadding="0" cellspacing="0">
<tr height="40">
<td style="color:#FF9900"><h3>İletişim</h3></td>
</tr>
<tr height="30">
<td valign="top" style="border-bottom: 1px dashed #CCCCCC;">Bir sorunuz mu var ? bize her sorununuzu yazabilrisiniz</td>
</tr>
<tr height="30">
<td valign="bottom" align="left">İsim Soyisim (*)</td>
</tr>
<tr height="30">
<td valign="top" align="left"><input type="text" name="IsimSoyisim" class="InputAlanlari"></td>
</tr>
<tr height="30">
<td valign="bottom" align="left">E-Mail Adresi (*)</td>
</tr>
<tr height="30">
<td valign="top" align="left"><input type="mail" name="EmailAdresi" class="InputAlanlari"></td>
</tr>
<tr height="30">
<td valign="bottom" align="left">Telefon Numarası (*)</td>
</tr>
<tr height="30">
<td valign="top" align="left"><input type="text" name="TelefonNumarasi" maxlength="11" class="InputAlanlari"></td>
</tr>
<tr height="30">
<td valign="bottom" align="left">Mesaj</td>
</tr>
<tr height="30">
<td valign="top" align="left"><textarea name="Mesaj" class="TextAreaAlanlari"></textarea></td>
</tr>
<tr height="40">
<td align="center"><input type="submit" value="Mesajımı Gönder" class="YesilButon"></td>
</tr>
</table>
</form>
</td>
<td width="20"> </td>
</tr>
</table>