Viewing file: 0290289132309c659f212c9b40bf878f72801d23.file.panel.tpl.php (1.7 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2011-05-10 20:44:54 compiled from "user/templates/panel.tpl" */ ?> <?php /*%%SmartyHeaderCode:8790407374dc979965ed612-16011022%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '0290289132309c659f212c9b40bf878f72801d23' => array ( 0 => 'user/templates/panel.tpl', 1 => 1285103380, ), ), 'nocache_hash' => '8790407374dc979965ed612-16011022', '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" style="margin:3px; font-family: Arial;">
<div class="ui-widget-content ui-corner-all" style="padding:2px;font-size:9pt; ">
<div class="ui-widget-header ui-corner-all" style="padding:2px; text-align:center;font-size:11pt;">
<?php if (isset($_smarty_tpl->getVariable('value')->value['Link'])){?>
<a href="<?php echo $_smarty_tpl->getVariable('value')->value['Link']['Address'];?> " class="archive-link"><?php echo $_smarty_tpl->getVariable('value')->value['Link']['Title'];?> </a>
<?php }?>
<?php echo $_smarty_tpl->getVariable('value')->value['Title'];?>
</div>
<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 echo $_smarty_tpl->getVariable('value')->value['Content'];?>
<?php }?>
|