-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsystem-base.html
More file actions
127 lines (116 loc) · 6.02 KB
/
Copy pathsystem-base.html
File metadata and controls
127 lines (116 loc) · 6.02 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!--_meta 作为公共模版分离出去-->
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<LINK rel="Bookmark" href="/favicon.ico" >
<LINK rel="Shortcut Icon" href="/favicon.ico" />
<!--[if lt IE 9]>
<script type="text/javascript" src="lib/html5.js"></script>
<script type="text/javascript" src="lib/respond.min.js"></script>
<script type="text/javascript" src="lib/PIE_IE678.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="static/h-ui/css/H-ui.min.css" />
<link rel="stylesheet" type="text/css" href="static/h-ui.admin/css/H-ui.admin.css" />
<link rel="stylesheet" type="text/css" href="lib/Hui-iconfont/1.0.7/iconfont.css" />
<link rel="stylesheet" type="text/css" href="lib/icheck/icheck.css" />
<link rel="stylesheet" type="text/css" href="static/h-ui.admin/skin/default/skin.css" id="skin" />
<link rel="stylesheet" type="text/css" href="static/h-ui.admin/css/style.css" />
<!--[if IE 6]>
<script type="text/javascript" src="http://lib.h-ui.net/DD_belatedPNG_0.0.8a-min.js" ></script>
<script>DD_belatedPNG.fix('*');</script>
<![endif]-->
<!--/meta 作为公共模版分离出去-->
</head>
<body>
<nav class="breadcrumb"><i class="Hui-iconfont"></i>
<a href="/admin/welcome">首页 </a>
<span class="c-gray en">></span> 基本设置 <a class="btn btn-success radius r" style="line-height:1.6em;margin-top:3px" href="javascript:location.replace(location.href);" title="刷新" ><i class="Hui-iconfont"></i></a></nav>
<div class="page-container">
<form class="form form-horizontal" id="form-article-add" action="systemINIupdate" method="POST">
<div id="tab-system" class="HuiTab">
<div class="tabBar cl"><span>基本设置</span></div>
<div class="tabCon">
<input type="hidden" value="${system.id!}" name="system.id" />
<div class="row cl">
<label class="form-label col-xs-4 col-sm-2"><span class="c-red">*</span>网站名称:</label>
<div class="formControls col-xs-8 col-sm-9">
<input type="text" id="system.title" name="system.title" placeholder="控制在25个字、50个字节以内" value="${system.title!}" class="input-text">
</div>
</div>
<div class="row cl">
<label class="form-label col-xs-4 col-sm-2"><span class="c-red">*</span>关键词:</label>
<div class="formControls col-xs-8 col-sm-9">
<input type="text" id="system.keywords" name="system.keywords" placeholder="5个左右,8汉字以内,用英文,隔开" value="${system.keywords!}" class="input-text">
</div>
</div>
<div class="row cl">
<label class="form-label col-xs-4 col-sm-2"><span class="c-red">*</span>描述:</label>
<div class="formControls col-xs-8 col-sm-9">
<input type="text" id="system.description" name="system.description" placeholder="空制在80个汉字,160个字符以内" value="${system.description!}" class="input-text">
</div>
</div>
<div class="row cl">
<label class="form-label col-xs-4 col-sm-2"><span class="c-red">*</span>底部版权信息:</label>
<div class="formControls col-xs-8 col-sm-9">
<input type="text" id="system.copyright" name="system.copyright" placeholder="© 2016 H-ui.net" value="${system.copyright!}" class="input-text">
</div>
</div>
<div class="row cl">
<label class="form-label col-xs-4 col-sm-2">备案号:</label>
<div class="formControls col-xs-8 col-sm-9">
<input type="text" id="system.record" name="system.record" placeholder="京ICP备00000000号" value="${system.record!}" class="input-text">
</div>
</div>
<div class="row cl">
<label class="form-label col-xs-4 col-sm-2">统计代码:</label>
<div class="formControls col-xs-8 col-sm-9">
<textarea class="textarea" id="system.statistics_code" name="system.statistics_code">${system.statistics_code!}</textarea>
</div>
</div>
<div class="row cl">
<div class="col-xs-8 col-sm-9 col-xs-offset-4 col-sm-offset-2">
<button class="btn btn-primary radius" type="submit"><i class="Hui-iconfont"></i> 保存</button>
<button onClick="layer_close();" class="btn btn-default radius" type="button"> 取消 </button>
</div>
</div>
</div>
<div class="tabCon">
</div>
</div>
<!-- <div class="row cl">
<div class="col-xs-8 col-sm-9 col-xs-offset-4 col-sm-offset-2">
<button onClick="article_save_submit();" class="btn btn-primary radius" type="submit"><i class="Hui-iconfont"></i> 保存</button>
<button onClick="layer_close();" class="btn btn-default radius" type="button"> 取消 </button>
</div>
</div> -->
</form>
</div>
<!--_footer 作为公共模版分离出去-->
<script type="text/javascript" src="lib/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="lib/layer/2.1/layer.js"></script>
<script type="text/javascript" src="lib/icheck/jquery.icheck.min.js"></script>
<script type="text/javascript" src="lib/jquery.validation/1.14.0/jquery.validate.min.js"></script>
<script type="text/javascript" src="lib/jquery.validation/1.14.0/validate-methods.js"></script>
<script type="text/javascript" src="lib/jquery.validation/1.14.0/messages_zh.min.js"></script>
<script type="text/javascript" src="static/h-ui/js/H-ui.js"></script>
<script type="text/javascript" src="static/h-ui.admin/js/H-ui.admin.js"></script>
<!--/_footer /作为公共模版分离出去-->
<!--请在下方写此页面业务相关的脚本-->
<script type="text/javascript">
$(function(){
$('.skin-minimal input').iCheck({
checkboxClass: 'icheckbox-blue',
radioClass: 'iradio-blue',
increaseArea: '20%'
});
$.Huitab("#tab-system .tabBar span","#tab-system .tabCon","current","click","0");
});
</script>
<!--/请在上方写此页面业务相关的脚本-->
</body>
</html>