PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

@ -0,0 +1,13 @@
<!-- Breadcrumbs //-->
<section class="page-header page-header-xs mt-60">
<div class="container">
<h1>{$heading_title}</h1>
<ol class="breadcrumb" xmlns:v="http://rdf.data-vocabulary.org/#">
{$breadcrumb}
</ol>
</div>
</section>
<!-- End Breadcrumbs //-->

View File

@ -0,0 +1,236 @@
<!-- FOOTER -->
<div id="down" class="m-bg-black-opacity-0_9 m-color-white-opacity-0_8 m-py-60">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<h4>{$lang.header_title_my_account}</h4>
<ul class="list-unstyled">
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.account}" title="{$lang.login_block_my_account}" rel="nofollow">{$lang.login_block_my_account}</a></li>
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.account_edit}" title="{$lang.login_block_account_edit}" rel="nofollow">{$lang.login_block_account_edit}</a></li>
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.account_history page=1}" title="{$lang.login_block_account_history}" rel="nofollow">{$lang.login_block_account_history}</a></li>
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.account_order_history page=1}" title="{$lang.page_order_history}" rel="nofollow">{$lang.page_order_history}</a></li>
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.account_address_book}" title="{$lang.login_block_address_book}" rel="nofollow">{$lang.login_block_address_book}</a></li>
{if $oEvent->installed_plugin('notify')}
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.product_notifications}" rel="nofollow">{$lang.login_block_product_notifications}</a></li>
{/if}
</ul>
<ul class="list-inline">
{if $languages_block}
<li>
<a class="dropdown-toggle no-text-underline dropup m-color-white-opacity-0_8 m-color-white--hover" data-toggle="dropdown" href="#">{$lang.header_select_language}: ({$language})</a>
<ul class="dropdown-langs dropdown-menu">
{foreach item=languages from=$languages_contents}
{if $languages.iso_639_2 == $language}
<li class="active">
{else}
<li>
{/if}
<a tabindex="-1" class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$page_file oos_get=$lang_get_parameters language=$languages.iso_639_2}">
{$languages.name} ({$languages.iso_639_2}){if $languages.iso_639_2 == $language} <i class="fa fa-check" aria-hidden="true"></i>{/if}
</a>
</li>
{/foreach}
</ul>
</li>
{/if}
{if $currency_block}
<li>
<a class="dropdown-toggle no-text-underline dropup m-color-white-opacity-0_8 m-color-white--hover" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#">{$lang.header_select_currencies}: ({$currency})</a>
<ul class="dropdown-langs dropdown-menu">
{foreach item=currencies from=$currencies_contents}
{if $currencies.id == $currency}
<li class="active">
{else}
<li>
{/if}
<a tabindex="-1" class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$page_file oos_get=$currency_get_parameters currency=$currencies.id}">
{$currencies.text} {if $currencies.id == $currency} <i class="fa fa-check" aria-hidden="true"></i>{/if}
</a>
</li>
{/foreach}
</ul>
</li>
{/if}
</ul>
</div><!-- .col -->
<div class="col-md-3 col-sm-6">
<h4>{$block_heading_information}</h4>
<ul class="list-unstyled">
{foreach $information as $info}
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.information information_id=$info.information_id}" title="{$info.information_name}">{$info.information_name}</a></li>
{/foreach}
</ul>
</div><!-- .col -->
<div class="col-md-3 col-sm-6">
<h4>{$lang.header_title_service}</h4>
<ul class="list-unstyled">
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.products_new}" title="{$lang.block_service_new}"><i class="fa fa-bullhorn" aria-hidden="true"></i> {$lang.page_products_new}</a></li>
{if $oEvent->installed_plugin('spezials')}
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.specials}" title="{$lang.block_service_specials}"><i class="fa fa-star" aria-hidden="true"></i> {$lang.page_specials}</a></li>
{/if}
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.sitemap}" title="{$lang.block_service_sitemap}"><i class="fa fa-sitemap" aria-hidden="true"></i> {$lang.block_service_sitemap}</a></li>
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.advanced_search}" title="{$lang.block_service_advanced_search}"><i class="fa fa-search" aria-hidden="true"></i> {$lang.block_service_advanced_search}</a></li>
{if $oEvent->installed_plugin('reviews')}
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.reviews}" title="{$lang.block_service_reviews}"><i class="fa fa-comments" aria-hidden="true"></i> {$lang.block_service_reviews}</a></li>
{/if}
<li><a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.shopping_cart}" title="{$lang.block_service_shopping_cart}"><i class="fa fa-shopping-cart" aria-hidden="true"></i> {$lang.block_service_shopping_cart}</a></li>
</ul>
</div><!-- .col -->
<div class="col-md-3 col-sm-6">
<h4>{$lang.get_in_touch_with_us}</h4>
<address class="g-bg-no-repeat fs-12 mb-0" style="background-image: url({$theme}/images/maps/map.png);">
<!-- Location -->
<div class="d-flex mb-10">
<div class="mr-10">
<span class="m-color-white-opacity-0_6">
<i class="fa fa-map-marker" aria-hidden="true"></i>
</span>
</div>
<p class="mb-0"><strong> {$smarty.const.STORE_NAME}</strong><br>
{$smarty.const.STORE_ADDRESS_STREET}<br>
{$smarty.const.STORE_ADDRESS_POSTCODE} {$smarty.const.STORE_ADDRESS_CITY}
</p>
</div>
<!-- End Location -->
<!-- Phone -->
<div class="d-flex mb-10">
<div class="mr-10">
<span class="m-color-white-opacity-0_6">
<i class="fa fa-phone" aria-hidden="true"></i>
</span>
</div>
<p class="mb-0">{$smarty.const.STORE_ADDRESS_TELEPHONE_NUMBER}</p>
</div>
<!-- End Phone -->
<!-- Email and Website -->
<div class="d-flex mb-10">
<div class="mr-10">
<span class="m-color-white-opacity-0_6">
<i class="fa fa-globe" aria-hidden="true"></i>
</span>
</div>
<p class="mb-0">
<a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.contact_us}" title="{$lang.block_service_contact}">{$smarty.const.STORE_ADDRESS_EMAIL}</a>
<br>
<a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.home}">{$smarty.const.OOS_HTTPS_SERVER}</a>
</p>
</div>
<!-- End Email and Website -->
</address>
</div><!-- .col -->
</div><!-- .row -->
</div><!--end container-->
</div>
<!-- Copyright Footer -->
<footer class="footer-bottom g-bg-gray-dark-v1 m-color-white-opacity-0_8 m-py-20">
<div class="container">
<div class="row">
<div class="col-md-8 text-center text-md-left">
<div class="d-lg-flex">
{*
GERMAN:
Diese Rueckverlinkung darf nur entfernt werden,
wenn Sie eine MyOOS Lizenz besitzen.
:: Lizenzbedingungen:
http://www.myoos.de/Projektbezogene-Gebuehr-p-38.html
ENGLISH:
This back linking maybe only removed,
if you possess a MyOOS Lizenz license.
:: License conditions:
http://www.myoos.de/Projektbezogene-Gebuehr-p-38.html
*}
<p class="text-left">
<span>Copyright &copy; {$smarty.now|date_format:"%Y"}</span> <a class="m-color-white-opacity-0_8 m-color-white--hover" href="{html_href_link content=$filename.home}">{$smarty.const.STORE_NAME}</a> Powered by <a class="m-color-white-opacity-0_8 m-color-white--hover" href="https://www.oos-shop.de" target="_blank" rel="noopener">MyOOS [Shopsystem]</a>. Alle Rechte vorbehalten.
</p>
</div>
</div>
<div class="col-md-4 align-self-center">
<ul class="list-inline text-center text-md-right">
{if !empty($smarty.const.FACEBOOK_URL) }
<li class="list-inline-item mx-10">
<a href="{$smarty.const.FACEBOOK_URL}" target="_blank" rel="noopener" class="m-color-white-opacity-0_5 m-color-white--hover">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
{/if}
{if !empty($smarty.const.SKYPE_URL) }
<li class="list-inline-item mx-10">
<a href="{$smarty.const.SKYPE_URL}" target="_blank" rel="noopener" class="m-color-white-opacity-0_5 m-color-white--hover">
<i class="fa fa-skype" aria-hidden="true"></i>
</a>
</li>
{/if}
{if !empty($smarty.const.LINKEDIN_URL) }
<li class="list-inline-item mx-10">
<a href="{$smarty.const.LINKEDIN_URL}" target="_blank" rel="noopener" class="m-color-white-opacity-0_5 m-color-white--hover">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
{/if}
{if !empty($smarty.const.PINTEREST_URL) }
<li class="list-inline-item mx-10">
<a href="{$smarty.const.PINTEREST_URL}" target="_blank" rel="noopener" class="m-color-white-opacity-0_5 m-color-white--hover">
<i class="fa fa-pinterest" aria-hidden="true"></i>
</a>
</li>
{/if}
{if !empty($smarty.const.TWITTER_URL) }
<li class="list-inline-item mx-10">
<a href="{$smarty.const.TWITTER_URL}" target="_blank" rel="noopener" class="m-color-white-opacity-0_5 m-color-white--hover">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
{/if}
{if !empty($smarty.const.DRIBBBLE_URL) }
<li class="list-inline-item mx-10">
<a href="{$smarty.const.DRIBBBLE_URL}" target="_blank" rel="noopener" class="m-color-white-opacity-0_5 m-color-white--hover">
<i class="fa fa-dribbble" aria-hidden="true"></i>
</a>
</li>
{/if}
</ul>
</div>
</div><!-- .row -->
</div><!--end container-->
</footer>
</div><!--/wrapper-->
<!-- Core -->
<script type="text/javascript" src="js/jquery/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/plugins/popper/popper.min.js"></script>
<script type="text/javascript" src="js/bootstrap/bootstrap.min.js"></script>
{$javascript}
<!-- Plugins -->
<script type="text/javascript" src="js/plugins/viewport-checker/viewportchecker.min.js"></script>
<script type="text/javascript" src="js/plugins/owl-carousel/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/plugins/image-zoom/jquery.zoom.min.js"></script>
<script type="text/javascript" src="{$theme}/js/shop.app.js"></script>
<!-- HTML5 shim and Respond.js IE support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="{$theme}/crossbrowserjs/html5shiv.js"></script>
<script src="{$theme}/crossbrowserjs/respond.min.js"></script>
<script src="{$theme}/crossbrowserjs/excanvas.min.js"></script>
<![endif]-->
</body>
</html>

