Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
index.php File Reference

Variables

 $zoom = Request::get('zoom', 0)
 $text = _("Der Stundenplan zeigt Ihre regelmäßigen Veranstaltungen dieses Semesters sowie von Ihnen selbst erstellte Belegungen.")
 $text2
 $infobox ['picture'] = 'infobox/schedules.jpg'
 $infobox ['content']
if(!$inst_mode) $infobox ['content'][1]['eintrag'][]
 $infobox ['content'][2]['eintrag']
 endif = $this->render_partial('calendar/daily_weekly.php', compact('calendar_view'))

Variable Documentation

$infobox['picture'] = 'infobox/schedules.jpg'
$infobox['content']
Initial value:
array(
array(
'kategorie' => _("Information:"),
'eintrag' => array(
array("text" => $text, "icon" => "icons/16/black/info.png"),
array("text" => $text2, "icon" => "icons/16/black/search.png")
)
),
array(
'kategorie' => _("Aktionen:")
),
array(
'kategorie' => _("Darstellungsgröße:")
)
)
$infobox['content'][1]['eintrag'][]
Initial value:
array (
'text' => '<a href="'. $controller->url_for('calendar/schedule/index/'. implode(',', $days)
. '?printview=true' . (Request::get('show_hidden') ? '&show_hidden=true' : ''))
. '" target="_blank">'._("Druckansicht") .'</a>',
'icon' => "icons/16/black/print.png"
)
$infobox['content'][2]['eintrag']
Initial value:
array (
array (
'icon' => 'icons/16/'. ($zoom == 0 ? 'red' : 'black') . '/schedule.png',
'text' => '<a href="'. UrlHelper::getLink('', array('zoom' => 0)) .'">'. _("klein") .'</a>'
),
array (
'icon' => 'icons/16/'. ($zoom == 2 ? 'red' : 'black') . '/schedule.png',
'text' => '<a href="'. UrlHelper::getLink('', array('zoom' => 2)) .'">'. _("mittel") .'</a>'
),
array (
'icon' => 'icons/16/'. ($zoom == 4 ? 'red' : 'black') . '/schedule.png',
'text' => '<a href="'. UrlHelper::getLink('', array('zoom' => 4)) .'">'. _("groß") .'</a>'
)
)
$text = _("Der Stundenplan zeigt Ihre regelmäßigen Veranstaltungen dieses Semesters sowie von Ihnen selbst erstellte Belegungen.")
$text2
Initial value:
sprintf( _("Um neue Veranstaltungen hinzuzufügen, verwenden Sie die %sVeranstaltungssuche%s."),
'<a href="'. UrlHelper::getLink('sem_portal.php') .'">', '</a>')
$zoom = Request::get('zoom', 0)
endif = $this->render_partial('calendar/daily_weekly.php', compact('calendar_view'))