主页改进

This commit is contained in:
nieguanghui 2013-12-05 17:03:55 +08:00
parent 69c113f386
commit 02bea99646
2 changed files with 4 additions and 5 deletions

View File

@ -200,6 +200,5 @@ module WelcomeHelper
event.event_type
end
end
end

View File

@ -1,6 +1,6 @@
<!--add by huang-->
<div style="height:280px;">
<div class="welcome_left">
<div style="height:220px;">
<div class="welcome_left" style="margin-top: 60px">
<table width="388px">
<tr><td><span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %> </span><span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_description) %></span></td></tr>
</table>
@ -8,7 +8,7 @@
<table>
<tr>
<td> <%= call_hook :view_account_login_top %>
<div id="login-form_new">
<div id="login-form_new" style="margin-top: -20px;">
<%= form_tag(signin_path) do %>
<%= back_url_hidden_field_tag if is_logout? %>
<% unless User.current.logged? %> <!--modified by young-->