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

Move description box to top right. Add intro text and IPMD logo

parent e73a1922
Branches
No related tags found
No related merge requests found
...@@ -25,8 +25,21 @@ ...@@ -25,8 +25,21 @@
{% block title %}{% trans "Saddle gall midge" %}{% endblock %} {% block title %}{% trans "Saddle gall midge" %}{% endblock %}
{% block content %} {% block content %}
<div class="singleBlockContainer"> <div class="singleBlockContainer">
<h1>{% trans "Saddle gall midge" %}</h1> <img src="https://ipmdecisions.net/media/phdj3qhd/output-onlinepngtools.png" width="120px;"/>
<div id="inputForm"></div> <h1>{% trans "Saddle gall midge" %}</h1>
<p>This model is integrated in VIPS from the <a href="https://platform.ipmdecisions.net/" target="new">IPM Decisions Platform</a>
to support field validations for evaluation of the potential for use of this model in Norway.
The integration of the model in VIPS, also serves as a demonstration of how decisions support systems from IPM Decisions can be integrated into external services.
Source organization: <a href="https://adas.co.uk/" target="new">ADAS, England</a>
<div class="row">
<div class="col-md-6">
<div id="inputForm"></div>
</div>
<div class="col-md-6" >
<h3>Model description</h4>
<div style="white-space: pre-line; padding: 10px; background-color: #eeeeee;" id="modelDescription"></div>
</div>
</div>
<div id="weatherDataForm" style="display: none;"> <div id="weatherDataForm" style="display: none;">
<h2>Weather data</h2> <h2>Weather data</h2>
<div class="row"> <div class="row">
...@@ -73,7 +86,7 @@ ...@@ -73,7 +86,7 @@
<canvas id="resultChart"></canvas> <canvas id="resultChart"></canvas>
</div> </div>
<div id="weatherData" class="table-responsive"></div> <div id="weatherData" class="table-responsive"></div>
<pre id="modelDescription"></pre>
</div> </div>
{% endblock %} {% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment