-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main_Menu.aspx
389 lines (380 loc) · 16.2 KB
/
Main_Menu.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
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Main_Menu.aspx.cs" Inherits="WEB_PROJE.Main_Menu" %>
<!DOCTYPE html>
<!DOCTYPE HTML>
<html>
<head>
<title>Free Premium Website Template | Home :: w3layouts</title>
<link href="web2/css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="web2/css/form.css" rel="stylesheet" type="text/css" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href='//fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/mootools-1.2.4-core.js"></script>
<script type="text/javascript" src="js/mootools-1.2.4.2-more.js"></script>
<script type="text/javascript">
window.addEvent('domready', function() {
new CalendarEightysix('exampleI', { 'offsetY': -4 });
new CalendarEightysix('exampleII', { 'startMonday': true, 'format': '%m.%d.%Y', 'slideTransition': Fx.Transitions.Back.easeOut, 'draggable': true, 'offsetY': -4 });
});
</script>
</head>
<body>
<div class="header-bg">
<div class="header-top">
<div class="wrap">
<div class="box_header_user_menu">
<asp:Label ID="Label3" runat="server" Text="HOŞ GELDİN ," ForeColor="White"></asp:Label>
<asp:Label ID="Label2" runat="server" Text="Label" Font-Bold="True" ForeColor="White">
<asp:Button ID="Button2" runat="server" Text="Çıkış Yap" OnClick="Button2_Click" />
</asp:Label>
</div>
<div class="header-right">
<ul class="follow_icon">
<li><a href="#"><img src="web2/images/follow_icon.png" alt=""/></a></li>
<li><a href="#"><img src="web2/images/follow_icon1.png" alt=""/></a></li>
<li><a href="#"><img src="web2/images/follow_icon2.png" alt=""/></a></li>
<li><a href="#"><img src="web2/images/follow_icon3.png" alt=""/></a></li>
<li><a href="#"><img src="web2/images/follow_icon4.png" alt=""/></a></li>
<li><a href="#"><img src="web2/images/follow_icon5.png" alt=""/></a></li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
<div class="header-bot">
<div class="wrap">
<div class="logo">
<asp:Label ID="Label4" runat="server" Text="YBS TRAVEL" Font-Size="XX-Large" ForeColor="Black" Font-Bold="True" Font-Names="Gill Sans Ultra Bold"></asp:Label>
</div>
<div class="search">
<input type="text" class="textbox" value="" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = '';}">
<button class="gray-button"><span>Search</span></button>
</div>
<div class="clear"></div>
</div>
</div>
<div class="banner-top">
<div class="wrap">
<div class="header-bottom">
<div class="header_bottom_right_images">
<asp:Image ID="Image1" runat="server" Height="536px" Width="724px" ImageUrl="~/web2/images/hiero.jpg" />
</div>
</div>
<div class="header-para">
<h2>Tur Oluştur</h2>
<form action="" class="sky-form" runat="server">
<section>
<label class="label">Tur seç</label>
<label class="select">
<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem>Ege Kültürel Turu</asp:ListItem>
<asp:ListItem>Akdeniz Turu</asp:ListItem>
<asp:ListItem>Marmara Kültürel Turu</asp:ListItem>
<asp:ListItem>İç Anadolu Kültürel Turu</asp:ListItem>
<asp:ListItem>Karadeniz Turu</asp:ListItem>
<asp:ListItem>Güneydoğu Turu</asp:ListItem>
<asp:ListItem>Doğu Anadolu Turu</asp:ListItem>
</asp:DropDownList>
<i></i>
</label>
</section>
<section>
<label class="label">Konaklama seç</label>
<label class="select">
<asp:DropDownList ID="DropDownList2" runat="server">
<asp:ListItem>VİP konaklama(En az 4 Yıldızlı otel)</asp:ListItem>
<asp:ListItem>Lüks Konaklama (En az 3 yıldızlı otel)</asp:ListItem>
<asp:ListItem>Standart Konaklama (En az 2 yıldızlı otel)</asp:ListItem>
<asp:ListItem>Eco Konaklama(Pansiyon veya butik otel)</asp:ListItem>
</asp:DropDownList>
<i></i>
</label>
</section>
<div class="row1">
<div class="columns grid_12">
<form class="style-1">
<div class="row">
<div class="grid_4 columns">
<label for="name">Yetişkin(12+yaş)</label>
<asp:DropDownList ID="DropDownList3" runat="server">
<asp:ListItem>0</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
</asp:DropDownList>
</div>
<div class="grid_5 columns">
<label for="name">Çocuk(2-12Yaş)</label>
<asp:DropDownList ID="DropDownList4" runat="server">
<asp:ListItem>0</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
</asp:DropDownList>
</div>
<div class="grid_6 columns">
<label for="name">Bebek(0-2Yaş)</label>
<asp:DropDownList ID="DropDownList5" runat="server">
<asp:ListItem>0</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
</asp:DropDownList>
</div>
<div class="clear">
<asp:TextBox ID="TextBox1" runat="server" placeholder="İndirim kodu" Width="121px"></asp:TextBox> <asp:Button ID="İndirim" runat="server" Text="Kodu Kullan" BorderStyle="None" OnClick="İndirim_Click" />
<asp:Label ID="Label1" runat="server" Text="Kod Hatalı" Font-Size="Medium" ForeColor="Red" Visible="False"></asp:Label>
</div>
<div>
<asp:Button ID="Hesapla" runat="server" Text="Fiyat Bul" BorderStyle="None" CssClass="button" OnClick="Hesapla_Click" />
<asp:Button ID="Button1" runat="server" Text="Sıfırla" BorderStyle="None" CssClass="button" OnClick="Button1_Click1" />
<asp:Label ID="Tutar" runat="server" Text="0 'DEN BAŞLAYAN FİYATLARLA TEKLİF ALMAK İÇİN İLETİŞİME GEÇ" Font-Size="Small" ForeColor="White" Visible="False"></asp:Label>
</div>
<div>
<asp:Label ID="Label5" runat="server" Text="tel : 555 555 555" ForeColor="White"></asp:Label>
</div>
</div>
</form>
</div>
</div>
<div class="reservation">
<form>
</form>
</div>
<div class="but-text">
</div>
</div>
<div class="clear"></div>
</div></form>
</div>
<div class="main">
<div class="wrap">
<div class="content-middle">
<div class="inner-top">
<div class="transparent p1">
<div class="image_carousel">
<h3>Yeni Üyeler</h3>
<div id="foo1">
<img src="web2/images/foto_yeni.jpg" alt="basketball" width="130" height="120" />
<img src="web2/images/foto_yeni2.jpg" alt="beachtree" width="130" height="120" />
<img src="web2/images/foto_yeni3.jpg" alt="cupcackes" width="125" height="120" />
<img src="web2/images/pic4.jpg" alt="hangmat" width="125" height="120" />
<img src="web2/images/foto_yeni4.jpg" alt="new york" width="125" height="120" />
<img src="web2/images/pic5.jpg" alt="laundry" width="125" height="120" />
<img src="web2/images/pic6.jpg" alt="mom son" width="125" height="120" />
<img src="web2/images/pic7.jpg" alt="picknick" width="125" height="120" />
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="section group">
<div class="col_1_of_3 span_1_of_3">
<div class="post-list">
<h2>aliquam erat volutpat.</h2>
<figure class="thumbnail">
<a href="#" title="Donec tempor libero"><img src="web2/images/pic20.jpg" alt="tempor"></a>
</figure>
<div class="post-text">
<span class="time">March 15,2013</span>
<h5 class="head">Lorem ipsum</h5>
<p class="text">Lorem ipsum dolor sit amettretrytrytu, consectetuer adipiscing elitLorem</p>
<a href="#"><span class="italic">Read More</span></a>
</div>
<div class="clear"></div>
</div>
<div class="post-list">
<figure class="thumbnail">
<a href="#" title="Donec tempor libero"><img src="web2/images/pic21.jpg" alt="tempor"></a>
</figure>
<div class="post-text">
<span class="time">March 15,2013</span>
<h5 class="head">Lorem ipsum</h5>
<p class="text">Lorem ipsum dolor sit amettretrytrytu, consectetuer adipiscing elitLorem</p>
<a href="#"><span class="italic">Read More</span></a>
</div>
<div class="clear"></div>
</div>
<div class="post-list">
<figure class="thumbnail">
<a href="#" title="Donec tempor libero"><img src="web2/images/pic22.jpg" alt="tempor"></a>
</figure>
<div class="post-text">
<span class="time">March 15,2013</span>
<h5 class="head">Lorem ipsum</h5>
<p class="text">Lorem ipsum dolor sit amettretrytrytu, consectetuer adipiscing elitLorem</p>
<a href="#"><span class="italic">Read More</span></a>
</div>
<div class="clear"></div>
</div>
<a href="#" class="link1">See all</a>
</div>
<div class="col_1_of_3 span_1_of_3">
<div class="middle-list">
<h2>Members Online Now</h2>
<div class="img1">
<ul class="hover-img">
<li>
<a href="#" class="sample-border2">
<img src="web2/images/pic11.jpg" alt=""/>
</a>
</li>
</ul>
<p class="desc">euismod tincidunt</p>
</div>
<div class="img2">
<ul class="hover-img">
<li>
<a href="#" class="sample-border2">
<img src="web2/images/pic18.jpg" alt=""/>
</a>
</li>
</ul>
<p class="desc">euismod tincidunt</p>
</div>
<div class="img3">
<ul class="hover-img">
<li>
<a href="#" class="sample-border2">
<img src="web2/images/pic19.jpg" alt=""/>
</a>
</li>
</ul>
<p class="desc">euismod tincidunt</p>
</div>
<div class="clear"></div>
</div>
<div class="post-list1">
<div class="img1">
<ul class="hover-img">
<li>
<a href="#" class="sample-border2">
<img src="web2/images/pic12.jpg" alt=""/>
</a>
</li>
</ul>
<p class="desc">euismod tincidunt</p>
</div>
<div class="img2">
<ul class="hover-img">
<li>
<a href="#" class="sample-border2">
<img src="web2/images/pic13.jpg" alt=""/>
</a>
</li>
</ul>
<p class="desc">euismod tincidunt</p>
</div>
<div class="img3">
<ul class="hover-img">
<li>
<a href="#" class="sample-border2">
<img src="web2/images/pic14.jpg" alt=""/>
</a>
</li>
</ul>
<p class="desc">euismod tincidunt</p>
</div>
<div class="clear"></div>
</div>
<div class="post-list1">
<div class="img1">
<ul class="hover-img">
<li>
<a href="#" class="sample-border2">
<img src="web2/images/pic15.jpg" alt=""/>
</a>
</li>
</ul>
<p class="desc">euismod tincidunt</p>
</div>
<div class="img2">
<ul class="hover-img">
<li>
<a href="#" class="sample-border2">
<img src="web2/images/pic16.jpg" alt=""/>
</a>
</li>
</ul>
<p class="desc">euismod tincidunt</p>
</div>
<div class="img3">
<ul class="hover-img">
<li>
<a href="#" class="sample-border2">
<img src="web2/images/pic17.jpg" alt=""/>
</a>
</li>
</ul>
<p class="desc">euismod tincidunt</p>
</div>
<div class="clear"></div>
</div>
<a href="#" class="link1">See all</a>
</div>
<div class="col_1_of_3 span_1_of_3">
<div class="latest_comments">
<h2>Latest Comments</h2>
<div class="comments">
<p><span>admin</span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorp Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorp</p>
<h4><a href="#">Lorem ipsum dolor sit dolor more normal!</a></h4>
<p>June 25th, 2013</p>
</div>
<div class="comments">
<p><span>admin</span> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut </p>
<h4><a href="#">Lorem ipsum dolor sit dolor more normal!</a></h4>
<p>June 20th, 2013</p>
</div>
<div class="comments">
<p><span>admin</span> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut </p>
<h4><a href="#">Lorem ipsum dolor sit dolor more normal!</a></h4>
<p>June 15th, 2013</p>
</div>
<a href="#" class="link1">See all</a>
</div>
</div>
<div class="clear"></div>
</div>
<div class="footer">
<ul class="footermenu">
<li class="current"><a href="#">Search</a></li>
<li><a href="#">Join</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Login</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Contacts</a></li>
</ul>
<div class="footer-bottom">
<div class="copy">
<p> © 2013 Premium. All rights reserved | Design by <a href="http://w3layouts.com/">W3layouts</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>