This repository has been archived by the owner on Aug 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
275 lines (269 loc) · 10.4 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!DOCTYPE html>
<!--
. ..__ ._. __. __ . ..___.__ . .. .___.__
|__|[__) | (__ / `|__|[__ | \| || [__ [__)
| || _|_ .__)\__.| |[___|__/|__||___[___| \
-->
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>HPI Master-Plan</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Philipp Tessenow">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/tablesorter.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style type="text/css">
#body {
padding-top: 66px; /* 60px to make the container go all the way to the bottom of the topbar */
}
body {
min-width: 888px; /* do not compress header too much*/
}
table.table thead th {
vertical-align: top;
}
.btn.table-head-controls {
float: right;
margin: 5px;
}
table.table tbody.editing, td.editing {
background-color: #F8F855 !important;
}
span.shortcutKey {
border-bottom: 1px solid black;
}
#keyboardShortcutInfo {
width: 400px;
position: fixed;
background-color: cornsilk;
border: 1px solid gray;
z-index: 4242;
top: 5em;
left: 50%;
margin-left: -200px;
padding: 1em;
}
</style>
</head>
<body>
<div id="keyboardShortcutInfo" style="display: none">
<h2>Es gibt Shortcuts!</h2>
<p><ul>
<li><code>ctrl-b</code>: Bearbeiten-Modes (de-)aktivieren</li>
<li><code>ctrl-k</code>: Lege einen neuen Kurs im Bearbeiten-Modus an</li>
<li><code>esc</code>: Beende den Bearbeiten-Modus</li>
</ul></p>
<p style="text-align: right">
<a id="btn-close-info-window" class="btn btn-small btn-success" title="Info-Fenster schließen">
<i class="icon-ok"></i>
Hab's verstanden!
</a>
</p>
</div>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/index.html#">HPI Master-Plan</a>
<span style="display:inline-block; padding: 10px 20px 10px; line-height: 20px;">
Kurse planen; Note berechnen; für das HPI Masterstudium
</span>
<span style="display:inline-block; padding: 10px 20px 10px; line-height: 20px; float: right;">
<a href="http://finn.de">Built with <3 and help from <img src="img/logo_finn_blue.png" alt="finnlabs" style="height: 22px;"></a>
</span>
</div>
</div>
</div>
<div class="container">
<br /><br />
<div class="row">
<div class="span12">
<h3>Übersicht</h3>
</div>
</div>
<div class="row">
<div class="span6">
<div style="text-align: justify;">
<p>
Mit dem <em>HPI Master-Plan</em> kannst Du Deine belegten Vorlesungen und Noten des
<a href="http://hpi-web.de" title="HPI Webseite">HPI Masterstudiums</a>
speichern und dabei gleich Deine vermutliche Masternote berechnen. <br />
Der Planer ist mit bestem Wissen und Gewissen nach der aktuellen Studienordnung geschrieben.
Trotzdem kann er das Studienreferat nicht ersetzen.
</p>
<p>
<strong>Disclaimer:</strong> Das hier ist nicht offiziell vom HPI und in keiner Weise rechtlich relevant.
Es dient Dir nur zur Orientierung. Alle Deine Daten werden automatisch im <em>local storage</em> deines Browsers gespeichert. Du kannst Dir die Daten aber auch runterladen.
Der Code ist unter der
<a href="http://www.opensource.org/licenses/mit-license.php">MIT Lizenz</a>
auf <a href="https://github.com/tessi/hpi_planer">github</a> verfügbar.
</p>
<p>
Du kannst Deine Daten mit folgenden Buttons runterladen und wiederherstellen.
</p>
<div id="file_upload_info" class="label-warning hidden" style="margin: 5px; padding: 2px;">
Wähle erst die Datei zum wiederherstellen aus, bevor Du versuchst die Daten zu laden.
</div>
<div style="margin-bottom: 1em; text-align: left;">
<a id="download_data" class="btn dragout" style="margin: 0 8px 0 0;" draggable="true" ><i class="icon-download"></i>
Daten <span class="shortkutKey">s</span>peichern
</a>
<input type="file" id="file_to_restore" style="width: 15em; margin-left: 4em;" size="9" />
<a id="restore_data" class="btn" style="margin: 0 8px 0 0;"><i class="icon-upload"></i>
Daten laden
</a>
</div>
<div style="clear: both;"></div>
<p>
Rechts findest Du eine Notenübersicht und unten die einzelnen Kurse. Klicke auf den Bearbeiten-Button,
um Kurse hinzuzufügen oder zu ändern. Alles was beim Bearbeiten gelb eingefärbt ist, kannst Du ändern.
Wenn Du fertig bist, klicke auf den grünen Fertig-Button und die Notenübersicht wird neu berechnet.
Im Bearbeiten-Modus klicke die Checkboxen an, mit den für den Kurs verfügbaren Vertiefungsgebieten.
Sonst kannst Du mit den Radio-Buttons Dein gewähltes Vertiefungsgebiet für jeden Kurs auswählen.
</p>
</div>
</div>
<div class="span6">
<table id="roundup" class="table table-stripped table-hover">
<thead>
<tr>
<th style="min-width: 10em;"></th>
<th>nötige Leistungspunkte</th>
<th>geleistete Leistungspunkte</th>
<th>Note</th>
<th>Gewichtung / Vertiefung</th>
</tr>
</thead>
<tbody>
<tr id="masterproject">
<th>Masterprojekt</th>
<td id="masterproject_lp_orig">9</td>
<td id="masterproject_lp">-</td>
<td id="masterproject_grade">-</td>
<td>3</td>
</tr>
<tr id="masterthesis">
<th>Masterarbeit</th>
<td id="masterthesis_lp_orig">30</td>
<td id="masterthesis_lp">-</td>
<td id="masterthesis_grade">-</td>
<td>3</td>
</tr>
<tr id="itse">
<th>ITSE</th>
<td id="itse_lp_orig">24</td>
<td id="itse_lp"></td>
<td id="itse_grade"></td>
<td id="itse_weight"></td>
</tr>
<tr id="vt1">
<th>Vertiefungsgebiet I</th>
<td id="vt1_lp_orig">24</td>
<td id="vt1_lp"></td>
<td id="vt1_grade"></td>
<td id="vt1_weight"></td>
</tr>
<tr id="vt2">
<th>Vertiefungsgebiet II</th>
<td id="vt2_lp_orig">15</td>
<td id="vt2_lp"></td>
<td id="vt2_grade"></td>
<td id="vt2_weight"></td>
</tr>
<tr id="sskma">
<th>SSKA MA</th>
<td id="sskma_lp_orig">6</td>
<td id="sskma_lp"></td>
<td id="sskma_grade"></td>
<td id="sskma_weight"></td>
</tr>
<tr id="ssk">
<th>SSKA Gesamt</th>
<td id="ssk_lp_orig">18</td>
<td id="ssk_lp"></td>
<td id="ssk_grade"></td>
<td id="ssk_weight"></td>
</tr>
<tr>
<th>vermutliche Note</th>
<td id="final_grade" colspan="4" style="text-align: right; font-weight: bold;"></td>
</tr>
</tbody>
</table>
</div>
</div>
<div style="clear: both;"></div>
<div class="row">
<div class="span12">
<h3>
Vorlesungen und Seminare
<a id="btn-edit-start" class="table-head-controls btn" title="Kurse hinzufügen, entfernen, ändern usw.">
<i class="icon-edit"></i>
<span class="shortcutKey">B</span>earbeiten
</a>
<a id="btn-edit-confirm" class="table-head-controls btn btn-success hidden" title="Alle Änderungen werden übernommen.">
<i class="icon-ok"></i>
Ich <span class="shortcutKey">b</span>in fertig mit Eintragen!
</a>
</h3>
<table id="grades" class="table table-stripped table-hover tablesorter">
<thead>
<tr>
<th rowspan="2" style="min-width: 8em;">
Kurs<br />
<a id="btn-add-row" class="btn btn-success btn-small hidden" style="position: relative; bottom: -12px;">
<i class="icon-plus"></i>
benutzerdefinierter <span class="shortcutKey">K</span>urs
</a>
</th>
<div id="course-list" style="display:none; margin-bottom: 20px;">
<b>Auswahl: </b><br>
<select id="course-select" class="input-xlarge"></select>
</div>
<th rowspan="2" style="min-width: 5em;">Semester</th>
<th rowspan="2" style="min-width: 3em;">LP</th>
<th colspan="11">Gewähltes Vertiefungsgebiet</th>
<th rowspan="2" style="min-width: 3em;">Note</th>
</tr>
<tr>
<th>ITSE</th>
<th>SAMT</th>
<th>OSIS</th>
<th>IST</th>
<th>HCT</th>
<th>BPET</th>
<th>SSK-DT</th>
<th>SSK-KO</th>
<th>SSK-MA</th>
<th>SSK-RE</th>
<th>SSK-SK</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div> <!-- /container -->
<script src="js/jquery-1.8.1.min.js"></script>
<script src="js/jquery.tablesorter.min.js"></script>
<script src="js/underscore-min.js"></script>
<script src="js/hpi_scheduler.js"></script>
<script src="js/courses.js"></script>
<script type="text/javascript">
hpi.init();
hpi.fillOverview();
</script>
</body></html>