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


PHP FSS_Helper::PageTitle方法代码示例

本文整理汇总了PHP中FSS_Helper::PageTitle方法的典型用法代码示例。如果您正苦于以下问题:PHP FSS_Helper::PageTitle方法的具体用法?PHP FSS_Helper::PageTitle怎么用?PHP FSS_Helper::PageTitle使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在FSS_Helper的用法示例。


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

示例1: defined

<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("Reports");
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
?>

<?php 
$count = 0;
?>

<?php 
foreach ($this->reports as $report) {
    ?>
	<?php 
    if (!FSS_Permission::auth("fss.reports.report." . $report->name, "com_fss.reports") && !FSS_Permission::auth("fss.reports.all", "com_fss.reports")) {
        continue;
    }
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:default.php

示例2: defined

<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
?>

<?php 
echo FSS_Helper::PageTitle("SUPPORT", $this->no_permission_title);
?>

<?php 
echo JText::_($this->no_permission_message);
?>

<?php 
include JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . '_powered.php';
echo FSS_Helper::PageStyleEnd();
开发者ID:vstorm83,项目名称:propertease,代码行数:23,代码来源:nopermission.php

示例3: defined

<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
?>

<?php 
echo FSS_Helper::PageTitle('SUPPORT_ADMIN', JText::_($this->reply_title));
?>

<form id='newticket' action="<?php 
echo str_replace("&amp;", "&", FSSRoute::x('&what=forward='));
?>
" method="post"  enctype="multipart/form-data" class="form-horizontal form-condensed">
	<input type=hidden name='ticketid' id='ticketid' value='<?php 
echo FSS_Helper::escape($this->ticketid);
?>
'>
	<input type=hidden name='what' id='what' value='savereply'>
	<input type=hidden name='reply_type' id='reply_type' value='<?php 
echo FSS_Helper::escape($this->reply_type);
?>
'>
	<input type=hidden name='draft' id='draft' value='<?php 
echo FSS_Helper::escape($this->draft);
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:reply.php

示例4: defined

<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
require_once JPATH_COMPONENT . DS . 'helper' . DS . 'glossary.php';
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("GLOSSARY");
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'glossary' . DS . 'snippet' . DS . '_letter_bar.php');
?>

<?php 
$letter = "";
$descid = 0;
?>

