Skip to content

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
boblemaire committed Dec 2, 2020
1 parent b91d670 commit c3bd06e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
15 changes: 11 additions & 4 deletions SD/cnfstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,22 +183,29 @@
#outerContainer {
border: 2px solid;
max-width: 600px;
padding: 4px;
padding: 4px 4px 4px 4px;
border-radius: 6px;
}

#mainMenu {
width: 100%;
border: 2px solid;
padding: 4px;
margin-bottom: 1px;
margin: 0px;
}

#mainBody{
width: 100%;
border: 2px solid;
padding: 1px 4px 1px 4px;
margin: auto;
padding: 1px 4px;
margin: 0px;
}

#copyright{
width: 100%;
height: 12px;
margin: 0px;
padding: 0px;
}

#panicMessageDiv{
Expand Down
10 changes: 7 additions & 3 deletions SD/graph2.htm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<title>IotaWatt - graph</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">


</head>

Expand Down Expand Up @@ -197,9 +198,9 @@ <h3 id="title" class="text-left">Graph+</h3>
<div class="container data-tables" style="width:100%; padding-bottom: 5px;">
<div id="graph-tables" class="table-responsive border" style="max-width:768px;">
<div class='btn-block table-top'>
<button id="showSourceOptions" class='btn pull-right show-tables' value="options"><strong>Plot Options</strong></button>
<button id="showSourceStats" class='btn pull-right show-tables' value="stats"><strong>Data Statistics</strong></button>
<button id="showYaxis" class='btn pull-right show-tables' value="yaxes"><strong>Yaxes Range</strong></button>
<button id="showSourceOptions" class='btn pull-right show-tables' value="options"><strong>Options</strong></button>
<button id="showSourceStats" class='btn pull-right show-tables' value="stats"><strong>Statistics</strong></button>
<button id="showYaxis" class='btn pull-right show-tables' value="yaxes"><strong>Yaxes</strong></button>
<button id="showCSV" class='btn pull-right show-tables' value="CSV"><strong>CSV data</strong></button>
</div>

Expand Down Expand Up @@ -290,6 +291,9 @@ <h3 id="title" class="text-left">Graph+</h3>
</div>
</div>
</div>
<div id="copyright">
<p style="text-align:center; padding:0px; margin:0px"><small>&#xA9 2020 IoTaWatt, Inc.</small></p>
</div>
<!-- page-content-wrapper -->
</div>
<!-- wrapper -->
Expand Down
7 changes: 6 additions & 1 deletion SD/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=5.0, minimum-scale=0.86">
<title>IoTaWatt Configuration app</title>
<link rel="stylesheet" type="text/css" href="cnfstyle.css">

Expand Down Expand Up @@ -421,7 +422,10 @@ <h3 id="calcDisplay">0</h3>
</div>
</div>
</div>
</div> <!-- mainBody -->
</div> <!-- mainBody -->
<div id="copyright">
<p style="text-align:center; padding:0px; margin:0px"><small>&#xA9 2020 IoTaWatt, Inc.</small></p>
</div>
</div> <!-- outerContainer -->

<script>
Expand Down Expand Up @@ -2597,6 +2601,7 @@ <h3 id="calcDisplay">0</h3>
getStatus = false;
editing = false;
while(currentBody.length > 0) currentBodyPop();
hide("mainBody");
}

function loadGraph(){
Expand Down

0 comments on commit c3bd06e

Please sign in to comment.