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

Variables

 $zoom = $my_schedule_settings['zoom']
 $infobox ['picture'] = 'infobox/schedules.jpg'
 $infobox ['content']
 $infobox ['content'][1]['eintrag'][]
if(!$inst_mode) $infobox ['content'][2]['eintrag'][]
 $infobox ['content'][3]['eintrag']

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' => _("Angezeigtes Semester:")
),
array(
'kategorie' => _("Aktionen:")
),
array(
'kategorie' => _("Darstellungsgröße:")
)
)
$infobox['content'][1]['eintrag'][]
Initial value:
array(
'text' => $this->render_partial('calendar/schedule/_semester_chooser'),
'icon' => 'icons/16/black/add/date.png'
)
$infobox['content'][2]['eintrag'][]
Initial value:
array (
'text' => '<a href="'. $controller->url_for('calendar/schedule/index/'. implode(',', $days)
. '?printview=true&semester_id=' . $current_semester['semester_id'])
. '" target="_blank">'._("Druckansicht") .'</a>',
'icon' => "icons/16/black/print.png"
)
$infobox['content'][3]['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>'
)
)
$zoom = $my_schedule_settings['zoom']