|
|
|
@ -1,12 +1,11 @@
|
|
|
|
|
<div style="height:auto; margin:0; padding: 0; margin-bottom: 20px;">
|
|
|
|
|
<div class="welcome_left" style="max-width: 380px; float: left; margin: 20px 0px 0px 60px;">
|
|
|
|
|
<p>
|
|
|
|
|
<div class='top_bar' style="">
|
|
|
|
|
<%= image_tag '/images/qrweixin.jpg', size: '200x200', alt: 'trustie', class: "weixin" %>
|
|
|
|
|
<div class="welcome_left" style="">
|
|
|
|
|
<span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %> </span><span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_description) %></span>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display:inline;">
|
|
|
|
|
<div class='loginForm' style="">
|
|
|
|
|
<%= call_hook :view_account_login_top %>
|
|
|
|
|
<div id="login-form_new" style="margin-left: 510px;">
|
|
|
|
|
<div id="login-form_new" style="">
|
|
|
|
|
<%= form_tag(signin_path) do %>
|
|
|
|
|
<%= back_url_hidden_field_tag if is_logout? %>
|
|
|
|
|
<% unless User.current.logged? %>
|
|
|
|
@ -67,6 +66,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="clear:both"></div>
|
|
|
|
|
<script type="text/javascript" language="javascript">
|
|
|
|
|
function clearInfo(id, content) {
|
|
|
|
|
var text = $('#' + id);
|
|
|
|
|