예제 #1
0
					<tr>
						<td width='30%' class='label-view text-right'>Avatar</td>
						<td><?php 
echo SiteHelpers::showUploadedFile($row['avatar'], '/uploads/users/');
?>
 </td>
						
					</tr>
				
					<tr>
						<td width='30%' class='label-view text-right'><?php 
echo $this->lang->line('core.group');
?>
 </td>
						<td><?php 
echo SiteHelpers::gridDisplayView($row['group_id'], 'group_id', '1:tb_groups:group_id:name');
?>
 </td>
						
					</tr>
				
					<tr>
						<td width='30%' class='label-view text-right'>Username</td>
						<td><?php 
echo $row['username'];
?>
 </td>
						
					</tr>
				
					<tr>
예제 #2
0
					<table class="table table-striped table-bordered" >
						<tbody>	
					
					<tr>
						<td width='30%' class='label-view text-right'>Estudiante</td>
						<td><?php 
echo SiteHelpers::gridDisplayView($row['sc_Student_id'], 'sc_Student_id', '1:tb_users:id:first_name|last_name');
?>
 </td>
						
					</tr>
				
					<tr>
						<td width='30%' class='label-view text-right'>Curso</td>
						<td><?php 
echo SiteHelpers::gridDisplayView($row['courseId'], 'courseId', '1:sc_course:id:code|name');
?>
 </td>
						
					</tr>
				
					<tr>
						<td width='30%' class='label-view text-right'>Nota final</td>
						<td><?php 
echo $row['finalscore'];
?>
 </td>
						
					</tr>
				
					<tr>
예제 #3
0
			<table class="table table-striped table-bordered" >
				<tbody>	
			
					<tr>
						<td width='30%' class='label-view text-right'>IP</td>
						<td><?php 
echo $row['ipaddress'];
?>
 </td>
						
					</tr>
				
					<tr>
						<td width='30%' class='label-view text-right'>Users</td>
						<td><?php 
echo SiteHelpers::gridDisplayView($row['user_id'], 'user_id', '1:tb_users:id:first_name');
?>
 </td>
						
					</tr>
				
					<tr>
						<td width='30%' class='label-view text-right'>Module</td>
						<td><?php 
echo $row['module'];
?>
 </td>
						
					</tr>
				
					<tr>