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 1515 < div class ="col-sm-2 col-md-2 col-lg-2 vcenter ">
1616 < div style ="margin:auto; width:100px ">
1717 < 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+
1830 </ div >
1931 <!---->
2032 </ div >
Original file line number Diff line number Diff line change 1414 < div class ="col-sm-2 col-md-2 col-lg-2 vcenter ">
1515 < div style ="margin:auto; width:100px ">
1616 < 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+
1726 </ div >
1827 <!---->
1928 </ div >
Original file line number Diff line number Diff line change 1414}
1515
1616.eval-user-img {
17- border-radius : 200 px ;
17+ border-radius : 50 % ;
1818}
1919
2020.eval-panel {
2121 padding : 25px 20px ;
2222}
2323
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+
2434.col-sm-2 {
2535 padding-right : 0 ;
2636 padding-left : 0 ;
Original file line number Diff line number Diff line change 4747 background-color : #00b44a ;
4848}
4949
50+ .white {
51+ color : #fff ;
52+ }
53+
5054.align-center {
5155 text-align : center ;
5256}
You can’t perform that action at this time.
0 commit comments