-
Notifications
You must be signed in to change notification settings - Fork 1
/
ContactUs.aspx
74 lines (73 loc) · 3.6 KB
/
ContactUs.aspx
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
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ContactUs.aspx.cs" Inherits="ContactUs" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table align="center" style="border-right: black thin inset; border-top: black thin inset;
border-left: black thin inset; border-bottom: black thin inset; height: 307px;
background-color: white" width="100%">
<tr>
<td colspan="3" style="text-align: center">
<asp:Label ID="Label11" runat="server" Font-Bold="True" Font-Names="Tahoma" Font-Size="16pt"
ForeColor="#990066" Style="margin-top: 20px" Text="اطلاعات تماس با هتل"></asp:Label></td>
</tr>
<tr>
<td style="width: 98px">
<span style="font-size: 8pt; font-family: Tahoma"><strong>آدرس ایمیل:</strong></span></td>
<td dir="ltr" style="width: 327px; text-align: left">
[email protected]</td>
<td rowspan="9" style="text-align: left">
<asp:Image ID="Image1" runat="server" Height="217px" ImageUrl="~/images/Contact-Us.jpg"
Width="167px" /></td>
</tr>
<tr>
<td style="width: 98px">
<span style="font-size: 8pt; font-family: Tahoma"><strong>تلفن:</strong></span></td>
<td style="width: 327px; text-align: left">
002121021211221</td>
</tr>
<tr>
<td style="width: 98px">
<span style="font-size: 8pt; font-family: Tahoma"><strong>تلفن همراه:</strong></span></td>
<td dir="rtl" style="width: 327px; text-align: left">
09124654654654564654654564654564</td>
</tr>
<tr>
<td style="width: 98px">
<span style="font-size: 8pt; font-family: Tahoma"><strong>نمابر:</strong></span></td>
<td style="width: 327px; text-align: left">
00005445450005885878705878790</td>
</tr>
<tr>
<td style="width: 98px">
<span style="font-size: 8pt; font-family: Tahoma"><strong>آدرس پستی:</strong></span></td>
<td style="width: 327px">
ایران - خانه سوم - پلاک 46546545646545646545</td>
</tr>
<tr>
<td style="width: 98px">
<span style="font-size: 8pt; font-family: Tahoma"><strong>آدرس نمایندگی:</strong></span></td>
<td style="width: 327px">
ایران - منبیتل نمتیسبمنتلمنبیست منیسبلتنمکیسلت نمبسیت</td>
</tr>
<tr>
<td style="width: 98px">
<span style="font-size: 8pt; font-family: Tahoma"><strong>کد پستی:</strong></span></td>
<td style="width: 327px; text-align: left">
46665545462546325462315462315421354621</td>
</tr>
<tr>
<td style="width: 98px; height: 24px">
<span style="font-size: 8pt; font-family: Tahoma"><strong>صندوق پستی:</strong></span></td>
<td style="width: 327px; height: 24px; text-align: left">
4432546342546432546324546546234</td>
</tr>
<tr>
<td style="width: 98px; height: 24px">
</td>
<td style="width: 327px; height: 24px; text-align: left">
</td>
</tr>
<tr>
<td colspan="3" style="text-align: center">
</td>
</tr>
</table>
</asp:Content>