File tree Expand file tree Collapse file tree 4 files changed +36
-1
lines changed Expand file tree Collapse file tree 4 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 15
15
< div class ="col-sm-2 col-md-2 col-lg-2 vcenter ">
16
16
< div style ="margin:auto; width:100px ">
17
17
< img class ="eval-user-img " alt ="{{m['uid']}} " src ="https://profiles.csh.rit.edu/image/{{m['uid']}} " width ="100 " height ="100 " />
18
+ {% if m['ldap_account'] %}
19
+ {% if m['status'] == "Passed" %}
20
+ < span class ="glyphicon glyphicon-ok white success eval-user-status "> </ span >
21
+ {% elif m['status'] == "Pending" %}
22
+ < span class ="glyphicon glyphicon-hourglass white warning eval-user-status "> </ span >
23
+ {% else %}
24
+ < span class ="glyphicon glyphicon-remove white danger eval-user-status "> </ span >
25
+ {% endif %}
26
+ {% else %}
27
+ < span class ="glyphicon glyphicon-hourglass white warning eval-user-status "> </ span >
28
+ {% endif %}
29
+
18
30
</ div >
19
31
<!---->
20
32
</ div >
Original file line number Diff line number Diff line change 14
14
< div class ="col-sm-2 col-md-2 col-lg-2 vcenter ">
15
15
< div style ="margin:auto; width:100px ">
16
16
< img class ="eval-user-img " alt ="{{m['uid']}} " src ="https://profiles.csh.rit.edu/image/{{m['uid']}} " width ="100 " height ="100 " />
17
+
18
+ {% if m['status'] == "Passed" %}
19
+ < span class ="glyphicon glyphicon-ok white success eval-user-status "> </ span >
20
+ {% elif m['status'] == "Pending" %}
21
+ < span class ="glyphicon glyphicon-hourglass white warning eval-user-status "> </ span >
22
+ {% else %}
23
+ < span class ="glyphicon glyphicon-remove white danger eval-user-status "> </ span >
24
+ {% endif %}
25
+
17
26
</ div >
18
27
<!---->
19
28
</ div >
Original file line number Diff line number Diff line change 14
14
}
15
15
16
16
.eval-user-img {
17
- border-radius : 200 px ;
17
+ border-radius : 50 % ;
18
18
}
19
19
20
20
.eval-panel {
21
21
padding : 25px 20px ;
22
22
}
23
23
24
+ .eval-user-status {
25
+ display : block ;
26
+ float : right ;
27
+ margin : -25px 5px ;
28
+ border-radius : 50% ;
29
+ padding : 5.5px ;
30
+ width : 25px ;
31
+ height : 25px ;
32
+ }
33
+
24
34
.col-sm-2 {
25
35
padding-right : 0 ;
26
36
padding-left : 0 ;
Original file line number Diff line number Diff line change 47
47
background-color : #00b44a ;
48
48
}
49
49
50
+ .white {
51
+ color : #fff ;
52
+ }
53
+
50
54
.align-center {
51
55
text-align : center ;
52
56
}
You can’t perform that action at this time.
0 commit comments