-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathAINT-select.html
38 lines (35 loc) · 1.71 KB
/
AINT-select.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
<!-- Amahi Interactive Network Troubleshooter
Troubleshooting Method selector -->
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Interactive Troubleshooter</h3>
</div>
<div class="modal-body">
<p id="on-off-line">You will need internet access for the Interactive Trouble Shooter, but we have a print version for you. Which would you like?</p>
<div class="row-fluid">
<div class="span1" > </div>
<div class="span3" >
<a class="btn btn-success" style="width:75%"><i class='icon-signal'></i> Interactive</a>
</div>
<div class="span4" > </div>
<div class="span3" >
<a class="btn btn-inverse" style="width:75%"><i class='icon-file'></i> Print</a>
</div>
<div class="span1" > </div>
</div>
<p id="distro">You will need internet access for the Interactive Trouble Shooter, but we have a print version for you. Which would you like?</p>
<div class="row-fluid">
<div class="span1" > </div>
<div class="span3" >
<a class="btn btn-success" >Ubuntu</a>
</div>
<div class="span4" > </div>
<div class="span3" >
<a class="btn btn-inverse" >Fedora</a>
</div>
<div class="span1" > </div>
</div>
</div>
<div class="modal-footer">
<a href="#" class="btn pull-right" data-dismiss="modal" aria-hidden="true">Close</a>
</div>