Viewing file: 0290289132309c659f212c9b40bf878f72801d23.file.panel.tpl.php (2.23 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-02-09 04:08:54 compiled from "user/templates/panel.tpl" */ ?> <?php /*%%SmartyHeaderCode:11474039974f332ab646c559-31489173%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '0290289132309c659f212c9b40bf878f72801d23' => array ( 0 => 'user/templates/panel.tpl', 1 => 1328738840, ), ), 'nocache_hash' => '11474039974f332ab646c559-31489173', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <?php if (strlen(trim($_smarty_tpl->getVariable('value')->value['Title']))>0&&$_smarty_tpl->getVariable('type')->value!='page'){?> <div class="ui-widget"> <div class="ui-widget-header ui-corner-top"> <?php if (isset($_smarty_tpl->getVariable('value')->value['Link'])){?> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <?php echo $_smarty_tpl->getVariable('value')->value['Title'];?>
</td> <td align="right" style="width:50px;"> <a href="<?php echo $_smarty_tpl->getVariable('value')->value['Link']['Address'];?> " class="archive-link"><?php echo $_smarty_tpl->getVariable('value')->value['Link']['Title'];?> </a> </td> </tr> </table> <?php }else{ ?> <?php echo $_smarty_tpl->getVariable('value')->value['Title'];?>
<?php }?> </div> <div class="ui-widget-content"> <div class="<?php echo $_smarty_tpl->getVariable('value')->value['Module'];?> <?php if ($_smarty_tpl->getVariable('type')->value=='panel'){?> Panel<?php }?>"> <?php echo $_smarty_tpl->getVariable('value')->value['Content'];?>
</div> <div style="clear:both"></div> </div> </div> <?php }else{ ?> <?php ob_start();?><?php echo $_smarty_tpl->getVariable('value')->value['Title'];?> <?php $_tmp1=ob_get_clean();?><?php if (strlen($_tmp1)>0){?> <div class="MainBlock"> <?php }?> <h1><?php echo $_smarty_tpl->getVariable('value')->value['Title'];?> </h1> <?php echo $_smarty_tpl->getVariable('value')->value['Content'];?>
<?php ob_start();?><?php echo $_smarty_tpl->getVariable('value')->value['Title'];?> <?php $_tmp2=ob_get_clean();?><?php if (strlen($_tmp2)>0){?> </div> <?php }?> <?php }?>
|