\n"; echo "
\n"; echo Kohana::lang('common.timerange-box-header') . "\n"; echo "
\n"; echo "
\n"; $start = $this->session->get('start', ''); $end = $this->session->get('end', ''); $path = pnp::addToUri(array('view' => '', 'start' => $start,'end' => $end)); if ($start && $end) { echo "" . Kohana::lang('common.timerange-selector-link') . "
\n"; } if ($start && !$end) { echo "" . Kohana::lang('common.timerange-selector-link') . "
\n"; } $path = pnp::addToUri(array('view' => '', 'start' => '', 'end' => '')); echo "" . Kohana::lang('common.timerange-selector-overview') . "
\n"; foreach ($this->config->views as $key => $view) { $path = pnp::addToUri(array('view' => $key, 'start' => '', 'end' => '')); echo "" . $view['title'] . "
\n"; } echo "
\n"; echo "

\n";