summaryrefslogtreecommitdiffstats
path: root/pages/grades.html
diff options
context:
space:
mode:
authorbeziapp <60441126+beziapp@users.noreply.github.com>2020-01-30 00:32:00 +0100
committerGitHub <noreply@github.com>2020-01-30 00:32:00 +0100
commit32a43c2ce04fd9b594cea615552d5181c9a72e44 (patch)
tree2dfd68b1701c8abbbcf1510a118389f84538ef97 /pages/grades.html
parentMerge pull request #3 from beziapp/dev (diff)
parentWeekly calendar accent color (diff)
downloadbeziapp-32a43c2ce04fd9b594cea615552d5181c9a72e44.tar
beziapp-32a43c2ce04fd9b594cea615552d5181c9a72e44.tar.gz
beziapp-32a43c2ce04fd9b594cea615552d5181c9a72e44.tar.bz2
beziapp-32a43c2ce04fd9b594cea615552d5181c9a72e44.tar.lz
beziapp-32a43c2ce04fd9b594cea615552d5181c9a72e44.tar.xz
beziapp-32a43c2ce04fd9b594cea615552d5181c9a72e44.tar.zst
beziapp-32a43c2ce04fd9b594cea615552d5181c9a72e44.zip
Diffstat (limited to 'pages/grades.html')
-rw-r--r--pages/grades.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/pages/grades.html b/pages/grades.html
index 95acd22..6332d59 100644
--- a/pages/grades.html
+++ b/pages/grades.html
@@ -2,7 +2,7 @@
<head>
<meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Grades</title>
@@ -88,8 +88,27 @@
<li><a class="waves-effect" id="grade-type"></a></li>
</ul>
+ <div id="help-modal" class="modal bottom-sheet">
+ <div class="modal-content">
+ <h4>Use only permanent grades</h4>
+ <p>If checked, only permanent grades will be used in the average grade calculation.</p>
+ <p>If left unchecked, the calculation will include every available grade.</p>
+ </div>
+ <!-- <div class="modal-footer">
+ <a href="#!" class="modal-close waves-effect waves-green btn-flat">Agree</a>
+ </div> -->
+ </div>
+
<br>
<div class="container">
+ <p>
+ <label>
+ <input id="permanent-grades-checkbox" type="checkbox" />
+ <span style="vertical-align: sub;">Use only permanent grades <a id="help-icon" class="modal-trigger"
+ href="#help-modal"><i class="material-icons"
+ style="vertical-align: sub;">help_outline</i></a></span>
+
+ </label></p>
<ul class="collapsible" id="grades-collapsible"></ul>
</div>