why.xingtongworld.com项目
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.
 
 
 
 
 

91 lines
4.8 KiB

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>文昌里古玩艺术品交易市场全球招商-{$site_name}</title>
<meta name="keywords" content="文昌里古玩艺术品交易市场全球招商,{$site_seo_keywords}" />
<meta name="description" content="文昌里古玩艺术品交易市场全球招商,{$site_seo_description}">
<!-- Bootstrap -->
<link href="{$yf_theme_path}/public/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="{$yf_theme_path}/public/css/base.css">
<script src="{$yf_theme_path}/public/js/jquery-2.1.4.js"></script>
<script src="{$yf_theme_path}/public/js/backtop.js"></script>
<style>
.form-group{margin-bottom:15px;}
</style>
</head>
<body>
<div class="main page" style="position:relative;">
<div class="infor">
<img src="{$yf_theme_path}/public/img/wcl/wcl1.jpg" width="100%"/>
<img src="{$yf_theme_path}/public/img/wcl/wcl2.jpg" width="100%"/>
<img src="{$yf_theme_path}/public/img/wcl/wcl3.jpg" width="100%"/>
<img src="{$yf_theme_path}/public/img/wcl/wcl4.jpg" width="100%"/>
<img src="{$yf_theme_path}/public/img/wcl/wcl5.jpg" width="100%"/>
<img src="{$yf_theme_path}/public/img/wcl/wcl6.jpg" width="100%"/>
<img src="{$yf_theme_path}/public/img/wcl/wcl7.jpg" width="100%"/>
<img src="{$yf_theme_path}/public/img/wcl/wcl8.jpg" width="100%"/>
<img src="{$yf_theme_path}/public/img/wcl/wcl9.jpg" width="100%"/>
<img src="{$yf_theme_path}/public/img/wcl/wcl10.jpg" width="100%"/>
<img src="{$yf_theme_path}/public/img/wcl/wcl11.jpg" width="100%"/>
<img src="{$yf_theme_path}/public/img/wcl/wcl12.jpg" width="100%"/>
</div>
<div class="container" style="padding-top:30px;padding-bottom:60px;background:#fff;">
<h3 class="text-center" style="margin-top:10px;margin-bottom:15px">我要入驻</h3>
<form class="form-horizontal container" id="postForm" method="post" action="{:url('wenchangli')}">
{:token('__wen__')}
<div class="form-group">
<div class="col-xs-3 control-label text-right">姓名</div>
<div class="col-xs-8"><input type="text" name="uname" id="uname" class="form-control" autocomplete="off"></div>
</div>
<div class="form-group">
<div class="col-xs-3 control-label text-right">电话</div>
<div class="col-xs-8"><input type="text" name="utel" id="utel" class="form-control" autocomplete="off"></div>
</div>
<div class="row " style="margin-top:10px;">
<div class="col-xs-6 col-xs-offset-3 text-center">
<button type="submit" class="btn btn-danger" style="width:80%">提交</button>
</div>
</div>
</form>
</div>
<div id="return-top" class="sticktop">
<div class="jiantou"><img src="{$yf_theme_path}/public/img/up.png" /></div>
<div class="dingbu">顶部</div>
</div>
</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={
"uname":"required",
"utel":{
"required":true,
"isMobile":true
}
};
var messages={
"uname":"请输入姓名",
"utel":{
"required":"请输入电话",
"isMobile":"请输入正确电话"
}
};
tool.commonForm("#postForm",rules,messages,tool.tipError,'',function(data){
$("input[name='__wen__']").val(data.data.token);
tool.msg(data.msg);
});
</script>
{include file="public:footer"/}