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
318954c0
Commit
318954c0
authored
Jan 31, 2018
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
权限
parent
18344fa1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
home.css
public/resource/css/home.css
+6
-0
auth_template_tpl.html
public/resource/template/auth_template_tpl.html
+4
-6
No files found.
public/resource/css/home.css
View file @
318954c0
...
@@ -198,4 +198,9 @@ body{
...
@@ -198,4 +198,9 @@ body{
.liudan_pic_btn
{
.liudan_pic_btn
{
float
:
left
;
float
:
left
;
margin-left
:
10px
;
margin-left
:
10px
;
}
/*//全行样式*/
.but7
{
width
:
100%
!important
;
float
:
left
;
}
}
\ No newline at end of file
public/resource/template/auth_template_tpl.html
View file @
318954c0
...
@@ -31,13 +31,11 @@
...
@@ -31,13 +31,11 @@
[
%
}
%
]
[
%
}
%
]
[
%
if
(
it
[
item
][
'is'
]
!=
0
){
%
]
[
%
if
(
it
[
item
][
'is'
]
!=
0
){
%
]
<
label
class
=
"checkbox-inline"
>
<
input
type
=
"checkbox"
name
=
"rules"
value
=
"[%= it[item]['id'] %]"
checked
=
"checked"
>
<
input
type
=
"checkbox"
value
=
"[%= it[item]['id'] %]"
name
=
"rules"
checked
=
"checked"
>
[
%=
it
[
item
][
"title"
]
%
]
[
%=
it
[
item
][
"title_show"
]
%
]
<
br
>
<
/label
>
[
%
}
else
{
%
]
[
%
}
else
{
%
]
<
label
class
=
"checkbox-inline"
>
<
input
type
=
"checkbox"
name
=
"rules"
value
=
"[%= it[item]['id'] %]"
>
<
input
type
=
"checkbox"
value
=
"[%= it[item]['id'] %]"
name
=
"rules"
>
[
%=
it
[
item
][
"title"
]
%
]
[
%=
it
[
item
][
"title_show"
]
%
]
<
br
>
<
/label
>
[
%
}
%
]
[
%
}
%
]
[
%
}
%
]
[
%
}
%
]
...
...
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