File tree Expand file tree Collapse file tree 2 files changed +36
-14
lines changed Expand file tree Collapse file tree 2 files changed +36
-14
lines changed Original file line number Diff line number Diff line change @@ -444,11 +444,20 @@ a:focus
444
444
}
445
445
446
446
447
+ # SBSright
448
+ {
449
+ width : 600px ;
450
+ height : 70px ;
451
+
452
+ margin-right : 10px ;
453
+ float : right;
454
+ }
447
455
448
-
449
-
450
-
451
-
456
+ .divider {
457
+ width : 5px ;
458
+ height : auto;
459
+ display : inline-block;
460
+ }
452
461
453
462
454
463
Original file line number Diff line number Diff line change @@ -30,14 +30,15 @@ <h2>Created with ❤ by<a href="http://gaurabdg.wordpress.com" target="_blank">
30
30
</ strong >
31
31
</ label >
32
32
</ div >
33
- < button class = "btn draw-upborder " name =" uploadDiv ">
33
+ < button class = "btn draw-upborder " id =" up " onclick =" UploadFile() ">
34
34
Upload
35
35
</ button >
36
- < button class ="btn draw-cancelborder " name =" cancelDiv ">
36
+ < button class ="btn draw-cancelborder " id =" cancel ">
37
37
Cancel
38
38
</ button >
39
39
</ div >
40
- < table id ="table " class ="container ">
40
+ < div >
41
+ < table id ="table " class ="container ">
41
42
< thead >
42
43
< tr >
43
44
< th >
@@ -50,16 +51,28 @@ <h1>Size</h1>
50
51
</ thead >
51
52
< tbody >
52
53
< tr >
53
- < td > Filename1</ td >
54
- < td > Filesize1</ td >
55
- </ tr >
56
- < tr >
57
- < td > Filename2</ td >
58
- < td > Filesize2</ td >
54
+ < td > No file available in < strong > SPIFFS</ strong > .
55
+ < em > Choose a file</ em > and < em > upload</ em > it!</ td >
56
+ < td > </ td >
59
57
</ tr >
58
+
60
59
</ tbody >
61
60
</ table >
62
- < script src ="js/tweaks.js "> </ script >
61
+ </ div >
62
+ < div id ="SBSright ">
63
+ < span style ="display: inline-block; width: 200px; height: 70px; padding-left: 20px; padding-top: 50px; padding-bottom: 9px; ">
64
+ < button class ="btn draw-upborder " id ="flash ">
65
+ Flash Sketch
66
+ </ button >
67
+
68
+ < button class ="btn draw-cancelborder " id ="delete ">
69
+ Remove File
70
+ </ button >
71
+
72
+ </ span >
73
+ </ div >
74
+
75
+
63
76
< script src ="js/xml.js "> </ script >
64
77
</ body >
65
78
</ html >
You can’t perform that action at this time.
0 commit comments