-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact_ar.php
129 lines (113 loc) · 5.5 KB
/
contact_ar.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
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
<?php
session_start();
include("connect.php");
include("raw_file.php");
$vartype = $_GET['id'];
?>
<div id="page-wrap">
<table id="table" dir="rtl">
<thead>
</thead>
<tbody>
<?php
if($vartype==1)
{
$var = $_SESSION['Id'];
$propertyDetail =Ownerdetail($var);
for($i=0; $i<count($propertyDetail); $i++)
{
?>
<thead class="cf">
<tr height="25px">
<th><font color="#8B0000">رقم الطلب</th>
<td height="25px" data-title="رقم الطلب"><font color="#8B0000"><?php echo $i+1;?> </td>
</tr>
<tr height="25px">
<th>تفاصيل الطلب</th>
<td height="25px" data-title="تفاصيل الطلب"color:blue><?php echo $propertyDetail[$i]['real_name'];?> </td>
</tr>
<tr height="25px">
<th height="25px" class="numeric">موبايل التاجر</th>
<td height="25px" data-title="موبايل التاجر" class="numeric"><?php echo $propertyDetail[$i]['emi_id'];?></td>
</tr>
<tr height="25px">
<th height="25px" class="numeric">تاريخ الاستلام</th>
<td height="25px" data-title="تاريخ الاستلام" class="numeric"><?php echo $propertyDetail[$i]['mob_no'];?></td>
</tr>
<tr height="25px">
<th height="25px" class="numeric">تاريخ التسليم المتوقع</th>
<td height="25px" data-title="تاريخ الاستلام" class="numeric"><a href="contact_email_en.php?id=<?php echo $propertyDetail[$i]['email'];?>&name=<?php echo $propertyDetail[$i]['real_name'];?>"><?php echo $propertyDetail[$i]['email'];?></a></td>
</tr>
<tr height="25px">
<th height="25px" class="numeric">أسم المستلم</th>
<td height="25px" data-title="تاريخ التسليم المتوقع" class="numeric"><?php echo $propertyDetail[$i]['resi_address'];?></td>
</tr>
<tr height="25px">
<th height="25px" class="numeric">موبايل المستلم</th>
<td height="25px" data-title="تاريخ التسليم المتوقع" class="numeric"><?php echo $propertyDetail[$i]['sponsor'];?></td>
</tr>
<tr height="25px">
<th height="25px" class="numeric"><font color="#DC143C">حالة الطلب</th>
<td height="25px" data-title="موبايل المستلم" class="numeric"><font color="#DC143C"><?php echo $propertyDetail[$i]['vendor'];?></td>
</tr>
<tr height="25px">
<th height="25px" class="numeric"><font color="#DC143C">حالة الطلب</th>
<td height="25px" data-title="موبايل المستلم" class="numeric"><font color="#DC143C"><?php echo $propertyDetail[$i]['notes'];?></td>
</tr>
<tr height="5px">
<th height="5px" class="numeric"> </th>
</tr>
</thead>
<?php }
} else {
$var = $_SESSION['Id'];
$propertyDetail =Renterdetail($var);
for($i=0; $i<count($propertyDetail); $i++)
{
?>
<thead class="cf">
<tr height="25px">
<th><font color="#8B0000">رقم الطلب</th>
<td height="25px" data-title="رقم الطلب"><font color="#8B0000"><?php echo $i+1;?> </td>
</tr>
<tr height="25px">
<th>تفاصيل الطلب</th>
<td height="25px" data-title="تفاصيل الطلب"color:blue><?php echo $propertyDetail[$i]['real_name'];?> </td>
</tr>
<tr height="25px">
<th height="25px" class="numeric">موبايل التاجر</th>
<td height="25px" data-title="موبايل التاجر" class="numeric"><?php echo $propertyDetail[$i]['emi_id'];?></td>
</tr>
<tr height="25px">
<th height="25px" class="numeric">تاريخ الاستلام</th>
<td height="25px" data-title="تاريخ الاستلام" class="numeric"><?php echo $propertyDetail[$i]['mob_no'];?></td>
</tr>
<tr height="25px">
<th height="25px" class="numeric">تاريخ التسليم المتوقع</th>
<td height="25px" data-title="تاريخ الاستلام" class="numeric"><a href="contact_email_en.php?id=<?php echo $propertyDetail[$i]['email'];?>&name=<?php echo $propertyDetail[$i]['real_name'];?>"><?php echo $propertyDetail[$i]['email'];?></a></td>
</tr>
<tr height="25px">
<th height="25px" class="numeric">أسم المستلم</th>
<td height="25px" data-title="تاريخ التسليم المتوقع" class="numeric"><?php echo $propertyDetail[$i]['resi_address'];?></td>
</tr>
<tr height="25px">
<th height="25px" class="numeric">موبايل المستلم</th>
<td height="25px" data-title="تاريخ التسليم المتوقع" class="numeric"><?php echo $propertyDetail[$i]['sponsor'];?></td>
</tr>
<tr height="25px">
<th height="25px" class="numeric"><font color="#DC143C">حالة الطلب</th>
<td height="25px" data-title="موبايل المستلم" class="numeric"><font color="#DC143C"><?php echo $propertyDetail[$i]['vendor'];?></td>
</tr>
<tr height="25px">
<th height="25px" class="numeric"><font color="#DC143C">حالة الطلب</th>
<td height="25px" data-title="موبايل المستلم" class="numeric"><font color="#DC143C"><?php echo $propertyDetail[$i]['notes'];?></td>
</tr>
<tr height="5px">
<th height="5px" class="numeric"> </th>
</tr>
</thead>
<?php }
}?>
</tbody>
</table>
</div>