Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SooonerHotel
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
吴贤德
SooonerHotel
Commits
cd2a52dd
Commit
cd2a52dd
authored
Aug 23, 2019
by
wangjiangze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
功能优化修复
parent
ae4a43ac
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
15 deletions
+15
-15
index.html
SooonerHotel/App/Tpl/Inject/zh-cn/Inject/index.html
+2
-2
index.html
SooonerHotel/App/Tpl/Playctrl/zh-cn/PlayCtrl/index.html
+3
-3
index.html
SooonerHotel/App/Tpl/zh-cn/Index/index.html
+1
-1
index.html
SooonerHotel/App/Tpl/zh-cn/Login/index.html
+4
-4
index_up.html
SooonerHotel/App/Tpl/zh-cn/Login/index_up.html
+4
-4
style_login.css
SooonerHotel/Public/newVsdn/css/style_login.css
+1
-1
No files found.
SooonerHotel/App/Tpl/Inject/zh-cn/Inject/index.html
View file @
cd2a52dd
...
...
@@ -142,12 +142,12 @@ function enable(status){
}
}
function
add
(){
pop
(
'80%'
,
70
0
,
true
,
'dg'
,
'datagrid'
,
'/Inject/Inject/add/'
)
pop
(
950
,
72
0
,
true
,
'dg'
,
'datagrid'
,
'/Inject/Inject/add/'
)
}
function
lists
(){
var
row
=
$
(
'#dg'
).
datagrid
(
'getSelected'
);
if
(
row
){
pop
(
'80%'
,
500
,
true
,
'dg'
,
'datagrid'
,
'/Inject/Inject/lists/id/'
+
row
.
id
)
pop
(
950
,
500
,
true
,
'dg'
,
'datagrid'
,
'/Inject/Inject/lists/id/'
+
row
.
id
)
}
else
{
$
.
messager
.
alert
(
'提示'
,
'请选择要操作的记录!'
,
'info'
);
}
...
...
SooonerHotel/App/Tpl/Playctrl/zh-cn/PlayCtrl/index.html
View file @
cd2a52dd
...
...
@@ -141,12 +141,12 @@ function enable(status){
}
}
function
add
(){
pop
(
'80%'
,
70
0
,
true
,
'dg'
,
'datagrid'
,
'/PlayCtrl/PlayCtrl/add/'
)
pop
(
950
,
75
0
,
true
,
'dg'
,
'datagrid'
,
'/PlayCtrl/PlayCtrl/add/'
)
}
function
lists
(){
var
row
=
$
(
'#dg'
).
datagrid
(
'getSelected'
);
if
(
row
){
pop
(
'80%'
,
550
,
true
,
'dg'
,
'datagrid'
,
'/PlayCtrl/PlayCtrl/lists/id/'
+
row
.
id
)
pop
(
950
,
550
,
true
,
'dg'
,
'datagrid'
,
'/PlayCtrl/PlayCtrl/lists/id/'
+
row
.
id
)
}
else
{
$
.
messager
.
alert
(
'提示'
,
'请选择要操作的记录!'
,
'info'
);
}
...
...
@@ -154,7 +154,7 @@ function lists(){
function
edit
(){
var
row
=
$
(
'#dg'
).
datagrid
(
'getSelected'
);
if
(
row
){
pop
(
'80%'
,
70
0
,
true
,
'dg'
,
'datagrid'
,
'/PlayCtrl/PlayCtrl/add/id/'
+
row
.
id
);
pop
(
950
,
75
0
,
true
,
'dg'
,
'datagrid'
,
'/PlayCtrl/PlayCtrl/add/id/'
+
row
.
id
);
}
else
{
$
.
messager
.
alert
(
'提示'
,
'请选择要操作的记录!'
,
'info'
);
}
...
...
SooonerHotel/App/Tpl/zh-cn/Index/index.html
View file @
cd2a52dd
...
...
@@ -34,7 +34,7 @@
tit=tit.replace(/<
\
/?i[^>]*>/ig,"");//
//console.log(tit)
//alert("
title
:
"+title+"
\
nurl
:
"+url+"
\
n
tit
:
"+tit +"
\
n
div
[
0
].
innerText
:
"+div[0].innerText);
var strTabTitles = div[0].innerText;
var strTabTitles = div[0].innerText
.replace(/[
\
r
\
n]/g, "")
;
var arrTabTitles = strTabTitles.split("
ဆ
");
//if(div[0].innerText.indexOf(tit) >= 0 )
//alert(tit);
...
...
SooonerHotel/App/Tpl/zh-cn/Login/index.html
View file @
cd2a52dd
...
...
@@ -86,18 +86,18 @@
<form
id=
"f"
action=
"{:U('Login/loginGa')}"
method=
"POST"
>
<div
class=
"inputWrap"
>
<img
src=
"__PUBLIC__/newVsdn/images/user.png"
/>
<input
id=
"username"
name=
"username"
type=
"text"
placeholder=
"用户名"
onclick=
"Focus(this);"
onblur=
"Blur(this);"
class=
"input"
>
<input
id=
"username"
name=
"username"
type=
"text"
placeholder=
"用户名"
value=
"用户名"
onclick=
"Focus(this);"
onblur=
"Blur(this);"
class=
"input"
/
>
</div>
<div
class=
"inputWrap"
>
<img
src=
"__PUBLIC__/newVsdn/images/password.png"
/>
<input
id=
"password"
name=
"password"
type=
"password"
placeholder=
"密码"
onclick=
"Focus(this);"
onblur=
"Blur(this);"
class=
"input"
>
<input
id=
"password"
name=
"password"
type=
"password"
placeholder=
"密码"
value=
"密码"
onclick=
"Focus(this);"
onblur=
"Blur(this);"
class=
"input"
/
>
</div>
<div
class=
"inputWrap"
>
<img
src=
"__PUBLIC__/newVsdn/images/password.png"
/>
<input
name=
"code"
type=
"text"
placeholder=
"请输入6位数字认证码"
class=
"input"
>
<input
name=
"code"
type=
"text"
placeholder=
"请输入6位数字认证码"
value=
"请输入6位数字认证码"
onclick=
"Focus(this);"
onblur=
"Blur(this);"
class=
"input"
/
>
</div>
<div
class=
"loginBtn"
>
<input
type=
"button"
onclick=
"login()"
value=
"登录"
>
<input
type=
"button"
onclick=
"login()"
value=
"登录"
/
>
</div>
<div
class=
"other clearfix"
>
<!--<div class="checkBox">-->
...
...
SooonerHotel/App/Tpl/zh-cn/Login/index_up.html
View file @
cd2a52dd
...
...
@@ -90,20 +90,20 @@
<form
id=
"f"
action=
"{:U('Login/loginDo')}"
method=
"POST"
>
<div
class=
"inputWrap"
>
<img
src=
"__PUBLIC__/newVsdn/images/user.png"
/>
<input
id=
"username"
name=
"username"
type=
"text"
placeholder=
"用户名"
onclick=
"Focus(this);"
onblur=
"Blur(this);"
class=
"input"
>
<input
id=
"username"
name=
"username"
type=
"text"
placeholder=
"用户名"
value=
"用户名"
onclick=
"Focus(this);"
onblur=
"Blur(this);"
class=
"input"
/
>
</div>
<div
class=
"inputWrap"
>
<img
src=
"__PUBLIC__/newVsdn/images/password.png"
/>
<input
id=
"password"
name=
"password"
type=
"password"
placeholder=
"密码"
onclick=
"Focus(this);"
onblur=
"Blur(this);"
class=
"input"
>
<input
id=
"password"
name=
"password"
type=
"password"
placeholder=
"密码"
value=
"密码"
onclick=
"Focus(this);"
onblur=
"Blur(this);"
class=
"input"
/
>
</div>
<div
class=
"inputWrap"
>
<img
src=
"__PUBLIC__/newVsdn/images/password.png"
/>
<input
name=
"code"
placeholder=
"验证码"
class=
"input_code"
>
<input
name=
"code"
placeholder=
"验证码"
class=
"input_code"
/
>
<img
title=
"看不清,点击换一张!"
onclick=
"javascript:void(changeCode(this))"
id=
"code"
src=
"{:U('/login/verify')}"
/>
<!--<a href="javascript:void(changeCode(this))">看不清,换一张!</a>-->
</div>
<div
class=
"loginBtn"
>
<input
type=
"button"
onclick=
"login()"
value=
"登录"
>
<input
type=
"button"
onclick=
"login()"
value=
"登录"
/
>
</div>
<div
class=
"other clearfix"
>
<!--<div class="checkBox">-->
...
...
SooonerHotel/Public/newVsdn/css/style_login.css
View file @
cd2a52dd
...
...
@@ -29,7 +29,7 @@ a{ text-decoration:none;}
.loginBox
.inputWrap
{
width
:
100%
;
height
:
40px
;
border
:
1px
solid
#c0c0c0
;
border-radius
:
3px
;
color
:
#8b8b8b
;
font-size
:
16px
;
margin-bottom
:
18px
;
overflow
:
hidden
;}
.loginBox
.inputWrap
img
{
float
:
left
;
vertical-align
:
middle
;
margin
:
13px
10px
0
;}
.loginBox
.input
{
width
:
243px
;
float
:
left
;
line-height
:
34px
;
padding
:
3px
5px
0
;
color
:
#afafaf
;
font-size
:
16px
;
border
:
none
;
outline
:
none
}
.loginBox
.input
{
width
:
243px
;
float
:
left
;
line-height
:
34px
;
height
:
34px
;
padding
:
3px
5px
0
;
color
:
#afafaf
;
font-size
:
16px
;
border
:
none
;
outline
:
none
}
.loginBox
.input_code
{
width
:
150px
;
float
:
left
;
line-height
:
34px
;
padding
:
3px
5px
0
;
color
:
#afafaf
;
font-size
:
16px
;
border
:
none
;
outline
:
none
}
.loginBtn
{
padding-top
:
5px
;}
.loginBox
.userBox
.loginBtn
input
[
type
=
"button"
]
{
width
:
100%
;
height
:
42px
;
border-radius
:
3px
;
background
:
#ff5a3a
;
border
:
none
;
font-size
:
16px
;
color
:
#FFF
;
cursor
:
pointer
;
box-shadow
:
-3px
-3px
0px
rgba
(
232
,
38
,
0
,
.36
)
inset
;}
...
...
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