2012-04-04 18:02:32 -04:00
|
|
|
<html>
|
|
|
|
|
<head>
|
2012-08-08 12:46:26 -04:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
|
2012-04-04 18:02:32 -04:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
|
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
|
|
|
|
{$_header}
|
2012-04-11 18:39:16 -04:00
|
|
|
{literal}
|
2012-10-05 13:18:36 -04:00
|
|
|
<!--[if lt IE 8]>
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.x-pm-headerbar-data {
|
|
|
|
|
padding-top: 8px;
|
2012-04-11 18:39:16 -04:00
|
|
|
}
|
|
|
|
|
</style>
|
2012-10-05 13:18:36 -04:00
|
|
|
<![endif]-->
|
2012-04-11 18:39:16 -04:00
|
|
|
{/literal}
|
2012-04-04 18:02:32 -04:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2012-04-11 18:39:16 -04:00
|
|
|
|
|
|
|
|
<div id="panel-header" />
|
|
|
|
|
|
|
|
|
|
<div id="header-content" style="display:none">
|
2012-10-05 13:18:36 -04:00
|
|
|
<table class="x-pm-headerbar">
|
2012-03-29 16:42:09 -04:00
|
|
|
<tr>
|
2012-05-10 18:28:25 -04:00
|
|
|
<td width="50%" valign="middle">
|
2012-10-04 10:34:46 -04:00
|
|
|
<img src="{$logo_company}" height="40"/>
|
2012-03-29 16:42:09 -04:00
|
|
|
</td>
|
|
|
|
|
|
2012-10-05 13:18:36 -04:00
|
|
|
<td class="x-pm-headerbar-data" align="right" valign="top">
|
2012-03-29 16:42:09 -04:00
|
|
|
<table width="100%" height="25" border="0" cellspacing="0" cellpadding="0" class="headerRightSection">
|
2012-05-10 18:28:25 -04:00
|
|
|
<tr valign="middle">
|
|
|
|
|
<td align="right">
|
|
|
|
|
{if $licenseNotification != ''}
|
2012-10-05 13:18:36 -04:00
|
|
|
<span class="x-pm-license-notification">
|
2012-05-10 18:28:25 -04:00
|
|
|
<img src="/images/alert_icon.gif" width="10px" headerRightSection="10px"/> {$licenseNotification}
|
|
|
|
|
</span>
|
|
|
|
|
{/if}
|
|
|
|
|
</td>
|
2012-03-29 16:42:09 -04:00
|
|
|
<td height="12" valign="middle" align="right" valign="top">
|
2012-04-11 18:39:16 -04:00
|
|
|
<a href="#" id="options-tool" class="options-tool">
|
2012-06-01 16:55:04 -04:00
|
|
|
{$userfullname}
|
2012-10-05 13:18:36 -04:00
|
|
|
<span>
|
|
|
|
|
<img src="/images/classic/roll.static.gif" width="10px" headerRightSection="10px"/>
|
2012-06-01 16:55:04 -04:00
|
|
|
</span>
|
|
|
|
|
<br />
|
2012-04-11 18:39:16 -04:00
|
|
|
<span style="font-size:9px">{$rolename}</span>
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
|
|
|
|
<td width="40" align="right">
|
2012-10-05 13:18:36 -04:00
|
|
|
<span id="user-avatar">
|
2012-04-04 18:02:32 -04:00
|
|
|
<img src="{$user_avatar}" width="25" height="25"/>
|
2012-04-11 18:39:16 -04:00
|
|
|
</span>
|
2012-03-29 16:42:09 -04:00
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2012-04-04 18:02:32 -04:00
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|