Viewing file: 83bd91a111ffefd3ef7149051c9dc6d08eb91777.file.album.tpl.php (2.32 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-05-12 10:07:49 compiled from "user/templates/videogallery/album.tpl" */ ?> <?php /*%%SmartyHeaderCode:13076425644fae0c453d33a0-10481805%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '83bd91a111ffefd3ef7149051c9dc6d08eb91777' => array ( 0 => 'user/templates/videogallery/album.tpl', 1 => 1336806468, ), ), 'nocache_hash' => '13076425644fae0c453d33a0-10481805', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <?php $_smarty_tpl->tpl_vars["album_name"] = new Smarty_variable("album_name_".($_smarty_tpl->getVariable('alang')->value), null, null);?>
<?php $_smarty_tpl->tpl_vars["album_description"] = new Smarty_variable("album_description_".($_smarty_tpl->getVariable('alang')->value), null, null);?>
<div class="album">
<ul>
<?php $_smarty_tpl->tpl_vars['row'] = new Smarty_Variable; $_from = $_smarty_tpl->getVariable('rows')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} if (count($_from) > 0){ foreach ($_from as $_smarty_tpl->tpl_vars['row']->key => $_smarty_tpl->tpl_vars['row']->value){ ?>
<li>
<div class="picture">
<a href="http://www.youtube.com/embed/<?php echo $_smarty_tpl->tpl_vars['row']->value['video_youtube_id'];?> ?autoplay=1" class="fancybox iframe">
<?php if (is_file("/data/videogallery/i".($_smarty_tpl->tpl_vars['row']->value['video_filename']).".jpg")){?>
<img src="/data/videogallery/i<?php echo $_smarty_tpl->tpl_vars['row']->value['video_filename'];?> .jpg" width="150" />
<?php }else{ ?>
<img src="http://i.ytimg.com/vi/<?php echo $_smarty_tpl->tpl_vars['row']->value['video_youtube_id'];?> /0.jpg" width="160" />
<?php }?>
</a>
</div>
<div class="info">
<div class="title"><h3><a class="fancybox iframe" href="http://www.youtube.com/embed/<?php echo $_smarty_tpl->tpl_vars['row']->value['video_youtube_id'];?> ?autoplay=1"><?php echo $_smarty_tpl->tpl_vars['row']->value["video_title_".($_smarty_tpl->getVariable('ulang')->value)];?> </a></h3></div>
</div>
<div style="clear:left;"></div>
</li>
<?php }} ?>
</ul>
</div>
</script>
|