aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layerindex/submitlayer.html
blob: 36a145da6e3c1d4b33488539270fdd8bccbbb35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{% extends "layerindex/editlayer.html" %}

{% comment %}

  layerindex-web - layer submission form page template

  Copyright (C) 2013 Intel Corporation
  Licensed under the MIT license, see COPYING.MIT for details

{% endcomment %}


<!--
{% block title_append %} - submit layer{% endblock %}
-->

        {% block heading %}
        <div class="page-header">
            <h1>Submit layer</h1>
        </div>
        {% endblock %}


{% block branch_selector %}
<li class="disabled"><a href="#">Branch: <b>master</b></a></li>
{% endblock %}

{% block formtop %}
<div class="submitformintro">
    <p>Please enter the details for the layer you wish to add to the index.</p>
</div>
{% endblock %}

{% block submitbuttons %}
<input type="submit" value="Submit layer" class="btn btn-primary btn-large" />
{% endblock %}