Beispiel #1
0
 <a href="/course/<?php 
    echo $course->id;
    ?>
/edit" style="position: relative; z-index: 10;" class="btn btn-info pull-right">Редактировать</a> <?php 
}
?>

	<p>Курсы</p>

	<h1><?php 
echo $course->title;
?>
</h1>

	<h4>Набрано <?php 
echo stathelper::earnedforcourse($student, $course->id);
?>
 из <?php 
echo stathelper::pointsforcourse($course->id);
?>
 поинтов</h4>
	<hr>
	<p><?php 
echo $course->description;
?>
</p>
	
	<p>
		<br>
		<!-- <a class="btn btn-primary btn-lg" href="#markup" role="button">See the Markup</a> -->
	</p>
Beispiel #2
0
				<tr> 

					<td> <?php 
    echo $index + 1;
    ?>
. <a href="/student<?php 
    echo $student->id;
    ?>
"><?php 
    echo $student->fullname;
    ?>
</a></td>

					<td> <span class="label label-default pull-right">поинтов <?php 
    echo stathelper::earnedforcourse($student->id, $group->Course->id);
    ?>
</span> </td>

	
				</tr>
			
			
			<?php 
}
?>
			


		</table>