added nice html5 inputs http://zdrojak.root.cz/clanky/webdesigneruv-pruvodce-po-html5...
[mirrors/JukeBox.git] / index.php
index f8edbdbfc20600137a42fa9803a1054d0523af64..a1c866a5fb8a772de4943198f802a7bd39f636fe 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -363,11 +363,11 @@ if(!isset($_GET['search'])) {
 <span style="float: right;">
        <form action="?" method="GET" align="right" style="display: inline;">
                <input type="hidden" name="download" value="" />
-               <input type="text" name="random" value="<?=$default_random_count?>" />
+               <input type="number" name="random" value="<?=$default_random_count?>" />
                <input type="submit" value="random" title="Generate random music playlist..." />
        </form>
        <form action="?" method="GET" align="right" style="display: inline;">
-               <input type="text" name="search" 
+               <input type="search" name="search" autofocus placeholder="search regexp..."
                        title="Search in music/google/lyrics/mp3/youtube; Hint: You can use regular expressions in search query..."
                        value="<?=unxss($_GET['search'])?>"
                />
This page took 0.100194 seconds and 4 git commands to generate.