Skip to content

Commit

Permalink
Rough initial draft.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyp committed Sep 30, 2024
1 parent 04df039 commit 0ec9883
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/Standalone/NonRenewables.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,28 @@
<div></div>
<div>
<h3>Non-renewable energy output</h3>
<p>Click the grey toggle and mouse over the bars.</p>
<p>Click the grey toggle and mouse over the bars.
<br>
<b>Clicking</b> makes a selection “persistent”.</p>
</div>

<div></div>
<div id="fig-input" class="flex-right-align data-pane"></div>
<div id="data-pane" class="flex-right-align data-pane">
<div id="fig-input"></div>
<p>What about <b>inputs</b>? Note some rows are hidden.</p>
</div>
<div>
<div onclick="toggle('fig-input')"><span class="data-pane-button toggle-button">◀▶</span></div>
<div onclick="toggle('data-pane')"><span class="data-pane-button toggle-button">◀▶</span></div>
</div>
<div class="flex-left-align">
<div id="fig"></div>
<p>Now try mousing over <b>input cells</b>.
<br>
Why are some input rows hidden or greyed out?
</p>
</div>
</div>

<script src="app.js"></script>
<script>
// move to PureScript
toggle('fig-input')
toggle('data-pane')
</script>
</body>
</html>

0 comments on commit 0ec9883

Please sign in to comment.