Viewing file: 8e92f09c8ccc549ba6a1a8583ef99aea17f617b4.file.user-row.tpl.php (4.49 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-03-29 11:05:35 compiled from "user/templates/announcements/user-row.tpl" */ ?> <?php /*%%SmartyHeaderCode:12644702814f7417cf6248b9-96809515%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '8e92f09c8ccc549ba6a1a8583ef99aea17f617b4' => array ( 0 => 'user/templates/announcements/user-row.tpl', 1 => 1333008113, ), ), 'nocache_hash' => '12644702814f7417cf6248b9-96809515', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <?php $_smarty_tpl->tpl_vars["photo_title"] = new Smarty_variable("photo_title_".($_smarty_tpl->getVariable('ulang')->value), null, null);?> <?php $_smarty_tpl->tpl_vars["announcement_title"] = new Smarty_variable("announcement_title_".($_smarty_tpl->getVariable('ulang')->value), null, null);?> <?php $_smarty_tpl->tpl_vars["announcement_short_text"] = new Smarty_variable("announcement_short_text_".($_smarty_tpl->getVariable('ulang')->value), null, null);?> <?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){ ?> <?php ob_start();?><?php echo $_smarty_tpl->getVariable('mod')->value;?> <?php $_tmp1=ob_get_clean();?><?php $_smarty_tpl->tpl_vars["announcement_main_photo"] = new Smarty_variable($_smarty_tpl->getVariable('Photomanager')->value->GetMainPhoto($_tmp1,"announcement_id=".($_smarty_tpl->tpl_vars['row']->value['announcement_id'])), null, null);?> <div class="row" style="overflow: hidden; position: relative;"> <?php if ($_smarty_tpl->tpl_vars['row']->value['announcement_show_date']=='2'){?> <div class="date"><?php echo GetUsefulDate($_smarty_tpl->tpl_vars['row']->value['announcement_date'],true,true);?> </div> <?php }?> <?php if ($_smarty_tpl->tpl_vars['row']->value['announcement_show_date']=='1'){?> <div class="date"><?php echo GetUsefulDate($_smarty_tpl->tpl_vars['row']->value['announcement_date'],true,false);?> </div> <?php }?> <?php if ($_smarty_tpl->tpl_vars['row']->value['announcement_show_title']=='Y'){?> <div class="title"> <?php if ($_smarty_tpl->tpl_vars['row']->value['announcement_show_read_more_link']=='Y'){?> <a href="/announcements/<?php echo $_smarty_tpl->tpl_vars['row']->value['announcement_id'];?> "><?php echo $_smarty_tpl->tpl_vars['row']->value[$_smarty_tpl->getVariable('announcement_title')->value];?> </a> <?php }else{ ?> <?php echo $_smarty_tpl->tpl_vars['row']->value[$_smarty_tpl->getVariable('announcement_title')->value];?>
<?php }?> </div> <?php }?> <div class="short-text" style="overflow: hidden;"> <?php if (file_exists($_smarty_tpl->getVariable('announcement_main_photo')->value['photo_filename'])==1){?> <?php if ($_smarty_tpl->tpl_vars['row']->value['announcement_show_read_more_link']=='Y'){?> <a href="/announcements/<?php echo $_smarty_tpl->tpl_vars['row']->value['announcement_id'];?> "> <img src="/<?php echo $_smarty_tpl->getVariable('announcement_main_photo')->value['photo_filename'];?> " class="photo" alt="<?php echo $_smarty_tpl->getVariable('announcement_main_photo')->value[$_smarty_tpl->getVariable('photo_title')->value];?> " title="<?php echo $_smarty_tpl->getVariable('announcement_main_photo')->value[$_smarty_tpl->getVariable('photo_title')->value];?> " /> </a> <?php }else{ ?> <img src="/<?php echo $_smarty_tpl->getVariable('announcement_main_photo')->value['photo_filename'];?> " class="photo" alt="<?php echo $_smarty_tpl->getVariable('announcement_main_photo')->value[$_smarty_tpl->getVariable('photo_title')->value];?> " title="<?php echo $_smarty_tpl->getVariable('announcement_main_photo')->value[$_smarty_tpl->getVariable('photo_title')->value];?> " /> <?php }?> <?php }?> <?php echo $_smarty_tpl->tpl_vars['row']->value[$_smarty_tpl->getVariable('announcement_short_text')->value];?>
<?php if ($_smarty_tpl->tpl_vars['row']->value['announcement_show_read_more_link']=='Y'){?> <?php }?> </div> <div class="readmore" style=" position: absolute; bottom: 3px; right:3px;"><a href="/announcements/<?php echo $_smarty_tpl->tpl_vars['row']->value['announcement_id'];?> "><?php echo $_smarty_tpl->getVariable('ULANG')->value['CoreReadMore'];?> </a></div> <div class="delimiter"></div> </div> <?php }} ?>
|