2014-02-18 12:10:29 +01:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
* Default-Template
|
|
|
|
*/
|
|
|
|
?>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
|
|
|
|
<head>
|
2014-06-10 18:37:45 +02:00
|
|
|
<title><?=((isset($title))?$title:$title_for_layout);?> - <?=__('dreamjob');?></title>
|
2014-02-18 12:10:29 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
2015-02-15 15:25:56 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/dreamjob.css" type="text/css" media="screen" />
|
2014-02-18 12:10:29 +01:00
|
|
|
<?php
|
|
|
|
echo $this->Html->charset();
|
2015-02-13 17:07:40 +01:00
|
|
|
echo $this->Html->css(array('bootstrap.min','bootstrap-wysihtml5','wysiwyg-color','select2','select2-bootstrap'));
|
2014-02-18 12:10:29 +01:00
|
|
|
echo $this->Html->meta('icon', $this->Html->url('/favicon.ico'));
|
|
|
|
?>
|
|
|
|
</head>
|
|
|
|
<body>
|
2014-04-02 20:37:38 +02:00
|
|
|
<div class="modal fade" id="popup" tabindex="-1" role="dialog">
|
|
|
|
<div class="modal-dialog">
|
2014-10-17 19:47:06 +02:00
|
|
|
<form class="modal-content">
|
2014-04-02 20:37:38 +02:00
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
2014-05-01 11:55:06 +02:00
|
|
|
<h3 class="modal-title"></h3>
|
2014-04-02 20:37:38 +02:00
|
|
|
</div>
|
|
|
|
<div class="modal-body"></div>
|
|
|
|
<div class="modal-footer">
|
|
|
|
<button type="button" class="btn btn-primary" data-dismiss="modal"><?=__('dreamjob.close');?></button>
|
|
|
|
</div>
|
2014-10-17 19:47:06 +02:00
|
|
|
</form>
|
2014-04-02 20:37:38 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2014-06-16 00:38:44 +02:00
|
|
|
<div class="bg content-size" id="logo_bar">
|
2014-02-18 12:10:29 +01:00
|
|
|
<div id="logo">
|
|
|
|
<?=$this->Html->image('logo.png',array('url'=>array('controller'=>'home','action'=>'home'))); ?>
|
|
|
|
</div>
|
2014-10-12 19:56:10 +02:00
|
|
|
|
|
|
|
<div id="logo_right">
|
|
|
|
<?=$this->Html->link('Info-Seite','http://info.dream-job.eu/', array('class'=>'main','ref'=>'eventOff','target'=>'_blank'));?>
|
2015-01-17 01:24:35 +01:00
|
|
|
<?=$this->Html->link('für Unternehmen','http://info.dream-job.eu/unser-angebot/', array('ref'=>'eventOff','target'=>'_blank'));?>
|
2014-11-16 20:15:22 +01:00
|
|
|
<?=$this->Html->link('für Schüler','http://info.dream-job.eu/', array('ref'=>'eventOff','target'=>'_blank'));?>
|
2015-01-17 01:24:35 +01:00
|
|
|
<?=$this->Html->link('für Schulen','http://info.dream-job.eu/unser-angebot-schulen/', array('ref'=>'eventOff','target'=>'_blank'));?>
|
|
|
|
<?=$this->Html->link('Facebook','https://www.facebook.com/dreamjobbremen', array('ref'=>'eventOff','target'=>'_blank'));?>
|
2014-10-12 19:56:10 +02:00
|
|
|
<?=(true)?'':$this->Html->image('mobil.png',array("url"=>array('controller'=>'home','action'=>'home')));?>
|
|
|
|
</div>
|
|
|
|
|
2014-02-18 12:10:29 +01:00
|
|
|
</div>
|
2014-06-16 00:38:44 +02:00
|
|
|
<div id="navbar" class="content-size">
|
2014-02-18 12:10:29 +01:00
|
|
|
<!-- navbar -->
|
|
|
|
<?php
|
|
|
|
$this->startIfEmpty('navbar');
|
|
|
|
echo $this->element('navbar');
|
|
|
|
$this->end();
|
|
|
|
|
|
|
|
echo $this->fetch('navbar');
|
|
|
|
?>
|
|
|
|
<!-- /navbar -->
|
|
|
|
</div>
|
|
|
|
<div class="bg columns">
|
|
|
|
<div class="bar">
|
|
|
|
<div id="barleft">
|
|
|
|
<!-- barleft -->
|
|
|
|
<?php
|
|
|
|
$this->startIfEmpty('barleft');
|
|
|
|
echo $this->element('barleft');
|
|
|
|
$this->end();
|
|
|
|
|
|
|
|
echo $this->fetch('barleft');
|
|
|
|
?>
|
|
|
|
<!-- /barleft -->
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-06-16 00:38:44 +02:00
|
|
|
<div class="column-center content-size">
|
2014-02-18 12:10:29 +01:00
|
|
|
<div id="alert">
|
|
|
|
<!-- alert -->
|
|
|
|
<?=$this->Session->flash(); ?>
|
|
|
|
<!-- /alert -->
|
|
|
|
</div>
|
|
|
|
<div id="container">
|
|
|
|
<!-- container -->
|
|
|
|
<?=$this->fetch('content'); ?>
|
|
|
|
<!-- /container -->
|
|
|
|
</div>
|
|
|
|
<div class="loadingModel"></div>
|
|
|
|
</div>
|
|
|
|
<div class="bar">
|
|
|
|
<div id="barright">
|
|
|
|
<!-- barright -->
|
|
|
|
<?php
|
|
|
|
$this->startIfEmpty('barright');
|
|
|
|
echo $this->element('barright');
|
|
|
|
$this->end();
|
|
|
|
|
|
|
|
echo $this->fetch('barright');
|
|
|
|
?>
|
|
|
|
<!-- /barright -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="navdown" class="columns">
|
|
|
|
<div class="bar"></div>
|
2014-06-16 00:38:44 +02:00
|
|
|
<div class="column-center content-size">
|
2014-02-18 12:10:29 +01:00
|
|
|
<table>
|
|
|
|
<tr>
|
2014-03-02 11:35:22 +01:00
|
|
|
<td>
|
2015-02-13 17:07:40 +01:00
|
|
|
<h3>Infos</h3>
|
2014-02-18 12:10:29 +01:00
|
|
|
<ul class="list-unstyled">
|
2015-02-13 17:07:40 +01:00
|
|
|
<li><?=$this->Html->link('für Jobsuchende','http://info.dream-job.eu/',array('rel'=>'external','target'=>'_blank'));?></li>
|
|
|
|
<li><?=$this->Html->link('für Unternehmen','http://info.dream-job.eu/unser-angebot/',array('rel'=>'external','target'=>'_blank'));?></li>
|
2014-02-18 12:10:29 +01:00
|
|
|
</ul>
|
|
|
|
</td>
|
|
|
|
<td>
|
2015-02-13 17:07:40 +01:00
|
|
|
<h3>dreamJOB</h3>
|
2014-02-18 12:10:29 +01:00
|
|
|
<ul class="list-unstyled">
|
2015-02-13 17:07:40 +01:00
|
|
|
<li><?=$this->Html->link('Team','http://info.dream-job.eu/team/',array('rel'=>'external','target'=>'_blank'));?></li>
|
|
|
|
<li><?=$this->Html->link('Partner','http://info.dream-job.eu/partner/',array('rel'=>'external','target'=>'_blank'));?></li>
|
|
|
|
<li><?=$this->Html->link('das Unternehmen','http://miconware.de',array('rel'=>'external','target'=>'_blank'));?></li>
|
2014-02-18 12:10:29 +01:00
|
|
|
</ul>
|
|
|
|
</td>
|
|
|
|
<td>
|
2015-02-13 17:07:40 +01:00
|
|
|
<h3>Social</h3>
|
|
|
|
<ul class="list-unstyled">
|
|
|
|
<li><?=$this->Html->link('facebook','https://de-de.facebook.com/dreamjobbremen',array('rel'=>'external','target'=>'_blank'));?></li>
|
|
|
|
<li><?=$this->Html->link('twitter','https://twitter.com/dreamjobcc',array('rel'=>'external','target'=>'_blank'));?></li>
|
|
|
|
<li><?=$this->Html->link('google+','https://plus.google.com/114376289012047806483/posts',array('rel'=>'external','target'=>'_blank'));?></li>
|
|
|
|
</ul>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<h3>Unternehmen</h3>
|
2014-02-18 12:10:29 +01:00
|
|
|
<ul class="list-unstyled">
|
2015-02-13 17:07:40 +01:00
|
|
|
<li><?=$this->Html->link(__('dreamjob.contact'),array('controller'=>'extra','action'=>'contact'));?></li>
|
|
|
|
<li><?=$this->Html->link(__('dreamjob.impressum'),array('controller'=>'home','action'=>'impressum'));?></li>
|
|
|
|
<li><?=$this->Html->link(__('dreamjob.agb'),array('controller'=>'home','action'=>'agb'));?></li>
|
2014-02-18 12:10:29 +01:00
|
|
|
</ul>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2014-12-15 18:09:45 +01:00
|
|
|
<?php /*
|
|
|
|
<li><?=$this->Html->link(__('dreamjob.premium'),array('controller'=>'extra','action'=>'premium'));?></li>
|
|
|
|
<li><?=$this->Html->link(__('dreamjob.advertise'),array('controller'=>'extra','action'=>'advertise'));?></li>
|
|
|
|
*/ ?>
|
2014-02-18 12:10:29 +01:00
|
|
|
</div>
|
|
|
|
<div class="bar"></div>
|
|
|
|
</div>
|
|
|
|
<!-- java script -->
|
|
|
|
<?php
|
2014-09-23 16:13:22 +02:00
|
|
|
echo $this->Html->script(array('jquery.min', 'jquery-ui.min', 'bootstrap.min', 'bootstrap-wysihtml5','select2.min','select2_locale_de','dreamjob'));
|
2014-03-23 10:16:15 +01:00
|
|
|
?>
|
|
|
|
<!-- extraScript -->
|
|
|
|
<?php
|
|
|
|
$this->startIfEmpty('scriptEnd');
|
|
|
|
$this->end();
|
|
|
|
|
|
|
|
echo $this->fetch('scriptEnd');
|
2014-02-18 12:10:29 +01:00
|
|
|
?>
|
2014-03-23 10:16:15 +01:00
|
|
|
<!-- /extraScript -->
|
2014-02-18 12:10:29 +01:00
|
|
|
</body>
|
|
|
|
</html>
|