|
| global | $SEM_CLASS |
| |
| global | $SEM_TYPE |
| |
| foreach($SEM_CLASS as $key_class=> $class) | $data_sem ["name"] = _("Name der Veranstaltung") |
| |
| | $data_sem ["subtitle"] = _("Untertitel der Veranstaltung") |
| |
| switch($this->config->getValue("Main", "nameformat")) | $data_sem ["art"] = _("Testveranstaltung") |
| |
| | $data_sem ["semtype"] = 1 |
| |
| | $data_sem ["description"] = str_repeat(_("Beschreibung") . " ", 10) |
| |
| | $data_sem ["location"] = _("A 123, 1. Stock") |
| |
| | $data_sem ["semester"] = "WS 2003/2004" |
| |
| | $data_sem ["time"] = _("Di. 8:30 - 13:30, Mi. 8:30 - 13:30, Do. 8:30 - 13:30") |
| |
| | $data_sem ["number"] = "1234" |
| |
| | $data_sem ["teilnehmer"] = str_repeat(_("Teilnehmer") . " ", 6) |
| |
| | $data_sem ["requirements"] = str_repeat(_("Voraussetzungen") . " ", 6) |
| |
| | $data_sem ["lernorga"] = str_repeat(_("Lernorganisation") . " ", 6) |
| |
| | $data_sem ["leistung"] = str_repeat(_("Leistungsnachweis") . " ", 6) |
| |
| | $data_sem ["range_path"] = _("Fakultät > Studiengang > Bereich") |
| |
| | $data_sem ["misc"] = str_repeat(_("Sonstiges") . " ", 6) |
| |
| | $data_sem ["ects"] = "4" |
| |
| | $order = $this->config->getValue("Main", "order") |
| |
| | $visible = $this->config->getValue("Main", "visible") |
| |
| | $aliases = $this->config->getValue("Main", "aliases") |
| |
| | $j = -1 |
| |
| | $data ["name"] = $data_sem["name"] |
| |
| if($this->config->getValue("Main", "studiplink")) | else |
| |
| | $headline_tr = $this->config->getAttributes("Headline", "tr") |
| |
| | $headline_td = $this->config->getAttributes("Headline", "td") |
| |
| | $headline_font = $this->config->getAttributes("Headline", "font") |
| |
| | $headline_div_end = "" |
| |
| | $content_tr =$this->config->getAttributes("Content", "tr") |
| |
| | $content_td = $this->config->getAttributes("Content", "td") |
| |
| | $content_font = $this->config->getAttributes("Content", "font") |
| |
| | $content_div_end = "" |
| |