Viewing file: 83bd91a111ffefd3ef7149051c9dc6d08eb91777.file.album.tpl.php (2.68 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2011-05-10 23:17:39 compiled from "user/templates/videogallery/album.tpl" */ ?> <?php /*%%SmartyHeaderCode:12488285684dc99d63621261-81286654%%*/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 => 1285103384, ), ), 'nocache_hash' => '12488285684dc99d63621261-81286654', '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="/videogallery/<?php echo $_smarty_tpl->tpl_vars['row']->value['album_id'];?> "><img src="/data/videogallery/i<?php echo $_smarty_tpl->tpl_vars['row']->value['album_cover_filename'];?> .jpg" /></a>
</div>
<div class="info">
<div class="title"><a href="/videogallery/<?php echo $_smarty_tpl->tpl_vars['row']->value['album_id'];?> "><?php echo $_smarty_tpl->tpl_vars['row']->value[$_smarty_tpl->getVariable('album_name')->value];?> </a></div>
<div class="description"><?php echo $_smarty_tpl->tpl_vars['row']->value[$_smarty_tpl->getVariable('album_description')->value];?> </div>
<div class="count"><?php echo $_smarty_tpl->getVariable('ULANG')->value['Videogallery_album_count_of_videos'];?> : <strong><?php echo $_smarty_tpl->tpl_vars['row']->value['album_count_of_videos'];?> </strong></div>
<div class="date"><?php echo $_smarty_tpl->getVariable('ULANG')->value['Videogallery_album_date_of_creation'];?> <strong> <?php echo GetUsefulDate(($_smarty_tpl->tpl_vars['row']->value['album_date_of_creation']),true,false);?> </strong></div>
<div class="date"><?php echo $_smarty_tpl->getVariable('ULANG')->value['Videogallery_album_date_of_edition'];?> <strong><?php echo GetUsefulDate(($_smarty_tpl->tpl_vars['row']->value['album_date_of_edition']),true,false);?> </strong></div>
</div>
</li>
<?php }} ?>
</ul>
</div>
</script>
|