weblib: use some templates
[fanfix.git] / src / be / nikiroo / fanfix / library / web / browser.html
diff --git a/src/be/nikiroo/fanfix/library/web/browser.html b/src/be/nikiroo/fanfix/library/web/browser.html
new file mode 100644 (file)
index 0000000..f3f3047
--- /dev/null
@@ -0,0 +1,18 @@
+               <form class='browser'>
+                       <div class='breadcrumbs'>
+                               <select name='browser'>
+                                       <option value=''></option>
+                                       <option value='sources' ${sourcesSelected}>Sources</option>
+                                       <option value='authors' ${authorsSelected}>Authors</option>
+                                       <option value='tags'    ${tagsSelected}>Tags</option>
+                               </select>
+${selects}                             <input type='submit' value='Select'/>
+                       </div>
+                       <div class='filter'>
+                               <span class='label'>Filter: </span>
+                               <input name='optionName'  type='hidden' value='filter' />
+                               <input name='optionValue' type='text'   value='${filter}' place-holder='...' />
+                               <input name='optionNo'    type='submit' value='x' />
+                               <input name='submit'      type='submit' value='Filter' />
+                       </div>
+               </form>