-
Notifications
You must be signed in to change notification settings - Fork 0
/
editpage.html
71 lines (58 loc) · 2.83 KB
/
editpage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<!-- saved from url=(0090)http://www.17sucai.com/preview/84411/2017-09-30/widget/html/templates/goods/list_body.html -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0">
<meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
<title>星云小说网</title>
<link rel="stylesheet" type="text/css" href="css/hui.css">
<style type="text/css">
</style>
<link rel="stylesheet" href="css/hui.css">
<script type="text/javascript" src="js/nebPay.js"></script>
<script type="text/javascript" src="js/nebulas.min.js"></script>
<script type="text/javascript" src="js/hui.js"></script>
<script type="text/javascript" src="js/hui-form.js"></script>
</head>
<body id="body">
<header class="hui-header">
<div id="hui-back"></div>
<h1>星云 · 文章编辑</h1>
</header>
<div class="hui-wrap">
<form style="padding:28px 10px;" class="hui-form" id="form1">
<div class="hui-center-title">
<h1 id="htitle"></h1>
</div>
<div class="line"></div>
<div class="hui-form-items">
<div class="hui-form-items-title">本章题目</div>
<input type="text" class="hui-input hui-input-clear" name="title" placeholder="选填" />
</div>
<!-- <div class="hui-form-items">
<div class="hui-form-items-title">本章收费</div>
<div class="hui-form-radios" style="line-height:38px;">
<input type="radio" value="1" name="gender" id="g1" checked="checked" /><label for="g1">免费</label><br />
<input type="radio" value="2" name="gender" id="g2" /><label for="g2">收费</label>
</div>
</div> -->
<div class="hui-form-items">
<div class="hui-form-items-title">费用</div>
<input placeholder="阅读是否收费,默认为0" type="number" class="hui-input" placeholder="单位:Nas" name="price" />
</div>
<div class="hui-form-items">
<div class="hui-form-items-title">内容编辑</div>
</div>
<div class="hui-form-textarea">
<textarea placeholder="本章小说内容,必须大于10个字符" name="content"></textarea>
</div>
<div style="padding:15px 8px;">
<button type="button" class="hui-button hui-primary hui-fr" id="submitBtn">上传</button>
</div>
</form>
</div>
<script type="text/javascript" src="js/tool.js"></script>
<script type="text/javascript" src="js/footer.js"></script>
<script type="text/javascript" src="js/edit.js"></script>
</body></html>