<!DOCTYPE HTML>
<html>
<head>
<title>{$webTitlePre}暑假作业{$webTitleAfter}</title>
{include file="/module/common/reference/link.html"}
<link rel="stylesheet" type="text/css" href="/teacher/public/module/global/js/3rdparty/artDialog-master/css/ui-dialog.css?2015-08-10T08:31:29.991Z"/>
<link rel="stylesheet" type="text/css" href="/teacher/public/module/global/js/jqueryui/style.css?2015-08-10T08:31:29.991Z"/>
<link href="/teacher/public/module/global/css/mk_base.css?2015-08-10T08:31:29.991Z" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="/teacher/public/module/global/css/tk_common.css?2015-08-10T08:31:29.991Z"/>
<link href="/teacher/public/module/global/css/sum_homework.css?2015-08-10T08:31:29.991Z" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/teacher/public/module/global/js/3rdparty/artDialog-master/dist/dialog-min.js?2015-08-10T08:31:29.991Z"></script>
<script type="text/javascript" src="/teacher/public/module/global/js/jqueryui/jquery-ui.min.js?2015-08-10T08:31:29.991Z"></script>
<script type="text/javascript" src="/teacher/public/module/global/js/artDialogCommon.js?2015-08-10T08:31:29.991Z"></script>
<script type="text/javascript" language="javascript">
var pageInfoStr = '{$pageInfo}';
var basePath = '{$SmartyBasePath}';
</script>
</head>
<body>
{include file="/module/common/head/index.html"}
<div class="web_wrapper">
<div class="kcontent">
<div class="hw_banner"><img src="{$SmartyBasePath}/public/module/global/mk_images/hw_banner.png"></div>
{if $homeworkList}
<table width="0" border="0" class="hw_top">
<tr>
<th width="13%">班级</th>
<th width="30%">作业名称</th>
<th width="17%">作业时间</th>
<th width="10%">已完成</th>
<th width="10%">未做</th>
<th>作业报告</th>
</tr>
</table>
<table width="0" border="0" class="hw_cont">
{foreach from=$homeworkList item=item}
<tr>
<td data-classid="{$item.classId}" width="13%">{$item.className}</td>
<td data-homeworkid="{$item.id}" width="30%">{$item.homework.name}</td>
<td width="17%">{$item.homework.beginDate|date_format:"%Y-%m-%d"}</td>
<td data-doingstus="{$item.doingStudents}" width="10%">{$item.doneStudentsCount}</td>
<td data-undostus="undoStudents" width="10%">{$item.undoStudentsCount}</td>
<td><a href="{$SmartyBasePath}/homework/sumHomework/check/?homeworkId={$item.homework.id}&classId={$item.classid}" class="check">检查作业</a>
<a href="javascript:void(0);" class="urge dev_hurry" data-id="{$item.homework.id}" data-classid="{$item.classid}">催作业</a></td>
</tr>
{/foreach}
</table>
<div class="hw_bottom"></div>
{else}
<div class="hw_none">
<p><img src="{$SmartyBasePath}/public/module/global/mk_images/none_test.png"></p>
<p>暂时还没有暑假作业</p>
</div>
{/if}
</div>
</div>
<script type="text/javascript" src="/teacher/public/module/global/js/jsmart.js?2015-08-10T08:31:29.991Z"></script>
<script type="text/javascript" src="/teacher/public/module/global/js/common.js?2015-08-10T08:31:29.991Z"></script>
<script type="text/javascript" src="/teacher/public/module/global/js/mypaper.js?2015-08-10T08:31:29.991Z"></script>
<script type="text/javascript" src="/teacher/public/module/common/head/index.js?2015-08-10T08:31:29.991Z"></script>
<script type="text/javascript" src="/teacher/public/teacher/homework/sumHomework/main/index.js?2015-08-10T08:31:29.991Z"></script>
</body>
</html>
index.html + smarty模板
最新推荐文章于 2024-08-12 00:16:25 发布