Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
xiaozhan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
xiaozhan
Commits
585fe7dc
Commit
585fe7dc
authored
Mar 11, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
98bac269
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
admin/themes/simplebootx/User/index.html
+5
-1
No files found.
admin/themes/simplebootx/User/index.html
View file @
585fe7dc
...
@@ -26,12 +26,14 @@
...
@@ -26,12 +26,14 @@
<option
value=
"0"
<
if
condition=
"$formget.isban eq '0'"
>
selected
</if>
>是
</option>
<option
value=
"0"
<
if
condition=
"$formget.isban eq '0'"
>
selected
</if>
>是
</option>
<option
value=
"1"
<
if
condition=
"$formget.isban eq '1'"
>
selected
</if>
>否
</option>
<option
value=
"1"
<
if
condition=
"$formget.isban eq '1'"
>
selected
</if>
>否
</option>
</select>
</select>
<!--
热门:
热门:
<select class="select_2" name="ishot">
<select class="select_2" name="ishot">
<option value="">全部</option>
<option value="">全部</option>
<option value="1" <if condition="$formget.ishot eq '1'">selected</if> >是</option>
<option value="1" <if condition="$formget.ishot eq '1'">selected</if> >是</option>
<option value="0" <if condition="$formget.ishot eq '0'">selected</if> >否</option>
<option value="0" <if condition="$formget.ishot eq '0'">selected</if> >否</option>
</select>
</select>
-->
超管:
超管:
<select
class=
"select_2"
name=
"issuper"
>
<select
class=
"select_2"
name=
"issuper"
>
<option
value=
""
>
全部
</option>
<option
value=
""
>
全部
</option>
...
@@ -129,11 +131,13 @@
...
@@ -129,11 +131,13 @@
<else/>
<else/>
<a
href=
"{:U('indexadmin/super',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要设置超管吗?"
>
设置超管
</a>
|
<a
href=
"{:U('indexadmin/super',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要设置超管吗?"
>
设置超管
</a>
|
</if>
</if>
<!--
<if condition="$vo.ishot eq '1'">
<if condition="$vo.ishot eq '1'">
<a href="{:U('indexadmin/cancelhot',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" data-msg="您确定要取消热门吗?">取消热门</a> |
<a href="{:U('indexadmin/cancelhot',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" data-msg="您确定要取消热门吗?">取消热门</a> |
<else/>
<else/>
<a href="{:U('indexadmin/hot',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" data-msg="您确定要设置热门吗?">热门</a> |
<a href="{:U('indexadmin/hot',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" data-msg="您确定要设置热门吗?">热门</a> |
</if>
</if>
-->
<if
condition=
"$vo.isrecommend eq '1'"
>
<if
condition=
"$vo.isrecommend eq '1'"
>
<a
href=
"{:U('indexadmin/cancelrecommend',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要取消推荐吗?"
>
取消推荐
</a>
|
<a
href=
"{:U('indexadmin/cancelrecommend',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要取消推荐吗?"
>
取消推荐
</a>
|
<else/>
<else/>
...
...
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