1
1
<!doctype html>
2
2
< html lang ="en ">
3
3
< head >
4
+ < meta charset ="utf-8 ">
4
5
< title > Link Extractor Options</ title >
5
6
< link rel ="icon " href ="../images/logo16.png " sizes ="any ">
6
7
< link rel ="stylesheet " type ="text/css " href ="../dist/bootstrap/bootstrap.min.css ">
16
17
< div class ="col-xl-6 col-md-8 col-12 m-auto ">
17
18
< div class ="card " >
18
19
< div class ="card-body ">
19
- < div class ="justify-content-center align-items-center d-flex ">
20
- < img src ="../images/logo48.png " class ="img-fluid float-start me-2 " title ="Link Extractor " alt ="Link Extractor " height ="48 " width ="48 ">
21
- < h1 class ="align-middle "> Link Extractor</ h1 >
20
+ < div class ="d-flex justify-content-center align-items-center ">
21
+ < img src ="../images/logo48.png " class ="me-2 " height ="48 " width ="48 "
22
+ alt ="Link Extractor " title ="Link Extractor ">
23
+ < h1 > Link Extractor</ h1 >
22
24
</ div >
23
25
< div class ="clearfix "> </ div >
24
26
< p class ="text-center lead "> v< span id ="version "> </ span > </ p >
25
27
26
- < table class ="table table-sm table-borderless ">
28
+ < table class ="table table-sm table-borderless ">
27
29
< caption class ="visually-hidden "> Keyboard Shortcuts</ caption >
28
30
< thead class ="visually-hidden "> < tr > < th > Description</ th > < th > Shortcut</ th > </ tr > </ thead >
29
31
< tbody >
@@ -38,10 +40,10 @@ <h1 class="align-middle">Link Extractor</h1>
38
40
</ tbody >
39
41
</ table >
40
42
41
- < form id ="options-form ">
43
+ < form id ="options-form " class =" mb-3 " >
42
44
< label for ="flags " class ="form-label "> Regex Flags</ label >
43
45
< a id ="reset-default " class ="float-end align-bottom small " role ="button "> Reset to Default</ a >
44
- < input type ="text " id ="flags " class ="form-control " aria-describedby ="flagsHelp ">
46
+ < input type ="text " id ="flags " class ="form-control form-control-sm " aria-describedby ="flagsHelp ">
45
47
< div id ="flagsInvalid " class ="invalid-feedback "> Invalid Regex Flags.</ div >
46
48
< div id ="flagsHelp " class ="form-text mb-3 ">
47
49
Flags used when using a filter.
@@ -77,8 +79,6 @@ <h1 class="align-middle">Link Extractor</h1>
77
79
</ div >
78
80
</ form >
79
81
80
- < hr >
81
-
82
82
< form id ="filters-form ">
83
83
< div class ="input-group mb-3 ">
84
84
< input type ="text " class ="form-control " placeholder ="Add Filter " aria-label ="Filter " id ="add-filter " aria-describedby ="add-filter-btn ">
@@ -87,18 +87,16 @@ <h1 class="align-middle">Link Extractor</h1>
87
87
</ button >
88
88
</ div >
89
89
</ form >
90
- < div class ="table-responsive ">
91
- < table id ="filters-table " class ="table table-sm table-hover bg-transparent ">
92
- < caption > Saved Filters</ caption >
93
- < thead > < tr >
94
- < th scope ="col " class ="text-center " style ="width: 36px; ">
95
- < i class ="fa-solid fa-trash-can "> </ i >
96
- </ th >
97
- < th scope ="col "> Filter</ th >
98
- </ tr > </ thead >
99
- < tbody > </ tbody >
100
- </ table >
101
- </ div >
90
+ < table id ="filters-table " class ="table table-sm table-hover bg-transparent ">
91
+ < caption > Saved Filters</ caption >
92
+ < thead > < tr >
93
+ < th scope ="col " class ="text-center " style ="width: 36px; ">
94
+ < i class ="fa-solid fa-trash-can "> </ i >
95
+ </ th >
96
+ < th scope ="col "> Filter</ th >
97
+ </ tr > </ thead >
98
+ < tbody > </ tbody >
99
+ </ table >
102
100
103
101
< div class ="text-center mb-3 ">
104
102
< a class ="link-body-emphasis text-decoration-none " target ="_blank " rel ="noopener "
0 commit comments