3 Star 0 Fork 0

moon/miduoduo-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
introducer_add.html 6.29 KB
一键复制 编辑 原始数据 按行查看 历史
moon 提交于 2017-09-18 14:59 . 介绍人 机器
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>发布商品</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href="css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
<link href="css/font-awesome.css?v=4.4.0" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/plugins/summernote/summernote.css" rel="stylesheet">
<link href="css/plugins/webuploader/webuploader.css" rel="stylesheet" type="text/css" >
<link href="css/plugins/fileinput/fileinput.css" rel="stylesheet" type="text/css" />
<link href="css/demo/webuploader-demo.css" rel="stylesheet" type="text/css" >
<link href="css/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css" rel="stylesheet">
<link href="css/plugins/switchery/switchery.css" rel="stylesheet">
<link href="css/style.css?v=4.1.0" rel="stylesheet">
<!-- 全局js -->
<script src="js/jquery.min.js?v=2.1.4"></script>
<script src="js/bootstrap.min.js?v=3.3.6"></script>
<script src="js/core.js"></script>
<!-- fileinput -->
<script src="js/plugins/fileinput/fileinput.js"></script>
<script src="js/plugins/fileinput/fileinput_locale_zh.js"></script>
<!-- 自定义js -->
<script src="js/jquery.serializejson.min.js"></script>
<script src="js/validate/form-validate-demo.js"></script>
<script src="js/validate/jquery.validate.min.js"></script>
<script src="js/introducer_add.js"></script>
</head>
<body class="gray-bg">
<div class="wrapper wrapper-content">
<div class="row">
<div class="col-sm-12">
<div class="ibox float-e-margins">
<div class="ibox-content">
<form class="form-horizontal m-t" id="formMsg">
<div class="form-group" id="thisType">
<div id="title_div" class="form-group" >
<label class="col-sm-3 control-label">介绍人昵称</label>
<div class="col-sm-8">
<input id="goodsId" name="nickName" minlength="2" type="text" class="form-control" required="required">
</div>
</div>
<div id="title_div" class="form-group" >
<label class="col-sm-3 control-label">介绍人真实姓名</label>
<div class="col-sm-8">
<input id="goodsId" name="realName" minlength="2" type="text" class="form-control" required="required">
</div>
</div>
<div id="title_div" class="form-group" >
<label class="col-sm-3 control-label">介绍人年龄</label>
<div class="col-sm-8">
<input id="goodsId" name="age" minlength="2" type="text" class="form-control" required="required">
</div>
</div>
<div id="title_div" class="form-group" >
<label class="col-sm-3 control-label">介绍人电话</label>
<div class="col-sm-8">
<input id="phone" name="phone" minlength="2" type="text" class="form-control" required="required">
</div>
</div>
<div id="title_div" class="form-group" >
<label class="col-sm-3 control-label">介绍人性别</label>
<div class="col-sm-8">
<select id="eachType" name="sex" style="height:31px;border-radius: 3px;border: solid 1px #ddd;" >
<option value="1"></option>
<option value="2"></option>
<option value="3">未知</option>
</select>
</div>
</div>
<div id="jiu_picture_div" class="form-group" style="display: none;">
<label class="col-sm-3 control-label">旧活动图:</label>
<div class="col-sm-8">
<span id="picturesUrl" name="picturesUrl" class="footable-sort-indicator"></span>
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">介绍人头像:</label>
<div class="col-sm-8">
<div class="page-container">
<input type="file" id="fileupload" name="file">
</div>
</div>
<span style="display: none;" id="uploadSuccessImg"></span>
</div>
<div id="title_div" class="form-group" >
<label class="col-sm-3 control-label">提成比例</label>
<div class="col-sm-8">
<input id="profitability" name="profitability" minlength="2" type="text" class="form-control" required="required">
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-4 col-sm-offset-3">
<button class="btn btn-primary" type="button" onclick="onSave()">上传</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yun_token/miduoduo-admin.git
[email protected]:yun_token/miduoduo-admin.git
yun_token
miduoduo-admin
miduoduo-admin
master

搜索帮助