update from master
[nikiroo-utils.git] / library / web / templates / browser.select.html
diff --git a/library/web/templates/browser.select.html b/library/web/templates/browser.select.html
new file mode 100644 (file)
index 0000000..447d845
--- /dev/null
@@ -0,0 +1,3 @@
+                               <select name='${name}' value="${value}">
+                                       <option value=''></option>
+${options}                             </select>