Files
2017-03-02 21:57:21 -06:00

106 lines
4.9 KiB
PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<?php include_http_metas() ?>
<?php include_metas() ?>
<?php include_title() ?>
<link rel="icon" type='image/png' href="/favicon.png" />
</head>
<body id='<?php echo isset($bodyId) ? $bodyId : $sf_context->getModuleName() ?>'>
<div id='main'>
<div id="header">
<div id="user-bar">
<?php echo image_tag("accents/top_swoop.gif") ?>
<span><?php echo __('Welcome to Pro Active English.') ?></span>
</div>
<div class='leitbetriebe-austria'>
<?php echo link_to(image_tag("leitbetriebeaustria.png"), "http://www.leitbetriebe.at/index.asp?p=wien&m=78818") ?>
</div>
<h1>
<?php echo link_to('Pro Active English', '') ?>
<?php echo image_tag('identity/running_man-small.gif', "alt=Running man on world") ?>
<?php echo image_tag('identity/slogan.gif', "alt=Professional language solutions") ?>
</h1>
<div class='orange-line'></div>
</div>
<div id='nav'>
<?php echo image_tag('accents/bottom_swoop.gif') ?>
<ul>
<li id='whoarewe_nav'><?php echo link_to(__('Who Are We?'), 'whoarewe') ?></li>
<li id='whatdowedo_nav'><?php echo link_to(__('What Do We Do?'), 'whatdowedo') ?></li>
<li id='howdowedoit_nav'><?php echo link_to(__('How Do We Do It?'), 'howdowedoit') ?></li>
<li id='where_nav'><?php echo link_to(__('Where?'), 'where') ?></li>
</ul>
<span id='language-toggle'>[<?php echo link_to($sf_user->getCulture() == "en" ? "deutsch" : "english", 'user/toggleLanguage' ) ?>]</span>
</div>
<div id="sidebar-content-wrapper">
<div id="sidebar">
<div id='quickcontact' class='sb-section'>
<h2><?php echo __('Contact') ?></h2>
<p>
<?php echo __('Phone') ?>: +43 1 533 7001<br />
<?php echo __('Fax') ?>: +43 1 533 7001-540<br />
<?php echo __('Email') ?>: <?php echo mail_to('office@pae.co.at') ?><br />
Office hours: 8:30a.m. to 3:30p.m. available via telephone till 6p.m.
</p>
<p>
<?php echo __('Address') ?>:<br />
Pro Active English<br />
Trattnerhof 2<br />
A-1010 Wien
</p>
</div>
<div id="subnav" class='sb-section'>
<h2><?php echo __('Menu') ?></h2>
<ul>
<li id='home_subnav'>&gt; <?php echo link_to(__('Home'), 'default/index') ?></li>
<li id='schedule_subnav'>&gt; <?php echo link_to(__('Summer Courses'), 'courses/schedule') ?></li>
<!--<li id='prices_subnav'>&gt; <?php #echo link_to(__('Prices'), 'courses/prices') ?></li>-->
<li id='events_subnav'>&gt; <?php echo link_to(__('Events'), 'info/events') ?></li>
<li id='references_subnav'>&gt; <?php echo link_to(__('References'), 'info/references') ?></li>
<li id='subsidies_subnav'>&gt; <?php echo link_to(__('Subsidies'), 'info/subsidies') ?></li>
<li id='translations_subnav'>&gt; <?php echo link_to(__('Translations'), 'info/translations') ?></li>
<li id='links_subnav'>&gt; <?php echo link_to(__('Links'), 'info/links') ?></li>
<li id='drivingdirections_subnav'>&gt; <?php echo link_to(__('Driving Directions'), 'http://maps.google.at/maps?f=q&source=s_q&hl=de&geocode=&q=pro+active+english,+trattnerhof+2,+1010,+vienna&sll=48.215637,16.370401&sspn=0.030369,0.088921&ie=UTF8&ll=48.209603,16.370401&spn=0.0145,0.04446&z=15&iwloc=A') ?></li>
</ul>
</div>
<div id="pagenav" class='sb-section'>
<?php if(has_slot('pagenav')): ?>
<?php include_slot('pagenav') ?>
<?php else: ?>
<h2><?php echo __('Home') ?></h2>
<p><?php echo __('Welcome to the Pro Active English website!') ?></p>
<?php endif; ?>
</div>
<div id="follow-us" class="sb-section">
<h2><?php echo __("Follow us on") ?></h2>
<a href="http://www.facebook.com/group.php?gid=61043439705" title="Pro Active English Facebook Group">
<?php echo image_tag("facebook.jpg"); ?>
</a><br />
<a href="https://www.xing.com/net/englischwien/" title="Pro Active English on Xing">
<?php echo image_tag("xing.png"); ?>
</a>
</div>
<div id='sidebarpicture' class='sb-section'>
<?php include_component('layout', 'sidebarPicture') ?>
</div>
</div>
<div id="content">
<?php include_component('layout', 'panoramaPicture') ?>
<?php echo $sf_data->getRaw('sf_content') ?>
</div>
</div>
<div id="footer">
<?php echo __('Copyright Pro Active English, All Rights Reserved.') ?>
| <?php echo link_to(__('Legal Information'), 'info/legal') ?>
| <?php echo __('Site created and maintained by') ?>
<?php echo link_to('Ben Ramey', 'http://www.benramey.com') ?>
</div>
</div>
</body>
</html>