dzd.html
3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{template 'headertoo'}
<link href="{WWX_FXXT_ROOT}/recouse/css/bottom.css?x={WWX_FXXT_VERSION}" rel="stylesheet" type="text/css" />
<style>
body{background:#d2e6e9; padding-bottom:63px; font-family:Helvetica, Arial, sans-serif;}
a{color:#666666;}a:hover{color:#3ebacc;}
.profile-box{padding:10px 0; background:transparent url('resource/images/home-bg.jpg') no-repeat; background-size:100% 100%;}
.form-header{clear:both;height:20px;line-height:15px;margin-left:15px; margin-top:20px;border-left:5px solid #000000;padding:5px;font-weight:bold;postion:relative;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{color: #3ebacc;}
.btn.btn-primary{background: #56c6d6; color: #FFF; border: 0;}
@media screen and (max-width: 767px) {.tpl-calendar div,.tpl-district-container div{margin-bottom:10px;} .empty{display:none;}}
.btn-group-top-box{padding:10px 0; border-bottom:1px solid #a5d7de;}
.btn-group-top{margin:0 auto; overflow:hidden; width:200px; display:block;}
.btn-group-top .btn{width:100px; -webkit-box-shadow:none; box-shadow:none; border-color:#5ac5d4; color:#5ac5d4; background:#d1e5e9;}
.btn-group-top .btn:hover{color:#FFF; background:#addbe1;}
.btn-group-top .btn.active{color:#FFF; background:#5ac5d4;}
</style>
<link type="text/css" rel="stylesheet" href="{WWX_FXXT_ROOT}/images/style.css">
<div class="head">
<a href="javascript:history.back();" class="bn pull-left"><i class="fa fa-angle-left"></i></a>
<span class="title">设置店中店</span>
<a href="{php echo $this->createMobileUrl('mycart')}" class="bn pull-right"><i class="fa fa-shopping-cart"></i><span class="buy-num img-circle"> {$carttotal} </span></a>
</div>
<div class="profile">
<div class="tabbable">
<div class="profile-box">
<form class="tab-content clearfix" role="form" method="post" onSubmit="return checkInfo(this);">
<input type="hidden" name="id" value="{$item['id']}">
<div class="tab-pane active animated" id="tab1">
<div class="form-group">
<label for="starttime" class="col-sm-3 control-label"></label>
<div class="col-sm-9"></div>
</div>
<div class="form-group">
<label for="endtime" class="col-sm-3 control-label">店铺名称</label>
<div class="col-sm-9">
<input type="text" id="dzdtitle" name="dzdtitle" value="{$profile['dzdtitle']}" class="form-control" placeholder="输入店铺名称" />
</div>
</div>
<div class="form-group">
<label for="endtime" class="col-sm-3 control-label">转发话术</label>
<div class="col-sm-9">
<input type="text" id="dzdsendtext" name="dzdsendtext" value="{$profile['dzdsendtext']}" class="form-control" placeholder="输入转发话术" />
</div>
</div>
<div class="form-group">
<label class="col-xs-12 col-sm-12 control-label">转发LOGO</label>
<div class="col-sm-12 col-xs-12">
(LOGO为你的头像,请在完善资料中修改)
</div>
</div>
<div class="form-group">
<label class="col-xs-12 col-sm-3 col-md-2 control-label">模式</label>
<div class="col-sm-12 col-xs-12">
<label class="radio-inline"><input type="radio" name="dzdauto" value="1" {if $profile['dzdflag'] == 1} checked="checked"{/if} /> 开启店中店</label>
<label class="radio-inline"><input type="radio" name="dzdauto" value="0" {if $profile['dzdflag'] == 0} checked="checked"{/if} /> 关闭</label>
<div class="help-block">注意:可以自由切换模式!</div>
</div>
</div>
<div class="form-group">
<div class="col-xs-12">
<button type="submit" name="submit" value="yes" class="btn btn-primary btn-lg" style="width:100%;">提交设置</button>
<input type="hidden" name="token" value="{$_W['token']}" />
</div>
</div></div>
</form>
</div></div></div>
{template 'wx_nav'}
{template 'footer'}