1 Star 0 Fork 0

久违。/healthClub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
新增课程.html 2.39 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>新增课程</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link href="" rel="stylesheet">
<link rel="stylesheet" href="./bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./css/main.css" type="text/css">
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<div class=""></div>
<div class="container">
<div class="title">
<span class="title-main">发布新课程</span>
<button type="" class="btn btn-default btn-return"><a href="管理员-课程管理.html">返回</a></button>
</div>
<div class="content-tip">
<p>操作提示:发布新课程信息</p>
</div>
<div class="add-user-content">
<form class="form-horizontal" role="form">
<div class="form-group">
<label class="col-md-2 col-xs-2 control-label" for="user_name">课程:</label>
<div class="col-md-4 col-xs-4">
<input type="text" class="form-control" id="user_name" placeholder="请输入课程编号" >
</div>
</div>
<div class="form-group">
<label class=" col-md-2 col-xs-2 control-label" for="user_id">课程介绍:</label>
<div class=" col-md-4 col-xs-4">
<textarea name="user_id" type="text" rows="10" class="form-control" placeholder="课程介绍(最好不要超过70字)" style="resize:none;"></textarea>
</div>
</div>
<div class="form-group">
<label class="col-md-2 col-xs-2 control-label" for="user_name">数量:</label>
<div class="col-md-4 col-xs-4">
<input type="text" class="form-control" id="user_name" placeholder="请输入上课人数" >
</div>
</div>
<div class="form-group">
<div class="col-md-offset-2 col-xs-offset-2 col-md-4 col-xs-4">
<button type="submit" class="btn btn-primary">发布</button>
</div>
</div>
</form>
</div>
</div>
<script src="js/jquery-1.11.min.js"></script>
<script src="bootstrap/js/bootstrap.js" type="text/javascript" charset="utf-8">
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/weimm/healthClub.git
git@gitee.com:weimm/healthClub.git
weimm
healthClub
healthClub
master

搜索帮助