Beispiel #1
0
	<?php 
}
?>
	
	<h2 class="page-header margin-bottom-10"><?php 
echo $this->escape($this->item->title);
?>
</h2>
	
	<div class="well margin-top-20 clearfix">
		<?php 
if ($this->params->get('user_avatar') != 'none') {
    ?>
		<div class="pull-left margin-right-10 avatar hidden-phone">
			<?php 
    echo CJFunctions::get_user_avatar($this->params->get('user_avatar'), $this->item->response->created_by, $this->params->get('user_display_name'), $this->params->get('avatar_size'), $this->item->response->email, array('class' => 'thumbnail tooltip-hover', 'title' => $this->item->response->username), array('class' => 'media-object', 'style' => 'height:' . $this->params->get('avatar_size') . 'px'));
    ?>
		</div>
		<?php 
}
?>

		<div class="form-inline">
			<label><?php 
echo JText::_('LBL_USERNAME');
?>
: </label>
			<?php 
echo $this->item->response->created_by > 0 ? CJFunctions::get_user_profile_link($this->params->get('user_avatar'), $this->item->response->created_by, $this->escape($this->item->response->username)) : $this->escape($this->item->response->username);
?>
		</div>
Beispiel #2
0
					<td><?php 
    echo $this->pagination->getRowOffset($i);
    ?>
</td>
					<td><?php 
    echo JHTML::_('grid.id', $i, $row->response_id);
    ?>
</td>
					<td>
						<div class="clearfix">
							<?php 
    if ($this->params->get('user_avatar') != 'none') {
        ?>
							<div class="pull-left margin-right-10 avatar hidden-phone">
							<?php 
        echo CJFunctions::get_user_avatar($this->params->get('user_avatar'), $row->created_by, $this->params->get('user_display_name'), 24, $row->email, array('class' => 'thumbnail tooltip-hover', 'title' => $row->username), array('class' => 'media-object', 'style' => 'height: 24px'));
        ?>
							</div>
							<?php 
    }
    ?>
							<?php 
    echo $row->created_by > 0 ? CJFunctions::get_user_profile_link($this->params->get('user_avatar'), $row->created_by, $this->escape($row->username)) : $this->escape($row->username);
    ?>
						</div>
					</td>
					<td><?php 
    echo $this->escape($row->country_name);
    ?>
</td>
					<td><a target="_blank" href="http://whois.domaintools.com/<?php