当前位置: 首页>>代码示例>>PHP>>正文


PHP displaySubmenuConfigs函数代码示例

本文整理汇总了PHP中displaySubmenuConfigs函数的典型用法代码示例。如果您正苦于以下问题:PHP displaySubmenuConfigs函数的具体用法?PHP displaySubmenuConfigs怎么用?PHP displaySubmenuConfigs使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了displaySubmenuConfigs函数的11个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: 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 
displaySubmenuConfigs('general');
?>
<form action="index.php?option=com_jshopping&controller=configdisplayprice" 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">
      <input type="checkbox" name="checkall-toggle" value="" title="<?php 
echo JText::_('JGLOBAL_CHECK_ALL');
?>
开发者ID:olegverstka,项目名称:monax.dev,代码行数:31,代码来源:list.php

示例2: defined

* @package      Jshopping
* @copyright    Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license      GNU/GPL
*/
defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JHtml::_('bootstrap.tooltip');
?>
<div id="j-sidebar-container" class="span2">
    <?php 
echo $this->sidebar;
?>
</div>
<div id="j-main-container" class="span10">
<?php 
displaySubmenuConfigs('image');
?>
<div class="jshop_edit">
<form action="index.php?option=com_jshopping&controller=config" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="3">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_IMAGE_VIDEO_PARAMETERS;
?>
</legend>
开发者ID:panickylemon,项目名称:joomlastayn,代码行数:31,代码来源:image.php

示例3: defined

<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JHTML::_('behavior.tooltip');
displaySubmenuConfigs('catprod');
?>
<form action="index.php?option=com_jshopping&controller=config" method="post" name="adminForm" enctype="multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="6">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_LIST_PRODUCTS . " / " . _JSHOP_PRODUCT;
?>
</legend>
<table class="admintable">
<?php 
if ($jshopConfig->tax) {
    ?>
<tr>
    <td class="key">
        <?php 
    echo _JSHOP_SHOW_TAX;
    ?>
    </td>
    <td>
开发者ID:arkane0906,项目名称:lasercut-bootstrap,代码行数:31,代码来源:categoryproduct.php

示例4: defined

* @license      GNU/GPL
*/
defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JHtml::_('bootstrap.tooltip');
$fields = $this->fields;
$current_fields = $this->current_fields;
?>
<div id="j-sidebar-container" class="span2">
    <?php 
echo $this->sidebar;
?>
</div>
<div id="j-main-container" class="span10">
<?php 
displaySubmenuConfigs('fieldregister');
?>
<div class="jshop_edit">
<form class="jshopfieldregister" action="index.php?option=com_jshopping&controller=config" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="9">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_REGISTER;
?>
</legend>
开发者ID:panickylemon,项目名称:joomlastayn,代码行数:31,代码来源:fieldregister.php

示例5: defined

<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
$lists = $this->lists;
JHTML::_('behavior.tooltip');
displaySubmenuConfigs('currency');
?>
<form action = "index.php?option=com_jshopping&controller=config" method = "post" name = "adminForm" enctype = "multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="2">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_CURRENCY_PARAMETERS;
?>
</legend>
<table class="admintable">
  <tr>
    <td class="key" >
      <?php 
echo _JSHOP_MAIN_CURRENCY;
?>
    </td>
    <td>
      <?php 
echo $lists['currencies'];
开发者ID:arkane0906,项目名称:lasercut-bootstrap,代码行数:31,代码来源:currency.php

示例6: defined

<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
displaySubmenuConfigs('statictext');
$rows = $this->rows;
$i = 0;
?>
<form action = "index.php?option=com_jshopping&controller=config" method = "post" name = "adminForm">
<?php 
print $this->tmp_html_start;
?>
<table class = "adminlist">
<thead>
  <tr>
    <th class = "title" width = "10">
      #
    </th>
    <th width = "20">
      <input type="checkbox" name="toggle" value="" onClick="checkAll(<?php 
echo $count = count($rows);
?>
);" />
    </th>
    <th align = "left">
      <?php 
