Development

This commit is contained in:
Matthew Grotke 2026-06-09 13:30:30 -04:00
parent 03ccf44c8c
commit eabded2ef2

View file

@ -136,8 +136,12 @@ def collect_tokens(cfg):
'<option value="ends_with">Ends With</option>'
'</select>'
'</div>'
'<div style="flex:1 1 200px;">'
'<label class="form-label">Search term</label>'
'<input id="bl-search-term" type="text" class="form-input" placeholder="e.g. doubleclick.net">'
'</div>'
'<div>'
'<label class="form-label">Search Where</label>'
'<label class="form-label">Search where</label>'
'<select id="bl-search-list" class="form-input" style="width:auto;">'
'<option value="">-- All Blocklists --</option>'
f'{bl_options}'
@ -147,10 +151,6 @@ def collect_tokens(cfg):
'<label class="form-label">Limit</label>'
'<input id="bl-search-limit" type="number" class="form-input" min="1" max="5000" value="500" style="width:6rem;">'
'</div>'
'<div style="flex:1 1 200px;">'
'<label class="form-label">Search term</label>'
'<input id="bl-search-term" type="text" class="form-input" placeholder="e.g. doubleclick.net">'
'</div>'
'<div style="padding-top:1.4rem;">'
'<button id="bl-search-btn" class="btn btn-primary">Search</button>'
'</div>'