|
|
|
@ -1,12 +1,14 @@
|
|
|
|
|
<div style="height:200px; margin:0 auto;">
|
|
|
|
|
<div class="welcome_left" style="max-width: 380px; float: left; margin: 20px 0px 0px 60px;">
|
|
|
|
|
<p>
|
|
|
|
|
<div class='top_bar' style="">
|
|
|
|
|
<div style="float: left;">
|
|
|
|
|
<%= image_tag '/images/qrweixin.jpg', size: '200x200', alt: 'trustie', class: "weixin" %>
|
|
|
|
|
<div style="margin: -15px 0px 0px 0px;"><h3 style="color: #000000; font-size: 15px; text-align:center ">微信扫码</h3></div>
|
|
|
|
|
</div>
|
|
|
|
|
<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 +69,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="clear:both"></div>
|
|
|
|
|
<script type="text/javascript" language="javascript">
|
|
|
|
|
function clearInfo(id, content) {
|
|
|
|
|
var text = $('#' + id);
|
|
|
|
@ -76,7 +79,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$(function(){
|
|
|
|
|
$("a").attr("target", "_blank");
|
|
|
|
|
$("#main").find("a").attr("target", "_blank");
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
function showInfo(id, content) {
|
|
|
|
|