52 lines
1.6 KiB
HTML
52 lines
1.6 KiB
HTML
<!-- BEGIN PAGE HEADER-->
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<h3 class="page-title">Расписание занятий в режиме вебинара</h3>
|
|
<ul class="breadcrumb">
|
|
<li><a href="/">Главная</a><span class="divider">/</span></li>
|
|
<li class="active"><a href="/teach/timetable_web/">Расписание вебинаров</a></li>
|
|
<li><a class="btn btn-info" href="/pm/writegrupp/"><i class="icon-plus icon-white"></i> Написать группе</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
|
|
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<h3 align="center">Сегодня</h3>
|
|
<div class="row-fluid">
|
|
<table class="table table-bordered">
|
|
<tr style="background: #d8d8d8;">
|
|
<th width="9%">№ канала</th>
|
|
<th width="13%">1 пара<br />(8.00 - 9.30)</th>
|
|
<th width="13%">2 пара<br />(9.40 - 11.10)</th>
|
|
<th width="13%">3 пара<br />(11.30 - 13.00)</th>
|
|
<th width="13%">4 пара<br />(13.10 - 14.40)</th>
|
|
<th width="13%">5 пара<br />(15.00 - 16.30)</th>
|
|
<th width="13%">6 пара<br />(16.40 - 18.10)</th>
|
|
<th width="13%">7 пара<br />(18.20 - 19.50)</th>
|
|
</tr>
|
|
{foreach from=$channel item=ch}
|
|
<tr>
|
|
<td>{$ch.name}</td>
|
|
<td>{$ch.p1}</td>
|
|
<td>{$ch.p2}</td>
|
|
<td>{$ch.p3}</td>
|
|
<td>{$ch.p4}</td>
|
|
<td>{$ch.p5}</td>
|
|
<td>{$ch.p6}</td>
|
|
<td>{$ch.p7}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|