forked from server/landingpage
130 lines
3.0 KiB
JavaScript
130 lines
3.0 KiB
JavaScript
var fachschaftslinks = {
|
|
forum: {
|
|
title: "Forum der Fachschaften WIAI und SOWI",
|
|
href: "../board"
|
|
},
|
|
email: {
|
|
title: "Email Account der Fachschaft",
|
|
href: "https://mailex.uni-bamberg.de"
|
|
},
|
|
klausur: {
|
|
title: "Klausurenmodul 3.0 der Fachschaft",
|
|
href: "../klausuren"
|
|
},
|
|
memberwiai: {
|
|
title: "Mitglieder der Fachschaft SoWi",
|
|
href: "../board/extras/sowi.php"
|
|
},
|
|
membersowi: {
|
|
title: "Mitglieder der Fachschaft WiAI",
|
|
href: "../board/extras/wiai.php"
|
|
},
|
|
limesurvey: {
|
|
title: "Limesurvey",
|
|
href: "../limesurvey"
|
|
},
|
|
wiaide: {
|
|
title: "wiai.de",
|
|
href: "../"
|
|
},
|
|
wiai: {
|
|
title: "WiAI Homepage",
|
|
href: "http://www.uni-bamberg.de/wiai/fachschaft/"
|
|
},
|
|
sowi:{
|
|
title: "SoWi Homepage",
|
|
href: "http://www.uni-bamberg.de/sowi/fs"
|
|
},
|
|
redmine: {
|
|
title: "Redmine",
|
|
href: "http://wiai.de/redmine"
|
|
},
|
|
dummy1: {
|
|
title: "P Pad List",
|
|
href: "http://wiai.de/intern/list-pads/"
|
|
},
|
|
dummy2: {
|
|
title: "OTRS",
|
|
href: "http://wiai.de/otrs"
|
|
}
|
|
|
|
};
|
|
|
|
var adminstrationslinks = {
|
|
typo3: {
|
|
title: "Typo3 der Uni-Hompage",
|
|
href: "http://www.uni-bamberg.de/typo3"
|
|
},
|
|
phpmyadmin: {
|
|
title: "PHPMyAdmin des Servers",
|
|
href: "../phpmyadmin"
|
|
},
|
|
limesurveyadmin: {
|
|
title: "Limesurvey Login zur Administration",
|
|
href: "../limesurvey/admin/"
|
|
},
|
|
wiaikeys: {
|
|
title: "Wiai-Schlüsselliste",
|
|
href: "https://wiai.de/board/extras/wiaikeys.php"
|
|
},
|
|
sowikeys: {
|
|
title: "Sowi-Schlüsselliste",
|
|
href: "https://wiai.de/board/extras/sowikeys.php"
|
|
},
|
|
dummy3: {
|
|
title: "",
|
|
href: ""
|
|
}
|
|
};
|
|
|
|
var unilinks = {
|
|
uni: {
|
|
title: "Otto-Friedrich-Universität",
|
|
href: "http://www.uni-bamberg.de/"
|
|
},
|
|
feki: {
|
|
title: "Feki.de",
|
|
href: "http://www.feki.de"
|
|
},
|
|
od:{
|
|
title: "Online Dienste",
|
|
href: "http://www.uni-bamberg.de/leistungen/studium/online_dienste"
|
|
},
|
|
flexnow: {
|
|
title: "FlexNow2 Prüfungssystem der Universität",
|
|
href: "https://zul.zuv.uni-bamberg.de/FN2AUTH/FN2AuthServlet?op=Login"
|
|
},
|
|
vc: {
|
|
title: "Virtueller Campus",
|
|
href: "http://vc.uni-bamberg.de/moodle"
|
|
},
|
|
aaa: {
|
|
title: "Akademisches Auslandsamt",
|
|
href: "http://www.uni-bamberg.de/auslandsamt"
|
|
},
|
|
univis: {
|
|
title: "Univis - Vorlesungs- verzeichnis",
|
|
href: "http://univis.uni-bamberg.de/"
|
|
},
|
|
unibib: {
|
|
title: "Bibliothek der Universität",
|
|
href: "http://www.uni-bamberg.de/service_einrichtungen/unibib"
|
|
},
|
|
unimail: {
|
|
title: "Mailserver für Studierende",
|
|
href: "http://mail.stud.uni-bamberg.de/"
|
|
},
|
|
sv: {
|
|
title: "Studierenden- vertretung (VC)",
|
|
href: "http://www.studierendenvertretung-bamberg.de/"
|
|
},
|
|
bus: {
|
|
title: "Busfahrplan",
|
|
href: "http://www.stadtwerke-bamberg.de/cms/OePNV/Fahrplanauskunft/Fahrplanheft/Taschenfahrplan_2011.html"
|
|
},
|
|
mensa: {
|
|
title: "Mensaplan",
|
|
href: "http://www.studentenwerk-wuerzburg.de/admin_open/upload/index.php?show=prev&loc=studentenhaus"}
|
|
|
|
}
|