<dl class="fss_glossary_wordlist">
<?php 
foreach ($this->rows as $glossary) {
    ?>
	<?php 
    $descid++;
    $thisletter = strtolower(substr($glossary->word, 0, 1));
    if ($thisletter != $letter) {
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:default.php

示例5: defined

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo $this->tmpl ? FSS_Helper::PageStylePopup(true) : FSS_Helper::PageStyle();
?>


	<?php 
echo $this->tmpl ? FSS_Helper::PageTitlePopup("TESTIMONIALS", "ADD_A_TESTIMONIAL") : FSS_Helper::PageTitle("TESTIMONIALS", "ADD_A_TESTIMONIAL");
?>
	<div class='fss_kb_comment_add' id='add_comment'>
		<?php 
$this->comments->DisplayAdd();
?>
	</div>

	<div id="comments"></div>

	<div class='fss_comments_result_<?php 
echo $this->comments->uid;
?>
'></div>

<?php 
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:create.php

示例6: defined

<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle('SUPPORT_ADMIN', "CURRENT_SUPPORT_TICKETS");
?>

<form id='fssForm' action="<?php 
echo FSSRoute::_('index.php?option=com_fss&view=admin_support&tickets=' . $this->ticket_view);
?>
" name="fssForm" method="post">

	<?php 
if (JRequest::getVar('searchtype') != "") {
    ?>
		<div id="fss_showing_search" class="hide" style="display: none;"></div>
	<?php 
}
?>

	<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:list.php

示例7: defined

* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
* 
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/
defined('_JEXEC') or die('Restricted access');
echo FSS_Helper::PageStylePopup();
echo FSS_Helper::PageTitle("INCLUDE_USER");
?>
<div><?php 
echo JText::_('INCLUDE_USER_HELP');
?>
</div>
<form action="<?php 
echo JRoute::_('index.php?option=com_fss&view=ticket&tmpl=component&what=addccuser&ticketid=' . JRequest::getVar('ticketid'));
?>
" method="post" name="fssForm">
<div id="editcell">
	<table>
		<tr>
			<td width="100%">
				<?php 
echo JText::_("SEARCH");
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:default_users.php

示例8: defined

<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle('COMMENT_MODERATION');
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
$this->comments->DisplayModerate();
include JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . '_powered.php';
echo FSS_Helper::PageStyleEnd();
开发者ID:vstorm83,项目名称:propertease,代码行数:18,代码来源:default.php

示例9:

	<?php 
    echo FSS_Helper::PageStyle();
    ?>

	<?php 
    if (!FSS_Input::getString('print')) {
        ?>
		<?php 
        echo $this->content->EditPanel($this->art);
        ?>
	<?php 
    }
    ?>

	<?php 
    echo FSS_Helper::PageTitle("KNOWLEDGE_BASE", $this->art['title']);
    ?>
	<div class="fss_spacer"></div>
<?php 
}
?>

<div>

	<div class="pull-right">

		<?php 
if (!FSS_Input::getString('print')) {
    ?>
			<?php 
    if ($this->kb_rate || FSS_Settings::Get('kb_print')) {
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:article.php

示例10: defined

<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>
		
<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle('SUPPORT_ADMIN', "EMAILS_AWAITING_APPROVAL");
?>

	<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
?>

	<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin_support' . DS . 'snippet' . DS . '_supportbar.php');
?>

	<form method="post" action="<?php 
echo FSSRoute::_('index.php?option=com_fss&view=admin_support&layout=emails');
?>
" name='fssForm' id='fssForm'>

		<div class="form-horizontal">
			<div class="control-group">
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:emails.php

示例11: defined

<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("FREQUENTLY_ASKED_QUESTIONS", $this->curcattitle);
?>

<?php 
$acl = 1;
?>
<form action="<?php 
echo FSSRoute::_('index.php?option=com_fss&view=faqs');
?>
" method="get" name="fssForm" class="faq_search">
	<input type='hidden' name='option' value='com_fss' />
	<input type='hidden' name='Itemid' value='<?php 
echo FSS_Input::getInt('Itemid');
?>
' />
	<input type='hidden' name='view' value='faq' />
	<input type='hidden' name='catid' value='<?php 
echo (int) $this->curcatid;
?>
' />
	<input type='hidden' name='enable_pages' value='<?php 
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:default.php

示例12: defined

<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>
 
<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("SUPPORT", "MAIN_MENU");
?>

<?php 
FSS_Helper::HelpText("menu_header");
?>

<style>
.fss_mainmenu_phone {
	display: none;
}

@media (max-width: 766px)
{
	.fss_mainmenu {
		display: none;
	}
	.fss_mainmenu_phone {
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:default.php

示例13: defined

<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("ADMIN_OVERVIEW");
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
?>

<?php 
echo FSS_GUIPlugins::output("adminOverviewTop");
?>

<?php 
if (FSS_Permission::auth("fss.handler", "com_fss.support_admin")) {
    include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin_support' . DS . 'snippet' . DS . '_overview.php');
}
?>

<?php 
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:default.php

示例14: defined

<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("GROUP_ADMINISTRATION");
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
?>

<?php 
if (FSS_Permission::auth("fss.groups", "com_fss.groups")) {
    ?>
<p>
	<a class="btn btn-success" href="<?php 
    echo FSSRoute::_('index.php?option=com_fss&view=admin_groups&what=create');
    ?>
">
		<i class="icon-plus"></i>
		<?php 
    echo JText::_('CREATE_NEW_GROUP');
    ?>
	</a>
</p>
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:default.php

示例15: defined

<?php

/**
 * @package     Joomla.Site
 * @subpackage  com_users
 *
 * @copyright   Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
defined('_JEXEC') or die;
JHtml::_('behavior.keepalive');
JHtml::_('behavior.formvalidation');
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("FSS_REGISTER");
?>

<div class="<?php 
echo $this->pageclass_sfx;
?>
">


	<form id="member-registration" action="<?php 
echo JRoute::_('index.php?option=com_fss&view=login&layout=doregister');
?>
" method="post" class="form-validate form-horizontal form-condensed" enctype="multipart/form-data">
		<?php 
foreach ($this->form->getFieldsets() as $fieldset) {
    // Iterate through the form fieldsets and display each one.
    ?>
			<?php 
开发者ID:vstorm83,项目名称:propertease,代码行数:31,代码来源:register.php


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