Skip to content
Snippets Groups Projects
Commit 626efde7 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

New layout implementation

parent 05cc8739
Branches
No related tags found
No related merge requests found
...@@ -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/3rdparty/ol.css" %}" type="text/css"> <link rel="stylesheet" href="{% static "css/3rdparty/ol.css" %}" type="text/css">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment