diff --git a/database/pay_cooperation.sql b/database/pay_cooperation.sql new file mode 100644 index 0000000..705a371 --- /dev/null +++ b/database/pay_cooperation.sql @@ -0,0 +1,18 @@ +CREATE TABLE `pay_cooperation` ( + `id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(50) NOT NULL COMMENT '姓名', + `email` varchar(100) NOT NULL COMMENT '邮箱', + `phone` varchar(20) DEFAULT NULL COMMENT '电话', + `company` varchar(100) DEFAULT NULL COMMENT '公司名称', + `type` varchar(50) DEFAULT NULL COMMENT '合作类型', + `message` text NOT NULL COMMENT '合作详情', + `status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '状态:0待处理,1已处理,2已拒绝', + `admin_reply` text DEFAULT NULL COMMENT '管理员回复', + `ip` varchar(45) DEFAULT NULL COMMENT '提交IP', + `user_agent` varchar(255) DEFAULT NULL COMMENT '用户代理', + `addtime` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '提交时间', + `reply_time` int(10) unsigned DEFAULT NULL COMMENT '回复时间', + PRIMARY KEY (`id`), + KEY `status` (`status`), + KEY `addtime` (`addtime`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='广告合作申请表'; diff --git a/template/index12/Template/index12/cooperation.php b/template/index12/Template/index12/cooperation.php new file mode 100644 index 0000000..43b2384 --- /dev/null +++ b/template/index12/Template/index12/cooperation.php @@ -0,0 +1,410 @@ + + + +
+ + + +我们期待与您合作,共同发展
+
+ 您也可以直接联系我们的客服:
+ QQ:
+ 邮箱:@qq.com
+