Skip to content
Snippets Groups Projects
Select Git revision
  • 985d7329b161ad6072341f319909c6177267d867
  • master default protected
  • new_cbl_models
  • 0.99
4 results

graphics.py

Blame
  • main.html 403 B
    {% extends "base.html" %}
    
    {% block announce %}
    <label for="version">Version</label>
    <select style="margin-left:8px;" id="version" name="version" onchange="switchVersion(this.options[this.selectedIndex].value)">
        <option value="latest">latest</option>
        <option value="1.4.1">1.4.1</option>
        <option value="1.4.0">1.4.0</option>
        <option value="1.3.0">1.3.0</option>
    </select>
    {% endblock %}