Exemple #1
0
/**
 * @package		Joomla.Site
 * @subpackage	mod_stats
 * @copyright	Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */
// no direct access
defined('_JEXEC') or die;
?>

<div class="box">
	<ul class="menu-featured-users fltlft">
		<?php 
foreach ($list as $user) {
    $link = JRoute::_(Jnt_HanhphucHelperRoute::getServicesRoute($user->id, $user->username));
    ?>
		<li class="fltlft">
			<div class="image" style="margin: 10px auto;">
				<a class="title" style="width: 60px; height: 60px;" href="<?php 
    echo $link;
    ?>
">
						
				<?php 
    $userLogo = $user->business_logo;
    if ($userLogo) {
        ?>
				<img src="<?php 
        echo JURI::base();
        ?>
Exemple #2
0
    ?>
							</a>
                            
                            <p class="item-title"><?php 
    echo $item->name;
    ?>
</p>
                            <p class="item-price"><strong>Giá</strong>: <?php 
    echo number_format($item->current_price);
    ?>
 VNĐ</p>
                        </div>
                        
                        <div class="item-provider">
                            <a href="<?php 
    echo JRoute::_(Jnt_HanhphucHelperRoute::getServicesRoute($item->business_id, $item->business_username));
    ?>
" class="item-provider-link">
                                <?php 
    echo $item->business_username;
    ?>
                            </a>
                        </div>
                            <div class="clr"></div>
					</li>
					<?php 
}
?>
				</ul>
				
				<div class="clr"></div>
Exemple #3
0
<div class="module-business-blog <?php 
echo $moduleclass_sfx;
?>
 padding-5">
	
    <div class="row bussiness-blog-box box relative">
        <?php 
if (!empty($blogs)) {
    ?>
        <a href="#" id="slider-prev" class="pull-left"></a>
        <a href="#" id="slider-next" class="pull-right"></a>
        <ul class="b_blogs">
        <?php 
    foreach ($blogs as $blog) {
        $link = JRoute::_(Jnt_HanhphucHelperRoute::getServicesRoute($blog->userid, $blog->username));
        ?>
        	<li class="col-md-4">
		        <a href="<?php 
        echo $link;
        ?>
" class="image pull-left" title="<?php 
        echo $blog->business_name;
        ?>
">
		        	<?php 
        /* <img src="<?php echo JURI::base() . 'images/business/' . $blog->business_logo ?>" /> */
        ?>
		        	<img src="http://hanhphuc.vn/images/business/3669/logo/logo.jpg" class="img-responsive" />
		        </a>
		        <?php 
Exemple #4
0
}
?>
			    </div>
			    
			    <div class="fltlft service-info" style="width: 400px;">
			    	<h3><?php 
echo $serviceInfo->name;
?>
</h3>
			    	
			    	<ul class="fltlft">
			    		<li>
			    			<label>Nhà cung cấp</label>
			    			<span>: 
                            <a href="<?php 
echo JRoute::_(Jnt_HanhphucHelperRoute::getServicesRoute($serviceInfo->business_id, $serviceInfo->username));
?>
">
                            <?php 
echo $serviceInfo->uname;
?>
                            </a>
                            </span>
			    		</li>
			    		<li>
			    			<label>Loại dịch vụ</label>
			    			<span>: <?php 
echo $serviceInfo->cat_title;
?>
</span>
			    		</li>