mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
Chg Loading gif
This commit is contained in:
parent
1c86d3f2d2
commit
6c320bd37a
2 changed files with 3 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 55 KiB |
|
@ -48,6 +48,7 @@
|
||||||
{% for grade in absData[i] %}
|
{% for grade in absData[i] %}
|
||||||
{% for homeroom in absData[i][grade] %}
|
{% for homeroom in absData[i][grade] %}
|
||||||
{% for student in absData[i][grade][homeroom] %}
|
{% for student in absData[i][grade][homeroom] %}
|
||||||
|
{% if student != 'notes' %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">{{grade}}</div>
|
<div class="col">{{grade}}</div>
|
||||||
<div class="col">{{homeroom}}</div>
|
<div class="col">{{homeroom}}</div>
|
||||||
|
@ -86,6 +87,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -169,7 +171,7 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<div id="loading" style="text-align:center; width:100%; display:none;"><img src="/static/loading.gif" alt=""
|
<div id="loading" style="text-align:center; width:100%; display:none;"><img src="/static/loading.gif" alt=""
|
||||||
style="height:100%;" />
|
style="width:100%;" />
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in a new issue