本文整理汇总了PHP中acymailing_listingsearch函数的典型用法代码示例。如果您正苦于以下问题:PHP acymailing_listingsearch函数的具体用法?PHP acymailing_listingsearch怎么用?PHP acymailing_listingsearch使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了acymailing_listingsearch函数的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: acymailingtagcontent_show
//.........这里部分代码省略.........
" style="width:30px;"/>
</span>
</td>
</tr>
<tr>
<td>
<?php
echo JText::_('CLICKABLE_TITLE');
?>
</td>
<td>
<?php
echo JHTML::_('acyselect.radiolist', $titlelink, 'titlelink', 'size="1" onclick="updateTag();"', 'value', 'text', $pageInfo->titlelink);
?>
</td>
<td>
<?php
echo JText::_('AUTHOR_NAME');
?>
</td>
<td>
<?php
echo JHTML::_('acyselect.radiolist', $authorname, 'author', 'size="1" onclick="updateTag();"', 'value', 'text', (string) $pageInfo->author);
?>
</td>
</tr>
</table>
</div>
<div class="onelineblockoptions">
<table>
<tr>
<td width="100%">
<?php
acymailing_listingsearch($pageInfo->search);
?>
</td>
<td nowrap="nowrap">
<?php
echo JHTML::_('select.genericlist', $categoriesValues, 'filter_cat', 'class="inputbox" size="1" onchange="document.adminForm.submit( );"', 'value', 'text', (int) $pageInfo->filter_cat);
?>
</td>
</tr>
</table>
<table class="acymailing_table" cellpadding="1" width="100%">
<thead>
<tr>
<th class="title">
</th>
<th class="title">
<?php
echo JHTML::_('grid.sort', JText::_('FIELD_TITLE'), 'a.title', $pageInfo->filter->order->dir, $pageInfo->filter->order->value);
?>
</th>
<th class="title">
<?php
echo JHTML::_('grid.sort', JText::_('ACY_AUTHOR'), 'b.name', $pageInfo->filter->order->dir, $pageInfo->filter->order->value);
?>
</th>
<th class="title">
<?php
echo JHTML::_('grid.sort', JText::_(ACYMAILING_J16 ? 'COM_CONTENT_PUBLISHED_DATE' : 'START PUBLISHING'), 'a.publish_up', $pageInfo->filter->order->dir, $pageInfo->filter->order->value);
?>
</th>
<th class="title">
<?php
示例2: defined
* @copyright (C) 2009-2015 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?>
<div id="acy_content" class="acynewsletterlisting">
<div id="iframedoc"></div>
<form action="<?php
echo JRoute::_('index.php?option=com_acymailing&ctrl=' . JRequest::getCmd('ctrl'));
?>
" method="post" name="adminForm" id="adminForm">
<table class="acymailing_table_options">
<tr>
<td width="100%">
<?php
acymailing_listingsearch($this->pageInfo->search);
?>
</td>
<td nowrap="nowrap">
<?php
echo $this->filters->list;
?>
<?php
if ($this->app->isAdmin()) {
echo $this->filters->creator;
}
?>
<?php
echo $this->filters->date;
?>
</td>
示例3: defined
* @copyright (C) 2009-2014 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?>
<div id="acy_content">
<div id="iframedoc"></div>
<form action="<?php
echo JRoute::_('index.php?option=com_acymailing&ctrl=' . JRequest::getCmd('ctrl'));
?>
" method="post" name="adminForm" id="adminForm" >
<table>
<tr>
<td width="100%">
<?php
acymailing_listingsearch($this->escape($this->pageInfo->search));
?>
</td>
<td nowrap="nowrap">
<?php
echo $this->filters->list;
?>
<?php
if ($this->app->isAdmin()) {
echo $this->filters->creator;
}
?>
</td>
</tr>
</table>