-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
191 lines (191 loc) · 5.71 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
<!DOCTYPE html>
<html>
<head>
<title>onehundredandtwenty</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style/basic.css">
<link rel="stylesheet" type="text/css" href="style/print.css" media="print" />
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
</head>
<body>
<!--<div id="successor-search">
<strong>Für die Master-Studenten:</strong> onehundredandtwenty is on it's way ;).
</div>-->
<a id="github-link" href="https://github.com/120-team/onehundredandtwenty">
<img style="position: absolute; top: 0; right: 0; border: 0;z-index:1" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub">
</a>
<header>
<h1>onehundredandtwenty — course planning for hpi masters<!-- <img src="images/hpi_logo2.png" alt="HPI-Logo" /><span>Beta</span>--></h1>
<div id="last-update">
Daten: WS10/11 bis einschließlich XXxx
</div>
<div>
<div id="button-div">
<button class="btn go" id="recheck">Überprüfen</button>
</div>
<div id="checkbox-div">
<ul id="permacheck">
<li>Permanent überprüfen</li>
</ul>
</div>
</div>
</header>
<div id="message">
<div id="button">
<button id="slide-messages">▽<!--▼--></button>
</div>
<ul>
<li class="teaser">Einfach Lehrveranstaltungen von unten in das gewünschte Semester ziehen. <button class="btn go" id="check">Überprüfen</button></li>
</ul>
<!-- im Fehlerfall muss hier auch ein link auf eine genauere Erläuterung, a la "was bedeutet das?" stehen -->
</div>
<section class="semester-time" id="semester-time1">
<h2>
1. Semester<br>
<select id="selectSemester1" name="selectSemester1" size="1">
<!--
<option selected>WS 10/11</option>
<option>SS 11</option>
<option>WS 11/12</option>
<option>SS 12</option>
<option>WS 12/13</option>
<option>SS 13</option>
-->
</select>
</h2>
<h2>
2. Semester<br>
<select id="selectSemester2" name="selectSemester2" size="1">
</select>
</h2>
<h2>
3. Semester<br>
<select id="selectSemester3" name="selectSemester3" size="1">
</select>
</h2>
<h2>
4. Semester<br>
<select id="selectSemester4" name="selectSemester4" size="1">
</select>
</h2>
<br style="clear: both;" />
</section>
<section class="semester-view" id="semester-view1">
<ul id="semester1" class="chosen courses">
<!--
<li>
PT I<button><div class="info clone-info">Click here to clone</div>ⴲ</button>
<div class="info">
<h3>Programmiertechnik 1</h3>
<div>
Dr. Martin von Löwis <br />
6 Leistungspunkte <br />
2 Semesterwochenstunden + Übung <br />
Betriebssysteme und Middleware <br />
</div>
</div>
</li>
-->
</ul>
<ul id="semester2" class="chosen courses">
</ul>
<ul id="semester3" class="chosen courses">
<li class="oneliner double-time" id="course-masterproject">Masterprojekt</li>
</ul>
<ul id="semester4" class="chosen courses">
<li class="oneliner quintuple-time" id="course-masterthesis">Masterarbeit</li>
</ul>
<br style="clear: both;" />
</section>
<section class="semester-time" id="semester-time2">
<!--
<h2>
7. Semester<br>
<select id="selectSemester7" name="selectSemester7" size="1">
</select>
</h2>
<h2>
8. Semester<br>
<select id="selectSemester8" name="selectSemester8" size="1">
</select>
</h2>
-->
<br style="clear: both; height: 0px;" />
</section>
<section class="semester-view" id="semester-view2">
<!--
<ul id="semester7" class="chosen courses">
</ul>
<ul id="semester8" class="chosen courses">
</ul>
-->
<br style="clear: both; height: 0px;" />
</section>
<section id="extrafunctions">
<div>
<span>Extrafunktionen</span>
</div>
<div>
<span>Lehrveranstaltungen zurücksetzen:</span><button class="btn danger" id="reset">RESET</button><br />
</div>
<div>
<span>Zwei Semester mehr verwenden:</span><button class="btn action2" id="moresemester">mehr Semester</button><br />
</div>
<div>
<span>Zwei Semester weniger verwenden:</span><button class="btn action2" id="lesssemester">weniger Semester</button><br />
</div>
<br style="clear: both; height: 0px;" />
</section>
<section id="courses-pool">
<ul class="courses" id="extra1">
</ul>
<ul class="courses" id="extra2">
</ul>
<ul class="courses" id="extra3">
</ul>
<ul class="courses" id="extra4">
</ul>
<ul class="courses" id="extra5">
</ul>
<ul class="courses" id="extra6">
</ul>
<ul class="courses" id="extra7">
</ul>
<br style="clear: both;" />
<div id="filter">
<div id="filter-options">
<div id="filter_semester_softskills" class="filter">
<!--
<ul>
<li>WS10/11</li>
<li>SS11</li>
<li>WS11/12</li>
<li>SS12</li>
<li>WS12/13</li>
<li>SS13</li>
</ul>
-->
</div>
<div id="filter_module" class="filter">
</div>
</div>
</div>
<div id="filter-button">
<h2>Filter</h2>
</div>
</section>
<footer>
Entwickelt von Johannes Frohnhofen, Kathrin Mao, Patrick Siegler, Sebastian Gerstenberg, basierend auf <a href="https://student.hpi.uni-potsdam.de/180/">180</a>.
Kursdaten werden von verschiedenen Leuten gepflegt, also verlasst euch bitte nicht zu 100% darauf. Am besten beim Belegen pruefen, ob die Daten in 120 stimmen, und wenn nicht, aendern ;-).
</footer>
<script src="jquery/js/jquery-1.6.2.min.js"></script>
<script src="jquery/js/jquery-ui-1.8.15.custom.min.js"></script>
<script src="js/jquery.animate-colors-min.js"></script>
<script src="js/jquery.knubtip.js"></script>
<script src="js/jquery.knubselect.js"></script>
<script src="js/data.js"></script>
<script src="js/helper.js"></script>
<script src="js/logic.js"></script>
<script src="js/frontend.js"></script>
</body>
</html>