Skip to content
Snippets Groups Projects
Commit ab6d6338 authored by Julian Dehne's avatar Julian Dehne
Browse files

- started working on group finding prototyp (basic group management prototyp...

- started working on group finding prototyp (basic group management prototyp for development - not advanced groupfinding i.e. mirjams project)
parent 0a129d53
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 26 deletions
......@@ -26,7 +26,7 @@
<body>
<div id="wrapper" class="full-height">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper full-height">
<div class="container-fluid full-height">
<div class="container-fluid-content">
......
......@@ -12,7 +12,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper">
<headLine:headLine/>
<table class="table-striped">
......
......@@ -12,7 +12,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper">
<headLine:headLine/>
<table class="table-striped">
......
......@@ -15,7 +15,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper">
<headLine:headLine/>
<div>
......
......@@ -13,7 +13,7 @@
<script src="../libs/js/assessmentCalculator.js"></script>
</head>
<body>
<menu:menu/>
<menu:menu hierarchy="1"/>
<button id="calculateNow">Post Performance</button>
<button id="giveItBack">Get TotalPerformance</button>
<headLine:headLine/>
......
......@@ -12,7 +12,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper">
<headLine:headLine/>
<div style="margin-left:50px;">
......
......@@ -16,7 +16,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<p id="groupId" hidden>Hier steht jetzt das richtige</p>
<div class="page-content-wrapper">
<headLine:headLine/>
......
......@@ -14,7 +14,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper">
<headLine:headLine/>
<div>
......
......@@ -16,7 +16,7 @@
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper">
<headLine:headLine/>
<div>
......
......@@ -42,7 +42,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper">
<headLine:headLine/>
<div>
......
......@@ -17,7 +17,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper">
<headLine:headLine/>
<div class="container-fluid">
......
......@@ -11,7 +11,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper">
<headLine:headLine/>
student1<br>
......
function calculateHierachy(level) {
if (level == 0) {
return "";
} else {
return calculateHierachy(level-1)+"../";
}
}
\ No newline at end of file
......@@ -13,7 +13,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper">
<div class="container-fluid">
......
......@@ -13,7 +13,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper">
<headLine:headLine/>
<div class="alert"id="CourseCreation">
......
......@@ -13,7 +13,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="0"/>
<div class="page-content-wrapper">
<headLine:headLine/>
......
......@@ -14,7 +14,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="0"/>
<div class="page-content-wrapper">
<headLine:headLine/>
<div>
......
......@@ -25,7 +25,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="1"/>
<div class="page-content-wrapper">
<headLine:headLine/>
......
......@@ -22,7 +22,7 @@
<body>
<div id="wrapper">
<menu:menu/>
<menu:menu hierarchy="0"/>
<div class="page-content-wrapper">
<headLine:headLine/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment