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
bf096978
Commit
bf096978
authored
Feb 17, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
85bc6a33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
14 deletions
+12
-14
admin/themes/simplebootx/Admin/Luckrate/add.html
+6
-7
admin/themes/simplebootx/Admin/Luckrate/edit.html
+6
-7
No files found.
admin/themes/simplebootx/Admin/Luckrate/add.html
View file @
bf096978
...
...
@@ -24,11 +24,11 @@
<div
class=
"control-group"
>
<label
class=
"control-label"
>
倍数
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"times"
value=
"0"
>
<input
type=
"text"
name=
"times"
value=
"0"
>
<span
class=
"form-required"
></span>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
是否全站
</label>
<div
class=
"controls"
id=
"type"
>
...
...
@@ -37,15 +37,15 @@
<span
class=
"form-required"
>
*
</span>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
中奖概率
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"rate"
value=
"0"
>
% 最小支持0.001%
<input
type=
"text"
name=
"rate"
value=
"0"
>
% 最小支持0.00
00
1%
<span
class=
"form-required"
></span>
</div>
</div>
</fieldset>
<div
class=
"form-actions"
>
<button
type=
"submit"
class=
"btn btn-primary js-ajax-submit"
>
{:L('ADD')}
</button>
...
...
@@ -55,4 +55,4 @@
</div>
<script
src=
"__PUBLIC__/js/common.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
admin/themes/simplebootx/Admin/Luckrate/edit.html
View file @
bf096978
...
...
@@ -24,24 +24,24 @@
<div
class=
"control-group"
>
<label
class=
"control-label"
>
倍数
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"times"
value=
"{$data['times']}"
>
<input
type=
"text"
name=
"times"
value=
"{$data['times']}"
>
<span
class=
"form-required"
></span>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
是否全站
</label>
<div
class=
"controls"
>
<label
class=
"radio inline"
for=
"type_0"
><input
type=
"radio"
name=
"isall"
value=
"0"
id=
"type_0"
<
if
condition=
"$data['isall'] eq 0"
>
checked
</if>
>否
</label>
<label
class=
"radio inline"
for=
"type_1"
><input
type=
"radio"
name=
"isall"
value=
"1"
id=
"type_1"
<
if
condition=
"$data['isall'] eq 1"
>
checked
</if>
>是
</label>
<label
class=
"radio inline"
for=
"type_1"
><input
type=
"radio"
name=
"isall"
value=
"1"
id=
"type_1"
<
if
condition=
"$data['isall'] eq 1"
>
checked
</if>
>是
</label>
<span
class=
"form-required"
>
*
</span>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
中奖概率
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"rate"
value=
"{$data['rate']}"
>
% 最小支持0.001%
<input
type=
"text"
name=
"rate"
value=
"{$data['rate']}"
>
% 最小支持0.00
00
1%
<span
class=
"form-required"
></span>
</div>
</div>
...
...
@@ -54,4 +54,4 @@
</div>
<script
src=
"__PUBLIC__/js/common.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
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