Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
08868cc8
Commit
08868cc8
authored
Jun 09, 2015
by
Peter van 't Hof
Browse files
Move js en css files to head
parent
0f3811c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/resources/nl/lumc/sasc/biopet/core/report/main.ssp
View file @
08868cc8
...
...
@@ -43,10 +43,37 @@
<html>
<head>
<title>
${reportName}
</title>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"${rootPath}ext/js/jquery.min.js"
></script>
<!-- Latest compiled and minified CSS -->
<link
rel=
"stylesheet"
href=
"${rootPath}ext/css/bootstrap.min.css"
>
<!-- Optional theme -->
<link
rel=
"stylesheet"
href=
"${rootPath}ext/css/bootstrap-theme.min.css"
>
<!-- Latest compiled and minified JavaScript -->
<script
src=
"${rootPath}ext/js/bootstrap.min.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"${rootPath}ext/css/bootstrap_dashboard.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"${rootPath}ext/css/sortable-theme-bootstrap.css"
>
<!-- sortable tables //-->
<script
src=
"${rootPath}ext/js/sortable.min.js"
></script>
<script
language=
"JavaScript"
>
<!--
$
(
document
).
ready
(
function
()
{
Sortable
.
init
()
});
//-->
</script>
</head>
<body>
<nav
class=
"navbar navbar-inverse navbar-fixed-top"
>
<div
class=
"container"
>
<div
class=
"navbar-header"
>
...
...
@@ -119,31 +146,5 @@
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"${rootPath}ext/js/jquery.min.js"
></script>
<!-- Latest compiled and minified CSS -->
<link
rel=
"stylesheet"
href=
"${rootPath}ext/css/bootstrap.min.css"
>
<!-- Optional theme -->
<link
rel=
"stylesheet"
href=
"${rootPath}ext/css/bootstrap-theme.min.css"
>
<!-- Latest compiled and minified JavaScript -->
<script
src=
"${rootPath}ext/js/bootstrap.min.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"${rootPath}ext/css/bootstrap_dashboard.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"${rootPath}ext/css/sortable-theme-bootstrap.css"
>
<!-- sortable tables //-->
<script
src=
"${rootPath}ext/js/sortable.min.js"
></script>
<script
language=
"JavaScript"
>
<!--
$
(
document
).
ready
(
function
()
{
Sortable
.
init
()
});
//-->
</script>
</body>
</html>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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