|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
<html lang="{$config.language}">
|
|
|
<head>
|
|
|
{include file="common/meta" /}
|
|
|
</head>
|
|
|
</head>
|
|
|
|
|
|
<body class="inside-header inside-aside {:defined('IS_DIALOG') && IS_DIALOG ? 'is-dialog' : ''}">
|
|
|
<div id="main" role="main">
|
|
|
<body class="inside-header inside-aside {:defined('IS_DIALOG') && IS_DIALOG ? 'is-dialog' : ''}">
|
|
|
<div id="main" role="main">
|
|
|
<div class="tab-content tab-addtabs">
|
|
|
<div id="content">
|
|
|
<div class="row">
|
...
|
...
|
@@ -39,7 +39,7 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
{include file="common/script" /}
|
|
|
</body>
|
|
|
</div>
|
|
|
{include file="common/script" /}
|
|
|
</body>
|
|
|
</html> |
...
|
...
|
|