View File

@ -0,0 +1,209 @@
<!DOCTYPE html>
<html lang="{$content_language}">
<head>
<meta charset="utf-8" />
<meta name="language" content="{$content_language}" />
<title>{$pagetitle}</title>
<!-- mobile settings -->
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0" />
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="description" lang="{$content_language}" content="{$meta_description}" />
<meta name="author" content="{$smarty.const.OOS_META_AUTHOR}" />
{*
DO NOT REMOVE THE FOLLOWING - FAILURE TO COMPLY IS A DIRECT VIOLATION
OF THE GNU GENERAL PUBLIC LICENSE - http://www.gnu.org/copyleft/gpl.html
*}
<meta name="Generator" content="{$smarty.const.OOS_FULL_NAME} - {$smarty.const.OOS_HOME} All rights reserved.">
<meta name="creation" content="{$smarty.now|date_format:"%a,%d %b %Y"}" />
{assign var='robots' value=$robots|default:'index,follow,noodp,noydir'}
<meta name="robots" content="{$robots}" />
{if $canonical}
<link rel="canonical" href="{$canonical}" />
{/if}
<base href="{$oos_base}">
<!-- Bootstrap style -->
<link rel="stylesheet" href="{$theme}/css/bootstrap.min.css" />
<link rel="stylesheet" href="{$theme}/css/font-awesome.min.css" />
<!-- CSS MyOOS Theme -->
<link rel="stylesheet" href="{$theme}/css/myoos.min.css">
<!-- CSS Customization -->
<link rel="stylesheet" href="{$theme}/css/custom.css">
{if !empty($smarty.const.SITE_ICONS)}
<!-- Place favicon.ico and apple-touch-icon.png -->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="icon" type="image/png" href="images/ico/32x32/{$smarty.const.SITE_ICONS}" sizes="32x32">
<link rel="icon" type="image/png" href="images/ico/96x96/{$smarty.const.SITE_ICONS}" sizes="96x96">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="images/ico/180x180/{$smarty.const.SITE_ICONS}">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/144x144/{$smarty.const.SITE_ICONS}">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/114x114/{$smarty.const.SITE_ICONS}">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/72x72/{$smarty.const.SITE_ICONS}">
{/if}
{$oos_js}
</head>
<body>
<nav id="header" class="header-light header-fixed header-shadow-1">
<div class="container">
<button class="nav-toggle"></button>
<!-- Logo -->
<a class="logo float-left" href="{html_href_link content=$filename.home}">
{logo dir=small}
</a>
<ul class="list-inline header-buttons">
<li class="list-inline-item header-button-arrow">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">
<i class="fa fa-user-o" aria-hidden="true"></i>
{$lang.header_title_my_account}
</a>
<div class="dropdown-menu dropdown-menu-right">
<div class="pl-15 pr-15 pt-15 pb-15">
<h4 class="fs-13 fw-400 mb-10">{$welcome}</h4>
</div>
{if (isset($smarty.session.customer_id)) }
<a href="{html_href_link content=$filename.logoff}" class="btn btn-primary btn-sm btn-block fw-300">{$lang.header_title_logoff}</a>
{else}
<a href="{html_href_link content=$filename.login}" class="btn btn-primary btn-sm btn-block fw-300">{$lang.header_title_login}</a>
{/if}
<a class="dropdown-item" href="{html_href_link content=$filename.account}" rel="nofollow">{$lang.login_block_my_account}</a>
<a class="dropdown-item" href="{html_href_link content=$filename.account_order_history page=1}" rel="nofollow">{$lang.page_order_history}</a>
<a class="dropdown-item" href="{html_href_link content=$filename.account_address_book}" rel="nofollow">{$lang.login_block_address_book}</a>
{if $oEvent->installed_plugin('notify')}
<a class="dropdown-item" href="{html_href_link content=$filename.product_notifications}" rel="nofollow">{$lang.login_block_product_notifications}</a>
{/if}
<a class="dropdown-item" href="{html_href_link content=$filename.account}" rel="nofollow">{$lang.text_more}</a>
{if (isset($smarty.session.customer_id)) }
<a class="dropdown-item dropdown-custom-icon dropdown-myaccount-logout" href="{html_href_link content=$filename.logoff}">
<i class="fa fa-power-off" aria-hidden="true"></i>
<b>{$lang.header_title_logoff}</b>
</a>
{/if}
</div>
</li>
<li class="list-inline-item hidden-xs-down">
<a href="{html_href_link content=$filename.account_wishlist page=1}" rel="nofollow">
<i class="fa fa-heart-o" aria-hidden="true"></i>
{$lang.button_wishlist}
</a>
</li>
<!-- quick shop cart -->
<li class="quick-cart list-inline-item">
<a href="{html_href_link content=$filename.shopping_cart}">
<i class="fa fa-shopping-cart" aria-hidden="true"></i>
<span class="badge badge-default">{$cart_count_contents}</span>
{$lang.header_title_cart_contents}
</a>
<div class="quick-cart-box">
<h4>{$lang.block_service_shopping_cart}</h4>
{if $cart_count_contents > 0}
<div class="quick-cart-wrapper">
{foreach item=products from=$cart_products}
<a href="{product_link products_id=$products.id}"><!-- cart item -->
{product_image dir=min image=$products.image alt=$products.name}
<h6><span>{$products.quantity|quantity}&nbsp;x&nbsp;</span> {$products.name|truncate:25:"...":true|close_tags}</h6>
<small>{display_price price=$products.final_price tax=$products.tax quantity=$products.quantity}</small>
</a><!-- /cart item -->
{/foreach}
</div>
<!-- quick cart footer -->
<div class="quick-cart-footer clearfix">
<a href="{html_href_link content=$filename.shopping_cart}" class="btn btn-primary btn-sm float-right">{$lang.header_title_cart_contents}</a>
<span class="float-left"><strong>{$lang.sub_title_total}</strong> {$cart_show_total}</span>
</div>
<!-- /quick cart footer -->
{else}
<!-- cart no items -->
<a class="text-center" href="{html_href_link content=$filename.shopping_cart}">
<h6>{$lang.block_shopping_cart_empty}</h6>
</a>
{/if}
</div>
</li>
<!-- /quick shop cart -->
</ul>
<form action="{html_href_link content=$filename.advanced_search_result}" class="search-global hidden-sm-down" method="GET" role="form">
{if $mySystem.sed}
<input type="hidden" name="{$mySystem.session_name}" value="{$mySystem.session_id}">
<input type="hidden" name="formid" value="{$mySystem.formid}">
{/if}
<input type="hidden" name="content" value="{$filename.advanced_search_result}">
<input type="text" name="s" class="form-control" placeholder="{$lang.text_search}">
<button class="btn btn-default" type="submit"><i class="fa fa-search" aria-hidden="true"></i></button>
</form>
<!-- main-nav -->
<nav class="main-nav main-nav-toggle">
<div class="main-nav-mobile-header clearfix">
<button class="nav-toggle-close"></button>
{logo dir=small}
</div>
<div class="main-nav-mobile-scroll">
<ul class="list-unstyled mb-0">
<li class="main-nav-search hidden-md-up">
<form action="{html_href_link content=$filename.advanced_search_result}" class="search-global input-group mb-0" method="GET" role="form">
{if $mySystem.sed}
<input type="hidden" name="{$mySystem.session_name}" value="{$mySystem.session_id}">
<input type="hidden" name="formid" value="{$mySystem.formid}">
{/if}
<input type="hidden" name="content" value="{$filename.advanced_search_result}">
<input type="text" name="s" class="form-control" placeholder="{$lang.text_search}">
<button class="btn btn-default" type="submit">
<i class="fa fa-search" aria-hidden="true"></i>
</button>
</form>
</li>
<li>
<span>
<a href="{html_href_link content=$filename.sitemap}" data-text="&ndash; {$lang.block_service_sitemap}">
{$lang.text_categories}
</a>
</span>
</li>
{$nav_menu}
<li class="main-nav-item">
<a href="{html_href_link content=$filename.products_new}" title="{$lang.page_products_new}">
<i class="fa fa-circle-o-notch" aria-hidden="true"></i>
<span class="badge badge-danger">{$lang.text_new}</span> {$lang.page_products_new}
</a>
</li>
{if $oEvent->installed_plugin('spezials')}
<li class="main-nav-item">
<a href="{html_href_link content=$filename.specials}" title="{$lang.page_specials}">
<i class="fa fa-circle-o-notch" aria-hidden="true"></i>
{$lang.page_specials}
</a>
</li>
{/if}
</ul>
</div>
</nav>
</div>
</nav>
<!-- /header -->

View File

@ -0,0 +1,13 @@
<div class="container">
<div class="row">
<div class="col-md-12 m-mt-20">
<div class="alert alert-{$info.type} alert-dismissible fade show" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
<h4>{$info.title}</h4>
<p>{$info.text}</p>
</div>
</div>
</div>
</div>

View File

@ -0,0 +1,27 @@
<!-- newsletter -->
<div class="subscribe">
<div class="container">
<div class="row">
<div class="col-md-8">
<h2>{$lang.block_newsletter_subscribe}</h2>
</div>
<div class="col-md-4">
<form name="subscribe" action="{html_get_link}" method="POST" role="form">
{if $mySystem.sed}
<input type="hidden" name="{$mySystem.session_name}" value="{$mySystem.session_id}">
{/if}
<input type="hidden" name="action" value="lists">
<input type="hidden" name="content" value="{$page_file}">
<input type="hidden" name="newsletter" value="subscriber">
<div class="input-group">
<input type="text" class="form-control" name="email_address" placeholder="{$lang.block_newsletter_placeholder}">
<span class="input-group-btn">
<button class="btn" type="submit"><i class="fa fa-envelope-o" aria-hidden="true"></i></button>
</span>
</div>
</form>
</div>
</div>
</div><!--end container-->
</div>
<!-- end newsletter -->

