File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 2222 font-style : italic;
2323 text-align : center;
2424 }
25+ label {
26+ cursor : pointer;
27+ }
2528 </ style >
2629</ head >
2730< body >
@@ -31,13 +34,13 @@ <h1>Arma 3 Mod ID Extractor</h1>
3134 < input type ="file " id ="fileInput " accept =".html ">
3235
3336 < h3 > Options:</ h3 >
34- < input type ="checkbox " id ="includeAt " onclick ="updateOutput() "> Include '@' before each entry< br >
35- < input type ="checkbox " id ="showNames " checked onclick ="updateOutput() "> Show Names (instead of only IDs)< br >
37+ < label > < input type ="checkbox " id ="includeAt " onclick ="updateOutput() "> Include '@' before each entry</ label > < br >
38+ < label > < input type ="checkbox " id ="showNames " checked onclick ="updateOutput() "> Show Names (instead of only IDs)</ label > < br >
3639
3740 < h3 > Output Format:</ h3 >
38- < input type ="radio " name ="format " value ="newline " checked onclick ="updateOutput() "> Newline< br >
39- < input type ="radio " name ="format " value ="semicolon " onclick ="updateOutput() "> Semicolon< br >
40- < input type ="radio " name ="format " value ="comma " onclick ="updateOutput() "> Comma< br >
41+ < label > < input type ="radio " name ="format " value ="newline " checked onclick ="updateOutput() "> Newline</ label > < br >
42+ < label > < input type ="radio " name ="format " value ="semicolon " onclick ="updateOutput() "> Semicolon</ label > < br >
43+ < label > < input type ="radio " name ="format " value ="comma " onclick ="updateOutput() "> Comma</ label > < br >
4144
4245 < h3 > Extracted Output:</ h3 >
4346 < textarea id ="output " readonly > Output will appear here...</ textarea >
You can’t perform that action at this time.
0 commit comments