Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
_site-res
system
Commits
06d8c6ce
Commit
06d8c6ce
authored
May 10, 2018
by
tufengqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
beta ga相关
parent
e4e097ee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
CookieEdit.php
classes/fpf/yii_component/views/CookieEdit.php
+7
-1
No files found.
classes/fpf/yii_component/views/CookieEdit.php
View file @
06d8c6ce
...
@@ -113,8 +113,13 @@
...
@@ -113,8 +113,13 @@
</tr>
</tr>
<tr>
<tr>
<td>
<?php
echo
VERSION_KEY
;
?>
</td>
<td>
<?php
echo
VERSION_KEY
;
?>
</td>
<?php
$input_type
=
'text'
;
if
(
$is_online_host
)
{
$input_type
=
'hidden'
;
}
?>
<td
class=
"text_input"
>
<td
class=
"text_input"
>
<input
type=
"
text
"
name=
"
<?php
echo
VERSION_KEY
;
?>
"
value=
"
<?php
echo
$version
;
?>
"
>
<input
type=
"
<?php
echo
$input_type
;
?>
"
name=
"
<?php
echo
VERSION_KEY
;
?>
"
value=
"
<?php
echo
$version
;
?>
"
>
<?php
if
(
$is_online_host
)
{
?>
<?php
if
(
$is_online_host
)
{
?>
<span
class=
"btn_list"
id=
"check_one"
>
<span
class=
"btn_list"
id=
"check_one"
>
...
@@ -200,6 +205,7 @@ $(".return_page").on("click",function(){
...
@@ -200,6 +205,7 @@ $(".return_page").on("click",function(){
var
history_version
=
$
(
".text_input input"
).
val
();
var
history_version
=
$
(
".text_input input"
).
val
();
$
(
"#check_one .check_item"
).
on
(
"click"
,
function
(){
$
(
"#check_one .check_item"
).
on
(
"click"
,
function
(){
if
(
$
(
this
).
hasClass
(
"checked"
)){
if
(
$
(
this
).
hasClass
(
"checked"
)){
$
(
this
).
siblings
().
addClass
(
"checked"
);
$
(
this
).
removeClass
(
"checked"
);
$
(
this
).
removeClass
(
"checked"
);
$
(
".text_input input"
).
val
(
history_version
);
$
(
".text_input input"
).
val
(
history_version
);
}
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