View File

@ -0,0 +1,7 @@
{if $numpages gt 1 }
<nav aria-label="Page navigation myoos">
<ul class="pagination justify-content-center">
{$display_links}
</ul>
</nav>
{/if}

View File

@ -0,0 +1,50 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html {$oos_html_params}>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$smarty.const.CHARSET}">
<base href="{$oos_base}">
<title>{$heading_titel}</title>
<link REL="StyleSheet" TYPE="text/css" HREF="{$theme_css}/stylesheet.css">
</head>
{literal}
<style type="text/css"><!--
BODY { margin-bottom: 10px; margin-left: 10px; margin-right: 10px; margin-top: 10px; }
//--></style>
{/literal}
<body marginwidth="10" marginheight="10" topmargin="10" bottommargin="10" leftmargin="10" rightmargin="10">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="19" class="block_head_background"><img src="{$theme_image}/table_head_arrow.gif" alt=" " width="21" height="19"></td>
<td width="100%" class="block_head_background">{$heading_titel}</td>
<td width="5" class="block_head_background"><img src="{$theme_image}/table_head_right.gif" alt=" " width="5" height="19"></td>
</tr>
<tr>
<td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="2" class="block_content_backgr_left"></td>
<td width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td align="left" valign="top" class="boxText">{$help_text}</td>
</tr>
</table></td>
<td width="2" class="block_content_backgr_right"></td>
</tr>
<tr>
<td><img src="{$theme_image}/table_butt_left.gif" alt=" " width="2" height="8"></td>
<td></td>
<td><img src="{$theme_image}/table_butt_right.gif" alt=" " width="2" height="8"></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="3"><img src="{$theme_image}/pixel.gif" alt=" " width="3" height="3"></td>
</tr>
</table>
<p class="smallText" align="right"><a href="javascript:window.close()">{$lang.text_close_window}</a></p>
</body>
</html>