function smarty_fun_headLink(&$smarty, $params)
    {
        $_fun_tpl_vars = $smarty->_tpl_vars;
        $smarty->assign($params);
        ?>
	<?php 
        if ($smarty->_tpl_vars['title']) {
            ?>
		<?php 
            $smarty->assign('sortOrder', is_array($_tmp = array_pop(explode('_', $smarty->_tpl_vars['sortField']))) ? $smarty->_run_mod_handler('default', true, $_tmp, 'asc') : smarty_modifier_default($_tmp, 'asc'));
            ?>
		<?php 
            if ($smarty->_tpl_vars['sortOrder'] != 'asc' && $smarty->_tpl_vars['sortOrder'] != 'desc') {
                $smarty->assign('sortOrder', 'asc');
            }
            ?>
		<?php 
            if ($smarty->_tpl_vars['sortField'] == $smarty->_tpl_vars['sortVar'] . "_" . $smarty->_tpl_vars['sortOrder']) {
                ?>
			<?php 
                $smarty->assign('currentOrder', $smarty->_tpl_vars['sortOrder']);
                ?>
			<?php 
                if ($smarty->_tpl_vars['sortOrder'] == 'asc') {
                    $smarty->assign('sortOrder', 'desc');
                } else {
                    $smarty->assign('sortOrder', 'asc');
                }
                ?>
		<?php 
            }
            ?>
		<a href="<?php 
            echo smarty_function_link(array('self' => true, 'sort' => $smarty->_tpl_vars['sortVar'] . "_" . $smarty->_tpl_vars['sortOrder']), $smarty);
            ?>
" class="<?php 
            if ($smarty->_tpl_vars['currentOrder']) {
                ?>
direction_<?php 
                echo $smarty->_tpl_vars['currentOrder'];
            }
            ?>
"><?php 
            echo smarty_function_translate(array('text' => $smarty->_tpl_vars['title']), $smarty);
            ?>
</a>
	<?php 
        }
        $smarty->_tpl_vars = $_fun_tpl_vars;
    }
    if ($this->_tpl_vars['isLoginRequiredToRate']) {
        ?>
		<p><?php 
        ob_start();
        echo smarty_function_link(array('controller' => 'user', 'action' => 'login'), $this);
        $this->_smarty_vars['capture']['default'] = ob_get_contents();
        $this->assign('blockAsParamValue', ob_get_contents());
        ob_end_clean();
        echo smarty_function_maketext(array('text' => '_msg_rating_login_required', 'params' => $this->_tpl_vars['blockAsParamValue']), $this);
        ?>
</p>
	<?php 
    } elseif ($this->_tpl_vars['isPurchaseRequiredToRate']) {
        ?>
		<p><?php 
        echo smarty_function_translate(array('text' => '_msg_rating_purchase_required'), $this);
        ?>
</p>
	<?php 
    } else {
        ?>
		<?php 
        $_smarty_tpl_vars = $this->_tpl_vars;
        $this->_smarty_include(array('smarty_include_tpl_file' => "custom:product/rate.tpl", 'smarty_include_vars' => array()));
        $this->_tpl_vars = $_smarty_tpl_vars;
        unset($_smarty_tpl_vars);
        ?>
	<?php 
    }
    ?>
</div>
<?php

/* Smarty version 2.6.26, created on 2015-12-11 14:39:30
   compiled from custom:backend/customerOrder/groupContainer.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'translate', 'custom:backend/customerOrder/groupContainer.tpl', 3, false), array('function', 'link', 'custom:backend/customerOrder/groupContainer.tpl', 8, false))), $this);
?>
<div id="orderGroupsManagerContainer" class="treeManagerContainer maxHeight h--20">   
	<div id="loadingOrder" style="display: none; position: absolute; text-align: center; width: 100%; padding-top: 200px; z-index: 50000;">
		<span style="padding: 40px; background-color: white; border: 1px solid black;"><?php 
echo smarty_function_translate(array('text' => '_loading_order'), $this);
?>
<span class="progressIndicator"></span></span>
	</div>
	<div class="tabContainer" id="orderGroupsTabContainer">
		<ul class="tabList tabs">
			<li id="tabOrders" class="tab inactive">
				<a href="<?php 
echo smarty_function_link(array('controller' => "backend.customerOrder", 'action' => 'orders'), $this);
?>
?id=_id_"><?php 
echo smarty_function_translate(array('text' => '_orders'), $this);
?>
</a>
				<span class="tabHelp">orders</span>
			</li>
		</ul>
	</div>
	<div class="sectionContainer maxHeight h--50"></div>
</div>
예제 #4
0
		<input type="submit" name="save" class="submit" value="<?php 
    echo smarty_function_translate(array('text' => '_save'), $this);
    ?>
" id="user_<?php 
    echo $this->_tpl_vars['someUser']['UserGroup']['ID'];
    ?>
_<?php 
    echo $this->_tpl_vars['someUser']['ID'];
    ?>
_submit">
		<?php 
    echo smarty_function_translate(array('text' => '_or'), $this);
    ?>

		<a class="cancel" href="#"><?php 
    echo smarty_function_translate(array('text' => '_cancel'), $this);
    ?>
</a>
	</fieldset>

	<script type="text/javascript">
		<?php 
    echo '
		if(';
    echo $this->_tpl_vars['someUser']['ID'];
    echo ' > 0)
		{
			Backend.UserGroup.prototype.treeBrowser.selectItem(';
    echo is_array($_tmp = @$this->_tpl_vars['someUser']['UserGroup']['ID']) ? $this->_run_mod_handler('default', true, $_tmp, -1) : smarty_modifier_default($_tmp, -1);
    echo ', false);
			Backend.User.Editor.prototype.getInstance(';
예제 #5
0
unset($_smarty_tpl_vars);
?>
		</li>

		<?php 
echo smarty_function_renderBlock(array('block' => "BACKEND-TOOLBAR-BEFORE-LASTVIEWED"), $this);
?>


		<li id="lastviewed" class="lastviewed invalid"><a href="#" class="lastviewed"><?php 
echo smarty_function_translate(array('text' => '_last_viewed'), $this);
?>
</a>
			<div class="subpanel">
				<h3><span> &ndash; </span><?php 
echo smarty_function_translate(array('text' => '_last_viewed'), $this);
?>
</h3>
				<div id="lastViewedIndicator" class="progressIndicator" style="display:none;"></div>
				<ul>
				</ul>
			</div>
		</li>

		<?php 
echo smarty_function_renderBlock(array('block' => "BACKEND-TOOLBAR-AFTER-LASTVIEWED"), $this);
?>


	</ul>
예제 #6
0
					<?php 
            }
            ?>
				<?php 
        }
    }
    unset($_from);
    ?>
			</div>

			<div class="clear"></div>

			<div class="applyTo">
				<p>
					<label><?php 
    echo smarty_function_translate(array('text' => '_apply_to'), $this);
    ?>
</label>
					<span><?php 
    echo smarty_function_selectfield(array('name' => 'type', 'class' => 'applyTo', 'options' => $this->_tpl_vars['applyToChoices']), $this);
    ?>
</span>
				</p>

				<div class="conditionContainer actionCondition">
					<ul class="conditionContainer root" style="display: none;"></ul>
				</div>
			</div>
		</li>
	<?php 
    $_block_content = ob_get_contents();
예제 #7
0
">
	
	<div class="responseUser">
		<span class="responderType">
		<?php 
if ($this->_tpl_vars['note']['isAdmin']) {
    ?>
			<?php 
    echo smarty_function_translate(array('text' => '_admin'), $this);
    ?>
:
		<?php 
} else {
    ?>
			<?php 
    echo smarty_function_translate(array('text' => '_customer'), $this);
    ?>
:
		<?php 
}
?>
		</span>
		
		<a href="<?php 
echo smarty_function_backendUserUrl(array('user' => $this->_tpl_vars['note']['User']), $this);
?>
"><?php 
echo $this->_tpl_vars['note']['User']['fullName'];
?>
</a>
	</div>
예제 #8
0
';
?>


<?php 
echo smarty_function_activeGrid(array('prefix' => 'discount', 'id' => 0, 'role' => "product.mass", 'controller' => "backend.discount", 'action' => 'lists', 'displayedColumns' => $this->_tpl_vars['displayedColumns'], 'availableColumns' => $this->_tpl_vars['availableColumns'], 'totalCount' => $this->_tpl_vars['totalCount'], 'container' => 'discountGrid', 'dataFormatter' => "Backend.Discount.GridFormatter", 'massAction' => "backend/discount/massAction.tpl", 'count' => "backend/discount/gridCount.tpl"), $this);
?>


<?php 
echo '
<script type="text/javascript">
	var massHandler = new ActiveGrid.MassActionHandler($(\'discountMass\'), window.activeGrids[\'discount_0\']);
	massHandler.deleteConfirmMessage = \'';
ob_start();
echo smarty_function_translate(array('text' => '_are_you_sure_you_want_to_delete_rule'), $this);
$this->_smarty_vars['capture']['default'] = ob_get_contents();
$this->assign('translation__are_you_sure_you_want_to_delete_rule', ob_get_contents());
ob_end_clean();
echo is_array($_tmp = $this->_tpl_vars['translation__are_you_sure_you_want_to_delete_rule']) ? $this->_run_mod_handler('addslashes', true, $_tmp) : addslashes($_tmp);
echo '\' ;
	massHandler.nothingSelectedMessage = \'';
ob_start();
echo smarty_function_translate(array('text' => '_nothing_selected'), $this);
$this->_smarty_vars['capture']['default'] = ob_get_contents();
$this->assign('translation__nothing_selected', ob_get_contents());
ob_end_clean();
echo is_array($_tmp = $this->_tpl_vars['translation__nothing_selected']) ? $this->_run_mod_handler('addslashes', true, $_tmp) : addslashes($_tmp);
echo '\' ;
</script>
';
    ?>
	<div class="intervalSelector">
		<span><?php 
    echo smarty_function_translate(array('text' => '_interval'), $this);
    ?>
:</span>
		<select class="intervalSelect">
			<option value="day"><?php 
    echo smarty_function_translate(array('text' => '_daily'), $this);
    ?>
</option>
			<option value="month"><?php 
    echo smarty_function_translate(array('text' => '_monthly'), $this);
    ?>
</option>
			<option value="year"><?php 
    echo smarty_function_translate(array('text' => '_yearly'), $this);
    ?>
</option>
			<option value="hour"><?php 
    echo smarty_function_translate(array('text' => '_hourly'), $this);
    ?>
</option>
			<option value="week"><?php 
    echo smarty_function_translate(array('text' => '_weekly'), $this);
    ?>
</option>
		</select>
	</div>
<?php 
}
예제 #10
0
echo smarty_function_translate(array('text' => '_form_has_been_successfully_saved'), $this);
echo '\';

	Backend.CustomerOrder.Links.selectCustomer = \'';
echo smarty_function_link(array('controller' => "backend.customerOrder", 'action' => 'selectCustomer'), $this);
echo '\';
	Backend.CustomerOrder.Editor.prototype.Messages.orderNum = \'';
ob_start();
echo smarty_function_translate(array('text' => '_order_number'), $this);
$this->_smarty_vars['capture']['default'] = ob_get_contents();
$this->assign('translation__order_number', ob_get_contents());
ob_end_clean();
echo is_array($_tmp = $this->_tpl_vars['translation__order_number']) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
echo '\';
	Backend.CustomerOrder.Messages.selecCustomerTitle = \'';
echo smarty_function_translate(array('text' => '_select_customer_title'), $this);
echo '\';
	Backend.CustomerOrder.Links.createOrder = \'';
echo smarty_function_link(array('controller' => "backend.customerOrder", 'action' => 'create'), $this);
echo '\';

	Backend.User.Group.prototype.Links.save = \'';
echo smarty_function_link(array('controller' => "backend.userGroup", 'action' => 'save'), $this);
echo '\';
	Backend.User.Group.prototype.Links.remove = \'';
echo smarty_function_link(array('controller' => "backend.userGroup", 'action' => 'delete'), $this);
echo '\';
	Backend.User.Group.prototype.Links.createNewUserGroup = \'';
echo smarty_function_link(array('controller' => "backend.userGroup", 'action' => 'create'), $this);
echo '\';
	Backend.User.Group.prototype.Links.removeNewGroup = \'';
예제 #11
0
	<?php 
if (!$this->_tpl_vars['searchQuery'] && 1 == $this->_tpl_vars['currentPage']) {
    ?>
		<?php 
    echo smarty_function_renderBlock(array('block' => 'PRODUCT_LISTS'), $this);
    ?>

	<?php 
}
?>

	<?php 
if ($this->_tpl_vars['subCatFeatured']) {
    ?>
		<h2><?php 
    echo smarty_function_translate(array('text' => '_featured_products'), $this);
    ?>
</h2>

		<?php 
    $_smarty_tpl_vars = $this->_tpl_vars;
    $this->_smarty_include(array('smarty_include_tpl_file' => "custom:category/productListLayout.tpl", 'smarty_include_vars' => array('layout' => is_array($_tmp = is_array($_tmp = 'FEATURED_LAYOUT') ? $this->_run_mod_handler('config', true, $_tmp) : $this->_plugins['modifier']['config'][0][0]->config($_tmp)) ? $this->_run_mod_handler('default', true, $_tmp, @$this->_tpl_vars['layout']) : smarty_modifier_default($_tmp, @$this->_tpl_vars['layout']), 'products' => $this->_tpl_vars['subCatFeatured'])));
    $this->_tpl_vars = $_smarty_tpl_vars;
    unset($_smarty_tpl_vars);
    ?>
	<?php 
}
?>

	<?php 
echo smarty_function_renderBlock(array('block' => 'FILTER_TOP'), $this);
smarty_core_load_plugins(array('plugins' => array(array('function', 'newsUrl', 'custom:news/newsEntry.tpl', 1, false), array('function', 'translate', 'custom:news/newsEntry.tpl', 6, false))), $this);
?>
<h3><a href="<?php 
echo smarty_function_newsUrl(array('news' => $this->_tpl_vars['entry']), $this);
?>
"><?php 
echo $this->_tpl_vars['entry']['title_lang'];
?>
</a></h3>
<div class="newsDate"><?php 
echo $this->_tpl_vars['entry']['formatted_time']['date_medium'];
?>
</div>
<div><?php 
echo $this->_tpl_vars['entry']['text_lang'];
?>
</div>
<?php 
if ($this->_tpl_vars['entry']['moreText_lang']) {
    ?>
	<div class="newsReadMore">
		<center><a href="<?php 
    echo smarty_function_newsUrl(array('news' => $this->_tpl_vars['entry']), $this);
    ?>
" class="hvr-sweep-to-left"><?php 
    echo smarty_function_translate(array('text' => '_read_more'), $this);
    ?>
</a></center>
	</div>
<?php 
}
</strong>
				<?php 
        } elseif ($this->_tpl_vars['rate']['ShippingService']['formatted_deliveryTimeMaxDays']) {
            ?>
					<?php 
            echo smarty_function_translate(array('text' => '_deliveryDate_before'), $this);
            ?>
: <strong><?php 
            echo is_array($_tmp = $this->_tpl_vars['rate']['ShippingService']['formatted_deliveryTimeMaxDays']['date_long']) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
            ?>
</strong>
				<?php 
        } elseif ($this->_tpl_vars['rate']['ShippingService']['formatted_deliveryTimeMinDays']) {
            ?>
					<?php 
            echo smarty_function_translate(array('text' => '_deliveryDate_after'), $this);
            ?>
: <strong><?php 
            echo is_array($_tmp = $this->_tpl_vars['rate']['ShippingService']['formatted_deliveryTimeMinDays']['date_long']) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
            ?>
</strong>
				<?php 
        }
        ?>
			</p>
		</label>
	</p>
<?php 
    }
}
unset($_from);
<?php

/* Smarty version 2.6.26, created on 2015-12-13 16:27:42
   compiled from custom:backend/product/form/specFieldList.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'translate', 'custom:backend/product/form/specFieldList.tpl', 2, false))), $this);
?>
<fieldset class="specification">
	<legend><?php 
echo smarty_function_translate(array('text' => '_product_specification'), $this);
?>
</legend>

	<?php 
$_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "custom:backend/eav/fields.tpl", 'smarty_include_vars' => array('fields' => $this->_tpl_vars['specFieldList'], 'item' => $this->_tpl_vars['product'], 'cat' => $this->_tpl_vars['cat'], 'textFieldClass' => 'wide')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>

</fieldset>
예제 #15
0
	<div id="handler_SOFT_NAME">
		<a href="<?php 
echo smarty_function_link(array('controller' => "backend.settings", 'action' => 'disablePrivateLabel'), $this);
?>
" id="disablePrivateLabel" class="menu"><?php 
echo smarty_function_translate(array('text' => '_disable_private_label_change'), $this);
?>
</a>
		<span class="progressIndicator" style="display: none;"></span>
	</div>

	<div id="handler_UPDATE_COPY_METHOD">
		<a href="<?php 
echo smarty_function_link(array('controller' => "backend.update", 'action' => 'testCopy'), $this);
?>
" id="testUpdateCopy" class="menu"><?php 
echo smarty_function_translate(array('text' => '_test_update_copy'), $this);
?>
</a>
		<span class="progressIndicator" style="display: none;"></span>
		<div id="testUpdateCopyResult"></div>
	</div>
</div>

<iframe id="upload" name="upload"></iframe>

<?php 
$_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "custom:layout/backend/footer.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
        $_block_content = ob_get_contents();
        ob_end_clean();
        $_block_repeat = false;
        echo smarty_block_error($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
    }
    array_pop($this->_tag_stack);
    ?>
</div>
	</fieldset>
	</p>

	<p>
		
		<span class="progressIndicator" style="display: none;"></span>
		<input type="submit" class="submit" value="<?php 
    echo smarty_function_translate(array('text' => '_form_submit'), $this);
    ?>
" style="margin-top: 20px;" />
	</p>

	<input type="hidden" name="id" value="<?php 
    echo $this->_tpl_vars['product']['ID'];
    ?>
" />

<?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_block_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
        if (!$this->_tpl_vars['multi']) {
            ?>
						<a href="<?php 
            echo smarty_function_link(array('controller' => 'order', 'action' => 'setMultiAddress'), $this);
            ?>
" class="multiAddressCheckout"><?php 
            echo smarty_function_translate(array('text' => '_ship_to_multiple'), $this);
            ?>
</a>
					<?php 
        } else {
            ?>
						<a href="<?php 
            echo smarty_function_link(array('controller' => 'order', 'action' => 'setSingleAddress'), $this);
            ?>
" class="multiAddressCheckout"><?php 
            echo smarty_function_translate(array('text' => '_ship_to_single'), $this);
            ?>
</a>
					<?php 
        }
        ?>
				<?php 
    }
    ?>
			</div>
		<?php 
}
?>
	</td>
</tr>
예제 #18
0
$this->_smarty_include(array('smarty_include_tpl_file' => "custom:layout/frontend/layout.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>

<div id="content">
	<h1><?php 
echo $this->_tpl_vars['page']['title_lang'];
?>
</h1>
	<?php 
if ($this->_tpl_vars['subPages']) {
    ?>
		<div class="staticSubpages">
			<h2><?php 
    echo smarty_function_translate(array('text' => '_subpages'), $this);
    ?>
</h2>
			<ul>
				<?php 
    $_from = $this->_tpl_vars['subPages'];
    if (!is_array($_from) && !is_object($_from)) {
        settype($_from, 'array');
    }
    if (count($_from)) {
        foreach ($_from as $this->_tpl_vars['subPage']) {
            ?>
					<li id="static_<?php 
            echo $this->_tpl_vars['subPage']['ID'];
            ?>
"><a href="<?php 
예제 #19
0
echo smarty_function_link(array('controller' => 'onePageCheckout', 'action' => 'fallback'), $this);
?>
';
	}
</script>

<?php 
$_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "custom:checkout/layout.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>

<div id="content" class="left right orderIndex">
	<h1><?php 
echo smarty_function_translate(array('text' => '_checkout'), $this);
?>
</h1>

	<?php 
if ($this->_tpl_vars['paymentError']) {
    ?>
		<div class="errorMessage" style="margin-bottom: 1em;">
			Your payment was declined: <?php 
    echo $this->_tpl_vars['paymentError'];
    ?>
<br />
			Please try again.
		</div>
	<?php 
}
							<a href="#" onclick="javascript:applyFilter('<?php echo $this->_tpl_vars['clusterItem'][0]; ?>
','<?php echo $this->_tpl_vars['key']; ?>
')"><?php echo $this->_smarty_vars['capture']['lang']; ?>
</a> (<?php echo $this->_tpl_vars['clusterItem'][1]; ?>
)
						</li>
					<?php endif; ?>
				<?php endforeach; endif; unset($_from); ?>

            <?php elseif ($this->_tpl_vars['key'] == 'clinical_aspect'): ?>

                <?php $_from = $this->_tpl_vars['item']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['clusterKey'] => $this->_tpl_vars['clusterItem']):
?>

                    <?php ob_start(); ?><?php echo smarty_function_translate(array('text' => $this->_tpl_vars['clusterItem'][0],'suffix' => 'ASPECT_','translation' => $this->_tpl_vars['texts']), $this);?>
<?php $this->_smarty_vars['capture']['lang'] = ob_get_contents(); ob_end_clean(); ?>
                    <?php if ($this->_smarty_vars['capture']['lang'] != ''): ?>
                        <li>
                            <a href="#" onclick="javascript:applyFilter('<?php echo $this->_tpl_vars['clusterItem'][0]; ?>
','<?php echo $this->_tpl_vars['key']; ?>
')"><?php echo $this->_smarty_vars['capture']['lang']; ?>
</a> (<?php echo $this->_tpl_vars['clusterItem'][1]; ?>
)
                        </li>
                    <?php endif; ?>
                <?php endforeach; endif; unset($_from); ?>

			<?php else: ?>
				<?php $_from = $this->_tpl_vars['item']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['clusterKey'] => $this->_tpl_vars['clusterItem']):
예제 #21
0
ob_end_clean();
echo is_array($_tmp = $this->_tpl_vars['translation__confirm_category_remove']) ? $this->_run_mod_handler('addslashes', true, $_tmp) : addslashes($_tmp);
?>
';
	Backend.Category.messages._confirm_category_remove = '<?php 
ob_start();
echo smarty_function_translate(array('text' => '_confirm_category_remove'), $this);
$this->_smarty_vars['capture']['default'] = ob_get_contents();
$this->assign('translation__confirm_category_remove', ob_get_contents());
ob_end_clean();
echo is_array($_tmp = $this->_tpl_vars['translation__confirm_category_remove']) ? $this->_run_mod_handler('addslashes', true, $_tmp) : addslashes($_tmp);
?>
';
	Backend.Category.messages._confirm_move = '<?php 
ob_start();
echo smarty_function_translate(array('text' => '_confirm_move'), $this);
$this->_smarty_vars['capture']['default'] = ob_get_contents();
$this->assign('translation__confirm_move', ob_get_contents());
ob_end_clean();
echo is_array($_tmp = $this->_tpl_vars['translation__confirm_move']) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
?>
';

	Backend.Category.init();

	Backend.Category.treeBrowser.setXMLAutoLoading(Backend.Category.links.categoryAutoloading);
	Backend.Category.addCategories(<?php 
echo smarty_function_json(array('array' => $this->_tpl_vars['categoryList']), $this);
?>
);
	CategoryTabControl.prototype.loadCategoryTabsCount(<?php 
예제 #22
0
echo '\');	
	handler.setSaveCaption(\'';
ob_start();
echo smarty_function_translate(array('text' => '_save'), $this);
$this->_smarty_vars['capture']['default'] = ob_get_contents();
$this->assign('translation__save', ob_get_contents());
ob_end_clean();
echo is_array($_tmp = $this->_tpl_vars['translation__save']) ? $this->_run_mod_handler('addslashes', true, $_tmp) : addslashes($_tmp);
echo '\');	
	
	handler.activeListMessages = 
	{ 
		_activeList_edit:	\'';
ob_start();
echo smarty_function_translate(array('text' => '_activeList_edit'), $this);
$this->_smarty_vars['capture']['default'] = ob_get_contents();
$this->assign('translation__activeList_edit', ob_get_contents());
ob_end_clean();
echo is_array($_tmp = $this->_tpl_vars['translation__activeList_edit']) ? $this->_run_mod_handler('addslashes', true, $_tmp) : addslashes($_tmp);
echo '\',
		_activeList_delete:  \'';
ob_start();
echo smarty_function_translate(array('text' => '_activeList_delete'), $this);
$this->_smarty_vars['capture']['default'] = ob_get_contents();
$this->assign('translation__activeList_delete', ob_get_contents());
ob_end_clean();
echo is_array($_tmp = $this->_tpl_vars['translation__activeList_delete']) ? $this->_run_mod_handler('addslashes', true, $_tmp) : addslashes($_tmp);
echo '\'
	}
</script>
';
"));
							</script>
						<?php 
    }
    ?>
					</div>
				<?php 
}
?>

				<?php 
if ($this->_tpl_vars['downloadCount'][$this->_tpl_vars['item']['ID']]) {
    ?>
					<div class="itemDownloadStats">
						<?php 
    echo smarty_function_translate(array('text' => '_times_downloaded'), $this);
    ?>
: <?php 
    echo $this->_tpl_vars['downloadCount'][$this->_tpl_vars['item']['ID']];
    ?>

					</div>
				<?php 
}
?>

			</div>
		</td>
		<td class="orderShipmentsItem_info_price_td">
			<div class="orderShipmentsItem_info_price">
				<span class="pricePrefix"><?php 
예제 #24
0
echo $this->_tpl_vars['formid'];
?>
Form" method="post" action="<?php 
echo smarty_function_link(array('controller' => "backend.quickSearch", 'action' => 'search'), $this);
?>
" onsubmit="return false;">
		<input
			id="<?php 
echo $this->_tpl_vars['formid'];
?>
Query"
			autocomplete="off"
			name="q"
			type="text"
			value="<?php 
echo is_array($_tmp = smarty_function_translate(array('text' => $this->_tpl_vars['hint']), $this)) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html');
?>
"
			class="text quickSearchInput hasHint"
		/>
		<input type="hidden" value="<?php 
echo $this->_tpl_vars['limit'];
?>
" name="limit" />
		<input type="hidden" value="" name="class" id="<?php 
echo $this->_tpl_vars['formid'];
?>
Class" />
		<input type="hidden" value="" name="from" id="<?php 
echo $this->_tpl_vars['formid'];
?>
		<?php 
    echo smarty_function_selectfield(array('id' => "massForm_theme_" . $this->_tpl_vars['categoryID'], 'name' => 'theme', 'options' => $this->_tpl_vars['themes']), $this);
    ?>

		<?php 
    echo smarty_function_selectfield(array('id' => "massForm_shippingClass_" . $this->_tpl_vars['categoryID'], 'name' => 'shippingClass', 'options' => $this->_tpl_vars['shippingClasses']), $this);
    ?>

		<?php 
    echo smarty_function_selectfield(array('id' => "massForm_taxClass_" . $this->_tpl_vars['categoryID'], 'name' => 'taxClass', 'options' => $this->_tpl_vars['taxClasses']), $this);
    ?>

	</span>

	<input type="submit" value="<?php 
    echo is_array($_tmp = smarty_function_translate(array('text' => '_process', 'disableLiveTranslation' => 'true'), $this)) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html');
    ?>
" class="submit" />
	<span class="massIndicator progressIndicator" style="display: none;"></span>

	<?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_block_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
array_pop($this->_tag_stack);
?>

</span>
예제 #26
0
<?php

/* Smarty version 2.6.26, created on 2015-12-01 10:48:41
   compiled from /home/illumin/public_html/storage/customize/view/theme/IlluminataV3//product/block/price.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'config', '/home/illumin/public_html/storage/customize/view/theme/IlluminataV3//product/block/price.tpl', 1, false), array('function', 'translate', '/home/illumin/public_html/storage/customize/view/theme/IlluminataV3//product/block/price.tpl', 3, false))), $this);
if (is_array($_tmp = 'DISPLAY_PRICES') ? $this->_run_mod_handler('config', true, $_tmp) : $this->_plugins['modifier']['config'][0][0]->config($_tmp)) {
    ?>
	<tr id="productPrice">
		<td class="param" style="padding: 8px;"><?php 
    echo smarty_function_translate(array('text' => '_price'), $this);
    ?>
:</td>
		<td class="value price">
				<?php 
    $_smarty_tpl_vars = $this->_tpl_vars;
    $this->_smarty_include(array('smarty_include_tpl_file' => "custom:product/block/productPagePrice.tpl", 'smarty_include_vars' => array()));
    $this->_tpl_vars = $_smarty_tpl_vars;
    unset($_smarty_tpl_vars);
    ?>
		</td>
	</tr>
	<?php 
    if ($this->_tpl_vars['quantityPricing']) {
        ?>
		<tr>
			<td colspan="2">
				<?php 
        $_smarty_tpl_vars = $this->_tpl_vars;
        $this->_smarty_include(array('smarty_include_tpl_file' => "custom:product/block/quantityPrice.tpl", 'smarty_include_vars' => array()));
        $this->_tpl_vars = $_smarty_tpl_vars;
예제 #27
0
<?php 
echo smarty_function_loadJs(array('form' => true), $this);
?>

<?php 
$_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "custom:layout/frontend/layout.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>

<div id="content">

<h1><?php 
echo smarty_function_translate(array('text' => '_form_sent'), $this);
?>
</h1>

<p><?php 
echo smarty_function_translate(array('text' => '_form_thankyou'), $this);
?>
</p>

</div>

<?php 
$_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "custom:layout/frontend/footer.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
예제 #28
0
			<th colspan="<?php 
    if (is_array($_tmp = 'SHOW_SKU_CART') ? $this->_run_mod_handler('config', true, $_tmp) : $this->_plugins['modifier']['config'][0][0]->config($_tmp)) {
        ?>
4<?php 
    } else {
        ?>
3<?php 
    }
    ?>
" class="cartListTitle"></th>
			<th class="cartPrice"><?php 
    echo smarty_function_translate(array('text' => '_price'), $this);
    ?>
</th>
			<th class="cartQuant"><?php 
    echo smarty_function_translate(array('text' => '_quantity'), $this);
    ?>
</th>
		</tr>
	</thead>
	<tbody>

		<?php 
    $_smarty_tpl_vars = $this->_tpl_vars;
    $this->_smarty_include(array('smarty_include_tpl_file' => "custom:order/block/items.tpl", 'smarty_include_vars' => array()));
    $this->_tpl_vars = $_smarty_tpl_vars;
    unset($_smarty_tpl_vars);
    ?>
		<?php 
    $_smarty_tpl_vars = $this->_tpl_vars;
    $this->_smarty_include(array('smarty_include_tpl_file' => "custom:order/block/discounts.tpl", 'smarty_include_vars' => array()));
예제 #29
0
</span></td>
		</tr>
		<?php 
    }
    ?>
	<?php 
}
?>

	<?php 
if ($this->_tpl_vars['product']['URL']) {
    ?>
	<tr>
		<td colspan="2" class="websiteUrl"><a href="<?php 
    echo $this->_tpl_vars['product']['URL'];
    ?>
" target="_blank"><?php 
    echo smarty_function_translate(array('text' => '_product_website'), $this);
    ?>
</a></td>
	</tr>
	<?php 
}
?>

	<?php 
echo smarty_function_renderBlock(array('block' => "PRODUCT-OVERVIEW-AFTER"), $this);
?>


</table>
예제 #30
0
<?php

/* Smarty version 2.6.26, created on 2015-12-01 10:53:59
   compiled from custom:backend/module/list.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'translate', 'custom:backend/module/list.tpl', 3, false))), $this);
if ($this->_tpl_vars['sortedModules'][$this->_tpl_vars['type']]) {
    ?>
	<fieldset class="type_<?php 
    echo $this->_tpl_vars['type'];
    ?>
">
		<legend><?php 
    echo smarty_function_translate(array('text' => "_module_type_" . $this->_tpl_vars['type']), $this);
    ?>
</legend>
		<?php 
    $_from = $this->_tpl_vars['sortedModules'][$this->_tpl_vars['type']];
    if (!is_array($_from) && !is_object($_from)) {
        settype($_from, 'array');
    }
    if (count($_from)) {
        foreach ($_from as $this->_tpl_vars['module']) {
            ?>
			<?php 
            $_smarty_tpl_vars = $this->_tpl_vars;
            $this->_smarty_include(array('smarty_include_tpl_file' => "custom:backend/module/node.tpl", 'smarty_include_vars' => array()));
            $this->_tpl_vars = $_smarty_tpl_vars;
            unset($_smarty_tpl_vars);
            ?>
		<?php