Browse Source

上传文件至 ''

zhangxh 6 years ago
parent
commit
f3b9cb774c
5 changed files with 121 additions and 0 deletions
  1. BIN
      head.png
  2. 58 0
      hjnews.html
  3. BIN
      icon.png
  4. 22 0
      index.html
  5. 41 0
      login.html

BIN
head.png


+ 58 - 0
hjnews.html

@@ -0,0 +1,58 @@
1
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
+<html xmlns="http://www.w3.org/1999/xhtml">
3
+<head>
4
+<meta charset="utf8">
5
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+<title>火剧文章管理</title>
7
+<link href="/css/hj.ui.css" rel="stylesheet" type="text/css" />
8
+<link href="css/them.css" rel="stylesheet" type="text/css" />
9
+<script type="text/javascript" src="/js/jquery.js"></script>
10
+<script type="text/javascript" src="/js/hj.ui.js"></script>
11
+<script type="text/javascript" src="js/function.js"></script>
12
+<script type="text/javascript" src="js/hjnews.js"></script>
13
+<script type="text/javascript">
14
+$(function(){
15
+	getNewsClass();
16
+	$(".hjnews > li").live("click",function(){
17
+		$(this).addClass("active").siblings().removeClass("active");
18
+		getList(1);
19
+	});
20
+});
21
+</script>
22
+</head>
23
+<body>
24
+<script type="text/javascript" src="js/top.js"></script>
25
+<div class="wrap">
26
+	<script type="text/javascript" src="js/menu.js"></script>
27
+	<div class="mainWrap">
28
+		<script type="text/javascript" src="js/guid.js" data-info="后台管理|火剧工厂|火剧文章管理"></script>
29
+		<div class="mainContent">
30
+			<ul class="hjnews rFloat"></ul>
31
+			<a href="javascript:addNews('add','');" class="btn">添加文章</a>
32
+			<table cellpadding="0" cellspacing="0" border="0" class="table mTop10">
33
+				<thead>
34
+					<tr>
35
+						<th class="left">标题</th>
36
+						<th>发布人</th>
37
+						<th>状态</th>
38
+						<th width="15%">操作</th>
39
+					</tr>
40
+				</thead>
41
+				<tbody id="list"></tbody>
42
+			</table>
43
+			<script type="text/html" id="hjnewsList">
44
+				{{#each this}}
45
+					<tr>
46
+						<td class="left">{{title}}</td>
47
+						<td>{{person}}</td>
48
+						<td><a href="javascript:void(0);" onclick="updateStatus(this, {{id}});">{{js "this.is_recommend == 1 ? '已推荐':'正常'"}}</a></td>
49
+						<td><a href="javascript:addNews('edit',{{id}});" class="btn">编辑</a> <a href="javascript:del({{id}});" class="btn">删除</a></td>
50
+					</tr>
51
+				{{/each}}
52
+			</script>
53
+			<div class="mTop10" id="page"></div>
54
+		</div>
55
+	</div>
56
+</div>
57
+</body>
58
+</html>

BIN
icon.png


+ 22 - 0
index.html

@@ -0,0 +1,22 @@
1
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
+<html xmlns="http://www.w3.org/1999/xhtml">
3
+<head>
4
+<meta charset="utf8">
5
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+<title></title>
7
+<link href="/css/hj.ui.css" rel="stylesheet" type="text/css" />
8
+<link href="css/them.css" rel="stylesheet" type="text/css" />
9
+<script type="text/javascript" src="/js/jquery.js"></script>
10
+<script type="text/javascript" src="/js/util.js"></script>
11
+<script type="text/javascript" src="js/function.js"></script>
12
+</head>
13
+<body>
14
+<script type="text/javascript" src="js/top.js"></script>
15
+<div class="wrap">
16
+	<script type="text/javascript" src="js/menu.js"></script>
17
+	<div class="mainWrap">
18
+		<div class="indexContent"><h3>火钻后台管理中心</h3></div>
19
+	</div>
20
+</div>
21
+</body>
22
+</html>

+ 41 - 0
login.html

@@ -0,0 +1,41 @@
1
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
+<html xmlns="http://www.w3.org/1999/xhtml">
3
+<head>
4
+<meta charset="utf8">
5
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+<title>后台登录</title>
7
+<link href="/css/hj.ui.css" rel="stylesheet" type="text/css" />
8
+<link href="css/them.css" rel="stylesheet" type="text/css" />
9
+<script type="text/javascript" src="/js/jquery.js"></script>
10
+<script type="text/javascript" src="/js/util.js"></script>
11
+<script type="text/javascript" src="/js/jquery.md5.js"></script>
12
+<script type="text/javascript" src="js/function.js"></script>
13
+<script type="text/javascript">
14
+	$(function(){
15
+		$.resetText();
16
+		$(".text").input();
17
+	})
18
+</script>
19
+</head>
20
+<body>
21
+<div class="wrapT flex">
22
+	<div class="loginBox">
23
+		<div class="login">
24
+			<h3>后台登录系统</h3>
25
+			<div class="loginList">
26
+				<form id="loginForm" onsubmit="return checkLogin();">
27
+				<div class="loginInput">
28
+					<input type="text" name="name" icon="user" class="text {text:'请输入登录用户名'}" />
29
+				</div>
30
+				<div class="loginInput">
31
+					<input type="password" name="password" icon="pass" class="text {text:'请输入登录密码'}" />
32
+				</div>
33
+				</div>
34
+				<input type="submit" class="btn blockBtn" value="登 录" />
35
+				</form>
36
+			</div>
37
+		</div>
38
+	</div>
39
+</div>
40
+</body>
41
+</html>