some ui updates
This commit is contained in:
@@ -9,10 +9,6 @@
|
||||
<input type="file" value="Upload" multiple>
|
||||
<button id="upload">Upload <i class="fa fa-cloud-upload"></i></button>
|
||||
<button class="default new">New <i class="fa fa-plus"></i></button>
|
||||
<div id="new-file">
|
||||
Write the name of the new file. If you want to use an archetype, add ':archetype' in the end, replacing 'archetype' by its name.
|
||||
<input id="new-file-name" type="text">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -57,9 +53,19 @@
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- <div class="input">
|
||||
<div>
|
||||
<p>Write the name of the new file. If you want to use an archetype, add ':archetype' in the end, replacing 'archetype' by its name.</p>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="foreground hidden"></div>
|
||||
|
||||
<form id="new-file-form" class="input hidden">
|
||||
<h3>New file</h3>
|
||||
<p>Write the name of the new file. If you want to use an archetype, add <code>:archetype</code> in the end, replacing 'archetype' by its name.</p>
|
||||
<input id="new-file-name" type="text" placeholder="Write here...">
|
||||
<p class="right">
|
||||
<input type="submit" value="Create">
|
||||
</p>
|
||||
</form>
|
||||
|
||||
<div class="input hidden" id="rename-form">
|
||||
<h3>Rename file</h3>
|
||||
<input id="new-file-name" type="text" placeholder="New name...">
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user