WIP filter management page
This commit is contained in:
		
							parent
							
								
									139dfc4b49
								
							
						
					
					
						commit
						b5cbb54a0c
					
				
					 1 changed files with 24 additions and 21 deletions
				
			
		|  | @ -1,33 +1,36 @@ | ||||||
| <html> | <html> | ||||||
| 
 | 
 | ||||||
| <head> | <head> | ||||||
|     <script type="module" src="../../scripts/external/jquery.js"></script> |     <script src="../../styles/external/materialize/js/materialize.js"></script> | ||||||
|     <script type="module" src="../../scripts/pages/settings.js"></script> |     <script type="module" src="../../scripts/pages/settings.js"></script> | ||||||
| 
 | 
 | ||||||
|     <title data-text="filters"></title> |     <title for="filters"></title> | ||||||
| </head> | </head> | ||||||
| 
 | 
 | ||||||
| <body> | <body> | ||||||
|     <main class="window-body has-space"> |     <main class="dual"> | ||||||
|         <main id="settings_filters_content" style="display: flex;"> |         <side class="m3 container"> | ||||||
|             <side> |             <top class="search-wrapper field-row"> | ||||||
|                 <top class="field-row"> |                 <input type="search" for="settings_filters_search_prompt"> | ||||||
|                     <input type="search" data-text="settings_filters_search_prompt"> |                 <button class="btn waves-effect" data-action="action,submit" for="search"></button> | ||||||
|                     <button data-action="action,submit" data-text="search"></button> |                 <button data-action="action,add" for="add"></button> | ||||||
|                     <button data-action="action,add" data-text="add"></button> |             </top> | ||||||
|                 </top> |             <div class="collection" data-results="filters" data-results-filters="url"> | ||||||
|                 <section> |             </div> | ||||||
|                     <select multiple style="width: 100%;"> |         </side> | ||||||
|                     </select> |         <section class="m9"> | ||||||
|                 </section> |             <nav class="nav-wrapper"> | ||||||
|                 <footer class="field-row action-buttons"> |                 <ul class="right"> | ||||||
|                     <button data-action="filters,update" data-text="settings_filters_update"> |                     <li><a class="waves-effect" data-icon="trash-can"></a></li> | ||||||
|                 </footer> |                     <li><a class="waves-effect">Update</a></li> | ||||||
|             </side> |                 </ul> | ||||||
|             <fieldset style="flex: 1 1 auto;" style="height: 100vh"> |             </nav> | ||||||
|             </fieldset> |         </section> | ||||||
|         </main> |  | ||||||
|     </main> |     </main> | ||||||
|  |     <side class="fixed-action-btn"> | ||||||
|  |         <button data-action="filters,update" class="btn-floating btn-large waves-effect" | ||||||
|  |             title-for="settings_filters_update" data-icon="refresh" accesskey="r"> | ||||||
|  |     </side> | ||||||
| </body> | </body> | ||||||
| 
 | 
 | ||||||
| </html> | </html> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue