示例#1
0
            $avatar = JblanceHelper::getLogo($bid->user_id, $attrib);
            echo !empty($avatar) ? LinkHelper::GetProfileLink($bid->user_id, $avatar) : ' ';
            ?>
                        </div>
                        <div class="col-sm-4 col-md-7">
                            <h5 class="media-heading">
                                <?php 
            echo LinkHelper::GetProfileLink(intval($bid->user_id), $this->escape($bid->{$nameOrUsername}));
            ?>
                            </h5>
                            <p><?php 
            echo $bid->details ? $bid->details : JText::_('COM_JBLANCE_DETAILS_NOT_PROVIDED');
            ?>
</p>
                            <?php 
            $rate = JblanceHelper::getAvarageRate($bid->user_id, true);
            ?>

                        </div>

                        <div class="col-sm-4 col-md-4">
                            <div class="text-center">
                                <span class="font20"><?php 
            echo JblanceHelper::formatCurrency($bid->amount, true, false, 0);
            ?>
</span><?php 
            echo $row->project_type == 'COM_JBLANCE_HOURLY' ? ' / ' . JText::_('COM_JBLANCE_HR') : '';
            ?>
<br>
                                <span class="font12">
                                    <?php 
示例#2
0
?>
" method="post" name="userFormProject" id="userFormProject" class="form-validate" enctype="multipart/form-data">
            <div class="clearfix"></div>

            <div class="row">
                <div class="col-md-4">

                    <div class="thumbnail">
                        <?php 
$attrib = 'width=128px height=128px class="img-responsive"';
$avatar = JblanceHelper::getLogo($row->user_id, $attrib);
echo !empty($avatar) ? LinkHelper::GetProfileLink($row->user_id, $avatar, '', '', '') : '&nbsp;';
?>
                        <?php 
echo LinkHelper::GetProfileLink($row->user_id, $this->escape($sellerInfo->{$nameOrUsername}));
JblanceHelper::getAvarageRate($row->user_id);
?>
                    </div>

                    <div class="clearfix"></div>
                    <h6 class="fontupper"><?php 
echo JText::_('COM_JBLANCE_DELIVERY_IN');
?>
 <span class="sp-service-duration"><?php 
echo $row->duration;
?>
</span> <?php 
echo strtolower(JText::_('COM_JBLANCE_BID_DAYS'));
?>
</h6>
                    <button type="submit" class="btn btn-large btn-success btn-block"><?php 
示例#3
0
                                <?php 
    echo JblanceHelper::getCategoryNames($this->userInfo->id_category);
    ?>
                            </div>
                        </div>
                    <?php 
}
?>
                    <div class="form-group">
                        <label class="control-label nopadding"><?php 
echo JText::_('COM_JBLANCE_AVERAGE_RATING');
?>
: </label>
                        <div class="input-group">
                            <?php 
$rate = JblanceHelper::getAvarageRate($this->userInfo->user_id, true);
?>
                        </div>
                    </div>
                    <div class="form-group">
                        <label class="control-label nopadding"><?php 
echo JText::_('COM_JBLANCE_STATUS');
?>
: </label>
                        <div class="input-group">
                            <?php 
//get user online status
$status = $jbuser->isOnline($this->userInfo->user_id);
?>
                            <?php 
if ($status) {