| 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/symetry/www/ARCHIVES/application/views/scripts/index/ |
Upload File : |
<!-- projectdetails.phtml start -->
<?
$images_preloader = '';
$images_list = '';
if(count($this->images) > 0)
{
foreach($this->images as $image)
{
$images_preloader .= '"'.$this->baseUrl().'/public/images/projects/'.$this->escape($image->img_filename).'",';
$images_list .= '<li><img src="'.$this->baseUrl().'/public/images/projects/thumbs/thumb_'.$this->escape($image->img_filename).'" alt="" class="mouseover" height="65" width="65"/></li>'."\r\n";
}
}
else
{
$images_preloader = '"'.$this->baseUrl().'/public/images/project-no-images-big.png",';
$images_list = '<li><img src="'.$this->baseUrl().'/public/images/project-no-images-big.png" alt="" class="mouseover" height="65" width="65"/></li>'."\r\n";
}
?>
<script language='javascript'>
$.preloadImages(<?=substr($images_preloader, 0, -1);?>);
</script>
<div id='content'>
<?php if (isset($this->images) && isset($this->project)): ?>
<div id='project_detail_zoom'>
<?php
if(count($this->images) > 0)
{
if($this->id == 18)
{
echo '<object id="kaltura_player_1344286974" name="kaltura_player_1344286974" type="application/x-shockwave-flash" allowFullScreen="true" allowNetworking="all" allowScriptAccess="always" height="300" width="300" bgcolor="#000000" xmlns:dc="http://purl.org/dc/terms/" xmlns:media="http://search.yahoo.com/searchmonkey/media/" rel="media:video" resource="http://www.kaltura.com/index.php/kwidget/cache_st/1344286974/wid/_1074672/uiconf_id/8843501/entry_id/1_64xf60jf" data="http://www.kaltura.com/index.php/kwidget/cache_st/1344286974/wid/_1074672/uiconf_id/8843501/entry_id/1_64xf60jf"><param name="allowFullScreen" value="true" /><param name="allowNetworking" value="all" /><param name="allowScriptAccess" value="always" /><param name="bgcolor" value="#000000" /><param name="flashVars" value="&" /><param name="movie" value="http://www.kaltura.com/index.php/kwidget/cache_st/1344286974/wid/_1074672/uiconf_id/8843501/entry_id/1_64xf60jf" /><a href="http://corp.kaltura.com/products/video-platform-features">Video Platform</a> <a href="http://corp.kaltura.com/Products/Features/Video-Management">Video Management</a> <a href="http://corp.kaltura.com/Video-Solutions">Video Solutions</a> <a href="http://corp.kaltura.com/Products/Features/Video-Player">Video Player</a> <a rel="media:thumbnail" href="http://cdnbakmi.kaltura.com/p/1074672/sp/107467200/thumbnail/entry_id/1_64xf60jf/width/120/height/90/bgcolor/000000/type/2"></a> <span property="dc:description" content=""></span><span property="media:title" content="Jury_Indeo_small"></span> <span property="media:width" content="300"></span><span property="media:height" content="300"></span> <span property="media:type" content="application/x-shockwave-flash"></span> </object>';
}
else
{
$this->images->seek(0);
echo '<img src=\''.$this->baseUrl().'/public/images/projects/'.$this->images->current()->img_filename.'\' alt=\'\'/>';
}
}
else
{
echo '<img src=\''.$this->baseUrl().'/public/images/project-no-images-big.png\' alt=\'\'/>';
}
?>
</div>
<div id='project_details'>
<h1><?=$this->project->pro_name?></h1>
<div id='project_detail_arrow_prev'>
<img src='<?php echo $this->baseUrl();?>/public/images/arrow-left.png' class='project_detail_slider_prev' alt='Symetry'/>
</div>
<div id='project_detail_slider'>
<ul>
<?
echo $images_list;
?>
</ul>
</div>
<div id='project_detail_arrow_next'>
<img src='<?php echo $this->baseUrl();?>/public/images/arrow-right.png' class='project_detail_slider_next' alt='Symetry'/>
</div>
<div id='project_detail_text'>
<?=$this->project->pro_long_description;?>
</div>
</div>
<?php else:?>
<?=Zend_registry::get('translate')->_('NoProjectSelected');?>
<?php endif; ?>
</div>
<!-- projectdetails.phtml stop -->