loop over array of chars
This commit is contained in:
+25
-15
@@ -184,22 +184,8 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<span class="text-orange text-with-line">Title Editing</span>
|
||||
<form action="/api/gettext" method="post" class="form">
|
||||
<textarea name="text_box" rows="4" cols="50"></textarea>
|
||||
<button type="submit">Submit</button>
|
||||
</form>
|
||||
|
||||
<section>
|
||||
<form action="/api/gettextinput" method="get" class="form">
|
||||
<label for="text_input">Change Title</label>
|
||||
<input type="text" name="text_input" class="textinput" />
|
||||
<button type="submit">Submit</button>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<span class="text-orange text-with-line">Deck Control</span>
|
||||
<span class="text-orange text-with-line">MD Function</span>
|
||||
<div class="upper-buttonbox">
|
||||
<form action="/api/control-deck" method="post">
|
||||
<button
|
||||
@@ -256,6 +242,30 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<form action="/api/gettracklist" method="post" class="form">
|
||||
<label for="tracklist">
|
||||
<span class="text-orange text-with-line"
|
||||
>Track List Editing</span
|
||||
></label
|
||||
>
|
||||
<textarea name="tracklist" rows="4" cols="50"></textarea>
|
||||
<button type="submit" class="smallbutton">Submit</button>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<form action="/api/gettrack" method="get" class="form">
|
||||
<label for="singletrack"
|
||||
><span class="text-orange text-with-line"
|
||||
>Single Title Editing</span
|
||||
></label
|
||||
>
|
||||
<input type="text" name="singletrack" class="textinput" />
|
||||
<button type="submit" class="smallbutton">Submit</button>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<span class="text-orange text-with-line"
|
||||
>20 Bit Keyboard Input Test</span
|
||||
|
||||
Reference in New Issue
Block a user