-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathActive.html
239 lines (203 loc) · 8.98 KB
/
Active.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Activation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/flat-ui.css" rel="stylesheet">
<style type="text/css">
body
{
padding-top: 60px;
padding-bottom: 40px;
}
.ImageBox
{
border:1px solid red;
width: 150px;
height: 115px;
float: left;
}
.font_set
{
font-family:"Times New Roman", Times, serif;
}
#color2
{
margin:0px;
}
</style>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" style="text-decoration:none;" href="home.html">HOME</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Auction<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="new_auction.html">New Auction</a></li>
<li class="divider"></li>
<li class="nav-header">Recent Auctions</li>
<li><a href="#">3G</a></li>
<li><a href="#">4G</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Bider<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">GP</a></li>
<li><a href="#">Banglalink</a></li>
<li><a href="#">Airtel</a></li>
<li><a href="#">Teletalk</a></li>
<li class="divider"></li>
<li class="nav-header">create new</li>
<li><a href="newBider.html">New Bider</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Product<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="newProduct.html">New Product</a></li>
<li class="nav-header">create new</li>
<li><a href="#">Bider 1</a></li>
<li><a href="#">Bider 2</a></li>
</ul>
</li>
</ul>
<form class="navbar-form pull-right inline">
<table>
<tr>
<td><i class="icon-user icon-white"></i></td>
<td>
<ul class="nav nav-pills">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
User
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="profile.html">Profile</a></li>
<li><a href="Login_new.html">Logout</a></li>
</ul>
</li>
</ul>
</td>
</tr>
</table>
</form>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<h3 style="border:double; border-color:#006">ACTIVE AUCTION</h3>
<br>
<div class="span12" style="margin-left:-3px;">
<div class="span3">
<label><h4 class="pull-left" style="margin-left:-25px;">AUCTION LIST : </h4></label>
</div>
<div class="span8" style="padding-top:5px; margin-left:-125px;">
<select class="pull-left">
<option value="3G">Auction For 3G</option>
<option value="3G">Auction For 4G</option>
<option value="3G">Frequency Sell</option>
</select>
</div>
</div>
<h5 align="left" style="margin-top:80px;">Summery</h5>
<div class="span12" style="border:groove; margin-left:-4px;">
<p>
Here will be added the summery of the selected option on the dropdown box. Here will be added the summery of the
selected option on the dropdown box. Here will be added the summery of the selected option on the dropdown box. Here
will be added the summery of the selected option on the dropdown box. Here will be added the summery of the selected
option on the dropdown box. Here will be added the summery of the selected option on the dropdown box.
</p>
</div>
<div class="span12" id="color2">
<table class="table table-hover table-bordered">
<caption><h4 class="pull-left">Bider</h4></caption>
<tr>
<th><p class="font_set" align="center">Bider Namer</p></th>
<th><p class="font_set" align="center">Options</p></th>
</tr>
<tr>
<td><label>Grameen Phone</label></td>
<td>
<div class="inline">
<div align="center" class="row-fluid">
<input type="button" class="btn btn-primary" value="In">
<input type="button" class="btn btn-primary" value="Active">
<input type="button" class="btn btn-primary" value="Edit">
</div>
</div>
</td>
</tr>
<tr>
<td><label>Orascom Telecommunication</label></td>
<td>
<div class="inline">
<div align="center" class="row-fluid">
<input type="button" class="btn btn-primary" value="In">
<input type="button" class="btn btn-primary" value="Active">
<input type="button" class="btn btn-primary" value="Edit">
</div>
</div>
</td>
</tr>
<tr>
<td><label>Aitel Bangladesh</label></td>
<td>
<div class="inline">
<div align="center" class="row-fluid">
<input type="button" class="btn btn-primary" value="In">
<input type="button" class="btn btn-primary" value="Active">
<input type="button" class="btn btn-primary" value="Edit">
</div>
</div>
</td>
</tr>
</table>
</div>
<div class="span12" align="center" style="margin-left:-5px;">
<a href="admin_view.html" class="btn btn-primary">Run</a>
<br><br>
</div>
<!-- Main hero unit for a primary marketing message or call to action -->
<hr>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/bootstrap-popover.js"></script>
<script src="js/bootstrap-button.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
</body>
</html>