Code refactor
This commit is contained in:
+4
-1
@@ -17,7 +17,10 @@
|
||||
|
||||
<body>
|
||||
<div class="control_div" style="display: flex; flex-direction: row; justify-content: space-between;">
|
||||
<label style="font-size: 200%;">CRTelemetry SQLite3</label>
|
||||
<label style="font-size: 200%;">
|
||||
<%= page_title%>
|
||||
<%= program %>
|
||||
</label>
|
||||
</div>
|
||||
<div class="main_div">
|
||||
<center>
|
||||
|
||||
+7
-1
@@ -21,7 +21,10 @@
|
||||
|
||||
<body>
|
||||
<div class="control_div">
|
||||
<label style="font-size: 200%;">CRTelemetry SQLite3</label>
|
||||
<label style="font-size: 200%;">
|
||||
<%= page_title%>
|
||||
<%= program %>
|
||||
</label>
|
||||
</div>
|
||||
<div class="main_div">
|
||||
<center><label>Add record</label></center>
|
||||
@@ -36,6 +39,9 @@
|
||||
<label id="commit" style="cursor: pointer;"><span>✅ </span>Commit</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="about_div">
|
||||
<center><a href="/app/about">About</label></center>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
+7
-1
@@ -21,7 +21,10 @@
|
||||
|
||||
<body>
|
||||
<div class="control_div" style="display: flex; flex-direction: row; justify-content: space-between;">
|
||||
<label style="font-size: 200%;">CRTelemetry SQLite3</label>
|
||||
<label style="font-size: 200%;">
|
||||
<%= page_title%>
|
||||
<%= program %>
|
||||
</label>
|
||||
<div style="display: flex;align-items: center;">
|
||||
<label id="remove" style="cursor: pointer; margin-right: 10px;"><span>- </span>Remove</label>
|
||||
</div>
|
||||
@@ -39,6 +42,9 @@
|
||||
<label id="commit" style="cursor: pointer;"><span>✅ </span>Commit</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="about_div">
|
||||
<center><a href="/app/about">About</label></center>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
+4
-1
@@ -19,7 +19,10 @@
|
||||
<body>
|
||||
<input type="file" id="file_input" accept=".db" style="display: none;" />
|
||||
<div class="control_div" style="display: flex; flex-direction: row; justify-content: space-between;">
|
||||
<label style="font-size: 200%;">CRTelemetry SQLite3</label>
|
||||
<label style="font-size: 200%;">
|
||||
<%= page_title%>
|
||||
<%= program %>
|
||||
</label>
|
||||
<div style="display: flex;align-items: center;">
|
||||
<label id="upload" style="cursor: pointer; margin-left: 10px; margin-right: 10px;"><span>🡅
|
||||
</span>Upload</label>
|
||||
|
||||
+4
-1
@@ -19,7 +19,10 @@
|
||||
<body>
|
||||
<input type="file" id="file_input" accept=".db" style="display: none;" />
|
||||
<div class="control_div" style="display: flex; flex-direction: row; justify-content: space-between;">
|
||||
<label style="font-size: 200%;">CRTelemetry SQLite3</label>
|
||||
<label style="font-size: 200%;">
|
||||
<%= page_title%>
|
||||
<%= program %>
|
||||
</label>
|
||||
<div style="display: flex;align-items: center;">
|
||||
<label id="add" style="cursor: pointer; margin-right: 10px;"><span>+ </span>Add</label>
|
||||
<label id="upload" style="cursor: pointer; margin-left: 10px; margin-right: 10px;"><span>🡅
|
||||
|
||||
Reference in New Issue
Block a user