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.
117 lines
6.3 KiB
117 lines
6.3 KiB
{layout name="public/layout" /}
|
|
<div class="weui-panel">
|
|
<div class="weui-panel__hd text-center">授牌仪式简介</div>
|
|
<div class="weui-panel__bd">
|
|
<div class="weui-media-box weui-media-box_text">
|
|
<div class="weui-media-box__desc">
|
|
<p>授牌仪式是深圳文化产权交易所为文化产业策略联盟成员提供的专属会员服务之一,环节包括嘉宾上台发言、鸣锣,文交所领导为出席授牌仪式的企业颁发牌匾等环节。</p>
|
|
<br/>
|
|
<p>授牌仪式的三大特点:</p>
|
|
<p>1、邀约:您可以邀请贵企业的行业主管部门或有合作意向的政府,也可以邀约贵企业的行业合作伙伴或有合作意向的企业。</p>
|
|
<p>2、仪式感:授牌仪式包括领导致辞,鸣锣授牌,举杯庆祝,全员合影等环节,会员中心将会竭诚为您服务,带给您优质的体验。</p>
|
|
<p>3、团队建设:您可以邀约贵企业的各级管理机构或团队共同参加本次授牌仪式,加强团队之间的联系或者建立新的团队合作关系。</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="banners">
|
|
<div class="banner-wraper lbanners">
|
|
<div class="banner">
|
|
<a target="__blank" href="https://mp.weixin.qq.com/s?__biz=MjM5MTQ4ODg1Mg==&mid=2650461579&idx=2&sn=a38d563af9947777b0850de28fe9c125&chksm=bebabbb089cd32a6136046b2be270f6190e665bf1ff4860f3e1c7a19389c7edfbc092e9533f7&token=123461329&lang=zh_CN#rd">
|
|
<img src="{$yf_theme_path}/public/img/lbanner1.jpg" class="media-object"/>
|
|
</a>
|
|
</div>
|
|
<div class="banner">
|
|
<a target="__blank" href="https://mp.weixin.qq.com/s?__biz=MjM5MTQ4ODg1Mg==&mid=2650460647&idx=1&sn=8af3223970add24c878e3dfdfccc8e53&chksm=bebabfdc89cd36ca177761899f8da24f14cd1226580c0780d457774c9b7c719d39808b8b6c7e&token=623399805&lang=zh_CN#rd">
|
|
<img src="{$yf_theme_path}/public/img/lbanner2.jpg" class="media-object"/>
|
|
</a>
|
|
</div>
|
|
<div class="banner">
|
|
<a target="__blank" href="https://mp.weixin.qq.com/s?__biz=MjM5MTQ4ODg1Mg==&mid=2650459484&idx=2&sn=6378b1aeceb1680dc75fc5ce719515e6&chksm=bebaa36789cd2a711eebc419aaec58af2cacf4754f5fb2131b5945643bf107f0de79f685bd7e&token=623399805&lang=zh_CN#rd">
|
|
<img src="{$yf_theme_path}/public/img/lbanner3.jpg" class="media-object" />
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
//$(function(){
|
|
$(".banner img").each(function(){
|
|
var wid=$(window).width();
|
|
$(".banner img").css({"width":wid});
|
|
});
|
|
$(".lbanners").slick({
|
|
dots:true,
|
|
arrows:false,
|
|
autoplay: true,
|
|
centerMode: true,
|
|
variableWidth: true,
|
|
autoplaySpeed: 2000,
|
|
});
|
|
//})
|
|
</script>
|
|
<div id="feedback">
|
|
<div class="wraper">
|
|
<div class="title" style="font-size:1.2rem;"><strong>申请授牌仪式</strong></div>
|
|
<p>尊敬的深圳文交所会员,欢迎您!</p>
|
|
<p>您可通过填写以下申请,完成您的授牌仪式预约。</p>
|
|
<form class=" " id="postForm" method="post" action="{:url('license')}">
|
|
{:token('__license__')}
|
|
<div class="form-group">
|
|
<div class=" control-label"><strong>企业名称</strong> <span>(必填)</span></div>
|
|
<input type="text" name="comname" id="comname" class="form-control" >
|
|
</div>
|
|
<div class="form-group">
|
|
<div class=" control-label"><strong>请问您希望在时间内举办授牌仪式?</strong> <span>(必填)</span></div>
|
|
<div>
|
|
{foreach name="months" id="vo"}
|
|
<label class="checkbox-inline">
|
|
<input type="checkbox" name="gpdate[]" id="gpdate{$key}" value="{$key}" style="top:-2px;">{$vo}
|
|
</label>
|
|
{/foreach}
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<div class=" control-label"><strong>联系方式</strong> <span>(必填)</span></div>
|
|
<input type="text" name="contact" id="contact" class="form-control" >
|
|
</div>
|
|
<br/>
|
|
<div class="row text-center">
|
|
<div class="col-xs-6 col-xs-offset-3">
|
|
<button type="submit" class="btn btn-danger" style="width:80%">提 交</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<script src="{$yf_theme_path}public/js/jquery-2.1.4.js"></script>
|
|
<script src="{$yf_theme_path}public/js/jquery.form.js"></script>
|
|
<script src="{$yf_theme_path}public/js/jquery.validate.min.js"></script>
|
|
<script src="{$yf_theme_path}public/js/layer/layer.js"></script>
|
|
<script src="{$yf_theme_path}public/js/base.js"></script>
|
|
<script>
|
|
// 手机号码验证
|
|
jQuery.validator.addMethod("isMobile", function(value, element) {
|
|
var length = value.length;
|
|
return this.optional(element) || (length == 11 && /^(((13[0-9]{1})|(15[0-9]{1})|(18[0-9]{1}))+\d{8})$/.test(value));
|
|
}, "请正确填写您的手机号码。");
|
|
var rules={
|
|
"comname":"required",
|
|
"contact":"required"
|
|
};
|
|
var messages={
|
|
"comname":"请输入企业名称",
|
|
"contact":"请输入 联系方式"
|
|
};
|
|
tool.commonForm("#postForm",rules,messages,tool.tipError,'',function(data){
|
|
console.log(data.data);
|
|
tool.msg(data.msg);
|
|
if(data.code==0){
|
|
$("input[name='__license__']").val(data.data.token);
|
|
}else{
|
|
setTimeout(function(){
|
|
window.location.reload();
|
|
},3000);
|
|
}
|
|
|
|
});
|
|
</script>
|
|
</div>
|