{% extends "../common/base.html" %} {% block style %} .form { float: left; width: 520px; } .form .row { margin: 0px 0px 5px 0px; } .form .row .column { float: left; margin-right: 10px; } .form label { display: block; margin-bottom: 3px; font-weight: bold; } .form input.textbox { font-size: 12px; padding: 3px; width: 250px; } .form textarea.content { font-size: 11px; font-weight: bold; padding: 5px; width: 510px; height: 150px; border: 1px solid #ddd; } .form input.submit { } .form .light { margin-left: 5px; color: #888; } .form .light .code { font-weight: bold; } .result { float: left; width: 520px; background: #fff; padding: 10px; margin: 5px 0px 0px 0px; } .result textarea { font-weight: bold; width: 100%; height: 400px; outline: none; border: none; background: transparent; } .vdelimiter { height: 20px; } {% endblock %} {% block content %}

Remote Procedure Call — Test Form

 

 

Calls session/create with {"login":"<login>","password":"<password>"}
{% if result %}
{% endif %}
{% endblock %}