aboutsummaryrefslogtreecommitdiffstats
path: root/webface/templates/model_create.html
blob: 0c7faa76eeec04ba34192ccb0c200f36222e37db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{{# partial content}}
<h1>Create New Model</h1>

Model will be created with a dummy template modelica model and markdown wiki
page, which you can then edit.

<br>

<form action="/create/" method="POST">

<table>
<tr><td><b>Namespace: </b>
    <td><input type="text" name="namespace" value="sandbox" readonly>
<tr><td><b>Name ("Slug"): </b>
    <td><input type="text" name="model_slug" value=""> <i>(alphanumeric with underscores)</i>
</table>
<br>
<input type="submit" value="Create!"></input>

</form>

{{/partial}}
{{~> base.html~}}