Project

Profile

Help

HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...

Task #615786 » Kind.html

银行 顾, 2016-11-29 06:42 AM

 
<html>
<head>
<title></title>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>
<link rel="stylesheet" href="http://apps.bdimg.com/libs/bootstrap/3.3.0/css/bootstrap.min.css">
<script src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="http://apps.bdimg.com/libs/bootstrap/3.3.0/js/bootstrap.min.js"></script>
</head>
<body>
<p class="text-center">分类页面</p>
<hr/>
<form class="form-horizontal" role="form">
<div class="form-group">
<label for="question" class="col-sm-2 control-label">类别名称</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="firstname"
placeholder="请输入类别名称">
</div>
</div>
<div class="form-group">
<label for="question" class="col-sm-2 control-label">类别描述</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="firstname"
placeholder="请输入类别描述">
</div>
</div>
<div class="form-group">
<label for="answer" class="col-sm-2 control-label">所属部分</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="lastname"
placeholder="请输入为第几部分">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="button" class="btn btn-primary btn-lg" style="text-shadow: black 5px 3px 3px;">
<span class="glyphicon glyphicon-user"></span> 创建类别
</button>
</div>
</div>
</body>
</body>
</html>
(8-8/10)