-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome_banner.php
165 lines (146 loc) · 5.72 KB
/
home_banner.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
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>World Biggest B2B Portal .:: Admin Control Panel ::.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
<link href="menu.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body >
<table width="1003" border="0" align="center" cellspacing="0">
<Tr align="center">
<Td colspan="3">
<table border="0" cellpadding="5" cellspacing="0" style="vertical-align:top">
<Tr align="center">
<Td align="center" width="361"><h2>Welcome Admin!!</h2></Td>
</Tr>
</table>
</td>
</Tr>
<Tr>
<Td height='24' colspan="2" align="right" background='images/headCap.gif'> <span class="style1" >admin |
<a href='home.php' class='topcap'>Home</a></span>
</span></td>
</Tr>
<Tr>
<Td height='24' colspan="2" align="Center"> <span class="style2" style="font-weight:bold " >Welcome to Administrator Control Panel</span>
</td>
</Tr>
<tr valign="top">
<td width="218">
<div style="margin-left:10px">
<table border="0" cellpadding="0" cellspacing="0" width="200px" >
<Tr>
<Td><img src="images/successstory/1.gif" width="9" height="26" border="0"></Td>
<Td background="images/successstory/bar-box_03_0.gif" class="storyheading" width="200"><strong>Control Menu</strong></Td>
<Td><img src="images/successstory/3.gif" width="9" height="26"></Td>
</Tr>
<Tr>
<Td background="images/bar-box_09.gif" ></Td>
<Td background="images/bar-box_10.gif">
<div class="colL" style="width:100%; margin-top:12px;">
<div class="menu menuSkinA">
<ul>
<li class="listSize"><a href="countries.php"><strong>Countries</strong></a></li>
<li class="listSize"><a href="categories.php"><strong>Categories</strong></a></li>
<li class="listSize"><a href="seller.php"><strong>Sellers</strong></a></li>
<li class="listSize"><a href="gold_seller.php"><strong>Gold Sellers</strong></a></li>
<li class="listSize"><a href="buyers.php"><strong>Buyers</strong></a></li>
<li class="listSize"><a href="top_banners.php"><strong>Top Banners</strong></a></li>
<li class="listSize"><a href="right_banners.php"><strong>Right Side Small Banners</strong></a></li>
<li class="listSize"><a href="settings.php"><strong>Settings</strong></a></li>
<li class="listSize"><a href="edit_login.php"><strong>Change Admin Login</strong></a></li>
</ul>
</div>
</div> <!-- lefte menu -->
</Td>
<Td background="images/bar-box_11.gif"></Td>
</Tr>
<Tr>
<Td><img src="images/bar-box_15.gif" border="0"></Td>
<Td background="images/bar-box_16.gif"></Td>
<Td><img src="images/bar-box_17.gif"></Td>
</Tr>
</table> </div>
</td>
<td width="781">
<div style="margin:0 10px 0 10px; ">
<table border="0" cellpadding="0" cellspacing="0" width="100%" >
<Tr>
<Td width="16" height="24"><img src="images/1.gif"></Td>
<Td background="images/2.gif" class="style2" style="font-weight:bold ">Home Page Top Banner</Td>
<Td width="16" height="24"><img src="images/3.gif"></Td>
</Tr>
<Tr >
<Td background="images/7.gif"></Td>
<Td align="center" valign="top" background="images/9.gif">
<div style="margin:10px" align="left">
<form action="add.php" method="post" enctype="multipart/form-data">
<table width="100%" align="center">
<Tr><td colspan="2" align=center><?php
if(!isset($_GET['id']))
{
echo "<img src=images/topbanner.gif width=302 height=50>";
}
else
{
echo "<img src='images/$_GET[id]' width=302 height=50>";
}
?>
<tr>
<td class="style2" style="font-weight:bold; font-size:12px" width="15%">
Banner: </td>
<td width="85%">
<input type="file" name="photo"> Recommended size: 302x50 px </td>
</tr>
<tr>
<td class="style2" style="font-weight:bold; font-size:12px" width="15%">
Link: </td>
<td width="85%">
<p>
<input type="text" name="link" size="50" value="">
</p> </td>
</tr>
<tr>
<td class="style2" style="font-weight:bold; font-size:12px" width="15%">
Select Banner </td>
<td width="85%">
<select name="id"><option value="1" selected="selected">Top Banner First</option><option value="2">Top Banner Second</option></select> Recommended size: 302x50 px </td>
</tr>
<tr>
<td height="42" colspan="2">
</br>
<input type="hidden" name="continue" id="continue" value="true"/>
<input type="submit" name="Submit" id="Submit" value=" Submit "/></td>
</tr>
</table>
</form>
</div>
</Td>
<Td background="images/8.gif"></Td>
</Tr>
<Tr>
<Td width="16" height="26"><img src="images/4.gif"></Td>
<Td background="images/6.gif"></Td>
<Td width="16" height="26"><img src="images/5.gif"></Td>
</Tr>
</table>
</div>
</td>
</tr>
<tr>
</tr>
</table>
</body>
</html>