示例#1
0
?>
                                    </label>
                                </div>
                            </div>
                        </div>
                        <div class="form-group">
                            <label class="control-label" for="level1"><?php 
echo JText::_('COM_JBLANCE_LOCATION');
?>
 <span class="redfont">*</span>:</label>
<?php 
if ($this->row->id_location > 0) {
    ?>
                                <div class="controls">
                                <?php 
    echo JblanceHelper::getLocationNames($this->row->id_location);
    ?>
                                    <button type="button" class="btn btn-mini" onclick="editLocation();"><?php 
    echo JText::_('COM_JBLANCE_EDIT');
    ?>
</button>
                                </div>
                                    <?php 
}
?>
                            <div class="controls controls-row" id="location_info">
                            <?php 
$attribs = array('class' => 'form-control', 'data-level-id' => '1', 'onchange' => 'getLocation(this, \'project.getlocationajax\');');
if ($this->row->id_location == 0) {
    $attribs['class'] = 'form-control required';
    $attribs['style'] = 'display: inline-block;';
示例#2
0
:<br />
				<address>
					<strong><?php 
echo !empty($this->row->biz_name) ? $this->row->biz_name . '<br/>' : '';
?>
</strong>
					<strong><?php 
echo $this->row->name;
?>
</strong><br />
					<?php 
echo $this->row->address;
?>
<br>
					<?php 
echo JblanceHelper::getLocationNames($this->row->id_location, 'only-location', ',');
?>
<br>
					<?php 
echo $this->row->postcode;
?>
<br>
					<?php 
echo JText::_('COM_JBLANCE_EMAIL');
?>
: <?php 
echo $this->row->email;
?>
				</address>
			</td>
			<td valign="top" style="padding: 20px">
示例#3
0
                <h4 class="media-heading">
                    <?php 
    $stats = $status ? 'online' : 'offline';
    ?>
                    <span class="online-status <?php 
    echo $stats;
    ?>
" title="<?php 
    echo JText::_('COM_JBLANCE_' . strtoupper($stats));
    ?>
"></span>
                    <?php 
    echo LinkHelper::GetProfileLink($row->user_id, $row->{$nameOrUsername});
    ?>
 <?php 
    echo JblanceHelper::getLocationNames($row->id_location, 'only-flag');
    ?>
                    <!-- show Add to Favorite button to others and registered users and who can post project -->
                    <?php 
    if (!$user->guest && !$isMine && $viewerInfo->allowPostProjects) {
        ?>
                        <span  class="pull-right">
                            <span id="fav-msg-<?php 
        echo $row->user_id;
        ?>
">
                                <?php 
        if ($isFavourite > 0) {
            ?>
                                    <a onclick="favourite('<?php 
            echo $row->user_id;
示例#4
0
    ?>
: </label>
                            <div class="input-group">
                                <?php 
    echo nl2br($this->userInfo->address);
    ?>
                            </div>
                        </div>
                        <div class="form-group">
                            <label class="control-label nopadding"><?php 
    echo JText::_('COM_JBLANCE_LOCATION');
    ?>
: </label>
                            <div class="input-group">
                                <?php 
    echo JblanceHelper::getLocationNames($this->userInfo->id_location);
    ?>
                            </div>
                        </div>
                        <div class="form-group">
                            <label class="control-label nopadding"><?php 
    echo JText::_('COM_JBLANCE_ZIP_POSTCODE');
    ?>
: </label>
                            <div class="input-group">
                                <?php 
    echo $this->userInfo->postcode;
    ?>
                            </div>
                        </div>
                        <div class="form-group">