##// END OF EJS Templates
test svn 2...
test svn 2 git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@177 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r79:46ff8f6d35d9
r156:8d9f2b4cb89f
Show More
rc_conf.html
18 lines | 525 B | text/html | HtmlDjangoLexer
{% extends "dev_conf.html" %}
{% load static %}
{% load bootstrap3 %}
{% load main_tags %}
{% block extra-menu-actions %}
<li><a href="{{ dev_conf.get_absolute_url_plot }}" target="_blank"><span class="glyphicon glyphicon-picture" aria-hidden="true"></span> View Pulses </a></li>
{% endblock %}
{% block extra-content %}
<div class="clearfix"></div>
<h2>RC Lines</h2><hr>
<div class="panel-group" id="div_lines" role="tablist" aria-multiselectable="true">
{% include "rc_lines.html" %}
</div>
{% endblock extra-content%}