]>
Commit | Line | Data |
---|---|---|
5afaee12 S |
1 | <div class="row clearfix"> |
2 | <div class="col-md-12 column"> | |
3 | ||
4 | <div class="row clearfix"> | |
5 | <div class="col-md-8 column"> | |
6b7defc1 | 6 | <div class="well"> |
5afaee12 | 7 | <tmpl_if levels> |
d548f213 | 8 | <h3>Beginner</h3> |
5afaee12 S |
9 | <ul class="list-group"> |
10 | <tmpl_loop beginner><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a> | |
11 | </tmpl_loop></ul> | |
12 | ||
d548f213 | 13 | <h3>Easy</h3> |
b0adfd7c | 14 | <ul class="list-group"> |
5afaee12 S |
15 | <tmpl_loop easy><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a> |
16 | </tmpl_loop></ul> | |
17 | ||
d548f213 | 18 | <h3>Medium</h3> |
5afaee12 S |
19 | <ul class="list-group"> |
20 | <tmpl_loop medium><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a> | |
21 | </tmpl_loop></ul> | |
22 | ||
d548f213 | 23 | <h3>Hard</h3> |
b0adfd7c | 24 | <ul class="list-group"> |
5afaee12 S |
25 | <tmpl_loop hard><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a> |
26 | </tmpl_loop></ul> | |
27 | ||
28 | <tmpl_else> | |
29 | <ul class="list-group"> | |
30 | <tmpl_loop problems><li><a href="<tmpl_var id>.var"><tmpl_var name></a> | |
31 | </tmpl_loop></ul> | |
32 | </tmpl_if> | |
33 | </div> | |
34 | </div> | |
35 | </div> | |
36 | </div> | |
37 | </div> |