-
Notifications
You must be signed in to change notification settings - Fork 0
/
yeniuyeol.php
84 lines (73 loc) · 3.62 KB
/
yeniuyeol.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
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
<table width="1065" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="500" valign="top">
<form action="index.php?SK=23" method="post">
<table width="500" align="center" border="0" cellpadding="0" cellspacing="0">
<tr height="40">
<td style="color:#FF9900"><h3>Hesap oluştur</h3></td>
</tr>
<tr height="30">
<td valign="top" style="border-bottom: 1px dashed #CCCCCC;"> Bilgilerinizi girerek lütfen üye
olun
</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">
<tr height="30">
<td valign="bottom" align="left">Şifre (*)</td>
</tr>
<tr height="30">
<td valign="top" align="left"><input type="password" name="Sifre" class="InputAlanlari"></td>
</tr>
<tr height="30">
<tr height="30">
<td valign="bottom" align="left">Şifre Tekrar (*)</td>
</tr>
<tr height="30">
<td valign="top" align="left"><input type="password" name="SifreTekrar" 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">Cinsiyet(*)</td>
</tr>
<tr height="30">
<td>
<select name="Cinsiyet" id="">
<option value="Erkek">Erkek</option>
<option value="Kadin">Kadın</option>
</select>
</td>
</tr>
<tr height="30">
<td><a href="index.php?SK=2" target="_blank">üyelik sözleşmesini</a> okudum onaylıyorum</td>
</tr>
<tr height="30">
<td valign="top" align="left"><input type="checkbox" name="SozlesmeOnay" value="1" maxlength="11"
class="InputAlanlari"></td>
</tr>
<tr height="40">
<td align="center"><input type="submit" value="Bildirimi Gönder" class="YesilButon"></td>
</tr>
</table>
</form>
</td>
<td width="20"> </td>
</tr>
</table>