-
Notifications
You must be signed in to change notification settings - Fork 2
/
units.php
42 lines (23 loc) · 803 Bytes
/
units.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
<div class="row ">
<div class="col-md-12"><h3 class="page-header">Units</h3></div>
</div>
<br>
<div class="col-md-6">
<div class="term_box">
<a href="#"class="term btn btn-md btn-primary" >Term 1</a>
<a href="#"class="term2 btn btn-md btn-default" >Term 2</a>
<a href="#"class="term3 btn btn-md btn-default" >Term 3</a>
</div>
</div>
<div class="row">
<p class="pull-left">
Click on any of the Units below to continue.
</p>
</div>
<br style="clear:both;">
<div class="row unitListed">
</div>
<div class='hiddenElement pull-left noUnitsAvailble alert alert-warning' style="width:100%;">
<p>Sorry, No Units Availble for this Subject Please contact the admin
</p>
</div>