##// END OF EJS Templates
Models changed:...
Models changed: -Radar eliminated -Experiment has location and campaign as attributes -Configuration has new methods "read, write, start, stop, etc." git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@74 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r25:f193286b21f7
r53:5104723250fd
Show More
rc_add_line.html
12 lines | 270 B | text/html | HtmlDjangoLexer
{% extends "dev_conf_edit.html" %}
{% block extra-js%}
<script type="text/javascript">
$("#id_line_type").change(function() {
var url = "{% url 'url_add_rc_line' dev_conf.id %}";
document.location = url + $(this).val()+"/";
});
</script>
{% endblock %}