mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
15 lines
343 B
HTML
15 lines
343 B
HTML
<template name="submit">
|
|
{{#if show}}
|
|
<div class="grid submit">
|
|
<div>
|
|
<label id="title">Title: <input type="text" value="" /></label>
|
|
</div>
|
|
<div>
|
|
<label id="url">Url: <input type="text" value="" /></label>
|
|
</div>
|
|
<div>
|
|
<input type="submit" value="Submit" />
|
|
</div>
|
|
</div>
|
|
{{/if}}
|
|
</template>
|