-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode_profile.txt
173 lines (116 loc) · 8.72 KB
/
code_profile.txt
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<?php
if($view!='0'){
$em = $view;
}
else{
if(!isfamily()){
$m = getemail($_SESSION['id']);
$queryyy = $mysqli->query("select * from pairness_family where (familyemailaddress ='$m')");
while($tt = $queryyy->fetch_object()){
$em = $tt->id;
}
}
else{
echo "Please Select your listing profiles to view them!";
$ffd = $_SESSION['id'];
$queryy = $mysqli->query("select * from pairness_family where (familyid ='$ffd')");
while ($row = $queryy->fetch_object()){
echo '<div class="listings-pf"><a href="profile.php?view='.urlencode(encrypt_text($row ->id)).'">'.$row ->familyfullname.'</a></div>';
}
}
}
if(isset($em)){
$queryy = $mysqli->query("select * from pairness_family where (id ='$em')");
while($tt = $queryy->fetch_object()){
//echo $tt->familyfullname; ?>
<?php
echo "
?>
<div id="main" style="height:auto; width:690px">
<div id="name" style="height:25px; width:690px">
<?php echo $tt->familyfullname; ?>
</div>
<div id="activate" style="height:25px; border: 1px solid #CCC; background:#fef4ea; width:690px">
<div id="profile" align="right" style="height:25px; width:680px">
<span class="blacktext">Active Profile 100%</span></div> <!--- profile div ends here -->
</div><!--- name div ends here -->
</div><!--- activate div ends here -->
<div id="space" style="height:15px; width:690px"></div><!--- space div ends here -->
<div id="picture" align="left" style="width:155px; height:auto; float:left;">
<img src="assets/css/img/profile_picture.png" width="140" height="188" />
<br>
<a class="blink" href="#" style="text-decoration:underline; float:left; margin-left:20px; color:#2f598d; font-size:11px; font-family:Arial, Helvetica, sans-serif; font-style:normal;">Click for large photo </a>
</div><!--- picture div ends here -->
<div id="space_two" style="height:5px; width:520px"></div><!--- space_two div ends here -->
<div id="profile_detail" style="width:530px; height:auto; float:left; border: 1px solid #CCC;">
<div id="profile_self" style="width:260px; height:auto; float:left; border: 1px solid #CCC;">
<span class="maintxtgray12">Age / Height</span> <span class="maintxt12" style="margin-left:90px;">24 / 5. 9</span><br>
<span class="maintxtgray12">Marital Status</span> <span class="maintxt12" style="margin-left:82px;">Never Married</span><br>
<span class="maintxtgray12">Posted</span> <span class="maintxt12" style="margin-left:118px;">Self</span>
</div><!--- profile_self div ends here -->
<div id="profile_self" style="width:260px; height:auto; float:left; border: 1px solid #CCC;">
<span class="maintxtgray12">Religion / Community</span> <span class="maintxt12" style="margin-left:40px;">24 / 5. 9</span><br>
<span class="maintxtgray12">Location</span> <span class="maintxt12" style="margin-left:110px;">Never Married</span><br>
<span class="maintxtgray12">Mother Tongue</span> <span class="maintxt12" style="margin-left:75px;">Urdu</span>
</div><!--- profile_self div ends here -->
<div id="space_two" style="height:20px; width:520px"></div><!--- space_two div ends here -->
<div id="manage" style="width:530px; height:auto; float:left; margin-top:10px; background-color:#EFEFEF;">
<div id="manage_profile" style="width:530px; height:25px; margin-top:10px; float:left;">
<span style="color:#2f598d; font-size:13px; font-family: Georgia, "Times New Roman", Times, serif;">Manage Your Profile</span>
</div><!--- manage_profile div ends here -->
<div id="manage_options" style="width:530px; height:auto; float:left;">
<div id="manage_options_one" style="width:170px; height:auto; float:left;">
<img src="assets/css/img/icon_red_left.png" width="24" height="24" align="absmiddle" /><a class="redlink2" href="#">Edit Personal Profile</a><br>
<img src="assets/css/img/icon_red_left.png" width="24" height="24" align="absmiddle" /><a class="redlink2" href="#">Edit Partner Profile</a><br>
<img src="assets/css/img/icon_red_left.png" width="24" height="24" align="absmiddle" /><a class="redlink2" href="#">Edit Contact Details</a>
</div><!--- manage_options_one div ends here -->
<div id="manage_options_two" style="width:170px; height:auto; float:left;">
<img src="assets/css/img/icon_red_left.png" width="24" height="24" align="absmiddle" /><a class="redlink2" href="#">View Profile Stats</a><br>
<img src="assets/css/img/icon_red_left.png" width="24" height="24" align="absmiddle" /><a class="redlink2" href="#">Manage Photos</a><br>
<img src="assets/css/img/icon_red_left.png" width="24" height="24" align="absmiddle" /><a class="redlink2" href="#">Hobbies & Interests</a>
</div><!--- manage_options_two div ends here -->
<div id="manage_options_three" style="width:170px; height:auto; float:left;">
<img src="assets/css/img/icon_red_left.png" width="24" height="24" align="absmiddle" /><a class="redlink2" href="#">Set Contact Filters</a><br>
<img src="assets/css/img/icon_red_left.png" width="24" height="24" align="absmiddle" /><a class="redlink2" href="#">Hide / Delete Profile</a>
</div><!--- manage_options_three div ends here -->
</div><!--- manage_options div ends here -->
</div><!--- manage div ends here -->
<br>
</div><!--- profile_detail div ends here -->
</div> <!--- main div ends here -->
<div id="personality_heading" style="width:690px; height:auto; float:left; margin-top:20px; background-color:#fef4ea; border: 1px solid #CCC;">
<div class="maintxtgray12" style="width:500px; height:20px; margin-top:4px; float:left;"><strong>Personality, Family Details, Career, Partner Expectations etc. </strong></div>
<div id="edit" style="width:50px; height:20px; float:right;">
<a class="redlink2" style="float:left; margin-top:4px;" href="#">Edit</a><img src="assets/css/img/icon_red_left.png" width="24" height="24" align="left" /></div><!--- edit div ends here -->
</div><!--- maintxtgray12 div ends here -->
<div id="space" style="width:690px; height:10px; float:left;">
</div><!--- space div ends here -->
<div id="self_explain" style="width:690px; height:auto; float:left;">
<span class="maintxt11">I am very polite, understand the value of life and relations. I want to make a good relationship with my partner, not too much religious. Doing a job in an IT company.</span>
</div><!--- self_explain div ends here -->
</div><!--- personality_heading div ends here -->
<div id="basics_heading" style="width:690px; height:auto; float:left; margin-top:20px; background-color:#fef4ea; border: 1px solid #CCC;">
<div class="maintxtgray12" style="width:500px; height:20px; margin-top:4px; float:left;"><strong>Basics & Lifestyle</strong></div>
<div id="edit" style="width:50px; height:20px; float:right;">
<a class="redlink2" style="float:left; margin-top:4px;" href="#">Edit</a><img src="assets/css/img/icon_red_left.png" width="24" height="24" align="left" /></div><!--- edit div ends here -->
</div><!--- maintxtgray12 div ends here -->
<div id="space" style="width:690px; height:20px; float:left;"></div>
<div id="basic_detail" align="justify" style="width:670px; height:auto; float:left; border: 1px solid #CCC;">
<div id="basic_self_one" align="justify" style="width:320px; height:auto; float:left; border: 1px solid #CCC;">
<span class="maintxtgray12" style="float:left;">Age</span> <span class="maintxt12" style="float:left; margin-left:44.5%;">24</span><br>
<span class="maintxtgray12" style="float:left;">Date of Birth</span> <span class="maintxt12" style="float:left; margin-left:30%;">27-10-1989</span><br>
<span class="maintxtgray12" style="float:left;">Marital Status</span> <span class="maintxt12" style="float:left; margin-left:28%;">Never Married</span><br>
<span class="maintxtgray12" style="float:left;">Height</span> <span class="maintxt12" style="float:left; margin-left:40%; ">5.9</span><br>
<span class="maintxtgray12" style="float:left;">Complexion</span> <span class="maintxt12" style="float:left; margin-left:30.5%; ">Fair</span>
</div><!--- basic_self_one div ends here -->
<div id="basic_self_two" style="width:320px; height:auto; float:left; border: 1px solid #CCC;">
<span class="maintxtgray12">Religion / Community</span> <span class="maintxt12" style="margin-left:40px;">24 / 5. 9</span><br>
<span class="maintxtgray12">Location</span> <span class="maintxt12" style="margin-left:110px;">Never Married</span><br>
<span class="maintxtgray12">Mother Tongue</span> <span class="maintxt12" style="margin-left:75px;">Urdu</span>
</div><!--- basic_self_two div ends here -->
</div><!--- basic_detail div ends here -->
</div><!--- basics_heading div ends here -->
?> <?php ';
}
}
?>