Esempio n. 1
0
<?php

include_once 'init.php';
get_header("今日课表", "today");
$c = new curriculum();
$c->today();
?>
<div id="title">
<h1><a href="./">网络课程</a></h1>
</div>

<div id="info">
		<p>
			专业:<span><?php 
echo $system->group['major'];
?>
</span>&nbsp;&nbsp;
			班级:<span><?php 
echo $system->group['class'];
?>
</span>&nbsp;&nbsp;
			年级:<span><?php 
echo $system->group['grade'];
?>
</span>&nbsp;&nbsp;
			<a href="setting.php">修改设置</a>
		</p>
		<p>
			当前课程日期:<span><?php 
echo substr($system->info['now_date'], 0, 4), "-", substr($system->info['now_date'], 4, 2), "-", substr($system->info['now_date'], 6, 2), "&nbsp";
?>