Create M.A.S.A Version 1.0
This commit is contained in:
16
app/partials/report/section_assist.html
Normal file
16
app/partials/report/section_assist.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<div class="row clearfix col-md-12">
|
||||
<h4>Asistencia de Sección {{vm.section.name}}</h4>
|
||||
<br>
|
||||
</br>
|
||||
<div class= "row clearfix col-md-12">
|
||||
<div> Estadisticas </div>
|
||||
<div> Porcentaje de Asistencia: {{vm.percentage}} % </div>
|
||||
<div> Total de Dias de Clase: {{vm.lectures}} </div>
|
||||
</div>
|
||||
<button class = "btn-warning btn"
|
||||
type = "button"
|
||||
style = "margin: 10px"
|
||||
ng-click = "vm.back()">
|
||||
Regresar
|
||||
</button>
|
||||
</div>
|
Reference in New Issue
Block a user