refactoring native prompt in a more app-integrated version
This commit is contained in:
28
index.html
28
index.html
@@ -188,6 +188,34 @@
|
||||
</tfoot>
|
||||
|
||||
</table>
|
||||
<div id="prompt" class="invisible">
|
||||
|
||||
<table>
|
||||
|
||||
<tbody>
|
||||
<tr class="prompt-input prompt-number">
|
||||
<td colspan="2"><label for="prompt-number">Time</label></td>
|
||||
</tr>
|
||||
<tr class="prompt-input prompt-number">
|
||||
<td colspan="2"><input id="prompt-number" type="number"></td>
|
||||
</tr>
|
||||
<tr class="prompt-input prompt-text">
|
||||
<td colspan="2"><label for="prompt-text">Time</label></td>
|
||||
</tr>
|
||||
<tr class="prompt-input prompt-text">
|
||||
<td colspan="2"><input id="prompt-text" type="text"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
<tfoot>
|
||||
<tr class="controls">
|
||||
<td id="prompt-cancel"><i class="fa-solid fa-xmark"></i></td>
|
||||
<td id="prompt-save"><i class="fa-solid fa-save"></i></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
<img id="logo" src="12ball.png">
|
||||
<script src="shtclck.js" type="text/javascript"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user