Пример #1
0
							<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
								<label><?php 
echo FrontendTranslate::getLabel('order_by');
?>
</label>
								<select name="min-prix" id="select-min-prix" class="styled-select">
									<option value="ASC"><?php 
echo FrontendTranslate::getLabel('price_up');
?>
</option>
									<option value="DESC"><?php 
echo FrontendTranslate::getLabel('price_down');
?>
</option>                       
								</select>
							</div>							
						</div>
						<div class="row">
							<div class="col-md-12">
								<input type="submit" value="<?php 
echo FrontendTranslate::getLabel('find');
?>
">
							</div>
						</div>
					</form>
				</div>		
			</div>
			
		</div>
	</div>
Пример #2
0
			<table>
				<thead>
					<th><?php 
echo FrontendTranslate::getLabel('division');
?>
</th>
					<th><?php 
echo FrontendTranslate::getLabel('position');
?>
</th>
					<th><?php 
echo FrontendTranslate::getLabel('point');
?>
</th>
					<th><?php 
echo FrontendTranslate::getLabel('goal_pos');
?>
</th>
				</thead>
				<tbody>
					<?php 
$i = 1;
foreach ($rankingP3 as $t) {
    ?>
						<?php 
    if ($t->teamname == "US Thy A") {
        ?>
							<tr>
								<td><a href="<?php 
        echo Router::generateURL('ranking/listing/1');
        ?>
Пример #3
0
echo FrontendTranslate::getLabel('to_sell');
?>
</a>
									</li>
									<li>
										<a href="<?php 
echo Router::generateURL('property/listing/1');
?>
"><?php 
echo FrontendTranslate::getLabel('to_rent');
?>
</a>
									</li>									
								</ul>
							</li>							
							<?php 
if (isset($menu) && $menu == 'contact') {
    echo '<li class="current-menu-item"><a href="' . Router::generateURL('contact') . '">' . FrontendTranslate::getLabel('contact') . '</a></li>';
} else {
    echo '<li><a href="' . Router::generateURL('contact') . '" >' . FrontendTranslate::getLabel('contact') . '</a></li>';
}
?>
																
						</ul>
					</nav>
				</div>
			</div>
		</div>
	</div>
	
</header>
Пример #4
0
					</div>
					<?php 
    }
    ?>
	
					<div class="col-md-12">
						<div class="news-dsc">
							<?php 
    echo stripcslashes($v->introduction);
    ?>
										 
						</div>
						<a href="<?php 
    echo Router::generateURL('blog/view/id:' . $v->id . '/slug:' . $v->slug);
    ?>
" class="btn btn-custom pull-right"><?php 
    echo FrontendTranslate::getLabel('more');
    ?>
</a>
					</div>
				</div>
				<?php 
}
?>
						
			</div>
		</div>
	</section>				
</div>
<?php 
include_once 'favorite.php';
Пример #5
0
echo FrontendTranslate::getLabel('message');
?>
</label>
				<div class="input-group">
					<textarea name="InputMessage" id="InputMessage" class="form-control" rows="5" required></textarea>
					<span class="input-group-addon"><span class="glyphicon glyphicon-check"></span></span>
				</div>
			</div>
			<div class="form-group">
				<label for="InputReal"><?php 
echo FrontendTranslate::getLabel('spam');
?>
</label>
				<div class="input-group">
					<input type="text" class="form-control" name="InputReal" id="InputReal" placeholder="<?php 
echo FrontendTranslate::getLabel('spam_required');
?>
" required>
					<span class="input-group-addon"><span class="glyphicon glyphicon-check"></span></span>
				</div>
			</div>
			<input type="submit" name="submit" id="submit" value="Envoyer" class="btn btn-info pull-right">
		</form>
	</div>
	<div class="clearfix visible-xs-block"></div>
	<div class="col-lg-6 text-center">		
		<address>
			<a href=""><?php 
echo TITLE;
?>
</a>
Пример #6
0
?>

<div class="backward">
	<a href="<?php 
echo Router::generateURL(EMPTYSTRING);
?>
">
		<i class="fa fa-chevron-left"></i> <?php 
echo FrontendTranslate::getLabel('home');
?>
	</a>
</div>

<div class="col-lg-12">
	<h1><?php 
echo FrontendTranslate::getLabel('player');
?>
</h1>							
</div>	

<div class="col-lg-12">
	<div class="panel with-nav-tabs panel-info">
		<div class="panel-heading">
			<ul class="nav nav-tabs">
				<?php 
$i = 0;
foreach ($teams as $c) {
    if ($i == 0) {
        echo '<li class="active"><a href="#featured_tab_' . $c->id . '" data-toggle="tab">' . $c->team . '</a></li>';
    } else {
        echo '<li><a href="#featured_tab_' . $c->id . '" data-toggle="tab">' . $c->team . '</a></li>';
Пример #7
0
<?php

$reference = $this->request(REFERENCE, 'getLastReference');
$title_for_layout = FrontendTranslate::getLabel('other');
?>

<div class="col-md-offset-1 col-md-6">
	<p><?php 
echo FrontendTranslate::getLabel('other_intro');
?>
</p>
</div>
<div class="col-md-4">
	<?php 
foreach ($reference as $k => $v) {
    ?>
		<div class="item <?php 
    echo $v->category;
    ?>
" data-cat="<?php 
    echo $v->category;
    ?>
" style="margin-top: 30px; margin-bottom: 75px;">
			<div class="reference-wrapper">
				<img src="<?php 
    echo Router::webroot($v->image_path);
    ?>
" alt="" class="img-rounded">
				<div class="reference-dtls img-rounded">								
					<?php 
    if (strlen($v->content) > 75) {
Пример #8
0
<?php

$reference = $this->request(REFERENCE, 'getLastReference');
$title_for_layout = FrontendTranslate::getLabel('cms');
?>

<div class="col-md-offset-1 col-md-10 text-justify">
	<p><?php 
echo FrontendTranslate::getLabel('cms_intro');
?>
</p>	
</div>
<div class="col-md-offset-1 col-md-10">
	<div class="reference-wrap">
		<div class="reference-cont clearfix">
			<div id="grid" class="clearfix">
				<?php 
foreach ($reference as $k => $v) {
    ?>
					<div class="item <?php 
    echo $v->category;
    ?>
" data-cat="<?php 
    echo $v->category;
    ?>
">
						<div class="reference-wrapper">
							<img src="<?php 
    echo Router::webroot($v->image_path);
    ?>
" alt="" class="img-rounded">
Пример #9
0
<div class="backward">
	<a href="<?php 
echo Router::generateURL(EMPTYSTRING);
?>
">
		<i class="fa fa-chevron-left"></i> <?php 
echo FrontendTranslate::getLabel('home');
?>
	</a>
</div>

<div class="col-lg-12">
	<h1><?php 
echo FrontendTranslate::getLabel('sponsor');
?>
</h1>							
</div>	

<?php 
$i = 0;
foreach ($sponsors as $sponsor) {
    ?>
		<?php 
    if ($i == 0) {
        ?>
		<?php 
        $i = 1;
        ?>
		<div class="col-lg-6 left">
			<div class="panel panel-info text-left">
				<div class="panel-heading"><?php 
Пример #10
0
    ?>
" alt="" />
								</div>
							<?php 
}
?>
						</div>
						<div class="col-md-12">
							<div class="news-dsc">
								<?php 
echo stripcslashes($blog->content);
?>
								
							</div>
							<a href="<?php 
echo Router::generateURL('blog/listing/' . $blog->category);
?>
" class="btn btn-custom pull-right"><?php 
echo FrontendTranslate::getLabel('back');
?>
</a>
						</div>		
					</div>
				</div>
			</div>
		</section>
	</div>
	<?php 
include_once 'favorite.php';
?>
</div>
Пример #11
0
		
				<?php 
echo $this->FormField->passwordPlaceHolder('password');
?>
			
				<?php 
echo $this->Session->getAlert();
?>
			
				<div class="form-groups text-center">			
					<button type="submit" class="btn btn-success btn-sm">
						<i class="fa fa-lock"></i>
						&nbsp;<?php 
echo FrontendTranslate::getLabel('connect');
?>
					</button>			
					<a href="<?php 
echo Router::generateURL('user/forgotPassword');
?>
" class="btn btn-info btn-sm">
						<i class="fa fa-warning"></i>
						&nbsp;<?php 
echo FrontendTranslate::getLabel('forgotPassword');
?>
					</a>
				</div>
				
			</form>
		</div>
	</div>
</div>
Пример #12
0
<div class="backward">
	<a href="<?php 
echo Router::generateURL(EMPTYSTRING);
?>
">
		<i class="fa fa-chevron-left"></i> <?php 
echo FrontendTranslate::getLabel('home');
?>
	</a>
</div>

<div class="page-title">
	<h1><?php 
echo BackendTranslate::getLabel('page_not_found');
?>
</h1>							
</div>	
<?php 
echo BackendTranslate::getLabel('e404');
?>
	
Пример #13
0
						<thead>
							<tr>
								<th style="width:20%"><?php 
    echo FrontendTranslate::getLabel('date');
    ?>
</th>
								<th style="width:45%"><?php 
    echo FrontendTranslate::getLabel('match');
    ?>
</th>
								<th style="width:10%"><?php 
    echo FrontendTranslate::getLabel('result');
    ?>
</th>								
								<th style="width:20%"><?php 
    echo FrontendTranslate::getLabel('refere');
    ?>
</th>
								<th style="width:5%">&nbsp;</th>
							</tr>
						</thead>
						<tbody>
							<?php 
    $calendars = $this->request(CALENDAR, 'getCalendar', $c->id);
    ?>
							<?php 
    foreach ($calendars as $cal) {
        $score = empty($cal->result) ? EMPTYSTRING : explode(" - ", $cal->result);
        $team = empty($cal->game) ? EMPTYSTRING : explode(" - ", $cal->game);
        $color = 'color:#000;';
        if (!empty($score)) {
Пример #14
0
?>
" class="btn service-client"><?php 
echo FrontendTranslate::getLabel('service_more');
?>
</a>
				</div>
			</div>		
		</div>
		<div class="item">
			<div class="service-wrapper">
				<img src="<?php 
echo Router::webroot('utils/img/service_divers.jpg');
?>
" alt="" class="img-rounded">
				<div class="img-rounded service-dtls">
					<h2><?php 
echo FrontendTranslate::getLabel('service_other');
?>
</h2>
					<a href="<?php 
echo Router::generateURL('service/other');
?>
" class="btn service-client"><?php 
echo FrontendTranslate::getLabel('service_more');
?>
</a>
				</div>
			</div>		
		</div>
	</div>
</div>
Пример #15
0
?>
</div>
		<div class="panel-body">
			<?php 
$categories = $this->request(BLOG, 'getCategories');
?>
			<ul>
			<?php 
foreach ($categories as $k => $v) {
    ?>
				<li><a href="<?php 
    echo Router::generateURL('blog/listing/' . $v->category);
    ?>
"><?php 
    echo $v->category;
    ?>
</a></li>
			<?php 
}
?>
				<li><a href="<?php 
echo Router::generateURL('blog');
?>
"><?php 
echo FrontendTranslate::getLabel('all');
?>
</a></li>
			</ul>
		</div>
	</div>
</div>
Пример #16
0
</a>
					</div>
					<div class="society-blk">
						<?php 
echo FrontendTranslate::getLabel('ipi');
?>
					</div>	
					<div class="bank-blk">
						<?php 
echo FrontendTranslate::getLabel('account');
?>
					</div>		
				</div>
				<div class="sidebar-widget-arr">
					<h3 class="sidebar-widget-title"><?php 
echo FrontendTranslate::getLabel('categ_property');
?>
</h3>
					<ul>
						<?php 
foreach ($categories as $c) {
    ?>
							<li><a href="<?php 
    echo Router::generateURL('property/listing/any/' . $c->id);
    ?>
"><?php 
    echo $c->category;
    ?>
</a></li>
						<?php 
}
Пример #17
0
		  <span class="icon-bar"></span>
		  <span class="icon-bar"></span>
		</button>
		<a class="navbar-brand" href="#"><?php 
echo FrontendTranslate::getLabel('webpassions');
?>
</a>
	</div>
	<div id="navbar" class="navbar-collapse collapse">
		<ul class="nav navbar-nav">
			<?php 
echo '<li ' . $menuhome . '><a href="' . Router::generateURL(EMPTYSTRING) . '" >' . FrontendTranslate::getLabel(HOME) . '</a></li>';
foreach ($this->request(PAGE, 'getMenu') as $entry) {
    $menupage = !empty($menu) && $menu == $entry->name ? 'class="active"' : EMPTYSTRING;
    echo '<li ' . $menupage . '><a href="' . Router::generateURL('page/display_page/id:' . $entry->id . '/slug:' . $entry->slug) . '" >' . $entry->name . '</a></li>';
}
echo '<li ' . $menublog . '><a href="' . Router::generateURL('blog') . '" >' . FrontendTranslate::getLabel('blog') . '</a></li>';
echo '<li ' . $menucontact . '><a href="' . Router::generateURL('page/contact_page/') . '" >' . FrontendTranslate::getLabel('contact') . '</a></li>';
?>
		</ul>
		<ul class="nav navbar-nav navbar-right">
			<li><a href="<?php 
echo Router::generateURL(COCKPIT);
?>
"><span class="glyphicon glyphicon-lock"></span> <?php 
echo FrontendTranslate::getLabel(COCKPIT);
?>
</a></li>
		</ul>
	</div><!--/.nav-collapse -->
</nav>
Пример #18
0
<div class="backward">
	<a href="<?php 
echo Router::generateURL(EMPTYSTRING);
?>
">
		<i class="fa fa-chevron-left"></i> <?php 
echo FrontendTranslate::getLabel('home');
?>
	</a>
</div>
	
<div class="col-lg-12">
	<h1><?php 
echo FrontendTranslate::getLabel('affiliation');
?>
</h1>
</div>
<div class="col-lg-12">
	<div class="text-justify">
		<p>
		Vous avez entre 5 et 18 ans et l'envie de rejoindre notre club de l'US Thy-le-Chateau ?<br/>
		Alors prenez contact avec nous pour que l'on écrive ensemble une partie de l'histoire du club !
		</p>
		<p>Ce formulaire vous permet de réaliser une demande d'affiliation au club</p>
	</div>
	<form id="contactForm" action="/pages/successcontact" method="post" class="form-horizontal">
		<div class="form-group">
			<label for="name" class="col-sm-4 control-label">Nom de l'enfant</label>
			<div class="col-sm-8">
				<input type="text" class="form-control" id="name" placeholder="Prénom et nom" required autofocus>
			</div>
Пример #19
0
					</div>
				</ul>
			</li>
			<li><a href="<?php 
echo Router::generateURL('blog');
?>
"><?php 
echo FrontendTranslate::getLabel('blog');
?>
</a></li>
			<li><a href="<?php 
echo Router::generateURL('sponsor');
?>
"><?php 
echo FrontendTranslate::getLabel('sponsor');
?>
</a></li>
			<li><a href="#"><?php 
echo FrontendTranslate::getLabel('photo');
?>
</a></li>
			<li><a href="<?php 
echo Router::generateURL('page/contact');
?>
"><?php 
echo FrontendTranslate::getLabel('contact');
?>
</a></li>
		</ul>
	</div>
</nav>
Пример #20
0
				<article class="col-md-offset-1 col-md-4" style="margin-top:-100px;">
					<div class="title_intro"></div>
					<?php 
echo FrontendTranslate::getLabel('article_1');
?>
					
				</article>
				<article class="col-md-offset-1 col-md-5" style="margin-top:25px;">
				<?php 
echo FrontendTranslate::getLabel('article_2');
?>
				</article>
				<article class="col-md-5"  style="margin-bottom:30px;">
					<div class="title_service"></div>
					<?php 
echo FrontendTranslate::getLabel('article_3');
?>
				</article>
				
				<div class="row">
					<img class="img-responsive" src="<?php 
echo Router::webroot('utils/img/middle_home_bg.png');
?>
" width="1220px" height="80px"/>
				</div>
				
				<div class="col-md-offset-1 col-md-10">
					<div class="reference-wrap">
						<div class="reference-cont clearfix">
							<div id="grid" class="clearfix">
								<?php 
Пример #21
0
    echo FrontendTranslate::getLabel('match');
    ?>
</th>
								<th colspan="3"><?php 
    echo FrontendTranslate::getLabel('goal');
    ?>
</th>
							</tr>
							<tr>
								<th style="width:5%"></th>
								<th style="width:45%"><?php 
    echo FrontendTranslate::getLabel('club');
    ?>
</th>
								<th><?php 
    echo FrontendTranslate::getLabel('point');
    ?>
</th>
								<th>J</th>
								<th>G</th>
								<th>P</th>
								<th>N</th>
								<th>+</th>
								<th>-</th>
								<th>D</th>
							</tr>
						</thead>
						<tbody>
							<?php 
    $rankings = $this->request(RANKING, 'getRanking', $c->id);
    ?>
Пример #22
0
			<fieldset class="text-center">
				<legend><?php 
echo FrontendTranslate::getLabel('legend_map');
?>
</legend>			
				<script src="https://maps.googleapis.com/maps/api/js"></script>
				<script>
				  function initialize() {
					var mapCanvas = document.getElementById('map-canvas');
					var mapOptions = {
						zoom:14,
						center:new google.maps.LatLng(50.2387822,4.537792800000034),
						mapTypeId: google.maps.MapTypeId.ROADMAP
					}
					var map = new google.maps.Map(mapCanvas, mapOptions)
					marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(50.2387822,4.537792800000034)});
					infowindow = new google.maps.InfoWindow({content:'<strong>WebPassions</strong><br><?php 
echo FrontendTranslate::getLabel('address');
?>
'});
					google.maps.event.addListener(marker, 'click', function(){infowindow.open(map,marker);});
					infowindow.open(map,marker);
				  }
				  google.maps.event.addDomListener(window, 'load', initialize);
				</script>

				<div id="map-canvas"></div>   
			</fieldset>
		</div>
	</div>
</div>
Пример #23
0
<?php

$pages = $this->request(PAGE, 'getMenu');
?>

<!DOCTYPE html>
<html lang="fr"> 
	<head> 
		<meta charset="utf-8">
        <meta http-equiv="x-ua-compatible" content="ie=edge, chrome=1">
		<meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="description" content="">        
		<meta name="keywords" content="">
		<meta name="author" content="<?php 
echo FrontendTranslate::getLabel('author_webpassions');
?>
">
		<link rel="shortcut icon" href="<?php 
echo Router::webroot('utils/img/favicon_cms.png');
?>
" />
		
		<title><?php 
echo TITLE;
?>
</title>
		
		<link rel="stylesheet" href="<?php 
echo Router::webroot('utils/css/site_default.css');
?>
" >
Пример #24
0
?>

<div class="backward">
	<a href="<?php 
echo Router::generateURL(EMPTYSTRING);
?>
">
		<i class="fa fa-chevron-left"></i> <?php 
echo FrontendTranslate::getLabel('home');
?>
	</a>
</div>

<div class="col-lg-12">
	<h1><?php 
echo FrontendTranslate::getLabel('team');
?>
</h1>							
</div>	

<div class="col-lg-12">
	<div class="panel with-nav-tabs panel-info">
		<div class="panel-heading">
			<ul class="nav nav-tabs">
				<?php 
$i = 0;
foreach ($teams as $c) {
    if ($i == 0) {
        echo '<li class="active"><a href="#featured_tab_' . $c->id . '" data-toggle="tab">' . $c->team . '</a></li>';
    } else {
        echo '<li><a href="#featured_tab_' . $c->id . '" data-toggle="tab">' . $c->team . '</a></li>';
Пример #25
0
<?php

$reference = $this->request(REFERENCE, 'getLastReference');
$title_for_layout = FrontendTranslate::getLabel('site');
?>

<div class="col-md-offset-1 col-md-6 text-justify">
	<p><?php 
echo FrontendTranslate::getLabel('site_intro');
?>
</p>
</div>
<div class="col-md-4">
	<?php 
foreach ($reference as $k => $v) {
    ?>
		<div class="item <?php 
    echo $v->category;
    ?>
" data-cat="<?php 
    echo $v->category;
    ?>
" style="margin-top: 30px; margin-bottom: 75px;">
			<div class="reference-wrapper">
				<img src="<?php 
    echo Router::webroot($v->image_path);
    ?>
" alt="" class="img-rounded">
				<div class="reference-dtls img-rounded">								
					<?php 
    if (strlen($v->content) > 75) {
Пример #26
0
		
				<?php 
echo $this->FormField->passwordPlaceHolder('password');
?>
			
				<?php 
echo $this->Session->getAlert();
?>
			
				<div class="form-groups text-center">			
					<button type="submit" class="btn btn-success btn-sm">
						<i class="fa fa-lock"></i>
						&nbsp;<?php 
echo FrontendTranslate::getLabel('connect');
?>
					</button>			
					<a href="<?php 
echo Router::generateURL('user/forgotPassword');
?>
" class="btn btn-info btn-sm">
						<i class="fa fa-warning"></i>
						&nbsp;<?php 
echo FrontendTranslate::getLabel('password_forgot');
?>
					</a>
				</div>
				
			</form>
		</div>
	</div>
</div>
Пример #27
0
		<div id="container" class="container">
			<?php 
include 'include_navigation.php';
?>
			<div id="content">  
				<div class="row"><?php 
echo $content_for_layout;
?>
</div>
				<section class="social-section section section-t wow fadeInRight animated">
	                <div class="sp-social text-center">
	                    <ul>
	                        <li><i class="fa fa-facebook social-btn fb"></i><br/><a href="#" class="btn btn-social-sub">J'aime</a></li>
	                        <li><i class="fa fa-youtube social-btn youtube"></i><br/><a href="#" class="btn btn-social-sub">Mes vidéos</a></li>
	                        <li><i class="fa fa-instagram social-btn inst"></i><br/><a href="#" class="btn btn-social-sub">Mes photos</a></li>
	                    </ul>
	                </div>
	                <div class="footer">
	                    <p class="copyright"><?php 
echo FrontendTranslate::getLabel('copyright');
?>
</p>
	                </div>
	            </section>
			</div>	
		</div>			
		<?php 
include 'include_footer.php';
?>
	</body>
</html>
Пример #28
0
 <a href="http://www.webpassions.be" target="blank"><img src="<?php 
echo Router::webroot('utils/img/logo.png');
?>
" style="width:100px;" alt="<?php 
echo FrontendTranslate::getLabel('webpassions');
?>
"></a>
				</div>
			</div>
		</div>
	</section>
</footer>

<p id="back-top">
	<a href="#top" title="<?php 
echo FrontendTranslate::getLabel('top');
?>
" class="img-rounded"><i class="fa fa-chevron-up"></i></a>
</p>

<script type="text/javascript" src="<?php 
echo Router::webroot('utils/js/jquery-1.9.1.min.js');
?>
"></script>
<script type="text/javascript" src="<?php 
echo Router::webroot('utils/js/bootstrap.js');
?>
"></script>
<script type="text/javascript" src="<?php 
echo Router::webroot('utils/js/jquery.fancybox.pack.js');
?>