diff options
| author | tspitzer | 2014-02-18 13:08:48 +0100 |
|---|---|---|
| committer | tspitzer | 2014-02-18 13:08:48 +0100 |
| commit | 75df905c97bc8bb4def5a3a6a87f301e364bc2ab (patch) | |
| tree | 84ecc75cde752529f47c098526213768851e70a2 /Dozentenmodul_V1/WebContent/GUI | |
| parent | neue GUI Versionen (diff) | |
| download | tutor-module-75df905c97bc8bb4def5a3a6a87f301e364bc2ab.tar.gz tutor-module-75df905c97bc8bb4def5a3a6a87f301e364bc2ab.tar.xz tutor-module-75df905c97bc8bb4def5a3a6a87f301e364bc2ab.zip | |
SQL für VL funktioniert
Diffstat (limited to 'Dozentenmodul_V1/WebContent/GUI')
| -rw-r--r-- | Dozentenmodul_V1/WebContent/GUI/de/menü.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Dozentenmodul_V1/WebContent/GUI/de/menü.html b/Dozentenmodul_V1/WebContent/GUI/de/menü.html new file mode 100644 index 00000000..ee5f3f96 --- /dev/null +++ b/Dozentenmodul_V1/WebContent/GUI/de/menü.html @@ -0,0 +1,9 @@ +<!-- Erzeugt das Navigationsmenü für die Webanwendung -->
+<ul class="vertical-list">
+ <li><a href='/Dozentenmodul_V1/GUI/de/Home.jsp' class='button'>Home</a></li>
+ <li><a href='/Dozentenmodul_V1/GUI/de/createVL_allgemein.jsp' class='button'>VL erzeugen</a></li>
+ <!--<li><a href='/' class='button'>VL bearbeiten</a></li>
+ <li><a href='/' class='button'>Einstellungen</a></li>-->
+ <li><a href='/Dozentenmodul_V1/GUI/de/OTRS.jsp' class='button'>Wartung</a></li>
+ <li><a href='/' class='button'>Logout</a></li>
+</ul>
|
