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
e6df2238
Commit
e6df2238
authored
Dec 24, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
1d039554
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
performance_ranking.html
...n/index/view/performance_ranking/performance_ranking.html
+0
-1
performance_ranking.js
public/resource/js/performance_ranking.js
+3
-0
b-liu.tabs.js
public/resource/lib/js/b-liu.tabs.js
+2
-2
No files found.
application/index/view/performance_ranking/performance_ranking.html
View file @
e6df2238
...
@@ -185,7 +185,6 @@
...
@@ -185,7 +185,6 @@
<!--切换不同的页面 框架-->
<!--切换不同的页面 框架-->
<div
id=
"mainFrameTabs"
>
<div
id=
"mainFrameTabs"
>
<ul
class=
"nav nav-tabs"
role=
"tablist"
>
<ul
class=
"nav nav-tabs"
role=
"tablist"
>
<li
role=
"presentation"
class=
"active noclose"
><a
href=
"#bTabs_navTabsMainPage"
data-toggle=
"tab"
>
首页
</a></li>
</ul>
</ul>
<div
class=
"tab-content"
>
<div
class=
"tab-content"
>
<div
class=
"tab-pane active"
>
<div
class=
"tab-pane active"
>
...
...
public/resource/js/performance_ranking.js
View file @
e6df2238
...
@@ -506,3 +506,5 @@ define (['doT', 'text!temp/menu_template_tpl.html','ckfinder','ckfinderStart', '
...
@@ -506,3 +506,5 @@ define (['doT', 'text!temp/menu_template_tpl.html','ckfinder','ckfinderStart', '
};
};
return
performanceRanking
;
return
performanceRanking
;
});
});
//$('#bTabs_indexperformanceRanking .navbar').hide()
$
(
".iframe-type"
).
contents
().
find
(
".navbar"
).
hide
();
\ No newline at end of file
public/resource/lib/js/b-liu.tabs.js
View file @
e6df2238
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
var
exist
=
false
;
//是否已存在
var
exist
=
false
;
//是否已存在
$
.
each
(
openTabs
,
function
(
i
,
row
){
$
.
each
(
openTabs
,
function
(
i
,
row
){
if
(
row
==
tabId
){
if
(
row
==
tabId
){
exist
=
fals
e
;
exist
=
tru
e
;
return
false
;
return
false
;
}
}
});
});
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
openTabs
.
push
(
tabId
);
openTabs
.
push
(
tabId
);
var
openIframe
=
function
(){
var
openIframe
=
function
(){
$
(
content
).
append
(
'<iframe frameborder="0" scrolling="yes" style="width:100%;height:100%;border:0px;" src="'
+
url
+
'"></iframe>'
);
$
(
content
).
append
(
'<iframe frameborder="0"
class="iframe-type"
scrolling="yes" style="width:100%;height:100%;border:0px;" src="'
+
url
+
'"></iframe>'
);
};
};
//进行登录验证
//进行登录验证
if
(
loginCheck
&&
$
.
isFunction
(
loginCheck
)){
if
(
loginCheck
&&
$
.
isFunction
(
loginCheck
)){
...
...
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