| 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/projects/ |
Upload File : |
<!-- tappicture.phtml start -->
<div id='content'>
<img src='<?php echo $this->baseUrl();?>/public/images/projects/thumbs/thumb_<?php echo $this->escape($this->image->img_filename);?>' alt=''/>
<form id="project" enctype="application/x-www-form-urlencoded" action="" method="post">
<ul>
<?
foreach($this->tags as $tag)
{
if($tag['imtg_img_id'] != null){
echo '<li><input type="hidden" name="currentTag[]" value="'.$tag['tag_id'].'"/><input type="checkbox" name="tag[]" value="'.$tag['tag_id'].'" checked />'.$tag['tag_name']."</li>\r\n";
}else{
echo '<li><input type="checkbox" name="tag[]" value="'.$tag['tag_id'].'"/>'.$tag['tag_name']."</li>\r\n";
}
}
?>
</ul>
<input type='submit'/>
</form>
</div>
<!-- tappicture.phtml stop -->