Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
7b4ca8bd
Commit
7b4ca8bd
authored
Mar 07, 2018
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
参数管理
parent
2aeed71b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
68 additions
and
11 deletions
+68
-11
index.html
application/index/view/setting/index.html
+68
-11
No files found.
application/index/view/setting/index.html
View file @
7b4ca8bd
<!DOCTYPE html>
{layout name="global/frame_tpl" /}
<html
lang=
"en"
>
<input
type=
"hidden"
class=
"page-load"
id=
"version"
/>
<head>
<meta
charset=
"UTF-8"
>
<!--导航star-->
<title>
Title
</title>
</head>
<!-- Sidebar -->
<body>
<!-- /#sidebar-wrapper -->
</body>
<!-- Page Content -->
</html>
<div
id=
"page-content-wrapper"
>
\ No newline at end of file
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-lg-10 col-lg-offset-0"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading breadcrumb"
>
<li><a
href=
"#"
>
参数管理
</a></li>
</div>
<div
class=
"panel-body"
>
<form
class=
"form-horizontal"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
style=
"text-align: right"
>
是否使用隐号系统:
</label>
<div
class=
"col-sm-9"
>
<div
class=
"radio"
style=
"display: inline-block"
>
<label>
<input
type=
"radio"
name=
"optionsRadios"
id=
"optionsRadios1"
value=
"0"
checked
>
关闭
</label>
</div>
<div
class=
"radio"
style=
"display: inline-block"
>
<label>
<input
type=
"radio"
name=
"optionsRadios"
id=
"optionsRadios2"
value=
"1"
>
开启
</label>
</div>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
style=
"text-align: right"
>
隐号绑定天数
:
</label>
<div
class=
"col-sm-9"
>
<input
type=
"text"
class=
"form-control btn5"
name=
"title"
id=
"version_no"
placeholder=
"隐号绑定天数"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
style=
"text-align: right"
>
</label>
<div
class=
"col-sm-9"
style=
"text-align: left;"
>
<button
type=
"button"
class=
"btn btn-primary"
id=
"save"
>
保存修改
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment