-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (57 loc) · 3.93 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Magiclass Attendance Reports</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="ghoula/jquery-ui-1.7.custom.css" />
<link rel="stylesheet" type="text/css" href="tabsorter/style.css" />
<link rel="stylesheet" type="text/css" href="design.css" />
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="jquery-ui-1.7.custom.min.js"></script>
<script type="text/javascript" src="tabsorter/jquery.tablesorter.js"></script>
<script type="text/javascript" src="jquery.flot.js"></script>
<script type="text/javascript" src="magiclass.js"></script>
</head>
<body>
<div id="contentDiv">
<div id="tabsDiv">
<span id="pageTitle" class="translate"></span>
<ul>
<li><a href="#studentReportDiv" id="studentReportTab" class="translate"></a></li>
<li><a href="#stam" id="stami" class="translate"></a></li>
</ul>
<div id="studentReportDiv">
<table id="studentReportChooserTable" class="tablesorter"><thead><tr><th style="display: none">Student keys</th><th><span name="idNum" class="translate"></span><input name="idNumInp" type="text"/></th><th><span name="studName" class="translate"></span><input name="studNameInp" type="text"/></th><th><span name="class" class="translate"></span><input name="classInp" type="text"/></th></tr></thead><tbody><tr><td colspan="3"></td></tr></tbody></table>
<div id="studentReportSingleDiv">
<div id="studSingleHeaderDiv">
<h3 id="studNameH"></h3>
<button id="studentReportChooserShowBtn" style="background-color: white;" class="translate">Show chooser</button>
</div>
<div id="studSingleScrollDiv">
<h4 id="studIdH"></h4>
<img id="studPic" alt="Student Picture" src=""/>
<ul id="studClssUl"><li></li></ul>
<span id="studGradeLabel" class="translate"></span>
<span id="studGrade"></span>
<div id="studGradeTableDiv">
<table class="inner"><thead><tr><th name="date" class="translate"></th><th name="lesson" class="translate"></th><th name="grade" class="translate"></th></tr></thead><tbody><tr><td></td></tr></tbody></table>
</div>
<span id="studNumOfMissesLabel" class="translate"></span>
<span id="studNumOfMisses"></span>
<span id="studNumOfActivitiesLabel" class="translate"></span>
<span id="studNumOfActivities"></span>
<span id="studPostActivitiesLabel" class="translate"></span>
<div id="studAttendanceTableDiv">
<table class="inner"><thead><tr><th name="date" class="translate"></th><th name="lesson" class="translate"></th><th name="class" class="translate"></th><th name="timestamp" class="translate"></th></tr></thead><tbody><tr><td></td></tr></tbody></table>
</div>
</div>
</div>
</div>
<div id="stam">
</div>
</div>
</div>
<div id="footerDiv"><span id="footext" class="translate" style="position: relative; top: 1em; padding: 3em; font-size: 9px;">(c) 2009 - Magiclass ltd.</span></div>
</body>
</html>