Files
luos/workflow/engine/skinEngine/lurana/layout.html

125 lines
4.8 KiB
HTML
Raw Normal View History

2025-04-13 15:23:31 +00:00
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
2015-04-09 16:25:47 -04:00
<link rel="stylesheet" href="/lib/pmdynaform/libs/bootstrap-3.1.1/css/bootstrap.min.css">
{$meta}
2015-04-30 15:25:05 -04:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2025-04-13 15:23:31 +00:00
<link rel="shortcut icon" href="/images/faviconlurana.ico" type="image/x-icon" />
{$header}
</head>
2025-04-13 15:23:31 +00:00
{if $user_logged neq '' or $tracker neq ''}
<body>
2015-04-09 16:25:47 -04:00
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" id="pm_main_table">
<tr>
<td id="pm_header" valign="top" {if $user_logged neq '' or $tracker neq ''}style="border-bottom:1px solid #e7e7e7;"{/if}>
<table width="100%" height="32" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr>
{if $user_logged neq '' or $tracker neq ''}
2025-04-13 15:23:31 +00:00
<td rowspan="2" style="vertical-align:top;width: 245px;" class="backgroundBanner">
<!--<img src="{$logo_company}" class="logo_company"/>-->
2015-04-27 10:07:16 -04:00
<td id="mainMenuBG" class="mainMenuBG" rowspan="2" valign="center" >
2015-04-09 16:25:47 -04:00
{include file="$tpl_menu"}
{if (count($subMenus)>0) }
{include file= "$tpl_submenu"}
{/if}
2015-04-09 16:25:47 -04:00
</td>
2025-04-13 15:23:31 +00:00
<td align="right">
<div class="logout_image">
<div align="right" class="">
<div id="user-section" class="log-box">
<ul>
<li>
<a href="../users/myInfo"> <b>{$user}</b></a> <i class=""></i>
<ul>
<a href="../users/myInfo"><li>{$user}</li></a>
</ul>
</li>
<li class="logout-button"><a href="{$linklogout}">{$logout}</a></li>
</ul>
</div>
</div>
</div>
</td>
2015-04-09 16:25:47 -04:00
{else}
<td width="100%" style="padding-top: 10px">
<img style="display: block; margin-left: auto; margin-right: auto;" src="{$logo_company}"/>
</td>
{/if}
</tr>
<tr>
<td 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 {php} if (isset($_SESSION["TRACKER_JAVASCRIPT"])) { echo "id=\"trackerContainer\""; } {/php} width="100%" align="center">
2015-04-09 16:25:47 -04:00
{php}
global $G_TEMPLATE;
if ($G_TEMPLATE != '') G::LoadTemplate($G_TEMPLATE);
if (isset($_SESSION["TRACKER_JAVASCRIPT"])) {
echo $_SESSION["TRACKER_JAVASCRIPT"];
unset($_SESSION["TRACKER_JAVASCRIPT"]);
}
2015-04-09 16:25:47 -04:00
{/php}
</td>
2015-04-09 16:25:47 -04:00
</tr>
</table>
</td>
</tr>
<tr height="100%">
<td height="100%">
<div class="Footer">
<div class="content">{$footer}</div>
</div>
</td>
</tr>
</table>
</body>
{else}
2015-04-17 12:37:34 -04:00
<body id="page-top" class="login" data-spy="scroll" data-target=".navbar-custom">
<div class="page-wrap">
2025-04-13 15:23:31 +00:00
<div class="logoLogin"></div>
<div class="headerLogin"></div>
2015-04-10 09:54:28 -04:00
<div class="container">
2015-04-09 16:25:47 -04:00
<div class="row vertical-offset-100">
2015-04-15 16:11:04 -04:00
<div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
2015-04-09 16:25:47 -04:00
<div class="row-fluid user-row">
</div>
<div class="panel panel-default">
2025-04-13 15:23:31 +00:00
<div class="panel-heading text-center">
<img src="/images/lurana.logo.png" class="img-responsive" alt="Conxole Admin">
</div>
2015-04-10 09:41:02 -04:00
<div class="panel-body">
2015-04-09 16:25:47 -04:00
{php}
global $G_TEMPLATE;
if ($G_TEMPLATE != '') G::LoadTemplate($G_TEMPLATE);
{/php}
</div>
</div>
</div>
</div>
</div>
2015-04-17 12:37:34 -04:00
</div>
2025-04-13 15:23:31 +00:00
<!--- <div class="footer-login">
2015-04-17 12:37:34 -04:00
<div class="container">
<span>
{$footer}
</span>
2025-04-13 15:23:31 +00:00
</div>-->
2015-04-15 16:11:04 -04:00
</div>
2015-04-09 16:25:47 -04:00
</body>
{/if}
</html>