homepage status

This commit is contained in:
kg 2014-04-24 08:18:14 +08:00
parent 0768adbc85
commit 271427d29e
2 changed files with 8 additions and 2 deletions

View File

@ -244,13 +244,13 @@
<div class="clearfix"></div> <div class="clearfix"></div>
<div style="width:100%;"> <div style="width:100%;">
<div style="width:600px;margin:0px auto;margin-top:80px;"> <div style="width:600px;margin:0px auto;margin-top:180px;">
<table style="width:600px;font-size:15px; color: gray;"> <table style="width:600px;font-size:15px; color: gray;">
<tr> <tr>
<td><strong>当前网站状态</strong></td> <td><strong>当前网站状态</strong></td>
<td>活跃项目:<%=@projectCount%>个</td> <td>活跃项目:<%=@projectCount%>个</td>
<td>私有项目: <%=@projectHidenCount%>个</td> <td>私有项目: <%=@projectHidenCount%>个</td>
<td>开发者:<%=@developerCount%>个 </td> <td>开发者:<%=@allUsercount%>个 </td>
</tr> </tr>
</table> </table>
</div> </div>

View File

@ -1545,6 +1545,7 @@ zh:
label_sort_by_time: 按时间排序 label_sort_by_time: 按时间排序
label_sort_by_active: 按活跃度排序 label_sort_by_active: 按活跃度排序
label_sort_by_influence: 按影响力排序 label_sort_by_influence: 按影响力排序
label_sort_by_activity: 按动态数排序
label_bids_published: 发布于 label_bids_published: 发布于
label_bids_published_ago: 之前 label_bids_published_ago: 之前
label_welcome_trustie: Trustie label_welcome_trustie: Trustie
@ -1713,6 +1714,11 @@ zh:
zero: 份资料 zero: 份资料
one: 份资料 one: 份资料
other: 份资料 other: 份资料
#added by gcm
label_x_activity:
zero: 个动态
one: 个动态
other: 个动态