85 lines
3.2 KiB
HTML
85 lines
3.2 KiB
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
{$meta}
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
|
|
{$header}
|
|
</head>
|
|
<body>
|
|
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" id="pm_main_table">
|
|
<tr>
|
|
<td id="pm_header" valign="top">
|
|
<table width="100%" height="32" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
|
|
<tr>
|
|
<td width="50%" rowspan="2" valign="center"><img src="{$logo_company}"/></td>
|
|
<td width="50%" height="16" align="right" valign="top">
|
|
<div align="right" class="logout">
|
|
<small>
|
|
{if $user_logged neq ''}
|
|
{$msgVer}<label class="textBlue">{$userfullname} <a href="../users/myInfo">{$user|escape:"html"}</a> | </label>
|
|
{if $switch_interface}
|
|
<label class="textBlue"><a href="../../uxs/home">{$switch_interface_label}</a> | </label>
|
|
{/if}
|
|
<a href="{$linklogout}" class="tableOption">{$logout}</a> <br/>
|
|
<label class="textBlack"><b>{$rolename}</b> {$workspace_label} <b><u>{$workspace|escape:"html"}</u></b> </label>
|
|
{else}
|
|
{if $tracker eq 1}
|
|
<a href="{$linklogout}" class="tableOption">{$logout}</a>
|
|
{/if}
|
|
{/if}
|
|
</small>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="50%" height="16" valign="bottom" class="title">
|
|
<div align="right"></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<table width="100%" cellspacing="0" cellpadding="0" border="0" >
|
|
<tr>
|
|
<td width="100%" class="mainMenuBG" style="height:25px">
|
|
{include file="$tpl_menu"}
|
|
</td>
|
|
</tr>
|
|
{if (count($subMenus)>0) }
|
|
<tr>
|
|
<td >
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr><td width="100%" class="mainMenuBG">{include file= "$tpl_submenu"}</td></tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
<tr>
|
|
<td {php} if (isset($_SESSION["TRACKER_JAVASCRIPT"])) { echo "id=\"trackerContainer\""; } {/php} width="100%" align="center">
|
|
{php}
|
|
global $G_TEMPLATE;
|
|
if ($G_TEMPLATE != '') G::LoadTemplate($G_TEMPLATE);
|
|
|
|
if (isset($_SESSION["TRACKER_JAVASCRIPT"])) {
|
|
echo $_SESSION["TRACKER_JAVASCRIPT"];
|
|
|
|
unset($_SESSION["TRACKER_JAVASCRIPT"]);
|
|
}
|
|
{/php}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr height="100%">
|
|
<td height="100%">
|
|
<div class="Footer">
|
|
<div class="content">{$footer}</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |