21 lines
900 B
HTML
21 lines
900 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>{$knl.kn_title} - {$org.org_platformname}</title>
|
|
<vt:include file="inc/meta.inc" />
|
|
<link href="Styles/Guide.css?ver={$version}" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<vt:include file="inc/Header.html" />
|
|
<div id="Context"><div class="navi-bar"> <a href="/" class="nav-txt">首页</a> > <a href="/courses.ashx" class="nav-txt">课程中心</a> >
|
|
<vt:foreach from="$#.sbjs" item="data" index="i" remark="当前课程专业"> <a href="/courses.ashx?sbjid={$:#.data.sbj_id}" class="nav-txt">{$:#.data.sbj_name}</a> > </vt:foreach>
|
|
<span class="nav-txt"><a href="Course.ashx?id={$course.cou_id}">{$course.cou_name}</a></span> </div>
|
|
<div class="contextbox">
|
|
<div class="title">课程公告: {$knl.Gu_Title} </div>
|
|
<div class="details"> {$knl.Gu_Details} </div>
|
|
</div>
|
|
</div>
|
|
<vt:include file="inc/footer.html" />
|
|
</body>
|
|
</html>
|