This commit is contained in:
xianbo 2014-04-04 17:21:07 +08:00
parent b1fc33a697
commit 45c6c0b9f3
2 changed files with 20 additions and 11 deletions

View File

@ -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>
<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>

View File

@ -243,9 +243,13 @@
<div class="clearfix">
<h3 style="margin-left: 5px; color: #e8770d;">
<strong>当前网站状态</strong>
活跃项目: <%=@projectCount%>个
私有项目: <%=@projectHidenCount%>个
开发者: <%= @developerCount%>个
<table width = "500px">
<tr>
<td><strong>当前网站状态</strong></td>
<td>活跃项目:<%=@projectCount%>个</td>
<td>私有项目: <%=@projectHidenCount%>个</td>
<td>开发者:<%=@developerCount%>个 </td>
</tr>
</table>
</h3>
</div>