You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.7 KiB
48 lines
1.7 KiB
{if empty($_GPC['lct'])}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="foot" id="footer">
|
|
<ul class="links ft">
|
|
<li class="links_item"><div class="copyright">{if !is_store()}{if empty($_W['setting']['copyright']['footerleft']) && IMS_FAMILY != 'wl'}Powered by <a href="http://www.we7.cc"><b>微擎</b></a> v{IMS_VERSION} © 2014-2015 <a href="http://www.we7.cc">www.we7.cc</a>{else}{$_W['setting']['copyright']['footerleft']}{/if}{else}{$_W['wlsetting']['base']['copyright']}{/if}</div></li>
|
|
</ul>
|
|
</div>
|
|
{/if}
|
|
<div id="page-loading">
|
|
<div class="page-loading-inner">
|
|
<div class="sk-spinner sk-spinner-three-bounce">
|
|
<div class="sk-bounce1"></div>
|
|
<div class="sk-bounce2"></div>
|
|
<div class="sk-bounce3"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
require(['bootstrap'], function ($) {
|
|
$('[data-toggle="tooltip"]').tooltip({
|
|
container: $(document.body)
|
|
});
|
|
$('[data-toggle="popover"]').popover({
|
|
container: $(document.body)
|
|
});
|
|
$('[data-toggle="dropdown"]').dropdown({
|
|
container: $(document.body)
|
|
});
|
|
});
|
|
myrequire(['js/init']);
|
|
$('.app-login-info-name, .app-login-info-sel').mouseover(function(){
|
|
$('.app-login-info-sel').show();
|
|
});
|
|
$('.app-login-info-name, .app-login-info-sel').mouseout(function(){
|
|
$('.app-login-info-sel').hide();
|
|
});
|
|
$('.app-login-info-sel .login-out').hover(function(){
|
|
$('.app-login-info-sel-arrow').css('border-color', '#1ab394 transparent transparent transparent');
|
|
},function(){
|
|
$('.app-login-info-sel-arrow').css('border-color', '#f2f2f2 transparent transparent transparent');
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|
|
|