Files
luos/workflow/engine/skinEngine/uxmodern/layout-pm-modern.html
Brayan Osmar Pereyra Suxo 1edfcd68cd BUG 9510 Bug has code errors SOLVED
I add code correcty
2012-08-08 12:46:26 -04:00

62 lines
1.8 KiB
HTML

<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
{$_header}
{literal}
<!--[if IE]>
<style>
table.x-pm-headerbar td, table th {
padding-top: 5px;
padding-bottom: 5px;
padding-right: 0px;
}
</style>
<![endif]-->
{/literal}
</head>
<body>
<div id="panel-header" />
<div id="header-content" style="display:none">
<table class="x-pm-headerbar">
<tr>
<td width="50%" valign="middle">
<img src="{$logo_company}" width="250" height="40"/>
</td>
<td align="right" valign="top">
<table width="100%" height="25" border="0" cellspacing="0" cellpadding="0" class="headerRightSection">
<tr valign="middle">
<td align="right">
{if $licenseNotification != ''}
<span class="x-pm-license-notification">
<img src="/images/alert_icon.gif" width="10px" headerRightSection="10px"/> {$licenseNotification}
</span>
{/if}
</td>
<td height="12" valign="middle" align="right" valign="top">
<a href="#" id="options-tool" class="options-tool">
{$userfullname}
<span>
<img src="/images/classic/roll.static.gif" width="10px" headerRightSection="10px"/>
</span>
<br />
<span style="font-size:9px">{$rolename}</span>
</a>
</td>
<td width="40" align="right">
<span id="user-avatar">
<img src="{$user_avatar}" width="25" height="25"/>
</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>