You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pdd-order-api/app/views/page/front/home/index_ruby_dt.php

81 lines
3.7 KiB
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<?php echo ZcHtml::csrfMetaTags();?>
<title></title>
<?php
$cssMap = [
'bootstrap.3.3.7.min.css',
'zc.pagination.css',
'layout.css',
'honor.css',
'font-awesome.min.css',
'msod/login.css'
];
echo HtmlTool::getStaticFile($cssMap, TsConst::jsMsod);
?>
</head>
<body style="overflow:hidden;">
<div>
<?php echo ZcHtml::hiddenInput('type', $_GET['type'], ['id' => 'J_type']);?>
<form class="login-form form-horizontal" id="J_loginForm">
<div class="login-logo J_affiliateCustom" style="display: none">
<img class="J_logo" src="<?php echo HtmlTool::getStaticFile('logo.png')?>">
<div class="inline"><span class="J_name">聚宝</span></div>
</div>
<div class="login-body">
<div class="form-group mt_10">
<label class="col-xs-2 control-label">店铺名</label>
<div class="col-xs-10">
<input type="text" name="mallName" class="form-control" placeholder="请输入店铺名称">
</div>
</div>
<div class="form-group mt_20">
<label class="col-xs-2 control-label">授权码</label>
<div class="col-xs-10">
<div class="input-group">
<input type="password" name="authCode" class="inline form-control" placeholder="请先点击右侧按钮获取授权码">
<div class="input-group-btn">
<span class="btn btn-success J_openExternal" data-url="<?php echo $authUrl;?>" data-toggle="tooltip" title="点击按钮获取授权码">获取授权码</span>
</div>
<div class="input-group-btn">
<span class="btn btn-default J_pasteAuthCode" data-toggle="tooltip" title="点击粘贴已复制的授权码">粘贴</span>
</div>
</div>
</div>
</div>
<div class="form-group login-btns">
<label><input id="isRemember" type="checkbox">记住授权码</label>
<label><input id="isAutoLogin" type="checkbox">自动登录</label>
</div>
<div class="btn-login J_doLogin">登录</div>
</div>
<div class="login-footer">
<div>
<a href="javascript:;" class="J_openExternal J_affiliateCustom J_qqLink" style="display: none" data-url="http://wpa.qq.com/msgrd?v=3&uin=1056261133&site=qq&menu=yes">
<img border="0" src="<?php echo HtmlTool::getStaticUrl('img/qq.png');?>" alt="点击这里给我发消息" title="点击这里给我发消息,QQ:1056261133"/>
</a>
</div>
<div class="text-muted ft_12 mt_20">版本号V1.0.0</div>
</div>
</form>
</div>
</body>
<?php
$ts = TsConst::jsGlobal;
/***************公共JS*************************/
echo HtmlTool::getStaticFile(array('jquery-1.11.0.min.js', 'bootstrap.3.3.7.min.js', 'underscore-1.8.3.min.js', 'layer-1.8.5/layer.min.js'), $ts);
echo HtmlTool::getStaticFile(array('biz/common.js'), $ts);
echo HtmlTool::getStaticFile(array('biz/common_tool.js'), $ts);
echo HtmlTool::getStaticFile(array('biz/array_help.js'), $ts);
echo HtmlTool::getStaticFile(array('html2canvas.min.js?' . $ts));
echo HtmlTool::getStaticFile(array('biz/magic-sign.min.js?' . $ts));
echo HtmlTool::getStaticFile(array('biz/msod/desktop/user/login.js?' . TsConst::jsMsod));
?>
</html>