##// END OF EJS Templates
Bug CGS view
Bug CGS view

File last commit:

r309:7f11f3361375
r327:c74b0ea8f234
Show More
abs_uppattern_img.html
11 lines | 412 B | text/html | HtmlDjangoLexer
/ apps / abs / templates / abs_uppattern_img.html
{% load static %}
{% load bootstrap3 %}
{% load main_tags %}
{% block content %}
<div id="PictureOverJROUp" style="float: right">
<img id="imgMain" src="{% url 'url_plot_beam' beam.abs_conf.id beam.id 'up' %}" 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 %}