fix
This commit is contained in:
parent
b1fc33a697
commit
45c6c0b9f3
|
@ -207,13 +207,18 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="clearfix"></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>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -243,9 +243,13 @@
|
||||||
|
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<h3 style="margin-left: 5px; color: #e8770d;">
|
<h3 style="margin-left: 5px; color: #e8770d;">
|
||||||
<strong>当前网站状态</strong>
|
<table width = "500px">
|
||||||
活跃项目: <%=@projectCount%>个
|
<tr>
|
||||||
私有项目: <%=@projectHidenCount%>个
|
<td><strong>当前网站状态</strong></td>
|
||||||
开发者: <%= @developerCount%>个
|
<td>活跃项目:<%=@projectCount%>个</td>
|
||||||
|
<td>私有项目: <%=@projectHidenCount%>个</td>
|
||||||
|
<td>开发者:<%=@developerCount%>个 </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue