-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhesabimadreslerekle.php
57 lines (57 loc) · 2.72 KB
/
hesabimadreslerekle.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
48
49
50
51
52
53
54
55
56
57
<table width="1065" align="center" border="0" cellpadding="0" cellspacing="0" bgcolor="F9F9F9">
<tr>
<td width="1065" valign="top">
<form action="index.php?SK=71" method="post">
<table width="1065" align="center" border="0" cellspacing="0" cellpadding="0"
style="margin-bottom: 20px; ">
<tr height="40">
<td colspan="2" style="color:#FF9900;"><h3>Yeni Adres Ekle</h3></td>
</tr>
<tr height="30">
<td colspan="2" valign="top" style="border-bottom: 1px dashed #CCC">Adres ekleme
işlemlerinizi buradan yapabilirsiniz.
</td>
</tr>
<tr height="30">
<td colspan="2" valign="bottom">Ad Soyad</td>
</tr>
<tr height="30">
<td colspan="2" valign="top"><input class="InputAlanlari" type="text" name="AdiSoyadi"></td>
</tr>
<tr height="30">
<td colspan="2" valign="bottom">Adres</td>
</tr>
<tr height="30">
<td colspan="2" valign="top"><input class="InputAlanlari" type="text" name="Adres"></td>
</tr>
<tr height="30">
<td colspan="2" valign="bottom">İl</td>
</tr>
<tr height="30">
<td colspan="2" valign="top"><input class="InputAlanlari" type="text" name="Il"></td>
</tr>
<tr height="30">
<td colspan="2" valign="bottom">İlçe</td>
</tr>
<tr height="30">
<td colspan="2" valign="top"><input class="InputAlanlari" type="text" name="Ilce"></td>
</tr>
<tr height="30">
<td colspan="2" valign="bottom">Telefon Numarası</td>
</tr>
<tr height="30">
<td colspan="2" valign="top"><input class="InputAlanlari" type="text" name="TelefonNumarasi"
maxlength="10">
</td>
</tr>
<tr height="30">
<td colspan="2"> </td>
</tr>
<tr height="30">
<td colspan="2"><input class="YesilButon" type="submit" value="Adres Ekle"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>