"Form-phone-finder"
Bootstrap 2.3.2 Snippet by xuanbao2014

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
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<form class="form-horizontal" id="timsdt">
<fieldset>
<!-- Form Name -->
<legend>Tra cứu số điện thoại Vinaphone</legend>
<!-- Select Basic -->
<div class="control-group">
<label class="control-label" for="selectbasic">Chọn đầu số</label>
<div class="controls">
<select id="selectbasic" name="selectbasic" class="input-mini">
<option>091</option>
<option>094</option>
<option>0123</option>
<option>0124</option>
<option>0125</option>
<option>0127</option>
<option>0129</option>
</select>
</div>
</div>
<!-- Text input-->
<div class="control-group">
<label class="control-label" for="textinput">Nhập dãy số còn lại</label>
<div class="controls">
<input id="textinput" name="textinput" type="text" placeholder="Nhập dãy số còn lại" class="input-xlarge">
<p class="help-block">Nhập vào dãy số còn lại</p>
</div>
</div>
<!-- Button -->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: