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