-
Notifications
You must be signed in to change notification settings - Fork 11
/
dashboard.php
88 lines (86 loc) · 2.78 KB
/
dashboard.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
<?php
include_once 'include/admin_header.php';
?>
<table class="main_table2">
<tr>
<td colspan="3">
<h1 class="font_styl"><center>Dashboard</center> <center><img src="../hr//hr6.png"></center></h1>
</td>
</tr>
<tr>
<td>
<table class="tr_shap gap">
<tr><td>
<?php
echo "<center> <img src='i_img/package/chennai.jpg' class='img_pack'> </center>";
echo "<figure><center><h4> Ahemdabad,Saputara,Pune,<br>The Imagika Water Park,Mumbai,<br>Bangloru,Chennai</h4></center></figure>";
echo "<h4><center>For 10 Day's and 11 Nights</center></h4>";
echo "<center><button id='botone'>RS.10,000</button></center>";
?>
</td></tr>
</table>
</td>
<td>
<table class="tr_shap gap">
<tr><td><?php
echo "<center> <img src='i_img/package/delhi.jpg' class='img_pack'> </center>";
echo "<figure><center><h4> Ahemdabad,,<br>,,<br>,,,<br>,,<br>,</h4></center></figure>";
echo "<h4><center>For 7 Day's and 8 Nights</center></h4>";
echo "<center><button id='botone'>RS.8,999 </button></center>";
?>
</td></tr>
</table>
</td>
<td>
<table class="tr_shap gap">
<tr><td>
<?php
echo "<center><img src='i_img/package/goa.jpg' class='img_pack'> </center>";
echo "<figure><center><h4> Ahemdabad,Saputara,Pune,<br>Mahesana,AshalWord Water Park<br>,Mumbai,Goa</h4></center></figure>";
echo "<h4><center>For 12 Day's and 11 Nights</center></h4>";
echo "<center><button id='botone'>RS.14,500</button></center>";
?>
</table>
</td>
</tr>
<tr>
<td>
<table class="tr_shap top_mar gap">
<tr><td>
<?php
echo "<center> <img src='i_img/package/chennai.jpg' class='img_pack'> </center>";
echo "<figure><center><h4> Ahemdabad,Saputara,Pune,<br>The Imagika Water Park,Mumbai,<br>Bangloru,Chennai</h4></center></figure>";
echo "<h4><center>For 10 Day's and 11 Nights</center></h4>";
echo "<center><button id='botone'>RS.10,000</button></center>";
?>
</td></tr>
</table>
</td>
<td>
<tr><td>
<!-- <table class="tr_shap gap top_mar">
<center>
<img src="i_img/package/delhi.jpg" class="img_pack"> </center>
<figure><center><h4> Ahemdabad,,,<br>,,<br>,</h4></center></figure>
<h4><center>For 7 Day's and 8 Nights</center></h4>
<center><button id="botone">RS.8,999 </button></center>
</td></tr>
</table> -->
</td>
<td>
<!-- <table class="tr_shap gap top_mar">
<tr><td>
<center><img src="i_img/package/goa.jpg" class="img_pack"> </center>
<figure><center><h4> Ahemdabad,Saputara,Pune,<br>Mahesana,AshalWord Water Park<br>,Mumbai,Goa</h4></center></figure>
<h4><center>For 12 Day's and 11 Nights</center></h4>
<center><button id="botone">RS.14,500</button></center>
</td></tr>
</table> -->
</td>
</tr>
<!-- class="top_mar gap" -->
</table>
<br><br>
<?php
include 'include/a_footer.php';
?>