Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6d2e3f78
authored
2018-03-10 22:18:16 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
5118232e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
16 deletions
application/views/common/footer.php
application/views/welcome/index.php
application/views/common/footer.php
View file @
6d2e3f7
<script
type=
"text/javascript"
src=
"/resource/lib/jquery/1.9.1/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"/resource/lib/layer/2.4/layer.js"
></script>
<script
type=
"text/javascript"
src=
"/resource/static/h-ui/js/H-ui.min.js"
></script>
<script
type=
"text/javascript"
src=
"/resource/static/h-ui.admin/js/H-ui.admin.js"
></script>
\ No newline at end of file
...
...
application/views/welcome/index.php
View file @
6d2e3f7
...
...
@@ -162,12 +162,11 @@
<li
id=
"closeall"
>
关闭全部
</li>
</ul>
</div>
<!--_footer 作为公共模版分离出去-->
<script
type=
"text/javascript"
src=
"lib/jquery/1.9.1/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"lib/layer/2.4/layer.js"
></script>
<script
type=
"text/javascript"
src=
"static/h-ui/js/H-ui.min.js"
></script>
<script
type=
"text/javascript"
src=
"static/h-ui.admin/js/H-ui.admin.js"
></script>
<!--/_footer 作为公共模版分离出去-->
<?php
$this
->
load
->
view
(
'common/footer'
);
?>
<!--请在下方写此页面业务相关的脚本-->
<script
type=
"text/javascript"
src=
"lib/jquery.contextmenu/jquery.contextmenu.r2.js"
></script>
<script
type=
"text/javascript"
>
...
...
@@ -234,16 +233,5 @@
</script>
<!--此乃百度统计代码,请自行删除-->
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?080836300300be57b7f34f4b3e97d911"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<!--/此乃百度统计代码,请自行删除-->
</body>
</html>
\ No newline at end of file
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment