本文整理汇总了PHP中displaySubmenuOptions函数的典型用法代码示例。如果您正苦于以下问题:PHP displaySubmenuOptions函数的具体用法?PHP displaySubmenuOptions怎么用?PHP displaySubmenuOptions使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了displaySubmenuOptions函数的6个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: defined
*/
defined('_JEXEC') or die('Restricted access');
$rows = $this->rows;
$attr_id = $this->attr_id;
$count = count($rows);
$i = 0;
$saveOrder = $this->filter_order_Dir == "asc" && $this->filter_order == "value_ordering";
?>
<div id="j-sidebar-container" class="span2">
<?php
echo $this->sidebar;
?>
</div>
<div id="j-main-container" class="span10">
<?php
displaySubmenuOptions("attributes");
?>
<form action="index.php?option=com_jshopping&controller=attributesvalues&attr_id=<?php
echo $attr_id;
?>
" method="post" name="adminForm" id="adminForm">
<?php
print $this->tmp_html_start;
?>
<table class="table table-striped">
<thead>
<tr>
<th class="title" width ="10">
#
</th>
<th width="20">
示例2: defined
* @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
$rows = $this->rows;
$pageNav = $this->pageNav;
$i = 0;
?>
<div id="j-sidebar-container" class="span2">
<?php
echo $this->sidebar;
?>
</div>
<div id="j-main-container" class="span10">
<?php
displaySubmenuOptions();
?>
<form action="index.php?option=com_jshopping&controller=coupons" method="post" name="adminForm" id="adminForm">
<?php
print $this->tmp_html_start;
if (isset($this->ext_coupon_html_befor_list)) {
print $this->ext_coupon_html_befor_list;
}
?>
<table class="table table-striped">
<thead>
<tr>
<th class="title" width ="10">
#
</th>
示例3: defined
<?php
/**
* @version 4.3.1 13.08.2013
* @author MAXXmarketing GmbH
* @package Jshopping
* @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
displaySubmenuOptions("currencies");
$rows = $this->rows;
$i = 0;
$saveOrder = $this->filter_order_Dir == "asc" && $this->filter_order == "currency_ordering";
?>
<form action="index.php?option=com_jshopping&controller=currencies" method="post" name="adminForm" id="adminForm">
<table class="table table-striped">
<thead>
<tr>
<th class="title" width ="10">
#
</th>
<th width="20">
<input type="checkbox" name="checkall-toggle" value="" title="<?php
echo JText::_('JGLOBAL_CHECK_ALL');
?>
" onclick="Joomla.checkAll(this)" />
</th>
<th align="left">
<?php
echo JHTML::_('grid.sort', _JSHOP_TITLE, 'currency_name', $this->filter_order_Dir, $this->filter_order);
示例4: defined
<?php
/**
* @version 4.3.1 13.08.2013
* @author MAXXmarketing GmbH
* @package Jshopping
* @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
displaySubmenuOptions("shippings");
$rows = $this->rows;
?>
<form action="index.php?option=com_jshopping&controller=shippingextprice" method="post" name="adminForm" id="adminForm">
<table class="table table-striped">
<thead>
<tr>
<th class="title" width ="10">
#
</th>
<th width="20">
<input type="checkbox" name="checkall-toggle" value="" title="<?php
echo JText::_('JGLOBAL_CHECK_ALL');
?>
" onclick="Joomla.checkAll(this)" />
</th>
<th align="left" width="300">
<?php
echo _JSHOP_TITLE;
?>
</th>
示例5: defined
* @package Jshopping
* @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
$rows = $this->rows;
$i = 0;
?>
<div id="j-sidebar-container" class="span2">
<?php
echo $this->sidebar;
?>
</div>
<div id="j-main-container" class="span10">
<?php
displaySubmenuOptions("taxes");
?>
<form action="index.php?option=com_jshopping&controller=exttaxes&back_tax_id=<?php
print $this->back_tax_id;
?>
" method="post" name="adminForm" id="adminForm">
<?php
print $this->tmp_html_start;
?>
<table class="table table-striped">
<thead>
<tr>
<th class="title" width ="10">
#
</th>
<th width="20">
示例6: defined
<?php
/**
* @version 4.3.1 13.08.2013
* @author MAXXmarketing GmbH
* @package Jshopping
* @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
displaySubmenuOptions("productfields");
$rows = $this->rows;
$count = count($rows);
$i = 0;
?>
<form action="index.php?option=com_jshopping&controller=productfieldgroups" method="post" name="adminForm" id="adminForm">
<table class="table table-striped">
<thead>
<tr>
<th class="title" width="10">
#
</th>
<th width="20">
<input type="checkbox" name="checkall-toggle" value="" title="<?php
echo JText::_('JGLOBAL_CHECK_ALL');
?>
" onclick="Joomla.checkAll(this)" />
</th>
<th align="left">
<?php
echo _JSHOP_TITLE;