Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
jflow
Commits
ad071bc6
Commit
ad071bc6
authored
Nov 23, 2016
by
Floreal Cabanettes
Browse files
Add development css files
parent
925c3416
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/example1.html
View file @
ad071bc6
...
...
@@ -16,7 +16,13 @@
<link
href=
"css/theme.css"
rel=
"stylesheet"
>
<!-- jflow css -->
<!-- Production version-->
<link
href=
"css/jflow.min.css"
rel=
"stylesheet"
>
<!-- Development version
<link href="css/handsontable.full.min.css" rel="stylesheet">
<link href="css/cytoscape.js-panzoom.css" rel="stylesheet">
<link href="css/datepicker.css" rel="stylesheet">
<link href="css/jflow.css" rel="stylesheet">-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
...
...
@@ -148,10 +154,10 @@
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"js/jquery.min.js"
></script>
<script
src=
"js/bootstrap.min.js"
></script>
<!-- Production version
-->
<!-- Production version
<script src='js/jflow.min.js' type='text/javascript'></script>
<!-- development version
<!-- development version
-->
<script
src=
'js/jquery.tmpl.min.js'
type=
'text/javascript'
></script>
<script
src=
'js/jquery.validate.js'
type=
'text/javascript'
></script>
<script
src=
"js/jquery.ui.widget.js"
></script>
...
...
@@ -172,7 +178,7 @@
<script
src=
'js/jflow-wfform-rules.js'
type=
'text/javascript'
></script>
<script
src=
'js/jflow-wfform.js'
type=
'text/javascript'
></script>
<script
src=
'js/jflow-wfstatus.js'
type=
'text/javascript'
></script>
<script src="js/bootstrap-datepicker.js"></script>
-->
<script
src=
"js/bootstrap-datepicker.js"
></script>
<script
type=
'text/javascript'
>
...
...
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