abs_downpattern_img.html
11 lines
| 420 B
| text/html
|
HtmlDjangoLexer
|
r178 | {% load static %} | ||
{% load bootstrap3 %} | ||||
{% load main_tags %} | ||||
{% block content %} | ||||
<div id="PictureOverJRODown" style="float: right"> | ||||
|
r180 | <img id="imgMainDown" src="{% url 'url_plot_beam' beam.abs_conf.id beam.id 'down' %}" alt="Error ploting..." style="width:360px;height:360px; background-image: url({% static 'images/loader.gif' %});background-repeat: no-repeat;background-position: 50% 50%;"> | ||
|
r178 | </div> | ||
{% endblock %} | ||||