Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSWeb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSWeb
Commits
626efde7
Commit
626efde7
authored
9 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
New layout implementation
parent
05cc8739
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roughage/templates/roughage/nutrition.html
+3
-1
3 additions, 1 deletion
roughage/templates/roughage/nutrition.html
with
3 additions
and
1 deletion
roughage/templates/roughage/nutrition.html
+
3
−
1
View file @
626efde7
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
{% load i18n l10n staticfiles template_helper %}
{% load i18n l10n staticfiles template_helper %}
{% block title%}{% trans "Roughage nutrition model" %}{%endblock%}
{% block title%}{% trans "Roughage nutrition model" %}{%endblock%}
{% block content %}
{% block content %}
<div
class=
"singleBlockContainer"
>
<h1>
{% trans "Roughage nutrition model" %}
</h1>
<h1>
{% trans "Roughage nutrition model" %}
</h1>
<p>
<p>
Modellen skal underveis i vekstsesongen gi støtte for valg av høstetid i to- og
Modellen skal underveis i vekstsesongen gi støtte for valg av høstetid i to- og
...
@@ -308,7 +309,7 @@
...
@@ -308,7 +309,7 @@
</fieldset>
</fieldset>
</form>
</form>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<button
type=
"button"
class=
"btn btn-
default
"
onclick=
"if(validateForm(document.getElementById('{{ form_id }}'))){startAnimateHourGlass('modelRunHourGlass');runNutritionModel('{{ form_id }}');}"
>
{% trans "Run model" %}
<span
id=
"modelRunHourGlass"
></span></button>
<button
type=
"button"
class=
"btn btn-
primary
"
onclick=
"if(validateForm(document.getElementById('{{ form_id }}'))){startAnimateHourGlass('modelRunHourGlass');runNutritionModel('{{ form_id }}');}"
>
{% trans "Run model" %}
<span
id=
"modelRunHourGlass"
></span></button>
</div>
</div>
<div
class=
"row"
id=
"runningModelMessage"
style=
"display:none"
>
<div
class=
"row"
id=
"runningModelMessage"
style=
"display:none"
>
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
...
@@ -336,6 +337,7 @@
...
@@ -336,6 +337,7 @@
</table>
</table>
</div>
</div>
</div>
{% endblock %}
{% endblock %}
{% block customCSS %}
{% block customCSS %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/3
rdparty
/
ol.css
"
%}"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/3
rdparty
/
ol.css
"
%}"
type=
"text/css"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment