##// END OF EJS Templates

File last commit:

r309:7f11f3361375
r314:8d83194b6bd7 merge
Show More
abs_downpattern_img.html
11 lines | 420 B | text/html | HtmlDjangoLexer
/ apps / abs / templates / abs_downpattern_img.html
{% load static %}
{% load bootstrap3 %}
{% load main_tags %}
{% block content %}
<div id="PictureOverJRODown" style="float: right">
<img id="imgMainDown" src="{% url 'url_plot_beam' beam.abs_conf.id beam.id 'down' %}" alt="Error ploting..." style="width:340px;height:340px; background-image: url({% static 'images/loader.gif' %});background-repeat: no-repeat;background-position: 50% 50%;">
</div>
{% endblock %}