| Server IP : 213.186.33.2 / Your IP : 216.73.216.39 Web Server : Apache System : Linux webm005.cluster102.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : symetry ( 21728) PHP Version : 8.2.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/s/y/m/symetry/www/ARCHIVES/application/layouts/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<title><?php echo $this->escape($this->title); ?></title>
<meta name="google-site-verification" content="TRsUtGeALcu0cr6905yWPb_t5jhlegvaU9cgieE2DOI" />
<link rel="icon" type="image/png" href="<?php echo $this->baseUrl();?>/public/images/y.png" />
<script type="text/javascript" src="<?=$this->baseUrl();?>/public/js/jquery-1.2.6.pack.js"></script>
<?php if (eregi('Team', $_SERVER['REQUEST_URI']) || eregi('Projectdetails', $_SERVER['REQUEST_URI']) || eregi('References', $_SERVER['REQUEST_URI']) || eregi('Projects', $_SERVER['REQUEST_URI'])): ?>
<script type="text/javascript" src="<?=$this->baseUrl();?>/public/js/jquery.dimensions.min.js"></script>
<script type="text/javascript" src="<?=$this->baseUrl();?>/public/js/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="<?=$this->baseUrl();?>/public/js/jScrollPane.js"></script>
<?php endif; ?>
<?php if (eregi('projects/mod', $_SERVER['REQUEST_URI'])): ?>
<script type="text/javascript" src="<?=$this->baseUrl();?>/public/js/ajaxfileupload.js"></script>
<?php endif; ?>
<?php if (eregi('projects/mod', $_SERVER['REQUEST_URI']) || eregi('projects/add', $_SERVER['REQUEST_URI'])): ?>
<script type="text/javascript" src="<?=$this->baseUrl();?>/public/js/tiny_mce/tiny_mce.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="<?php echo $this->baseUrl();?>/public/css/jquery.wysiwyg.css" />
<?php endif; ?>
<?php if (eregi('index/projects', $_SERVER['REQUEST_URI'])): ?>
<script type="text/javascript" src="<?=$this->baseUrl();?>/public/js/jquery.zoom.js"></script>
<?php endif; ?>
<?php if (eregi('index/projectdetails', $_SERVER['REQUEST_URI'])): ?>
<script type="text/javascript" src="<?=$this->baseUrl();?>/public/js/jquery.mouseover.js"></script>
<script type="text/javascript" src="<?=$this->baseUrl();?>/public/js/jquery.jcarousel.js"></script>
<?php endif; ?>
<?php if (eregi('index/press', $_SERVER['REQUEST_URI'])): ?>
<script type="text/javascript" src="<?=$this->baseUrl();?>/public/js/pirobox.js"></script>
<link href="<?=$this->baseUrl();?>/public/css/pirobox.css" media="screen" title="shadow" rel="stylesheet" type="text/css" />
<?php endif; ?>
<script type='text/javascript'>
$(document).ready(function(){
<?php if (eregi('Team', $_SERVER['REQUEST_URI']) || eregi('References', $_SERVER['REQUEST_URI']) || eregi('Projects', $_SERVER['REQUEST_URI'])): ?>
// this initialises the demo scollpanes on the page.
$('#jScrollPanel').jScrollPane({showArrows:true});
<?php endif; ?>
<?php if (eregi('Projectdetails', $_SERVER['REQUEST_URI'])): ?>
// this initialises the demo scollpanes on the page.
$(function() {
$("#project_detail_slider").jCarouselLite({
btnNext: ".project_detail_slider_next",
btnPrev: ".project_detail_slider_prev",
circular: false,
visible: 5
});
});
/*jQuery.preloadImages = function()
{
for(var i = 0; i<arguments.length; i++)
{
jQuery("<img>").attr("src", arguments[i]);
}
}*/
$('#project_detail_text').jScrollPane({showArrows:true});
imageMouseOver();
<?php endif; ?>
// menu
$('#menu .menu_item').hover(function(){
$(this).parent().find('img').removeClass('menu_hover_hidden');
}, function(){
$(this).parent().find('img').addClass('menu_hover_hidden');
HideSubMenu();
});
});
<?php if (eregi('projects/mod', $_SERVER['REQUEST_URI']) || eregi('projects/add', $_SERVER['REQUEST_URI'])): ?>
tinyMCE.init({
// General options
mode : "textareas",
theme : "advanced",
plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,imagemanager,filemanager",
// Theme options
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|cleanup,|,forecolor,backcolor",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
// Office example CSS
content_css : "css/office.css",
// Drop lists for link/image/media/template dialogs
//template_external_list_url : "js/template_list.js",
//external_link_list_url : "js/link_list.js",
//external_image_list_url : "js/image_list.js",
//media_external_list_url : "js/media_list.js",
});
<?php endif; ?>
<?php if (eregi('projects/mod', $_SERVER['REQUEST_URI'])): ?>
function ajaxFileUpload()
{
//starting setting some animation when the ajax starts and completes
$("#loading")
.ajaxStart(function(){
$(this).show();
})
.ajaxComplete(function(){
$(this).hide();
});
/*
prepareing ajax file upload
url: the url of script file handling the uploaded files
fileElementId: the file type of input element id and it will be the index of $_FILES Array()
dataType: it support json, xml
secureuri:use secure protocol
success: call back function when the ajax complete
error: callback function when the ajax failed
*/
$.ajaxFileUpload
(
{
url:'<?=$this->baseUrl();?>/Projects/Fileuploadcallback?p=<?if(isset($this->pro_id)){echo (int)$this->pro_id;}else{echo '0';}?>',
secureuri:false,
fileElementId:'fileToUpload',
dataType: 'json',
success: function (data, status)
{
if(typeof(data.error) != 'undefined')
{
if(data.error != '')
{
alert(data.error);
}
else
{
$('#project_images').empty();
var html = '';
$.each(data.images, function(i, items) {
html += '<div id=\'project_images_element\'><img src=\'<?php echo $this->baseUrl();?>/public/images/projects/thumbs/thumb_'+items+'\'/>\r\n<form>';
html += '<a href=\'<?=$this->baseUrl();?>/Projects/Deletepicture/id/'+data.img_id[i]+'\'><img src=\'<?=$this->baseUrl();?>/public/images/icons/cross.png\' alt=\'\'/></a>\r\n';
html += '<select onchange="changePicturePosition(this.value, this.options[this.selectedIndex].text)">';
$.each(data.images, function(j, subitems) {
if(data.img_position[i] == data.img_position[j])
{
html+= '<option value="'+data.img_id[i]+'" label="'+data.img_position[j]+'" selected="selected">'+data.img_position[j]+'</option>';
}
else
{
html+= '<option value="'+data.img_id[i]+'" label="'+data.img_position[j]+'">'+data.img_position[j]+'</option>';
}
});
html += '</select>';
html += '<a href=\'<?=$this->baseUrl();?>/Projects/Tagpicture/id/'+data.img_id[i]+'\'><img src=\'<?=$this->baseUrl();?>/public/images/icons/tag.png\' alt=\'\'/></a></form></div>\r\n';
});
$('#project_images').append(html);
}
}
},
error: function (data, status, e)
{
alert(e);
}
}
)
return false;
}
<?php endif; ?>
var obj = null;
var visible = 1;
function HideSubMenu()
{
$('#sous_menu_projects').slideUp('fast');
//$('#menu_projects > img').addClass('menu_project_hover_hidden');
}
$(document).ready(function() {
$('#menu_projects').hover(function() {
$('#sous_menu_projects').slideDown('fast');
//$('#menu_projects > img').removeClass('menu_project_hover_hidden');
}, function() {
});
$('#sous_menu_projects').hover(function() {
}, function() {
HideSubMenu();
});
});
</script>
<link rel="stylesheet" type="text/css" media="screen" href="<?php echo $this->baseUrl();?>/public/css/site.css" />
<!--[if lte IE 6]>
<style type="text/css" media="screen">
#content{
left: 90px;
}
</style>
<![endif]-->
</head>
<body>
<div id='admin'>
<?php if ($this->identified == true) :?>
<a href='<?php echo $this->baseUrl();?>/Auth/Logout'><img src='<?php echo $this->baseUrl();?>/public/images/icons/lock_unlock.png' alt='<?=Zend_registry::get('translate')->_('Logout');?>' class='login'/></a>
<a href='<?php echo $this->baseUrl();?>/Projects'><?=Zend_registry::get('translate')->_('Projects');?></a>
<a href='<?php echo $this->baseUrl();?>/References'><?=Zend_registry::get('translate')->_('References');?></a>
<a href='<?php echo $this->baseUrl();?>/Tags'><?=Zend_registry::get('translate')->_('Tags');?></a>
<?php else: ?>
<a href='<?php echo $this->baseUrl();?>/Auth/Login'><img src='<?php echo $this->baseUrl();?>/public/images/icons/lock.png' alt='<?=Zend_registry::get('translate')->_('Login');?>' class='login'/></a>
<?php endif;?>
</div>
<div id='centeredcontent'>
<?php echo $this->layout()->content; ?>
<div id='sidebar'>
<div id='box1'>
</div>
<div id='box2'>
<?
$cat = '';
if(stripos($this->url(), 'Contact') !== false){
$cat = 'contact1';
}
if($cat != '')
{
echo '<img src=\''.$this->baseUrl().'/public/images/symetry-'.$cat.'.jpg\' alt=\'Symetry\'/>';
}
else
{
echo ' ';
}
?>
</div>
<div id='box3'>
<?
$cat = '';
if(stripos($this->url(), 'Profile') !== false){
$cat = 'bureau';
}
else if(stripos($this->url(), 'Team') !== false){
$cat = 'equipe';
}
else if(stripos($this->url(), 'References') !== false){
$cat = 'references';
}
else if(stripos($this->url(), 'Contact') !== false){
$cat = 'contact2';
}
else if(stripos($this->url(), 'Project') !== false){
$cat = 'projets';
}
if($cat != '')
{
echo '<img src=\''.$this->baseUrl().'/public/images/symetry-'.$cat.'.jpg\' alt=\'Symetry\'/>';
}
else
{
echo ' ';
}
?>
</div>
<div id='box4'>
<img src='<?php echo $this->baseUrl();?>/public/images/symetry-address.jpg' alt='Symetry - logo'/>
</div>
<? if(ereg('Index', $_SERVER['REQUEST_URI'])) {?>
<div id='legalInformation'>
<a href='<?php echo $this->baseUrl();?>/Index/Legalinformation'><?=Zend_registry::get('translate')->_('LegalInformation');?></a> - <a href='http://www.backupgraphic.be' target='_new'>Site by Back Up Graphic</a> - <span class='fotosCredits'><?=Zend_registry::get('translate')->_('FotoCredits');?></span>
</div>
<? } ?>
</div>
<div id='menu'>
<ul>
<li>
<a href='<?php echo $this->baseUrl();?>/Index/Profile' class='<? if(stripos($this->url(), 'Profile') !== false){echo 'menu_item_selected';}else{echo 'menu_item';}?>'><?=Zend_registry::get('translate')->_('Profile');?><span class='spacer'> </span></a>
<img src='<?php echo $this->baseUrl();?>/public/images/y.png' alt='Symetry' class='<? if(stripos($this->url(), 'Profile') !== false){echo 'menu_selected';}else{echo 'menu_hover_hidden';}?>'/>
</li>
<li>
<span class='spacer'>|</span>
</li>
<li id='menu_projects'>
<a href='<?php echo $this->baseUrl();?>/Index/Projects' class='<? if(stripos($this->url(), 'Projects') !== false){echo 'menu_project_selected';}else{echo 'menu_project_item';}?>'><?=Zend_registry::get('translate')->_('Projects');?><span class='spacer'> </span></a>
<img src='<?php echo $this->baseUrl();?>/public/images/y.png' alt='Symetry' class='<? if(stripos($this->url(), 'Project') !== false){echo 'menu_selected';}else{echo 'menu_hover_hidden';}?>'/>
<div id='sous_menu_projects'>
<img src='<?php echo $this->baseUrl();?>/public/images/y.png' alt='Symetry' class='<? if(stripos($this->url(), 'Project') !== false){echo 'menu_hover_hidden';}else{echo 'menu_selected';}?>'/>
<div id='sous_menu_projects_ul'>
<ul>
<li><a href="<?php echo $this->baseUrl();?>/Index/Projects/catid/1"><?=Zend_registry::get('translate')->_('Houses');?></a></li>
<li><a href="<?php echo $this->baseUrl();?>/Index/Projects/catid/2"><?=Zend_registry::get('translate')->_('Desk');?></a></li>
<li><a href="<?php echo $this->baseUrl();?>/Index/Projects/catid/3"><?=Zend_registry::get('translate')->_('Other');?></a></li>
<li><a href="<?php echo $this->baseUrl();?>/Index/Projects/catid/4"><?=Zend_registry::get('translate')->_('Actually');?></a></li>
</ul>
</div>
</div>
</li>
<li>
<span class='spacer'>|</span>
</li>
<li>
<a href='<?php echo $this->baseUrl();?>/Index/References' class='<? if(stripos($this->url(), 'References') !== false){echo 'menu_item_selected';}else{echo 'menu_item';}?>'><?=Zend_registry::get('translate')->_('References');?><span class='spacer'> </span></a>
<img src='<?php echo $this->baseUrl();?>/public/images/y.png' alt='Symetry' class='<? if(stripos($this->url(), 'References') !== false){echo 'menu_selected';}else{echo 'menu_hover_hidden';}?>'/>
</li>
<li>
<span class='spacer'>|</span>
</li>
<li>
<a href='<?php echo $this->baseUrl();?>/Index/Team' class='<? if(stripos($this->url(), 'Team') !== false){echo 'menu_item_selected';}else{echo 'menu_item';}?>'><?=Zend_registry::get('translate')->_('Team');?><span class='spacer'> </span></a>
<img src='<?php echo $this->baseUrl();?>/public/images/y.png' alt='Symetry' class='<? if(stripos($this->url(), 'Team') !== false){echo 'menu_selected';}else{echo 'menu_hover_hidden';}?>'/>
</li>
<li>
<span class='spacer'>|</span>
</li>
<li>
<a href='<?php echo $this->baseUrl();?>/Index/Press' class='<? if(stripos($this->url(), 'Press') !== false){echo 'menu_item_selected';}else{echo 'menu_item';}?>'><?=Zend_registry::get('translate')->_('Press');?><span class='spacer'> </span></a>
<img src='<?php echo $this->baseUrl();?>/public/images/y.png' alt='Symetry' class='<? if(stripos($this->url(), 'Press') !== false){echo 'menu_selected';}else{echo 'menu_hover_hidden';}?>'/>
</li>
<li>
<span class='spacer'>|</span>
</li>
<li>
<a href='<?php echo $this->baseUrl();?>/Index/Contact' class='<? if(stripos($this->url(), 'Contact') !== false){echo 'menu_item_selected';}else{echo 'menu_item';}?>'><?=Zend_registry::get('translate')->_('Contact');?><span class='spacer'> </span></a>
<img src='<?php echo $this->baseUrl();?>/public/images/y.png' alt='Symetry' class='<? if(stripos($this->url(), 'Contact') !== false){echo 'menu_selected';}else{echo 'menu_hover_hidden';}?>'/>
</li>
</ul>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32849903-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>