breadcrumbs=array( 'Standorte' ); $this->pageTitle = 'Standorte - ' . Yii::app()->name; $this->menu=array( ); ?>

Standorte

Mit einem Click auf den Standortmarker erhalten Sie eine Übersicht der Vereine am Standort

".$standort->name."
"; foreach ($standort->vereine as $verein) { if ( $verein->published > 0) { $has_childs=true; } $infostring .=CHtml::link($verein->name,array("verein/view","id"=>$verein->id))."
"; } $infostring .=""; $infoWindow = new EGMapInfoWindow($infostring); // Saving coordinates after user dragged our marker. if ($has_childs) { $marker = new EGMapMarker($standort->pos_lat, $standort->pos_long, array('title' => $model->name, 'draggable'=>false), 'marker'); $marker->addHtmlInfoWindow($infoWindow); $map->addMarker($marker, $standort->published); } } $map->render(); ?> widget('zii.widgets.grid.CGridView', array( 'id'=>'standort-grid', 'dataProvider'=>$model->search(), 'columns'=>array( 'type', 'name', ), ));*/ ?>