修改首页子站入口

president
wanglinchun 11 years ago
parent a38ffb9e9d
commit da26c70f6c

@ -1,6 +1,6 @@
<div class="clearfix"></div> <div class="clearfix"></div>
<div class="linkother"> <div class="linkother">
<a href="http://forge.trustie.net" class="link_other_item">项目托管平台</a> <a href="http://forge.trustie.net" class="link_other_item"><%=l(:label_projects_management_platform)%></a>
<a href="http://course.trustie.net" class="link_other_item">课程实践平台</a> <a href="http://course.trustie.net" class="link_other_item"><%=l(:label_courses_management_platform)%></a>
<a href="http://contest.trustie.net" class="link_other_item">竞赛托管平台</a> <a href="http://contest.trustie.net" class="link_other_item"><%=l(:label_contests_management_platform)%></a>
</div> </div>

@ -1634,6 +1634,9 @@ en:
label_weixin: WeiXin label_weixin: WeiXin
label_search_intimation: please input the keywords label_search_intimation: please input the keywords
label_work_quantity: work label_work_quantity: work
label_projects_management_platform: Projects-platform
label_courses_management_platform: Courses-platform
label_contests_management_platform: Competitions-platform
#end #end
# ajax异步验证 # ajax异步验证

@ -1977,6 +1977,9 @@ zh:
label_weixin: 微信扫码 label_weixin: 微信扫码
label_search_intimation: 请输入要搜索的关键字 label_search_intimation: 请输入要搜索的关键字
label_work_quantity: 个作品 label_work_quantity: 个作品
label_projects_management_platform: 项目托管平台
label_courses_management_platform: 课程实践平台
label_contests_management_platform: 竞赛托管平台
#end #end
#end #end

Loading…
Cancel
Save