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

Variables

 $zoom = Request::get('zoom', 0)
 $text = _("Der Stundenplan zeigt die regelmäßigen Veranstaltungen dieser Einrichtung.")
 $infobox ['picture'] = 'infobox/schedules.jpg'
 $infobox ['content']
 $infobox ['content'][1]['eintrag'][]
 $infobox ['content'][2]['eintrag']
 $semester_chooser = '<form method="post" action="'. $controller->url_for('calendar/instschedule') .'">'
foreach(array_reverse($semesters)
as $semester) if($current_semester['semester_id']==$semester['semester_id']) 
endif
 endforeach

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(
'kategorie' => _("Aktionen:")
),
array(
'kategorie' => _("Darstellungsgröße:")
)
)
$infobox['content'][1]['eintrag'][]
Initial value:
array (
'text' => '<a href="'. $controller->url_for('calendar/instschedule/index/'. implode(',', $days)
. '?printview=true&semester_id=' . $current_semester['semester_id'])
. '" 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>'
)
)
$semester_chooser = '<form method="post" action="'. $controller->url_for('calendar/instschedule') .'">'
$text = _("Der Stundenplan zeigt die regelmäßigen Veranstaltungen dieser Einrichtung.")
$zoom = Request::get('zoom', 0)
endforeach
foreach (array_reverse($semesters) as $semester) if ($current_semester['semester_id']==$semester['semester_id']) endif