##// END OF EJS Templates
Fix settings
Fix settings

File last commit:

r309:7f11f3361375
r325:440c7b7e9238
Show More
abs_uppattern_img.html
11 lines | 412 B | text/html | HtmlDjangoLexer
/ apps / abs / templates / abs_uppattern_img.html
Fiorella Quino
Task #716: ABS Views, plot beams patterns with OverJRO and overJroShow scripts...
r178 {% load static %}
{% load bootstrap3 %}
{% load main_tags %}
{% block content %}
<div id="PictureOverJROUp" style="float: right">
Juan C. Espinoza
Fix abs plotting patterns
r309 <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%;">
Fiorella Quino
Task #716: ABS Views, plot beams patterns with OverJRO and overJroShow scripts...
r178 </div>
{% endblock %}