translate('SYJ needs javascript. Please activate scripts in your browser.');?>

paginator->count() == 0) { $link = $this->Anchor($this->baseUrl(), $this->translate ("create a route"), array(), false); $noroutecontent = $this->translate("you have created no route yet, you may want to %s", $link); printf ('
%s
', $noroutecontent); return; } print '
'; print '
'; $pages = $this->paginator->getPages(); if (isset($pages->previous) or isset($pages->next)) { print ''; } print $this->localeSwitcher(); foreach ($this->paginator as $item) { $map = sprintf('
', $this->escape($item->geom)); $href = $this->url(array( 'controller' => 'idx', 'action' => 'index', 'url' => $item->id ), 'idx'); $maplink = $this->Anchor($href, $map, array(), false); $modifylink = $this->Anchor($href, $this->translate("modify or duplicate")); $deletelink = sprintf('%s', $this->translate("delete")); printf ('
%s
%s
', (int)$item->id, $maplink, $modifylink, $deletelink, $this->escape($item->displayTitle)); } print '
'; ?>