|
6 | 6 | </div> |
7 | 7 | </div> |
8 | 8 |
|
9 | | - <div class="row"> |
10 | | - <div class="col-sm-12"> |
| 9 | +
|
| 10 | + <div class="row gx-5"> |
| 11 | + <div class="col-md-5"> |
11 | 12 | <div class="mb-5"> |
12 | 13 | <label class="form-label">Upload a file</label> |
13 | 14 | <input id="fileupload" type="file" name="file" class="form-control"/> |
14 | 15 | </div> |
15 | | - </div> |
16 | | - </div> |
17 | 16 |
|
18 | | - <div class="row"> |
19 | | - <div class="col-sm-12"> |
20 | 17 | <div class="mb-3"> |
21 | 18 | <label class="form-label">Or paste your JSON here</label> |
22 | | - <textarea id="result" class="form-control result save" rows="14" placeholder="Paste your JSON here"></textarea> |
| 19 | +<textarea id="result" class="form-control result save" rows="14" placeholder="Paste your JSON here" spellcheck="false">[ |
| 20 | +{ |
| 21 | +"album": "The White Stripes", |
| 22 | +"year": 1999, |
| 23 | +"US_peak_chart_post": "-" |
| 24 | +}, |
| 25 | +{ |
| 26 | +"album": "De Stijl", |
| 27 | +"year": 2000, |
| 28 | +"US_peak_chart_post": "-" |
| 29 | +}, |
| 30 | +{ |
| 31 | +"album": "White Blood Cells", |
| 32 | +"year": 2001, |
| 33 | +"US_peak_chart_post": 61 |
| 34 | +}, |
| 35 | +{ |
| 36 | +"album": "Elephant", |
| 37 | +"year": 2003, |
| 38 | +"US_peak_chart_post": 6 |
| 39 | +}, |
| 40 | +{ |
| 41 | +"album": "Get Behind Me Satan", |
| 42 | +"year": 2005, |
| 43 | +"US_peak_chart_post": 3 |
| 44 | +}, |
| 45 | +{ |
| 46 | +"album": "Icky Thump", |
| 47 | +"year": 2007, |
| 48 | +"US_peak_chart_post": 2 |
| 49 | +}, |
| 50 | +{ |
| 51 | +"album": "Under Great White Northern Lights", |
| 52 | +"year": 2010, |
| 53 | +"US_peak_chart_post": 11 |
| 54 | +}, |
| 55 | +{ |
| 56 | +"album": "Live in Mississippi", |
| 57 | +"year": 2011, |
| 58 | +"US_peak_chart_post": "-" |
| 59 | +}, |
| 60 | +{ |
| 61 | +"album": "Live at the Gold Dollar", |
| 62 | +"year": 2012, |
| 63 | +"US_peak_chart_post": "-" |
| 64 | +}, |
| 65 | +{ |
| 66 | +"album": "Nine Miles from the White City", |
| 67 | +"year": 2013, |
| 68 | +"US_peak_chart_post": "-" |
| 69 | +} |
| 70 | +]</textarea> |
23 | 71 | </div> |
24 | | - </div> |
25 | 72 |
|
26 | | - </div> |
27 | 73 |
|
28 | | - <div class="row"> |
29 | | - <div class="col-sm-12"> |
30 | 74 | <div class="clearfix more-bottom-margin"> |
31 | 75 | <button id="convert" type="submit" class="btn btn-primary action"> |
32 | 76 | <i class="bi bi-chevron-right"></i> Format |
33 | 77 | </button> |
34 | | - <button id="clear" type="submit" class="btn"> |
| 78 | + <button id="clear" type="submit" class="btn btn-light"> |
35 | 79 | <i class="bi bi-backspace"></i> Clear |
36 | 80 | </button> |
37 | | - <a id="issue" class="btn btn-default pull-right" href="#" tabindex="0" role="button" data-toggle="popover" title= "Found an issue? Want an improvement?">Bug or suggestion?</a> |
38 | 81 | </div> |
39 | | - </div> |
40 | | - </div> |
41 | 82 |
|
42 | | - <div class="row"> |
43 | | - <div class="col-sm-12"> |
| 83 | + </div> |
| 84 | + <div class="col-md-7"> |
44 | 85 | <div class="form-group"> |
45 | | - <label>Result</label> |
46 | | - <div id="status" class="alert alert-default"></div> |
| 86 | + <label class="form-label">Result</label> |
| 87 | + <div id="status" class="alert alert-default m-t-2"></div> |
47 | 88 | </div> |
48 | 89 | </div> |
49 | 90 | </div> |
|
0 commit comments