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