weblib: use more templats
[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
deleted file mode 100644 (file)
index f3f3047..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-               <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>