Vulcan/client/templates/submit.html
2012-08-31 19:41:54 -04:00

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>