| 1 |
<?php print '<?xml version="1.0"?>'; ?>
|
| 2 |
|
| 3 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| 4 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
|
| 5 |
<head>
|
| 6 |
<?php print $head; ?>
|
| 7 |
<title><?php print $head_title; ?></title>
|
| 8 |
<?php print $styles; ?>
|
| 9 |
<!--[if IE]><link type="text/css" rel="stylesheet" media="all" href="<?php print $full_theme_path; ?>nx-style-IE.css" /><![endif]-->
|
| 10 |
<?php print $scripts; ?>
|
| 11 |
</head>
|
| 12 |
|
| 13 |
<?php
|
| 14 |
if ($site_name) {$site_name = check_plain($site_name);}
|
| 15 |
if ($site_slogan) {$site_slogan = check_plain($site_slogan);}
|
| 16 |
$site_title = $site_name ? $site_name : t('Home');
|
| 17 |
$if_content_with_cover = strlen($tabs_pri) || strpos($content,'<fieldset');
|
| 18 |
?>
|
| 19 |
|
| 20 |
<body class="<?php print $nx_body_classes; ?>">
|
| 21 |
|
| 22 |
|
| 23 |
<table class="page struct">
|
| 24 |
|
| 25 |
<tr>
|
| 26 |
<td class="head struct">
|
| 27 |
<table class="columns struct"><tr>
|
| 28 |
<td class="column-1 struct">
|
| 29 |
<a class="logo ff_clear_link nowrap" href="<?php print check_url($front_page); ?>" title="<?php print $site_title; ?>">
|
| 30 |
<img src="<?php print $full_theme_path; ?>images/dotted_bounder-big.png" class="dtd_bnd-big LB" alt="" />
|
| 31 |
<img src="<?php print check_url($logo); ?>" class="logo_img" alt="<?php print $site_title; ?>" />
|
| 32 |
<img src="<?php print $full_theme_path; ?>images/dotted_bounder-big.png" class="dtd_bnd-big RB" alt="" />
|
| 33 |
</a>
|
| 34 |
<img class="column_1-min_size" src="<?php print $full_theme_path; ?>images/empty.gif" alt="" />
|
| 35 |
</td>
|
| 36 |
<td class="column-2 struct">
|
| 37 |
<?php print $as_header; ?>
|
| 38 |
</td>
|
| 39 |
<td class="column-3 struct">
|
| 40 |
<?php
|
| 41 |
global $user;
|
| 42 |
if ($user->uid) {
|
| 43 |
$mail = variable_get('site_mail', NULL);
|
| 44 |
if ($mail) {print l($mail, 'mailto:'.$mail, array('attributes' => array('class' => 'mailto_link'))) . ' ('. t('administrator') . ')';}
|
| 45 |
print '<img src="'.$full_theme_path.'images/dotted_bounder.png" class="dtd_bnd" alt="" />';
|
| 46 |
print l('<img src="'.$full_theme_path.'images/ico-logout.png" alt="" /> '.t('logout'), 'logout', array('attributes' => array('class' => 'logout_link nowrap'), 'html' => TRUE));
|
| 47 |
}
|
| 48 |
?>
|
| 49 |
<img src="<?php print $full_theme_path; ?>images/dotted_bounder-big.png" class="dtd_bnd-big" alt="" />
|
| 50 |
</td></tr>
|
| 51 |
</table>
|
| 52 |
</td>
|
| 53 |
</tr>
|
| 54 |
|
| 55 |
<!-- ======================================================= -->
|
| 56 |
|
| 57 |
<tr>
|
| 58 |
<td class="before_body struct">
|
| 59 |
<table class="columns struct"><tr>
|
| 60 |
<td class="column-1 struct" style="<?php print $left ? '' : 'display:none'; ?>">
|
| 61 |
<img class="column_1-min_size" src="<?php print $full_theme_path; ?>images/empty.gif" alt="" />
|
| 62 |
<table class="column_header-struct struct">
|
| 63 |
<tr><td class="struct">
|
| 64 |
<div class="panel_data panel_title">
|
| 65 |
<div class="c_block"><div class="c_block-subStyle">
|
| 66 |
<h2 class="c_block_title"><span><?php global $nx_left_column_title; print $nx_left_column_title; ?></span></h2>
|
| 67 |
</div></div>
|
| 68 |
</div>
|
| 69 |
</td>
|
| 70 |
<td class="column_ico-Acc struct">
|
| 71 |
<a href="#" class="column_ico column_ico-1 ff_clear_link">
|
| 72 |
<img src="<?php print $full_theme_path; ?>images/empty.gif" alt="" />
|
| 73 |
</a>
|
| 74 |
</td></tr>
|
| 75 |
</table>
|
| 76 |
</td>
|
| 77 |
<td class="column-2 struct">
|
| 78 |
<?php
|
| 79 |
if (!$breadcrumb) {$breadcrumb = theme('breadcrumb', array(' '));}
|
| 80 |
print $breadcrumb;
|
| 81 |
?>
|
| 82 |
</td></tr>
|
| 83 |
</table>
|
| 84 |
</td>
|
| 85 |
</tr>
|
| 86 |
|
| 87 |
<!-- ======================================================= -->
|
| 88 |
|
| 89 |
<tr>
|
| 90 |
<td class="body struct">
|
| 91 |
<table class="columns struct"><tr>
|
| 92 |
<td class="column-1 struct" style="<?php print $left ? '' : 'display:none'; ?>">
|
| 93 |
<div class="panel_data">
|
| 94 |
<!-- ================================================== -->
|
| 95 |
<!-- == left sidebar ================================== -->
|
| 96 |
<!-- ================================================== -->
|
| 97 |
<?php if ($left): ?>
|
| 98 |
<?php print $left; ?>
|
| 99 |
<?php endif; ?>
|
| 100 |
<!-- ================================================== -->
|
| 101 |
<!-- ================================================== -->
|
| 102 |
</div>
|
| 103 |
<img class="column_1-min_size" src="<?php print $full_theme_path; ?>images/empty.gif" alt="" />
|
| 104 |
</td>
|
| 105 |
<td class="column-2 struct">
|
| 106 |
<!-- ================================================== -->
|
| 107 |
<!-- == content ======================================= -->
|
| 108 |
<!-- ================================================== -->
|
| 109 |
<?php if ($title): print '<h1 class="c_page_title">'. $title .'</h1><div class="c_clear"> </div>'; endif; ?>
|
| 110 |
<?php print $tabs_sec; ?>
|
| 111 |
<?php print $tabs_pri; ?>
|
| 112 |
<?php if ($if_content_with_cover) : ?> <table class="content-cover"><tr><td class="content-cover-content"> <?php endif; ?>
|
| 113 |
<?php if ($show_messages && $messages): print $messages; endif; ?>
|
| 114 |
<?php print $help; ?>
|
| 115 |
<?php print $content; ?>
|
| 116 |
<?php if ($if_content_with_cover) : ?> </td></tr></table> <?php endif; ?>
|
| 117 |
<!-- ================================================== -->
|
| 118 |
<!-- ================================================== -->
|
| 119 |
</td></tr>
|
| 120 |
</table>
|
| 121 |
</td>
|
| 122 |
</tr>
|
| 123 |
|
| 124 |
<!-- ======================================================= -->
|
| 125 |
|
| 126 |
<tr>
|
| 127 |
<td class="foot struct">
|
| 128 |
<table class="columns struct"><tr>
|
| 129 |
<td class="column-1 struct">
|
| 130 |
© 2002-2009 <a href="http://www.activemoda.ru" class="nowrap">ActiveModa</a> | <a href="http://www.activemoda.ru/tech/activesite/" class="nowrap">О программе</a>
|
| 131 |
<img class="column_1-min_size" src="<?php print $full_theme_path; ?>images/empty.gif" alt="" />
|
| 132 |
</td>
|
| 133 |
<td class="column-2 struct">
|
| 134 |
<?php print $as_footer; ?>
|
| 135 |
<?php if (strlen($footer_message) > 1) : ?>
|
| 136 |
<div class="footer_message">
|
| 137 |
<?php print $footer_message; ?>
|
| 138 |
</div>
|
| 139 |
<?php endif; ?>
|
| 140 |
</td>
|
| 141 |
<td class="column-3 struct">
|
| 142 |
<a href="mailto:welcome@activemoda.ru">Поддержка</a> | <span class="nowrap">Версия 3.0</span>
|
| 143 |
</td></tr>
|
| 144 |
</table>
|
| 145 |
</td>
|
| 146 |
</tr>
|
| 147 |
|
| 148 |
</table>
|
| 149 |
|
| 150 |
|
| 151 |
<div class="techno_bottom_region">
|
| 152 |
<?php print $techno_bottom_region; ?>
|
| 153 |
</div>
|
| 154 |
|
| 155 |
|
| 156 |
<?php global $user; if ($user->uid == 0) : ?>
|
| 157 |
<div class="preLoad">
|
| 158 |
<div style="background:url(<?php print $full_theme_path; ?>images/fieldset-Title-collapsed-BG.png)"> </div>
|
| 159 |
<div style="background:url(<?php print $full_theme_path; ?>images/fieldset-Title-expanded-BG.png)"> </div>
|
| 160 |
<div style="background:url(<?php print $full_theme_path; ?>images/draggable-active.png)"> </div>
|
| 161 |
</div>
|
| 162 |
<?php endif; ?>
|
| 163 |
|
| 164 |
<?php print $closure; ?>
|
| 165 |
</body>
|
| 166 |
</html>
|