diff options
| author | jules <jules@okfoc.us> | 2014-01-26 23:25:54 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-01-26 23:25:54 -0500 |
| commit | 4c412ea78d78b75107668792d17262a54521119d (patch) | |
| tree | 203c44dd242be4930319a54c8a51db9bb0612108 /shader-combo.html | |
| parent | aaab024a42bf576095d94e069de9f2f17d083bd7 (diff) | |
image search buttons
Diffstat (limited to 'shader-combo.html')
| -rw-r--r-- | shader-combo.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shader-combo.html b/shader-combo.html index e27c1a4..18edfd5 100644 --- a/shader-combo.html +++ b/shader-combo.html @@ -59,9 +59,11 @@ a { color: #00f; } <button id="help">help</button> <button class="toggle-off">x</button> <button id="new-shader"><b>new shader</b></button> +<!-- <select id="examples"> <option>examples</option> </select> +--> <!-- <input type="text" id="shader-id" disabled><button id="fetch-info" disabled>info</button> <button id="fetch-history" disabled>history</button> @@ -69,7 +71,6 @@ a { color: #00f; } <button id="fetch-originals" disabled>originals</button> <button id="fetch-all">all</button> --> - | <button id="toggle-shaders">browse shaders</button> <button id="toggle-images">browse images</button> <span class="status"></span> @@ -85,10 +86,10 @@ a { color: #00f; } <div id="shader-gallery"></div> </span> <span id="gallery-form" class="form"> - <button id="gallery-random">IM RANDOM</button> + <button id="gallery-random">asdf random</button> <form id="gallery-search"> <input type="text" id="dumpfm-search-query" value="duck bill"> - <button id="gallery-search">DUMP SEARCH</button> + <button id="gallery-search">search dump</button> </form> <div id="gallery-images"></div> </span> |
