mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-04-23 09:02:02 +00:00
32 lines
No EOL
905 B
HTML
32 lines
No EOL
905 B
HTML
<!-- body -->
|
|
<div id="bm-create-template">
|
|
<header>
|
|
<div id="bm-bar-drag"></div>
|
|
<h1>Create new template</h1>
|
|
<button id="close"><!-- Add cross icon --></button>
|
|
</header>
|
|
<hr />
|
|
<form>
|
|
<label>
|
|
Name:
|
|
<input type="text" id="name"/>
|
|
</label>
|
|
<div id="coords-container">
|
|
<button type="button" id="coords">Get coords from pixel</button>
|
|
<input type="text">
|
|
<input type="text">
|
|
<input type="text">
|
|
<input type="text">
|
|
</div>
|
|
<div id="file-drop">
|
|
<p>Drag and drop an image here</p>
|
|
<p>-- or --</p>
|
|
<label>
|
|
Upload an image
|
|
<input type="file" id="file"/>
|
|
</label>
|
|
</div>
|
|
<hr />
|
|
<button type="button" id="create">Create</button>
|
|
</form>
|
|
</div> |