|
|
|
@ -207,13 +207,18 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
|
<h3 style="margin-left: 5px; color: #e8770d;"><strong>当前网站状态</strong>
|
|
|
|
|
活跃课程: <%=@course.count%>
|
|
|
|
|
高校: 个
|
|
|
|
|
教师: <%=@teacher.count%> 名
|
|
|
|
|
学生: <%=@student.count%> 名
|
|
|
|
|
</h3>
|
|
|
|
|
<div style="padding-top: 40px"></div>
|
|
|
|
|
|
|
|
|
|
<div style="padding-top: 40px"></div>
|
|
|
|
|
<h3 style="margin-left: 5px; color: #e8770d;">
|
|
|
|
|
<table width="500px">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><strong>当前网站状态</strong></td>
|
|
|
|
|
<td>活跃课程: <%=@course.count%></td>
|
|
|
|
|
<td>高校: 1个</td>
|
|
|
|
|
<td>教师: <%=@teacher.count%> 名</td>
|
|
|
|
|
<td>学生: <%=@student.count%> 名<td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|