-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.php
70 lines (70 loc) · 3.29 KB
/
privacy.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
<div class="row">
<div class="col py-2">
<h4 class='d-inline-block mb-2'><i class="fas fa-lock"></i> การตั้งค่าและเครื่องมือความเป็นส่วนตัว</h4>
</div>
</div>
<div class="row p-2">
<table class='seting-table mx-auto'>
<tbody id="td-profile">
<tr>
<td class='left-td'>รูปโปรไฟล์</td>
<td class='right-td'>
<div class="cropimg">
<img id='user_img' alt="" class='w-100'>
</div>
<select class='float-right form-control d-inline-block w-50 p-1' name="" id="sl-img">
<option value="1">สาธารณะ</option>
<option value="2">เฉพาะสมาชิก</option>
<option value="3">เฉพาะฉัน</option>
</select>
</td>
</tr>
<tr>
<td class='left-td'>เบอร์โทร</td>
<td class='right-td'>
<span id="s-phone"></span>
<select class='float-right form-control d-inline-block w-50 p-1' name="" id="sl-phone">
<option value="1">เฉพาะสมาชิก</option>
<option value="2">เฉพาะฉัน</option>
</select>
</td>
</tr>
<tr>
<td class='left-td'>อีเมล์</td>
<td class='right-td'>
<span id="s-email"></span>
<select class='float-right form-control d-inline-block w-50 p-1' name="" id="sl-email">
<option value="1">เฉพาะสมาชิก</option>
<option value="2">เฉพาะฉัน</option>
</select>
</td>
</tr>
<tr>
<td class='left-td'>ไอดีไลน์</td>
<td class='right-td'>
<span id="s-line"></span>
<select class='float-right form-control d-inline-block w-50 p-1' name="" id="sl-line">
<option value="1">เฉพาะสมาชิก</option>
<option value="2">เฉพาะฉัน</option>
</select>
</td>
</tr>
<tr>
<td class='left-td'>เฟสบุ๊ค</td>
<td class='right-td'>
<span id="s-facebook"></span>
<select class='float-right form-control d-inline-block w-50 p-1' name="" id="sl-facebook">
<option value="1">เฉพาะสมาชิก</option>
<option value="2">เฉพาะฉัน</option>
</select>
</td>
</tr>
</tbody>
</table>
</div>
<div class="row p-3">
<div class="col">
<button class='btn-custom1 btn-back'><i class="fas fa-chevron-left"></i> ย้อนกลับ</button>
<button class='btn-custom1 btn-pvc float-right' ><i class="fas fa-save"></i> บันทึก</button>
</div>
</div>