use_helper('crossAppLink') ?>
= link_to('Zaměstnání ve zdravotnictví | Administrace', 'homepage') ?>
= link_to('Inzeráty', 'jobs_list') ?>
= link_to('Stránky a emaily', 'pages_list') ?>
= link_to('Uživatelé', 'users_list_agency') ?>
= link_to('Bannery', 'banners_list') ?>
= link_to('Representanti', 'representants_list') ?>
= link_to('ZvZ v pdf', 'bulletin_list') ?>
/*
= link_to('Cenové hladiny', 'prices_count_list') ?>
*/ ?>
= link_to('Kalendář akcí', 'events_list') ?>
= link_to('Objednávky', 'invoices_list') ?>
= link_to('Nastavení', 'sa_setting') ?>
= $sf_user->getUsername() ?>
= link_to('Profil', 'user_update', $sf_user->getGuardUser(), array('class' => 'profile')) ?>
= link_to('Odhlásit', 'sf_guard_signout', array(), array('class' => 'logout')) ?>
include_partial('global/messages') ?>
if($sf_context->getModuleName() == 'jobs' || $sf_context->getModuleName() == 'topjobs'): ?>
= link_to('Přehled inzerátů', 'jobs_list') ?>
= link_to('Vytvořit nabídku', 'job_offer_create') ?>
= link_to('Vytvořit poptávku', 'job_demand_create') ?>
= link_to('Upravit přímo v portálu', cross_app_url_for('frontend', 'jobs_offers')) ?>
/*
= link_to('Top inzeráty', 'topjobs_list') ?>
*/ ?> elseif($sf_context->getModuleName() == 'pages'): ?>
= link_to('Přehled stránek', 'pages_list') ?>
= link_to('Vytvořit stránku', 'page_create') ?>
elseif($sf_context->getModuleName() == 'users'): ?>
= link_to('Instituce', url_for('users_list_agency')) ?>
= link_to('Osoby (zájemci o práci)', url_for('users_list_person')) ?>
= link_to('Registrovat instituci', 'user_agency_create') ?>
= link_to('Registrovat osobu', 'user_person_create') ?>
= link_to('Přehled administrátorů', url_for('users_list_admin')) ?>
= link_to('Vytvořit administrátora', 'user_admin_create') ?>
elseif($sf_context->getModuleName() == 'banners'): ?>
= link_to('Přehled bannerů', 'banners_list') ?>
= link_to('Vytvořit banner', 'banner_create') ?>
elseif($sf_context->getModuleName() == 'prices'): ?>
= link_to('Přehled cen předplatného', 'prices_count_list') ?>
= link_to('Vytvořit cenu předplatného', 'price_count_create') ?>
= link_to('Přehled cen TOP inzerátu', 'prices_topjob_list') ?>
= link_to('Vytvořit cenu TOP inzerátu', 'price_topjob_create') ?>
elseif($sf_context->getModuleName() == 'invoices'): ?>
= link_to('Přehled objednávek', 'invoices_list') ?>
= link_to('Vytvořit objednávku', 'invoice_create') ?>
elseif($sf_context->getModuleName() == 'representants'): ?>
= link_to('Přehled representantů', 'representants_list') ?>
= link_to('Vytvořit representanta', 'representants_create') ?>
elseif($sf_context->getModuleName() == 'bulletin'): ?>
= link_to('Přehled pdf ZVZ', 'bulletin_list') ?>
= link_to('Vytvořit pdf ZVZ', 'bulletin_create') ?>
= link_to('Odběratelé', 'bulletin_subscribers') ?>
elseif($sf_context->getModuleName() == 'events'): ?>
= link_to('Přehled událostí', 'events_list') ?>
= link_to('Vytvořit událost', 'event_create') ?>
endif ?>
= $sf_content ?>