10
10
</ head >
11
11
< body >
12
12
< div id ="container ">
13
- < h1 > HTTP Cache Parser</ h1 >
13
+ < h1 > HTTP Cache File Signature Parser</ h1 >
14
14
< h2 > Configure</ h2 >
15
15
< form action ="/submit " >
16
16
< label for ="directoryPath "> Enter directory path:</ label > < br >
17
- < input class ="mb " type ="text " name ="directoryPath " placeholder ="e.g. %LocalAppData%\Mozilla\Firefox\Profiles\toy7mtpb.default-release\cache2 " required > < br >
17
+ < input class ="mb " id =" pathInput " type ="text " name ="directoryPath " placeholder ="e.g. %LocalAppData%\Mozilla\Firefox\Profiles\toy7mtpb.default-release\cache2 " required > < br >
18
18
19
19
< label for =""> Timeframe:</ label > < br >
20
20
< div class ="mb " id ="timeframes-container ">
21
- < input type ="radio " id ="timeframe-1hr " name ="timeframe " value ="timeframe- 1hr " checked >
21
+ < input type ="radio " id ="timeframe-1hr " name ="timeframe " value ="1hr " checked >
22
22
< label for ="timeframe-1hr "> Last 1hr</ label >
23
- < input type ="radio " id ="timeframe-3hr " name ="timeframe " value ="timeframe- 3hr ">
23
+ < input type ="radio " id ="timeframe-3hr " name ="timeframe " value ="3hr ">
24
24
< label for ="timeframe-3hr "> Last 3hrs</ label >
25
- < input type ="radio " id ="timeframe-today " name ="timeframe " value ="timeframe- today ">
25
+ < input type ="radio " id ="timeframe-today " name ="timeframe " value ="today ">
26
26
< label for ="timeframe-today "> Today</ label >
27
27
</ div >
28
28
@@ -38,12 +38,55 @@ <h2>Configure</h2>
38
38
< textarea id ="sigs " type ="text " rows ="4 " required > </ textarea > < br >
39
39
< small class ="mb "> Delimited by newline</ small > < br >
40
40
41
- < button type ="submit "> Search</ button >
41
+ < button id =" search-btn " type ="submit "> Search</ button >
42
42
</ form >
43
43
44
44
< hr > </ hr >
45
45
46
46
< h2 > Results</ h2 >
47
+ < i id ="loading-text "> Loading... < span id ="loading-percent "> 0</ span > %</ i >
48
+ < div id ="results-container ">
49
+ < div class ="item ">
50
+ < div class ="item-preview ">
51
+ < img src ="C:\Users\prest\OneDrive\Documents\LL\items.png " alt ="no preview ">
52
+ </ div >
53
+ < div class ="item-description ">
54
+ 2.45MB - 2021-09-01 12:00:00 path
55
+ </ div >
56
+ </ div >
57
+ < div class ="item ">
58
+ < div class ="item-preview ">
59
+ < img src ="https://via.placeholder.com/150 " alt ="no preview ">
60
+ </ div >
61
+ < div class ="item-description ">
62
+ 2.45MB - 2021-09-01 12:00:00 path
63
+ </ div >
64
+ </ div >
65
+ < div class ="item ">
66
+ < div class ="item-preview ">
67
+ < img src ="https://via.placeholder.com/150 " alt ="no preview ">
68
+ </ div >
69
+ < div class ="item-description ">
70
+ 2.45MB - 2021-09-01 12:00:00 path
71
+ </ div >
72
+ </ div >
73
+ < div class ="item ">
74
+ < div class ="item-preview ">
75
+ < img src ="https://via.placeholder.com/150 " alt ="no preview ">
76
+ </ div >
77
+ < div class ="item-description ">
78
+ 2.45MB - 2021-09-01 12:00:00 path
79
+ </ div >
80
+ </ div >
81
+ < div class ="item ">
82
+ < div class ="item-preview ">
83
+ < img src ="https://via.placeholder.com/150 " alt ="no preview ">
84
+ </ div >
85
+ < div class ="item-description ">
86
+ 2.45MB - 2021-09-01 12:00:00 path
87
+ </ div >
88
+ </ div >
89
+ </ div >
47
90
</ div >
48
91
</ body >
49
92
</ html >
0 commit comments