echo _JSHOP_PAGE;
?>
    </th>
    <th width = "50">
        <?php 
开发者ID:arkane0906,项目名称:lasercut-bootstrap,代码行数:31,代码来源:liststatictext.php

示例7: defined

<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JHTML::_('behavior.tooltip');
$lists = $this->lists;
displaySubmenuConfigs('seo');
?>
<form action = "index.php?option=com_jshopping&controller=config" method = "post" name = "adminForm" enctype = "multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="id" value="<?php 
print $this->row->id;
?>
">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
if (defined("_JSHP_SEOPAGE_" . $this->row->alias)) {
    print constant("_JSHP_SEOPAGE_" . $this->row->alias);
} else {
    print $this->row->alias;
}
?>
</legend>
<table class="admintable">
<?php 
if (!$this->row->id) {
开发者ID:arkane0906,项目名称:lasercut-bootstrap,代码行数:31,代码来源:editseo.php

示例8: defined

<?php

defined('_JEXEC') or die;
JHTML::_('behavior.tooltip');
$lists = $this->lists;
$jshopConfig = $this->config;
displaySubmenuConfigs('otherconfig');
?>
<form action="index.php?option=com_jshopping&controller=config" method="post" name="adminForm">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="10">
<div class="col100">
<fieldset class="adminform">
<legend><?php 
echo _JSHOP_OC;
?>
</legend>
<table class="admintable">
<tr>
    <td class="key">
        <?php 
echo _JSHOP_EXTENDED_TAX_RULE_FOR;
?>
    </td>
    <td>
        <?php 
print $lists['tax_rule_for'];
?>
开发者ID:arkane0906,项目名称:lasercut-bootstrap,代码行数:31,代码来源:otherconfig.php

示例9: defined

<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JHTML::_('behavior.tooltip');
$lists = $this->lists;
displaySubmenuConfigs('checkout');
?>
<form action="index.php?option=com_jshopping&controller=config" method="post" name="adminForm" enctype="multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="7">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_CHECKOUT;
?>
</legend>
<table class="admintable">

<tr>
    <td class="key" style="width:280px!important;">
        <?php 
echo _JSHOP_DEFAULT_ORDER_STATUS;
?>
    </td>
    <td>
        <?php 
开发者ID:arkane0906,项目名称:lasercut-bootstrap,代码行数:31,代码来源:checkout.php

示例10: defined

<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JHTML::_('behavior.tooltip');
$lists = $this->lists;
displaySubmenuConfigs('adminfunction');
?>
<form action = "index.php?option=com_jshopping&controller=config" method = "post" name = "adminForm" enctype = "multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="8">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_GENERAL;
?>
</legend>
<table class="admintable">

<tr>
    <td class="key">
      <?php 
echo _JSHOP_ENABLE_WISHLIST;
?>
    </td>
    <td>
      <input type = "checkbox" name = "enable_wishlist" class = "inputbox" id = "enable_f_wishlist" value = "1" <?php 
开发者ID:arkane0906,项目名称:lasercut-bootstrap,代码行数:31,代码来源:adminfunction.php

示例11: defined

<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JFilterOutput::objectHTMLSafe($jshopConfig, ENT_QUOTES);
$vendor = $this->vendor;
$lists = $this->lists;
JHTML::_('behavior.tooltip');
displaySubmenuConfigs('storeinfo');
?>
<form action = "index.php?option=com_jshopping&controller=config" method = "post" name = "adminForm" enctype = "multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="5">
<input type="hidden" name="vendor_id" value="<?php 
print $vendor->id;
?>
">

<div class="col100" id="storeinfo">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_STORE_INFO;
?>
</legend>
    <table class="admintable" width = "100%" >
    <tr>
     <td class="key">
       <?php 
开发者ID:arkane0906,项目名称:lasercut-bootstrap,代码行数:31,代码来源:storeinfo.php


注:本文中的displaySubmenuConfigs函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。